@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Version: 3.0.0
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/* line 5, app/assets/stylesheets/structure/_topbar.scss */
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: var(--vz-header-bg);
  transition: all 0.1s ease-out;
  border-bottom: 1px solid var(--vz-header-border);
}

/* line 15, app/assets/stylesheets/structure/_topbar.scss */
#page-topbar.topbar-shadow {
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/structure/_topbar.scss */
  #page-topbar {
    left: var(--vz-vertical-menu-width);
  }
}

/* line 24, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 1.5rem 0 calc(1.5rem * 0.5);
}

@media (max-width: 767.98px) {
  /* line 24, app/assets/stylesheets/structure/_topbar.scss */
  .navbar-header {
    padding: 0 calc(1.5rem * 0.5) 0 calc(1.5rem * 0.5);
  }
}

/* line 40, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .topbar-head-dropdown .dropdown-menu.show {
  top: 13px !important;
}

/* line 44, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .topbar-head-dropdown .notification-actions {
  display: none;
  position: absolute;
  background-color: var(--vz-secondary-bg);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px;
  border-top: 1px solid var(--vz-border-color);
}

/* line 56, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .btn-topbar {
  height: 42px;
  width: 42px;
  color: var(--vz-header-item-sub-color);
  transition: all 0.5s ease;
}

/* line 62, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .btn-topbar:hover, .navbar-header .btn-topbar:focus, .navbar-header .btn-topbar:active, .navbar-header .btn-topbar.active {
  background-color: var(--vz-header-item-bg);
}

@media (max-width: 360px) {
  /* line 56, app/assets/stylesheets/structure/_topbar.scss */
  .navbar-header .btn-topbar {
    height: 36px;
    width: 36px;
  }
}

/* line 73, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .user-name-sub-text {
  color: var(--vz-header-item-sub-color);
}

/* line 77, app/assets/stylesheets/structure/_topbar.scss */
.navbar-header .user-name-text {
  color: var(--vz-header-item-color);
}

/* Search */
/* line 84, app/assets/stylesheets/structure/_topbar.scss */
.app-search {
  padding: calc(32px * 0.5) 0;
}

/* line 87, app/assets/stylesheets/structure/_topbar.scss */
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  background-color: var(--vz-topbar-search-bg);
  color: var(--vz-topbar-search-color);
  box-shadow: none;
}

/* line 97, app/assets/stylesheets/structure/_topbar.scss */
.app-search span.search-widget-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: var(--vz-header-item-sub-color);
}

/* line 107, app/assets/stylesheets/structure/_topbar.scss */
.app-search .search-widget-icon-close {
  right: 7px;
  left: auto !important;
}

@media (max-width: 1023.99px) {
  /* line 84, app/assets/stylesheets/structure/_topbar.scss */
  .app-search {
    padding-left: calc(1.5rem * 0.5);
  }
}

/* line 116, app/assets/stylesheets/structure/_topbar.scss */
.app-search ::-webkit-input-placeholder {
  /* Edge */
  color: var(--vz-header-item-sub-color);
}

/* line 121, app/assets/stylesheets/structure/_topbar.scss */
.app-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--vz-header-item-sub-color);
}

/* line 126, app/assets/stylesheets/structure/_topbar.scss */
.app-search ::-moz-placeholder {
  color: var(--vz-header-item-sub-color);
}
.app-search ::placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 134, app/assets/stylesheets/structure/_topbar.scss */
.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}

/* line 138, app/assets/stylesheets/structure/_topbar.scss */
.megamenu-list li a {
  color: var(--vz-body-color);
}

@media (max-width: 767.98px) {
  /* line 146, app/assets/stylesheets/structure/_topbar.scss */
  .logo span.logo-lg {
    display: none;
  }
  /* line 150, app/assets/stylesheets/structure/_topbar.scss */
  .logo span.logo-sm {
    display: inline-block;
  }
}

/* line 156, app/assets/stylesheets/structure/_topbar.scss */
.header-item {
  height: 70px;
  display: flex;
  align-items: center;
}

/* line 162, app/assets/stylesheets/structure/_topbar.scss */
.header-profile-user {
  height: 32px;
  width: 32px;
}

/* line 167, app/assets/stylesheets/structure/_topbar.scss */
.topbar-badge-sm {
  right: 0;
  top: 7px !important;
}

/* line 172, app/assets/stylesheets/structure/_topbar.scss */
.topbar-badge {
  right: -9px;
  top: 4px !important;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/structure/_topbar.scss */
  .topbar-user {
    background-color: var(--vz-topbar-user-bg);
  }
}

/* line 182, app/assets/stylesheets/structure/_topbar.scss */
.topbar-user .dropdown-menu {
  top: 6px !important;
}

/* line 187, app/assets/stylesheets/structure/_topbar.scss */
.notification-item {
  padding: 0.75rem 1rem;
  white-space: inherit;
  position: relative;
}

/* line 192, app/assets/stylesheets/structure/_topbar.scss */
.notification-item .form-check-input {
  position: relative;
  z-index: 2;
}

/* line 199, app/assets/stylesheets/structure/_topbar.scss */
.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  border: 1px solid transparent;
  color: var(--vz-dropdown-link-color);
}

/* line 208, app/assets/stylesheets/structure/_topbar.scss */
.dropdown-icon-item img {
  height: 24px;
}

/* line 212, app/assets/stylesheets/structure/_topbar.scss */
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 219, app/assets/stylesheets/structure/_topbar.scss */
.dropdown-icon-item:hover {
  background-color: var(--vz-dropdown-link-hover-bg);
}

/* line 227, app/assets/stylesheets/structure/_topbar.scss */
.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before {
  content: "\eacb";
}

/* line 236, app/assets/stylesheets/structure/_topbar.scss */
[data-bs-theme="dark"] .light-dark-mode .bx-moon::before {
  content: "\ec34";
}

/* line 243, app/assets/stylesheets/structure/_topbar.scss */
[data-topbar="dark"] .logo-dark {
  display: none;
}

/* line 247, app/assets/stylesheets/structure/_topbar.scss */
[data-topbar="dark"] .logo-light {
  display: inline-block;
}

/* line 254, app/assets/stylesheets/structure/_topbar.scss */
[data-bs-theme="dark"][data-topbar="light"] .logo-dark {
  display: none;
}

/* line 258, app/assets/stylesheets/structure/_topbar.scss */
[data-bs-theme="dark"][data-topbar="light"] .logo-light {
  display: inline-block;
}

@media (max-width: 600px) {
  /* line 266, app/assets/stylesheets/structure/_topbar.scss */
  .navbar-header .dropdown {
    position: static;
  }
  /* line 269, app/assets/stylesheets/structure/_topbar.scss */
  .navbar-header .dropdown .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 277, app/assets/stylesheets/structure/_topbar.scss */
  #search-dropdown-reponsive {
    top: 54px !important;
  }
}

@media (min-width: 1024.1px) {
  /* line 285, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"] #page-topbar {
    left: 0 !important;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  }
  /* line 290, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"] .horizontal-logo {
    display: inline-block;
    padding-left: 0;
  }
  /* line 295, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"] .topnav-hamburger {
    visibility: hidden;
  }
  /* line 299, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"] .layout-width {
    max-width: 95%;
    margin: 0 auto;
  }
  /* line 305, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) .navbar-brand-box {
    background-color: transparent !important;
    position: relative;
    width: auto;
    text-align: left;
  }
  /* line 311, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) .navbar-brand-box .logo-sm {
    display: none;
  }
  /* line 315, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-layout-style="detached"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) .navbar-brand-box .logo-lg {
    display: block;
  }
}

/* line 324, app/assets/stylesheets/structure/_topbar.scss */
[data-layout="vertical"][data-layout-style="detached"][data-topbar="dark"] .horizontal-logo .logo-dark {
  display: none;
}

/* line 328, app/assets/stylesheets/structure/_topbar.scss */
[data-layout="vertical"][data-layout-style="detached"][data-topbar="dark"] .horizontal-logo .logo-light {
  display: block;
}

/* line 337, app/assets/stylesheets/structure/_topbar.scss */
[data-layout="horizontal"] #page-topbar {
  left: 0;
  border-bottom: 1px solid var(--vz-header-border);
}

@media (min-width: 1024.1px) {
  /* line 342, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="horizontal"] #page-topbar.topbar-shadow {
    box-shadow: none;
  }
}

/* line 348, app/assets/stylesheets/structure/_topbar.scss */
[data-layout="horizontal"] .page-content {
  padding: calc(45px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
}

@media (min-width: 1024.1px) {
  /* line 348, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="horizontal"] .page-content {
    margin-top: 70px;
  }
}

@media (max-width: 1024.1px) {
  /* line 348, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="horizontal"] .page-content {
    padding: calc(45px + 1.5rem * 1.8) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
  }
}

@media (min-width: 1024.1px) {
  /* line 361, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="horizontal"][data-layout-width="boxed"] .page-content {
    min-height: calc(100vh - 130px);
  }
}

@media (min-width: 768px) {
  /* line 372, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) #page-topbar {
    left: var(--vz-vertical-menu-width-sm);
  }
}

@media (min-width: 768px) {
  /* line 380, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="vertical"][data-sidebar-size="md"] #page-topbar {
    left: var(--vz-vertical-menu-width-md);
  }
}

@media (min-width: 768px) {
  /* line 389, app/assets/stylesheets/structure/_topbar.scss */
  [data-layout="twocolumn"] #page-topbar {
    left: calc(70px + 220px);
  }
}

/* line 395, app/assets/stylesheets/structure/_topbar.scss */
[data-layout="twocolumn"] .horizontal-logo {
  display: none;
}

/* line 5, app/assets/stylesheets/structure/_page-head.scss */
.page-title-box {
  padding: 10px 1.5rem;
  background-color: var(--vz-secondary-bg);
  box-shadow: var(--vz-page-title-box-shadow);
  border-bottom: 1px solid var(--vz-page-title-border);
  margin: -23px -1.5rem 1.5rem -1.5rem;
}

/* line 12, app/assets/stylesheets/structure/_page-head.scss */
.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}

/* line 17, app/assets/stylesheets/structure/_page-head.scss */
.page-title-box h4, .page-title-box .h4 {
  font-weight: 700;
  font-size: 15px !important;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/structure/_page-head.scss */
[data-layout="horizontal"] .page-title-box {
  padding: 1.2rem 0;
  background-color: transparent !important;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  margin: 0;
}

@media (min-width: 1024.1px) {
  /* line 25, app/assets/stylesheets/structure/_page-head.scss */
  [data-layout="horizontal"] .page-title-box {
    margin: -19px 0 0 0;
  }
}

/* line 41, app/assets/stylesheets/structure/_page-head.scss */
[data-layout="vertical"][data-layout-style="detached"] .page-title-box {
  padding: 1.2rem 0;
  background-color: transparent !important;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  margin: 0;
}

@media (min-width: 1024.1px) {
  /* line 41, app/assets/stylesheets/structure/_page-head.scss */
  [data-layout="vertical"][data-layout-style="detached"] .page-title-box {
    margin: -19px 0 0 0;
  }
}

/* line 5, app/assets/stylesheets/structure/_footer.scss */
.footer {
  bottom: 0;
  padding: 20px calc(1.5rem * 0.5);
  position: absolute;
  right: 0;
  color: var(--vz-footer-color);
  left: var(--vz-vertical-menu-width);
  height: 60px;
  background-color: var(--vz-footer-bg);
}

@media (max-width: 991.98px) {
  /* line 5, app/assets/stylesheets/structure/_footer.scss */
  .footer {
    left: 0;
  }
}

/* line 23, app/assets/stylesheets/structure/_footer.scss */
[data-layout="vertical"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) .footer {
  left: var(--vz-vertical-menu-width-sm);
}

@media (max-width: 767.98px) {
  /* line 23, app/assets/stylesheets/structure/_footer.scss */
  [data-layout="vertical"]:is([data-sidebar-size="sm"], [data-sidebar-size="sm-hover"]) .footer {
    left: 0;
  }
}

/* line 32, app/assets/stylesheets/structure/_footer.scss */
[data-layout="vertical"][data-sidebar-size="md"] .footer {
  left: var(--vz-vertical-menu-width-md);
}

@media (max-width: 991.98px) {
  /* line 32, app/assets/stylesheets/structure/_footer.scss */
  [data-layout="vertical"][data-sidebar-size="md"] .footer {
    left: 0;
  }
}

/* line 44, app/assets/stylesheets/structure/_footer.scss */
[data-layout="horizontal"] .footer {
  left: 0 !important;
}

@media (min-width: 1024.1px) {
  /* line 52, app/assets/stylesheets/structure/_footer.scss */
  [data-layout="vertical"][data-layout-style="detached"] .footer {
    left: 0 !important;
    background-color: transparent;
  }
}

@media (min-width: 768.1px) {
  /* line 60, app/assets/stylesheets/structure/_footer.scss */
  [data-layout="twocolumn"] .footer {
    left: calc(70px + 220px);
  }
}

/* line 5, app/assets/stylesheets/structure/_vertical.scss */
.app-content {
  margin-left: var(--vz-vertical-menu-width);
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/structure/_vertical.scss */
.app-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

/* line 15, app/assets/stylesheets/structure/_vertical.scss */
.main-content {
  transition: all .1s ease-out;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/structure/_vertical.scss */
  .main-content {
    margin-left: var(--vz-vertical-menu-width);
  }
}

/* line 23, app/assets/stylesheets/structure/_vertical.scss */
.page-content {
  padding: calc(70px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
}

/* line 27, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu {
  width: var(--vz-vertical-menu-width);
  z-index: 1002;
  background: var(--vz-vertical-menu-bg);
  border-right: 1px solid var(--vz-vertical-menu-border);
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  box-shadow: var(--vz-vertical-menu-box-shadow);
  padding: 0 0 calc(70px + 25px) 0;
  transition: all .1s ease-out;
}

/* line 41, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  color: var(--vz-vertical-menu-item-color);
  font-size: 0.925rem;
  font-family: "Rubik", sans-serif;
}

/* line 49, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 53, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link:hover {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 57, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link i {
  display: inline-block;
  min-width: 1.75rem;
  font-size: 18px;
  line-height: inherit;
}

/* line 64, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link svg {
  width: 18px;
  margin-right: 0.665rem;
  color: var(--vz-vertical-menu-item-color);
}

/* line 70, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link .badge {
  margin-left: auto;
  margin-right: -2px;
  z-index: 1;
}

/* line 76, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link:hover {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 79, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link:hover .icon-dual {
  color: var(--vz-vertical-menu-item-hover-color);
  fill: rgba(102, 145, 231, 0.16);
}

/* line 86, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  display: block;
  content: "\F0142";
  font-family: 'Material Design Icons';
  margin-left: auto;
  transition: transform .2s;
  font-size: 1.05rem;
  position: absolute;
  right: 18px;
  color: inherit;
}

/* line 98, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 101, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .icon-dual {
  color: var(--vz-vertical-menu-item-hover-color);
  fill: rgba(102, 145, 231, 0.16);
}

/* line 106, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(90deg);
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 111, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:before {
  opacity: 1;
  background-color: var(--vz-vertical-menu-item-active-color);
}

/* line 120, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-link.collapsed.active::after {
  transform: rotate(90deg);
}

/* line 127, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm {
  padding-left: 1.75rem;
}

/* line 130, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link {
  padding: 0.55rem 1.5rem !important;
  color: var(--vz-vertical-menu-sub-item-color);
  white-space: none;
  position: relative;
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
}

/* line 138, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:before {
  content: '';
  width: 6px;
  height: 1.5px;
  background-color: var(--vz-vertical-menu-sub-item-color);
  position: absolute;
  left: 2px;
  top: 16.5px;
  transition: all .4s ease-in-out;
  opacity: 0.5;
}

/* line 150, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
  color: var(--vz-vertical-menu-sub-item-hover-color);
}

/* line 153, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
  background-color: var(--vz-vertical-menu-sub-item-hover-color) !important;
  opacity: 1;
}

/* line 159, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 162, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before {
  background-color: var(--vz-vertical-menu-item-active-color);
}

/* line 168, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-sm {
  padding-left: 15px;
}

/* line 173, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .navbar-nav .nav-sm .nav-sm .nav-link:before {
  height: 5px;
  width: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid;
  top: 16px;
}

/* line 187, app/assets/stylesheets/structure/_vertical.scss */
.navbar-menu .btn-vertical-sm-hover {
  color: var(--vz-secondary-color);
  display: none;
}

/* line 193, app/assets/stylesheets/structure/_vertical.scss */
.navbar-brand-box {
  padding: 0 1.3rem;
  text-align: center;
  transition: all .1s ease-out;
}

@media (max-width: 767.98px) {
  /* line 193, app/assets/stylesheets/structure/_vertical.scss */
  .navbar-brand-box {
    display: none;
  }
}

/* line 203, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon {
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* line 210, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon span {
  background-color: var(--vz-header-item-sub-color);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  display: block;
  left: 0px;
}

/* line 220, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}

/* line 225, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon span:nth-child(2) {
  top: 6px;
}

/* line 229, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}

/* line 238, app/assets/stylesheets/structure/_vertical.scss */
.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(1) {
  top: -1px;
}

/* line 242, app/assets/stylesheets/structure/_vertical.scss */
.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(3) {
  bottom: -1px;
}

/* line 248, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon.open {
  transform: rotate(-90deg);
}

/* line 253, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon.open span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 20px;
  transform: rotate(90deg);
  transition-delay: 150ms;
}

/* line 261, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon.open span:nth-child(2) {
  left: 3px;
  top: 13px;
  width: 10px;
  transform: rotate(45deg);
  transition-delay: 50ms;
}

/* line 269, app/assets/stylesheets/structure/_vertical.scss */
.hamburger-icon.open span:nth-child(3) {
  left: 9px;
  top: 13px;
  width: 10px;
  transform: rotate(-45deg);
  transition-delay: 100ms;
}

/* line 280, app/assets/stylesheets/structure/_vertical.scss */
.logo {
  line-height: 70px;
}

/* line 283, app/assets/stylesheets/structure/_vertical.scss */
.logo .logo-sm {
  display: none;
}

/* line 288, app/assets/stylesheets/structure/_vertical.scss */
.logo-light {
  display: none;
}

/* line 294, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]) .app-menu .row {
  margin: 0;
}

/* line 297, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]) .app-menu .row > * {
  width: 100%;
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 293, app/assets/stylesheets/structure/_vertical.scss */
  :is([data-layout="vertical"], [data-layout="semibox"]) .app-menu {
    margin-left: -100%;
    padding: 10px 0 20px 0;
  }
}

/* line 311, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-fluid, :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-xxl, :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-xl, :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-lg, :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-md, :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .container-sm {
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 316, app/assets/stylesheets/structure/_vertical.scss */
  :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-brand-box {
    display: none;
  }
}

/* line 322, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]) .horizontal-logo {
  display: none;
}

/* line 328, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
  margin-left: var(--vz-vertical-menu-width-sm);
}

@media (max-width: 767.98px) {
  /* line 328, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
    margin-left: 0;
  }
}

/* line 337, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo span.logo-lg {
  display: none;
}

/* line 341, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo span.logo-sm {
  display: inline-block;
}

/* line 346, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .btn-vertical-sm-hover {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 351, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .topnav-hamburger {
    display: none;
  }
}

/* line 357, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu {
  width: var(--vz-vertical-menu-width-sm);
}

/* line 360, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .btn-vertical-sm-hover {
  display: none;
}

/* line 364, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .btn-vertical-sm-hover i.ri-record-circle-line:before {
  content: "\EB7D";
}

/* line 373, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .badge {
  display: none;
}

/* line 377, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title {
  text-align: center;
}

/* line 380, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title span {
  display: none;
}

/* line 384, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title i {
  color: var(--vz-vertical-menu-item-color);
  display: block;
  line-height: 36px;
  font-size: 1rem;
}

/* line 393, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link span {
  display: none;
}

/* line 397, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i {
  font-size: 22px;
}

/* line 400, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i.las, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i.lar, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i.lab {
  font-size: 24px;
}

/* line 407, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link svg {
  margin-right: 0px;
}

/* line 411, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link:after, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link:before {
  display: none;
}

/* line 417, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-dropdown {
  display: none;
}

/* line 422, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover {
  width: var(--vz-vertical-menu-width) !important;
}

@media (min-width: 1024.99px) {
  /* line 426, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .btn-vertical-sm-hover {
    display: inline-block;
  }
  /* line 430, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .navbar-brand-box {
    text-align: left;
  }
}

/* line 436, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .navbar-nav .menu-dropdown.show {
  display: block;
}

/* line 443, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link i {
  font-size: 18px;
}

/* line 446, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link i.las, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link i.lar, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link i.lab {
  font-size: 20px;
}

/* line 453, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link svg {
  margin-right: 0.665rem;
}

/* line 457, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link span, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link:after, [data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .nav-link:before {
  display: inline-block;
}

/* line 465, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .logo span.logo-lg {
  display: inline-block;
}

/* line 469, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .logo span.logo-sm {
  display: none;
}

/* line 474, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .menu-title {
  text-align: left;
}

/* line 477, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .menu-title span {
  display: inline-block;
}

/* line 481, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu:hover .menu-title i {
  display: none;
}

@media (min-width: 1025px) {
  /* line 490, app/assets/stylesheets/structure/_vertical.scss */
  :is([data-layout="vertical"], [data-layout="semibox"]):is([data-sidebar-size="sm-hover"], [data-sidebar-size="sm-hover-active"]) .navbar-header {
    padding-left: 1.5rem;
  }
}

/* line 498, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover-active"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-brand-box {
  text-align: left;
}

/* line 502, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover-active"]:is([data-layout="vertical"], [data-layout="semibox"]) .topnav-hamburger {
  display: none;
}

/* line 506, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm-hover-active"]:is([data-layout="vertical"], [data-layout="semibox"]) .btn-vertical-sm-hover {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 511, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) {
    min-height: 1400px;
  }
  /* line 515, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
    margin-left: var(--vz-vertical-menu-width-sm);
  }
}

/* line 520, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) #page-topbar {
  z-index: calc(1002 + 1);
}

/* line 524, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-brand-box {
  position: fixed;
  padding: 0;
  width: var(--vz-vertical-menu-width-sm);
  z-index: 1;
  top: 0;
  background-color: var(--vz-vertical-menu-bg);
}

/* line 534, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo span.logo-lg {
  display: none;
}

/* line 538, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo span.logo-sm {
  display: inline-block;
}

/* line 544, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu {
  position: absolute;
  width: var(--vz-vertical-menu-width-sm) !important;
  padding-top: 70px;
}

/* line 549, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .simplebar-mask,
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

/* line 554, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .simplebar-scrollbar,
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .vertical-menu-btn {
  display: none !important;
}

/* line 559, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .simplebar-offset {
  bottom: 0 !important;
}

/* line 566, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .badge {
  display: none !important;
}

/* line 570, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title {
  text-align: center;
  font-size: 1rem;
}

/* line 574, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title span {
  display: none;
}

/* line 578, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-title i {
  display: block;
  line-height: 36px;
}

/* line 585, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link span {
  display: none;
}

/* line 589, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i {
  font-size: 22px;
}

/* line 593, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link svg {
  margin-right: 0px;
}

/* line 597, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link:after, [data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link:before {
  display: none;
}

/* line 603, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .menu-dropdown {
  display: none;
  height: auto !important;
}

/* line 608, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item {
  position: relative;
}

/* line 613, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
  position: relative;
  width: calc(200px + var(--vz-vertical-menu-width-sm));
  transition: none;
  background: var(--vz-vertical-menu-bg);
}

/* line 619, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link .icon-dual {
  fill: rgba(255, 255, 255, 0.16);
}

/* line 623, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link span {
  display: inline-block;
  padding-left: 25px;
}

/* line 628, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link:after {
  display: block;
  transform: rotate(90deg);
  color: #fff;
}

/* line 636, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover .nav-link span {
  display: inline-block;
}

/* line 641, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
  display: block;
  left: var(--vz-vertical-menu-width-sm);
  position: absolute;
  width: 200px;
  background: var(--vz-vertical-menu-bg);
  height: auto !important;
  padding: 0.5rem 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}

/* line 655, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm {
  padding: 0;
}

/* line 660, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 663, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link:after {
  color: inherit;
}

/* line 671, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm .nav-link:after {
  display: block !important;
  transform: rotate(0deg) !important;
}

/* line 677, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm .menu-dropdown {
  left: 100% !important;
  top: 0;
  border-radius: 3px !important;
}

@media (min-width: 768px) {
  /* line 689, app/assets/stylesheets/structure/_vertical.scss */
  [data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
    margin-left: var(--vz-vertical-menu-width-md);
  }
}

/* line 694, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-brand-box {
  width: var(--vz-vertical-menu-width-md);
}

/* line 699, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu {
  width: var(--vz-vertical-menu-width-md) !important;
}

/* line 704, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link {
  display: block;
  text-align: center;
  padding: 0.55rem 0.525rem;
}

/* line 709, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link i {
  display: block;
}

/* line 713, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 719, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link:before {
  display: none !important;
}

/* line 723, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  position: relative;
  display: inline-block;
  right: 0;
  top: 3px;
}

/* line 731, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-link.menu-link[data-bs-toggle=collapse]:after {
  display: none;
}

/* line 737, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .badge {
  display: none !important;
}

/* line 741, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-nav .nav-sm {
  padding-left: 0;
}

/* line 747, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .menu-title {
  text-align: center;
}

/* line 750, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-size="md"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .menu-title span {
  text-decoration: underline;
}

/* line 759, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar="dark"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo-dark {
  display: none;
}

/* line 763, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar="dark"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo-light {
  display: inline-block;
}

/* line 769, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar="light"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo-dark {
  display: inline-block;
}

/* line 773, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar="light"]:is([data-layout="vertical"], [data-layout="semibox"]) .logo-light {
  display: none;
}

/* line 780, app/assets/stylesheets/structure/_vertical.scss */
[data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) #layout-wrapper,
[data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
  min-height: 100vh;
}

@media (min-width: 1024.1px) {
  /* line 786, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
    position: relative;
  }
  /* line 790, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) #layout-wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding-left: 1.5rem;
  }
  /* line 796, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-header {
    padding-left: 1.5rem;
  }
  /* line 800, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu {
    top: calc(70px + 1.5rem);
    bottom: 1.5rem;
    padding: 0;
    border-right: var(--vz-vertical-menu-bg);
    border-radius: 5px;
    padding: 10px 0;
    z-index: 1;
  }
  /* line 809, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .navbar-menu .navbar-brand-box {
    display: none;
  }
  /* line 815, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]):is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-dark {
    display: inline-block;
  }
  /* line 819, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]):is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-light {
    display: none;
  }
}

/* line 825, app/assets/stylesheets/structure/_vertical.scss */
[data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .footer {
  border-top: 1px dashed var(--vz-border-color);
}

/* line 830, app/assets/stylesheets/structure/_vertical.scss */
[data-layout-style="detached"]:is([data-layout="vertical"], [data-layout="semibox"]) .auth-page-wrapper .footer {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 838, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout-style="detached"][data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) #layout-wrapper,
[data-layout-style="detached"][data-sidebar-size="sm"]:is([data-layout="vertical"], [data-layout="semibox"]) .main-content {
    min-height: 1400px;
  }
}

/* line 851, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]):is([data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-dark {
  display: none;
}

/* line 855, app/assets/stylesheets/structure/_vertical.scss */
:is([data-layout="vertical"], [data-layout="semibox"]):is([data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-light {
  display: inline-block;
}

@media (min-width: 1024.1px) {
  /* line 867, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="vertical"][data-bs-theme="dark"][data-layout-style="detached"]:is([data-sidebar="light"],[data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-dark {
    display: none;
  }
  /* line 871, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="vertical"][data-bs-theme="dark"][data-layout-style="detached"]:is([data-sidebar="light"],[data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-light {
    display: inline-block;
  }
}

/* line 879, app/assets/stylesheets/structure/_vertical.scss */
.menu-title {
  letter-spacing: .05em;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--vz-vertical-menu-title-color);
  font-weight: 500;
}

/* line 887, app/assets/stylesheets/structure/_vertical.scss */
.menu-title span {
  padding: 12px 20px;
  display: inline-block;
}

/* line 892, app/assets/stylesheets/structure/_vertical.scss */
.menu-title i {
  display: none;
}

/* line 897, app/assets/stylesheets/structure/_vertical.scss */
.vertical-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 61, 72, 0.35);
  z-index: 1003;
  display: none;
}

/* line 910, app/assets/stylesheets/structure/_vertical.scss */
.vertical-sidebar-enable .vertical-overlay {
  display: block;
}

/* line 914, app/assets/stylesheets/structure/_vertical.scss */
.vertical-sidebar-enable .app-menu {
  margin-left: 0 !important;
  z-index: 1004;
}

/* line 925, app/assets/stylesheets/structure/_vertical.scss */
[dir="rtl"] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(180deg);
}

/* line 929, app/assets/stylesheets/structure/_vertical.scss */
[dir="rtl"] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(270deg);
}

/* line 939, app/assets/stylesheets/structure/_vertical.scss */
.bg-vertical-gradient {
  background: linear-gradient(to right, var(--vz-primary), var(--vz-success));
}

/* line 944, app/assets/stylesheets/structure/_vertical.scss */
.bg-vertical-gradient-2 {
  background: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
}

/* line 948, app/assets/stylesheets/structure/_vertical.scss */
.bg-vertical-gradient-3 {
  background: linear-gradient(to right, var(--vz-info), var(--vz-success));
}

/* line 952, app/assets/stylesheets/structure/_vertical.scss */
.bg-vertical-gradient-4 {
  background: linear-gradient(to right, #1a1d21, var(--vz-primary));
}

/* line 961, app/assets/stylesheets/structure/_vertical.scss */
.sidebar-background {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  opacity: .07;
}

/* line 975, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-image="img-1"] .sidebar-background {
  background-image: url(/../images/sidebar/img-1.jpg);
}

/* line 981, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-image="img-2"] .sidebar-background {
  background-image: url(/../images/sidebar/img-2.jpg);
}

/* line 987, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-image="img-3"] .sidebar-background {
  background-image: url(/../images/sidebar/img-3.jpg);
}

/* line 993, app/assets/stylesheets/structure/_vertical.scss */
[data-sidebar-image="img-4"] .sidebar-background {
  background-image: url(/../images/sidebar/img-4.jpg);
}

/* line 1002, app/assets/stylesheets/structure/_vertical.scss */
[data-layout="semibox"] .page-title-box {
  padding: 10px 0;
  background-color: transparent;
  box-shadow: none;
  margin: -15px 0 1.5rem 0;
}

@media (min-width: 768px) {
  /* line 1013, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] .main-content, [data-layout="semibox"][data-sidebar-size="sm-hover"] .main-content {
    margin-left: var(--vz-vertical-menu-width-sm);
  }
  /* line 1017, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] #page-topbar, [data-layout="semibox"][data-sidebar-size="sm-hover"] #page-topbar {
    left: var(--vz-vertical-menu-width-sm);
  }
  /* line 1021, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] .footer, [data-layout="semibox"][data-sidebar-size="sm-hover"] .footer {
    left: var(--vz-vertical-menu-width-sm);
  }
  /* line 1027, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="md"] #page-topbar {
    left: var(--vz-vertical-menu-width-md);
  }
  /* line 1031, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="md"] .footer {
    left: var(--vz-vertical-menu-width-md);
  }
}

@media (min-width: 1440px) {
  /* line 1039, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] .page-content {
    padding: calc(70px + 1.5rem * 2) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
  }
  /* line 1043, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] .navbar-menu {
    margin: 25px;
    border-radius: var(--vz-border-radius);
  }
  /* line 1048, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width) + 25px);
    padding: 0 var(--vz-semibox-width);
  }
  /* line 1053, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] .footer {
    left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + 1.5rem + 25px);
    right: calc(var(--vz-semibox-width) + 1.5rem);
  }
  /* line 1058, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] #page-topbar {
    left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + 1.5rem + 25px);
    right: calc(var(--vz-semibox-width) + 1.5rem);
    top: 25px;
    border-radius: 0.25rem;
    transition: all 0.5s ease;
    border: 1px solid var(--vz-header-border);
  }
  /* line 1066, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"] #page-topbar.topbar-shadow {
    top: 0px;
  }
  /* line 1073, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="md"] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-md) + 25px);
  }
  /* line 1077, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="md"] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
  /* line 1081, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="md"] .footer {
    left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
  /* line 1087, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px);
  }
  /* line 1091, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] .navbar-brand-box {
    top: 25px;
  }
  /* line 1095, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
  /* line 1099, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm"] .footer {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
  /* line 1105, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm-hover"] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px);
  }
  /* line 1109, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm-hover"] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
  /* line 1113, app/assets/stylesheets/structure/_vertical.scss */
  [data-layout="semibox"][data-sidebar-size="sm-hover"] .footer {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + 1.5rem + 25px);
  }
}

/* line 1119, app/assets/stylesheets/structure/_vertical.scss */
[data-layout="semibox"] .mx-n4 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 1123, app/assets/stylesheets/structure/_vertical.scss */
[data-layout="semibox"] .mx-n4.p-1 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 7, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .main-content {
  margin-left: 0;
}

@media (min-width: 1024.1px) {
  /* line 13, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .layout-width,
[data-layout="horizontal"] .container-fluid,
[data-layout="horizontal"] .container-xxl,
[data-layout="horizontal"] .container-xl,
[data-layout="horizontal"] .container-lg,
[data-layout="horizontal"] .container-md,
[data-layout="horizontal"] .container-sm {
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 19, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .topnav-hamburger {
    visibility: hidden;
  }
}

/* line 24, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .horizontal-logo {
  padding-left: calc(1.5rem * 0.5);
}

@media (max-width: 1024.98px) {
  /* line 24, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .horizontal-logo {
    padding-left: 1.5rem;
  }
}

/* line 32, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu {
  background: var(--vz-topnav-bg);
  border-right-color: transparent;
  padding: 0 calc(1.5rem * 0.5);
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  margin-top: 70px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  bottom: auto;
}

@media (max-width: 575.98px) {
  /* line 46, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .navbar-menu .container-fluid, [data-layout="horizontal"] .navbar-menu .container-xxl, [data-layout="horizontal"] .navbar-menu .container-xl, [data-layout="horizontal"] .navbar-menu .container-lg, [data-layout="horizontal"] .navbar-menu .container-md, [data-layout="horizontal"] .navbar-menu .container-sm {
    padding: 0;
  }
}

/* line 51, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav {
  flex-direction: row;
}

/* line 54, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm {
  padding-left: 0;
}

/* line 58, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm .nav-link:before {
  opacity: 0 !important;
}

/* line 62, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm .nav-link:hover, [data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm .nav-link.active {
  color: var(--vz-topnav-item-active-color);
}

/* line 69, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link {
  color: var(--vz-topnav-item-color);
  padding: 0.75rem 1.5rem;
}

/* line 73, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link i {
  line-height: 1;
}

/* line 77, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link.active {
  color: var(--vz-topnav-item-active-color);
}

/* line 79, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link.active:after {
  color: var(--vz-topnav-item-active-color);
}

/* line 82, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link.active .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(102, 145, 231, 0.1);
}

/* line 88, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: var(--vz-topnav-item-active-color);
}

/* line 91, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(102, 145, 231, 0.1);
}

/* line 96, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  color: var(--vz-topnav-item-active-color);
}

/* line 102, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link:hover .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(102, 145, 231, 0.1);
}

/* line 110, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav > .nav-item > .nav-link[data-bs-toggle=collapse]:after {
  right: 0px;
  transform: rotate(90deg) !important;
}

/* line 117, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
  padding-left: 0;
}

/* line 123, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-menu .navbar-brand-box {
  display: none;
}

/* line 129, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item {
  position: relative;
}

/* line 132, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  right: 10px;
  transform: rotate(0deg) !important;
}

/* line 138, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item > .nav-link > .badge {
  display: none;
}

/* line 144, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item:hover > .nav-link {
  color: var(--vz-topnav-item-active-color);
}

/* line 147, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item:hover > .nav-link .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(102, 145, 231, 0.1);
}

/* line 152, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item:hover > .nav-link:after {
  color: var(--vz-topnav-item-active-color);
}

@media (min-width: 1024.1px) {
  /* line 158, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .navbar-nav .nav-item:hover > .menu-dropdown {
    display: block;
    height: auto !important;
  }
}

/* line 165, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .navbar-nav .nav-item.active {
  color: var(--vz-topnav-item-active-color);
}

/* line 171, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .menu-dropdown {
  position: absolute;
  min-width: 12rem;
  padding: 0.5rem 0;
  box-shadow: 0 0px 5px rgba(15, 34, 58, 0.15);
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  margin: 0;
  z-index: 1000;
  background-color: var(--vz-topnav-bg);
  background-clip: padding-box;
  border: 0 solid var(--vz-border-color);
  border-radius: var(--vz-border-radius-lg);
  display: none;
}

/* line 187, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .menu-dropdown .menu-dropdown {
  top: 0;
  left: 100%;
}

/* line 193, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .mega-dropdown-menu {
  width: 40rem;
}

/* line 197, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .menu-title {
  display: none;
}

/* line 201, app/assets/stylesheets/structure/_horizontal.scss */
[data-layout="horizontal"] .dropdown-custom-right {
  left: -100% !important;
  right: 100%;
}

@media (max-width: 1024px) {
  /* line 207, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .navbar-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 216, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .navbar-menu {
    display: block;
    max-height: 360px;
    overflow-y: auto;
    padding-left: 0;
  }
  /* line 222, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .navbar-menu .navbar-nav {
    flex-direction: column;
  }
  /* line 225, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
    padding-left: 1.5rem;
  }
  /* line 229, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .navbar-menu .navbar-nav .nav-sm .nav-link:before {
    opacity: 1 !important;
  }
  /* line 235, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .menu-dropdown {
    position: relative;
    min-width: 100%;
    box-shadow: none;
    padding-left: 28px;
    left: 0;
    animation: none;
    padding-top: 0;
  }
  /* line 244, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .menu-dropdown.show {
    display: block;
  }
  /* line 249, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .dropdown-custom-right {
    left: 0 !important;
  }
  /* line 253, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .nav-item .nav-link[data-bs-toggle=collapse]:after {
    right: 0px;
  }
  /* line 257, app/assets/stylesheets/structure/_horizontal.scss */
  [data-layout="horizontal"] .menu .mega-dropdown-menu {
    width: 100%;
  }
}

/* line 269, app/assets/stylesheets/structure/_horizontal.scss */
[dir="rtl"][data-layout=horizontal] .navbar-menu .navbar-nav > .nav-item > .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(-90deg) !important;
}

/* line 278, app/assets/stylesheets/structure/_horizontal.scss */
[dir="rtl"][data-layout=horizontal] .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(-180deg) !important;
}

/* line 6, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu {
  padding-bottom: 0;
  width: 220px;
  left: 70px;
}

/* line 11, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .menu-link {
  letter-spacing: .05em;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 18, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .menu-link:after {
  display: none !important;
}

/* line 22, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .menu-link i {
  display: none;
}

/* line 27, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav {
  height: calc(100vh - 70px);
}

@media (max-width: 767.98px) {
  /* line 27, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .app-menu .navbar-nav {
    padding-top: 16px;
  }
}

/* line 34, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav > li:not(.twocolumn-item-show) {
  display: none;
}

/* line 39, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav .twocolumn-item-show > div {
  display: block !important;
  height: auto !important;
}

/* line 46, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav > .nav-item > .menu-dropdown {
  display: block !important;
  height: auto !important;
}

/* line 54, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav .nav-item .menu-dropdown .row {
  margin: 0;
}

/* line 57, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .navbar-nav .nav-item .menu-dropdown .row .col-lg-4 {
  width: 100%;
  padding: 0;
}

/* line 66, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .app-menu .container-fluid, [data-layout="twocolumn"] .app-menu .container-xxl, [data-layout="twocolumn"] .app-menu .container-xl, [data-layout="twocolumn"] .app-menu .container-lg, [data-layout="twocolumn"] .app-menu .container-md, [data-layout="twocolumn"] .app-menu .container-sm {
  padding: 0;
}

/* line 71, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .main-content {
  margin-left: calc(220px + 70px);
}

@media (max-width: 767.98px) {
  /* line 71, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .main-content {
    margin-left: 70px;
  }
}

/* line 82, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"]:is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .app-menu .navbar-brand-box .logo-light {
  display: block;
}

/* line 86, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"]:is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .app-menu .navbar-brand-box .logo-dark {
  display: none;
}

/* line 93, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview {
  width: 70px;
  background-color: var(--vz-twocolumn-menu-iconview-bg);
  height: 100%;
  left: -70px;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  top: 0;
  position: absolute;
  padding: 0;
  text-align: center;
}

/* line 104, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview li {
  position: relative;
}

/* line 108, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview li .nav-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 119, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview .nav-icon {
  width: 42px;
  height: 42px;
  color: var(--vz-vertical-menu-item-color);
  line-height: 42px;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  border-radius: 3px;
  margin: 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 133, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview .nav-icon .icon-dual {
  width: 18px;
  color: var(--vz-vertical-menu-item-color);
  fill: var(--vz-vertical-menu-item-bg);
}

/* line 139, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview .nav-icon.active {
  background-color: var(--vz-vertical-menu-item-active-bg);
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 143, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-iconview .nav-icon.active .icon-dual {
  color: var(--vz-vertical-menu-item-active-color);
  fill: var(--vz-vertical-menu-item-active-bg);
}

/* line 151, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .menu-title {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 158, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .logo span.logo-lg {
    display: block;
  }
  /* line 162, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .logo span.logo-sm {
    display: none;
  }
}

/* line 171, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"][data-sidebar="light"] .app-menu .navbar-brand-box .logo-light {
  display: none;
}

/* line 175, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"][data-sidebar="light"] .app-menu .navbar-brand-box .logo-dark {
  display: block;
}

/* line 186, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"][data-sidebar="dark"] .app-menu .navbar-brand-box .logo-light {
  display: block;
}

/* line 190, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"][data-sidebar="dark"] .app-menu .navbar-brand-box .logo-dark {
  display: none;
}

/* line 198, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-panel .app-menu {
  width: 0;
  border-right: 0;
}

@media (max-width: 575.98px) {
  /* line 198, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .twocolumn-panel .app-menu {
    display: none;
  }
}

/* line 207, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-panel .navbar-brand-box,
[data-layout="twocolumn"] .twocolumn-panel .navbar-nav {
  display: none;
}

/* line 212, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-panel .main-content {
  margin-left: 70px;
}

/* line 216, app/assets/stylesheets/structure/_two-column.scss */
[data-layout="twocolumn"] .twocolumn-panel #page-topbar,
[data-layout="twocolumn"] .twocolumn-panel .footer {
  left: 70px;
}

@media (max-width: 575.98px) {
  /* line 222, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .twocolumn-panel .main-content {
    margin-left: 0;
  }
  /* line 226, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .twocolumn-panel #page-topbar,
[data-layout="twocolumn"] .twocolumn-panel .footer {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 234, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] #page-topbar,
[data-layout="twocolumn"] .footer {
    left: 70px;
  }
}

@media (max-width: 575.98px) {
  /* line 242, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .main-content {
    margin-left: 0;
  }
  /* line 246, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] #page-topbar,
[data-layout="twocolumn"] .footer {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 255, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .app-menu {
    left: 0;
    margin-left: 100%;
  }
  /* line 260, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] .main-content {
    margin-left: 0 !important;
  }
  /* line 264, app/assets/stylesheets/structure/_two-column.scss */
  [data-layout="twocolumn"] #page-topbar,
[data-layout="twocolumn"] .footer {
    left: 0 !important;
  }
}

/* line 6, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"] body {
  background-color: var(--vz-boxed-body-bg);
}

/* line 10, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"] #layout-wrapper {
  max-width: var(--vz-boxed-layout-width);
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  background-color: var(--vz-body-bg);
}

/* line 18, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-layout="vertical"] #layout-wrapper {
  min-height: 100vh;
}

/* line 23, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"] #page-topbar,
[data-layout-width="boxed"] .footer {
  max-width: var(--vz-boxed-layout-width);
  margin: 0 auto;
  left: 0 !important;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-sidebar-size="sm-hover"][data-layout="vertical"] #layout-wrapper, [data-layout-width="boxed"][data-sidebar-size="sm"][data-layout="vertical"] #layout-wrapper {
    min-height: 1400px;
  }
}

@media (max-width: 767.98px) {
  /* line 39, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-sidebar-size="sm-hover"][data-layout="vertical"] .main-content, [data-layout-width="boxed"][data-sidebar-size="sm"][data-layout="vertical"] .main-content {
    margin-left: 0;
  }
}

/* line 46, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-sidebar-size="sm-hover"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm-hover"] .footer, [data-layout-width="boxed"][data-sidebar-size="sm"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm"] .footer {
  left: 0 !important;
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width-sm));
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-sidebar-size="sm-hover"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm-hover"] .footer, [data-layout-width="boxed"][data-sidebar-size="sm"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm"] .footer {
    left: var(--vz-vertical-menu-width-sm) !important;
  }
}

/* line 60, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] .footer, [data-layout-width="boxed"][data-sidebar-size="lg"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="lg"] .footer {
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width));
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] .footer, [data-layout-width="boxed"][data-sidebar-size="lg"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="lg"] .footer {
    left: var(--vz-vertical-menu-width) !important;
  }
}

/* line 72, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-sidebar-size="md"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="md"] .footer {
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width-md));
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-sidebar-size="md"] #page-topbar,
[data-layout-width="boxed"][data-sidebar-size="md"] .footer {
    left: var(--vz-vertical-menu-width-md) !important;
  }
}

/* line 85, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached] body {
  background-color: var(--vz-body-bg);
}

@media (min-width: 1024.1px) {
  /* line 90, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached] #layout-wrapper {
    max-width: 1300px;
    box-shadow: none;
  }
  /* line 95, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached] .layout-width {
    max-width: 1300px;
  }
}

/* line 105, app/assets/stylesheets/structure/_layouts.scss */
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="sm-hover"] #page-topbar,
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="sm-hover"] .footer, [data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="sm"] #page-topbar,
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="sm"] .footer, [data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="md"] #page-topbar,
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="md"] .footer, [data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="lg"] #page-topbar,
[data-layout-width="boxed"][data-layout=vertical][data-layout-style=detached][data-sidebar-size="lg"] .footer {
  max-width: 100%;
  left: 0 !important;
}

/* line 118, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="horizontal"][data-layout-width="boxed"] #page-topbar,
[data-layout="horizontal"][data-layout-width="boxed"] #layout-wrapper,
[data-layout="horizontal"][data-layout-width="boxed"] .footer {
  max-width: 100%;
}

/* line 124, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="horizontal"][data-layout-width="boxed"] .container-fluid, [data-layout="horizontal"][data-layout-width="boxed"] .container-xxl, [data-layout="horizontal"][data-layout-width="boxed"] .container-xl, [data-layout="horizontal"][data-layout-width="boxed"] .container-lg, [data-layout="horizontal"][data-layout-width="boxed"] .container-md, [data-layout="horizontal"][data-layout-width="boxed"] .container-sm,
[data-layout="horizontal"][data-layout-width="boxed"] .navbar-header {
  max-width: var(--vz-boxed-layout-width);
}

/* line 129, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="horizontal"][data-layout-width="boxed"] .navbar-header {
  padding: 0 calc(1.5rem * 0.5) 0 0;
}

/* line 137, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm-hover"] #page-topbar,
[data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm-hover"] .footer, [data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm"] [data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] #page-topbar,
[data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm"] [data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="sm-hover-active"] .footer, [data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="lg"] #page-topbar,
[data-layout="horizontal"][data-layout-width="boxed"][data-sidebar-size="lg"] .footer {
  left: 0 !important;
}

@media (min-width: 992px) {
  /* line 149, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-position="scrollable"] #page-topbar,
[data-layout-position="scrollable"] .navbar-menu {
    position: absolute;
  }
}

@media (min-width: 992px) {
  /* line 158, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout-position="scrollable"][data-layout="horizontal"] #page-topbar,
[data-layout-position="scrollable"][data-layout="horizontal"] .topnav {
    position: absolute;
  }
}

@media (min-width: 768px) {
  /* line 171, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .navbar-menu {
    display: none;
  }
  /* line 175, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .horizontal-logo {
    display: inline-block;
    width: auto;
  }
  /* line 180, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .footer {
    left: 0;
  }
  /* line 184, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] #page-topbar {
    left: 0;
  }
  /* line 188, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .main-content {
    margin-left: 0px;
  }
  /* line 194, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .navbar-brand-box, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .navbar-brand-box {
    position: static;
    padding: 0 1.3rem;
  }
  /* line 200, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .logo span.logo-lg, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .logo span.logo-lg {
    display: inline-block;
  }
  /* line 204, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .logo span.logo-sm, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .logo span.logo-sm {
    display: none;
  }
}

/* line 213, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="semibox"][data-sidebar-visibility="hidden"]:is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-dark {
  display: none;
}

/* line 217, app/assets/stylesheets/structure/_layouts.scss */
[data-layout="semibox"][data-sidebar-visibility="hidden"]:is([data-sidebar="dark"], [data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) .logo-light {
  display: inline-block;
}

@media (min-width: 1440px) {
  /* line 223, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .navbar-menu {
    display: none;
  }
  /* line 227, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .horizontal-logo {
    display: inline-block;
    width: auto;
  }
  /* line 232, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .footer {
    left: calc(var(--vz-semibox-width) + 1.5rem);
  }
  /* line 236, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] #page-topbar {
    left: calc(var(--vz-semibox-width) + 1.5rem);
  }
  /* line 240, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"] .main-content {
    margin-left: 0px;
  }
  /* line 247, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .navbar-brand-box, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .navbar-brand-box {
    position: static;
    padding: 0 1.3rem;
  }
  /* line 253, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .logo span.logo-lg, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .logo span.logo-lg {
    display: inline-block;
  }
  /* line 257, app/assets/stylesheets/structure/_layouts.scss */
  [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm"] .logo span.logo-sm, [data-layout="semibox"][data-sidebar-visibility="hidden"][data-sidebar-size="sm-hover"] .logo span.logo-sm {
    display: none;
  }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 9, app/assets/stylesheets/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 20, app/assets/stylesheets/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

/* line 48, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 55, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 58, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 61, app/assets/stylesheets/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 67, app/assets/stylesheets/components/_waves.scss */
.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 76, app/assets/stylesheets/components/_waves.scss */
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/* line 93, app/assets/stylesheets/components/_waves.scss */
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

/* line 97, app/assets/stylesheets/components/_waves.scss */
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

/* line 101, app/assets/stylesheets/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 105, app/assets/stylesheets/components/_waves.scss */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 108, app/assets/stylesheets/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 114, app/assets/stylesheets/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

/* line 121, app/assets/stylesheets/components/_waves.scss */
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

/* line 130, app/assets/stylesheets/components/_waves.scss */
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 134, app/assets/stylesheets/components/_waves.scss */
.waves-block {
  display: block;
}

/* line 139, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 145, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(102, 145, 231, 0.4);
}

/* line 150, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-success .waves-ripple {
  background-color: rgba(19, 197, 107, 0.4);
}

/* line 155, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-info .waves-ripple {
  background-color: rgba(80, 195, 230, 0.4);
}

/* line 160, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(232, 188, 82, 0.4);
}

/* line 165, app/assets/stylesheets/components/_waves.scss */
.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(237, 94, 94, 0.4);
}

/* line 5, app/assets/stylesheets/components/_avatar.scss */
.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 10, app/assets/stylesheets/components/_avatar.scss */
.avatar-xs {
  height: 2rem;
  width: 2rem;
}

/* line 15, app/assets/stylesheets/components/_avatar.scss */
.avatar-sm {
  height: 3rem;
  width: 3rem;
}

/* line 20, app/assets/stylesheets/components/_avatar.scss */
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

/* line 25, app/assets/stylesheets/components/_avatar.scss */
.avatar-lg {
  height: 6rem;
  width: 6rem;
}

/* line 30, app/assets/stylesheets/components/_avatar.scss */
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

/* line 35, app/assets/stylesheets/components/_avatar.scss */
.avatar-title {
  align-items: center;
  background-color: #6691e7;
  color: #fff;
  display: flex;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 47, app/assets/stylesheets/components/_avatar.scss */
.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

/* line 52, app/assets/stylesheets/components/_avatar.scss */
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid var(--vz-secondary-bg);
  border-radius: 50%;
  transition: all 0.2s;
}

/* line 58, app/assets/stylesheets/components/_avatar.scss */
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
  z-index: 1;
}

/* line 6, app/assets/stylesheets/components/_accordion.scss */
.accordion .accordion-button {
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/components/_accordion.scss */
.accordion .accordion-body {
  color: var(--vz-secondary-color);
}

/* line 16, app/assets/stylesheets/components/_accordion.scss */
.accordion.accordion-icon-none .accordion-button::after {
  content: "";
  background-image: none !important;
}

/* line 22, app/assets/stylesheets/components/_accordion.scss */
.accordion.accordion-icon-none .accordion-button:not(.collapsed)::after {
  content: "";
}

/* line 34, app/assets/stylesheets/components/_accordion.scss */
.custom-accordionwithicon .accordion-button::after {
  background-image: none !important;
  font-family: "Material Design Icons";
  content: "\F0142";
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: 0.8;
}

/* line 44, app/assets/stylesheets/components/_accordion.scss */
.custom-accordionwithicon .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\F0140";
  margin-right: -3px;
}

/* line 57, app/assets/stylesheets/components/_accordion.scss */
.custom-accordionwithicon-plus .accordion-button::after {
  background-image: none !important;
  font-family: "Material Design Icons";
  content: "\F0415";
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: 0.8;
}

/* line 67, app/assets/stylesheets/components/_accordion.scss */
.custom-accordionwithicon-plus .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\F0374";
  margin-right: -3px;
}

/* line 80, app/assets/stylesheets/components/_accordion.scss */
.lefticon-accordion .accordion-button {
  padding-left: 2.75rem;
}

/* line 83, app/assets/stylesheets/components/_accordion.scss */
.lefticon-accordion .accordion-button::after {
  position: absolute;
  left: 1.25rem;
  top: 14px;
}

/* line 90, app/assets/stylesheets/components/_accordion.scss */
.lefticon-accordion .accordion-button:not(.collapsed)::after {
  top: 20px;
}

/* line 100, app/assets/stylesheets/components/_accordion.scss */
.accordion-border-box .accordion-item {
  border-top: var(--vz-border-width) solid var(--vz-border-color);
  border-radius: var(--vz-border-radius);
}

/* line 104, app/assets/stylesheets/components/_accordion.scss */
.accordion-border-box .accordion-item:not(:first-of-type) {
  margin-top: 8px;
}

/* line 108, app/assets/stylesheets/components/_accordion.scss */
.accordion-border-box .accordion-item .accordion-button {
  border-radius: var(--vz-border-radius);
}

/* line 111, app/assets/stylesheets/components/_accordion.scss */
.accordion-border-box .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 120, app/assets/stylesheets/components/_accordion.scss */
.custom-accordion-border .accordion-item {
  border-left: 3px solid var(--vz-border-color);
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-primary .accordion-item {
  border-color: rgba(102, 145, 231, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-primary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-primary .accordion-item .accordion-button:not(.collapsed) {
  color: #6691e7;
  background-color: rgba(102, 145, 231, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-primary .accordion-item .accordion-button::after {
  color: #6691e7;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-primary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-primary .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #6691e7 !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-secondary .accordion-item {
  border-color: rgba(134, 92, 226, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-secondary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-secondary .accordion-item .accordion-button:not(.collapsed) {
  color: #865ce2;
  background-color: rgba(134, 92, 226, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-secondary .accordion-item .accordion-button::after {
  color: #865ce2;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-secondary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-secondary .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #865ce2 !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-success .accordion-item {
  border-color: rgba(19, 197, 107, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-success .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-success .accordion-item .accordion-button:not(.collapsed) {
  color: #13c56b;
  background-color: rgba(19, 197, 107, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-success .accordion-item .accordion-button::after {
  color: #13c56b;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-success .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-success .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #13c56b !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-info .accordion-item {
  border-color: rgba(80, 195, 230, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-info .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-info .accordion-item .accordion-button:not(.collapsed) {
  color: #50c3e6;
  background-color: rgba(80, 195, 230, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-info .accordion-item .accordion-button::after {
  color: #50c3e6;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-info .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-info .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #50c3e6 !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-warning .accordion-item {
  border-color: rgba(232, 188, 82, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-warning .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-warning .accordion-item .accordion-button:not(.collapsed) {
  color: #e8bc52;
  background-color: rgba(232, 188, 82, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-warning .accordion-item .accordion-button::after {
  color: #e8bc52;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-warning .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-warning .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e8bc52 !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-danger .accordion-item {
  border-color: rgba(237, 94, 94, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-danger .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-danger .accordion-item .accordion-button:not(.collapsed) {
  color: #ed5e5e;
  background-color: rgba(237, 94, 94, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-danger .accordion-item .accordion-button::after {
  color: #ed5e5e;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-danger .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-danger .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #ed5e5e !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-light .accordion-item {
  border-color: rgba(243, 246, 249, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-light .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-light .accordion-item .accordion-button:not(.collapsed) {
  color: #f3f6f9;
  background-color: rgba(243, 246, 249, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-light .accordion-item .accordion-button::after {
  color: #f3f6f9;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-light .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-light .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f3f6f9 !important;
}

/* line 130, app/assets/stylesheets/components/_accordion.scss */
.accordion-dark .accordion-item {
  border-color: rgba(54, 61, 72, 0.6);
}

/* line 133, app/assets/stylesheets/components/_accordion.scss */
.accordion-dark .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 136, app/assets/stylesheets/components/_accordion.scss */
.accordion-dark .accordion-item .accordion-button:not(.collapsed) {
  color: #363d48;
  background-color: rgba(54, 61, 72, 0.1) !important;
}

/* line 141, app/assets/stylesheets/components/_accordion.scss */
.accordion-dark .accordion-item .accordion-button::after {
  color: #363d48;
}

/* line 150, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-dark .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/components/_accordion.scss */
.accordion-fill-dark .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #363d48 !important;
}

/* line 165, app/assets/stylesheets/components/_accordion.scss */
[dir="rtl"] .custom-accordionwithicon .accordion-button::after {
  transform: rotate(180deg);
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-double {
  border-style: double !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-double {
  border-top-style: double !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-double {
  border-bottom-style: double !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-double {
  border-right-style: double !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-double {
  border-left-style: double !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-double {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-double .list-group-item {
  border-style: double !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-dashed {
  border-style: dashed !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-dashed {
  border-top-style: dashed !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-dashed {
  border-right-style: dashed !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-dashed {
  border-left-style: dashed !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-dashed {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-dashed .list-group-item {
  border-style: dashed !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-groove {
  border-style: groove !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-groove {
  border-top-style: groove !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-groove {
  border-bottom-style: groove !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-groove {
  border-right-style: groove !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-groove {
  border-left-style: groove !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-groove {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-groove .list-group-item {
  border-style: groove !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-outset {
  border-style: outset !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-outset {
  border-top-style: outset !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-outset {
  border-bottom-style: outset !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-outset {
  border-right-style: outset !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-outset {
  border-left-style: outset !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-outset {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-outset .list-group-item {
  border-style: outset !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-ridge {
  border-style: ridge !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-ridge {
  border-top-style: ridge !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-ridge {
  border-right-style: ridge !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-ridge {
  border-left-style: ridge !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-ridge {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-ridge .list-group-item {
  border-style: ridge !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-dotted {
  border-top-style: dotted !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-dotted {
  border-right-style: dotted !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-dotted {
  border-left-style: dotted !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-dotted {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-dotted .list-group-item {
  border-style: dotted !important;
}

/* line 8, app/assets/stylesheets/components/_helper.scss */
.border-inset {
  border-style: inset !important;
}

/* line 11, app/assets/stylesheets/components/_helper.scss */
.border-top-inset {
  border-top-style: inset !important;
}

/* line 14, app/assets/stylesheets/components/_helper.scss */
.border-bottom-inset {
  border-bottom-style: inset !important;
}

/* line 17, app/assets/stylesheets/components/_helper.scss */
.border-end-inset {
  border-right-style: inset !important;
}

/* line 20, app/assets/stylesheets/components/_helper.scss */
.border-start-inset {
  border-left-style: inset !important;
}

/* line 26, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-inset {
  border: none !important;
}

/* line 28, app/assets/stylesheets/components/_helper.scss */
.list-group-flush.border-inset .list-group-item {
  border-style: inset !important;
}

/* line 37, app/assets/stylesheets/components/_helper.scss */
.ff-base {
  font-family: var(--vz-font-sans-serif);
}

/* line 41, app/assets/stylesheets/components/_helper.scss */
.ff-secondary {
  font-family: "Montserrat", sans-serif;
}

/* line 46, app/assets/stylesheets/components/_helper.scss */
.bg-pattern {
  background: url(/../images/modal-bg.png) var(--vz-secondary-bg);
}

/* line 51, app/assets/stylesheets/components/_helper.scss */
.w-xs {
  min-width: 80px;
}

/* line 55, app/assets/stylesheets/components/_helper.scss */
.w-sm {
  min-width: 95px;
}

/* line 59, app/assets/stylesheets/components/_helper.scss */
.w-md {
  min-width: 110px;
}

/* line 63, app/assets/stylesheets/components/_helper.scss */
.w-lg {
  min-width: 140px;
}

/* line 67, app/assets/stylesheets/components/_helper.scss */
.w-xl {
  min-width: 160px;
}

/* line 72, app/assets/stylesheets/components/_helper.scss */
.icon-xs {
  height: 16px;
  width: 16px;
}

/* line 77, app/assets/stylesheets/components/_helper.scss */
.icon-sm {
  height: 18px;
  width: 18px;
}

/* line 82, app/assets/stylesheets/components/_helper.scss */
.icon-md {
  height: 22px;
  width: 22px;
}

/* line 87, app/assets/stylesheets/components/_helper.scss */
.icon-lg {
  height: 24px;
  width: 24px;
}

/* line 92, app/assets/stylesheets/components/_helper.scss */
.icon-xl {
  height: 28px;
  width: 28px;
}

/* line 97, app/assets/stylesheets/components/_helper.scss */
.icon-xxl {
  height: 32px;
  width: 32px;
}

/* line 103, app/assets/stylesheets/components/_helper.scss */
.icon-dual {
  color: #adb5bd;
  fill: rgba(173, 181, 189, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-primary {
  color: #6691e7;
  fill: rgba(102, 145, 231, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-secondary {
  color: #865ce2;
  fill: rgba(134, 92, 226, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-success {
  color: #13c56b;
  fill: rgba(19, 197, 107, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-info {
  color: #50c3e6;
  fill: rgba(80, 195, 230, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-warning {
  color: #e8bc52;
  fill: rgba(232, 188, 82, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-danger {
  color: #ed5e5e;
  fill: rgba(237, 94, 94, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-light {
  color: #f3f6f9;
  fill: rgba(243, 246, 249, 0.16);
}

/* line 110, app/assets/stylesheets/components/_helper.scss */
.icon-dual-dark {
  color: #363d48;
  fill: rgba(54, 61, 72, 0.16);
}

/* line 117, app/assets/stylesheets/components/_helper.scss */
.search-box {
  position: relative;
}

/* line 119, app/assets/stylesheets/components/_helper.scss */
.search-box .form-control {
  padding-left: 40px;
}

/* line 122, app/assets/stylesheets/components/_helper.scss */
.search-box .search-icon {
  font-size: 14px;
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--vz-secondary-color);
}

/* line 137, app/assets/stylesheets/components/_helper.scss */
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

/* line 151, app/assets/stylesheets/components/_helper.scss */
.customizer-setting {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}

/* line 159, app/assets/stylesheets/components/_helper.scss */
code {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

/* line 163, app/assets/stylesheets/components/_helper.scss */
.layout-rightside {
  width: 280px;
  margin-right: calc(1.5rem * -1);
  margin-top: calc(1px - 1.5rem * 1.1);
  height: calc(100% + 1.5rem * 1.1);
}

@media (max-width: 1699.98px) {
  /* line 170, app/assets/stylesheets/components/_helper.scss */
  .layout-rightside-col {
    display: none;
    position: fixed !important;
    height: 100vh;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1004;
  }
  /* line 180, app/assets/stylesheets/components/_helper.scss */
  .layout-rightside-col .overlay {
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(54, 61, 72, 0.2);
  }
  /* line 189, app/assets/stylesheets/components/_helper.scss */
  .layout-rightside-col .layout-rightside {
    margin-top: 0px;
    height: 100%;
    margin-left: auto;
  }
  /* line 194, app/assets/stylesheets/components/_helper.scss */
  .layout-rightside-col .card-body {
    overflow-y: auto;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1700px) {
  /* line 203, app/assets/stylesheets/components/_helper.scss */
  :is([data-layout="horizontal"], [data-layout-style=detached]) .layout-rightside {
    margin-top: calc(28px - 1.5rem);
    margin-right: 0;
    height: calc(100% - calc(1.5rem * 0.5));
  }
}

/* line 212, app/assets/stylesheets/components/_helper.scss */
[data-layout="semibox"] .layout-rightside {
  margin-right: 0px;
}

/* line 218, app/assets/stylesheets/components/_helper.scss */
.text-truncate-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* line 228, app/assets/stylesheets/components/_helper.scss */
.favourite-btn {
  border-color: transparent;
}

/* line 230, app/assets/stylesheets/components/_helper.scss */
.favourite-btn .ri-star-fill {
  color: var(--vz-secondary-color);
}

/* line 233, app/assets/stylesheets/components/_helper.scss */
.favourite-btn.active {
  border-color: transparent;
}

/* line 235, app/assets/stylesheets/components/_helper.scss */
.favourite-btn.active .ri-star-fill {
  color: #e8bc52;
}

/* line 238, app/assets/stylesheets/components/_helper.scss */
.favourite-btn.active .ri-star-fill:before {
  content: "\f186";
}

/* line 245, app/assets/stylesheets/components/_helper.scss */
.card-logo-light {
  display: var(--vz-card-logo-light);
}

/* line 249, app/assets/stylesheets/components/_helper.scss */
.card-logo-dark {
  display: var(--vz-card-logo-dark);
}

/* line 253, app/assets/stylesheets/components/_helper.scss */
#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 28px;
  transition: all 0.5s ease;
  display: none;
  z-index: 1000;
}

/* line 260, app/assets/stylesheets/components/_helper.scss */
#back-to-top:hover {
  animation: fade-up 1.5s infinite linear;
}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

/* line 5, app/assets/stylesheets/components/_preloader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--vz-secondary-bg);
  z-index: 9999;
}

/* line 15, app/assets/stylesheets/components/_preloader.scss */
[data-preloader="disable"] #preloader {
  opacity: 0;
  visibility: hidden;
}

/* line 20, app/assets/stylesheets/components/_preloader.scss */
#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

/* line 6, app/assets/stylesheets/components/_forms.scss */
:is([type="tel"], [type="url"], [type="email"], [type="number"])::-moz-placeholder {
  text-align: left;
}
:is([type="tel"], [type="url"], [type="email"], [type="number"])::placeholder {
  text-align: left;
}

/* line 6, app/assets/stylesheets/components/_widgets.scss */
.main-chart .chart-border-left {
  border-left: 1.4px solid var(--vz-border-color);
  padding: 2px 20px;
}

/* line 10, app/assets/stylesheets/components/_widgets.scss */
.main-chart .chart-border-left:last-child {
  margin-right: 0px;
}

/* Activity */
/* line 20, app/assets/stylesheets/components/_widgets.scss */
.activity-feed {
  list-style: none;
}

/* line 23, app/assets/stylesheets/components/_widgets.scss */
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 27px;
  padding-left: 16px;
  border-left: 2px solid var(--vz-border-color);
}

/* line 29, app/assets/stylesheets/components/_widgets.scss */
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #6691e7;
  background-color: var(--vz-secondary-bg);
}

/* line 42, app/assets/stylesheets/components/_widgets.scss */
.activity-feed .feed-item:last-child {
  border-color: transparent;
}

/* line 49, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid {
  position: relative;
}

/* line 52, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid .mini-stat-icon {
  overflow: hidden;
  position: relative;
}

/* line 56, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 69px;
  background-color: rgba(19, 197, 107, 0.1);
  left: 3px;
  transform: rotate(32deg);
  top: -8px;
  transition: all 0.4s;
}

/* line 69, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid .mini-stat-icon::after {
  left: 27px;
  width: 8px;
  transition: all 0.2s;
}

/* line 78, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid:hover .mini-stat-icon::after {
  left: 60px;
}

/* line 82, app/assets/stylesheets/components/_widgets.scss */
.mini-stats-wid:hover .mini-stat-icon::before {
  left: 50px;
}

/* line 93, app/assets/stylesheets/components/_widgets.scss */
.card-wrapper .jp-card .jp-card-back, .card-wrapper .jp-card .jp-card-front {
  background-color: #13c56b;
}

/* line 99, app/assets/stylesheets/components/_widgets.scss */
.notification-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--vz-secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

/* line 116, app/assets/stylesheets/components/_widgets.scss */
.clothes-size li input[type="radio"] {
  display: none;
}

/* line 120, app/assets/stylesheets/components/_widgets.scss */
.clothes-size li label {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid var(--vz-border-color);
  text-transform: none;
  letter-spacing: 0;
  color: #6691e7;
}

/* line 130, app/assets/stylesheets/components/_widgets.scss */
.clothes-size li input[type="radio"]:checked + label {
  background-color: #6691e7;
  border-color: #6691e7;
  color: #fff;
}

/* line 6, app/assets/stylesheets/components/_demos.scss */
.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 17, app/assets/stylesheets/components/_demos.scss */
[dir="rtl"] .modal-open {
  padding-left: 0px !important;
}

/* line 23, app/assets/stylesheets/components/_demos.scss */
.icon-demo-content {
  color: var(--vz-gray-500);
}

/* line 26, app/assets/stylesheets/components/_demos.scss */
.icon-demo-content i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--vz-gray-600);
  transition: all 0.4s;
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/components/_demos.scss */
.icon-demo-content svg {
  margin-right: 10px;
  transition: all 0.4s;
  height: 20px;
}

/* line 40, app/assets/stylesheets/components/_demos.scss */
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}

/* line 44, app/assets/stylesheets/components/_demos.scss */
.icon-demo-content .col-lg-4:hover i, .icon-demo-content .col-lg-4:hover svg {
  color: #6691e7;
  transform: scale(1.5);
}

/* line 55, app/assets/stylesheets/components/_demos.scss */
.img-switch .card-radio .form-check-input {
  display: none;
}

/* line 59, app/assets/stylesheets/components/_demos.scss */
.img-switch .card-radio .form-check-input:checked + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(102, 145, 231, 0.5);
}

/* line 68, app/assets/stylesheets/components/_demos.scss */
.img-switch .card-radio .form-check-input:checked + .form-check-label::after {
  content: '\eb80';
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  color: #fff;
}

/* line 84, app/assets/stylesheets/components/_demos.scss */
.active[data-bs-target="#collapseBgGradient"] {
  border-color: #6691e7 !important;
}

/* line 86, app/assets/stylesheets/components/_demos.scss */
.active[data-bs-target="#collapseBgGradient"]::before {
  content: "\eb80";
  font-family: remixicon;
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 16px;
  color: #6691e7;
}

@media print {
  /* line 7, app/assets/stylesheets/components/_print.scss */
  .vertical-menu,
.right-bar,
.page-title-box,
.navbar-header,
.app-menu,
.footer,
#back-to-top {
    display: none !important;
  }
  /* line 16, app/assets/stylesheets/components/_print.scss */
  .card-body,
.main-content,
.right-bar,
.page-content,
body {
    padding: 0;
    margin: 0;
  }
  /* line 25, app/assets/stylesheets/components/_print.scss */
  .card {
    border: 0;
    box-shadow: none !important;
  }
  /* line 31, app/assets/stylesheets/components/_print.scss */
  .invoice-details .d-sm-flex {
    display: flex !important;
  }
  /* line 36, app/assets/stylesheets/components/_print.scss */
  .address.col-sm-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 100% !important;
  }
}

/* line 5, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box {
  position: relative;
  /* Ribbon two */
}

/* line 8, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon {
  padding: 5px 12px;
  box-shadow: 2px 5px 10px rgba(54, 61, 72, 0.15);
  color: #fff;
  font-size: 0.825rem;
  font-weight: 500;
  position: absolute;
  left: -1px;
  top: 5px;
}

/* line 18, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.round-shape {
  border-radius: 0 30px 30px 0;
}

/* line 22, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.ribbon-shape {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.ribbon-shape::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  border: 14px solid transparent;
}

/* line 33, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.ribbon-shape::after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  border: 14px solid transparent;
}

/* line 46, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.ribbon-circle .ribbon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  top: 20px;
}

/* line 61, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.ribbon-fill {
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.ribbon-fill .ribbon {
  transform: rotate(-45deg);
  width: 93px;
  height: 52px;
  left: -36px;
  top: -16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 75, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.ribbon-fill.ribbon-sm .ribbon {
  padding: 2px 12px;
  width: 78px;
  height: 42px;
  font-size: 12px;
  box-shadow: none;
}

/* line 87, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon {
  position: absolute;
  left: auto;
  right: 0;
}

/* line 92, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon.round-shape {
  border-radius: 30px 0 0 30px;
}

/* line 96, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon.ribbon-shape {
  text-align: right;
}

/* line 99, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon.ribbon-shape::before, .ribbon-box.right .ribbon.ribbon-shape::after {
  right: auto;
  left: -17px;
  border-left-color: transparent;
}

/* line 109, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right.ribbon-circle .ribbon {
  left: auto;
  right: 20px;
}

/* line 115, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .icon-ribbon {
  right: 24px;
  left: auto;
}

/* line 121, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right.ribbon-fill .ribbon {
  transform: rotate(45deg);
  right: -38px;
  left: auto;
}

/* line 129, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right.ribbon-box .ribbon-two {
  left: auto;
  right: -5px;
}

/* line 133, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right.ribbon-box .ribbon-two span {
  left: auto;
  right: -21px;
  transform: rotate(45deg);
}

/* line 143, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-content {
  clear: both;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary {
  background: #6691e7;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary:before {
  border-color: #3a71e0 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary.ribbon-shape::before {
  border-left-color: #6691e7;
  border-top-color: #6691e7;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary.ribbon-shape::after {
  border-left-color: #6691e7;
  border-bottom-color: #6691e7;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-primary {
  background: #6691e7;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-primary.ribbon-shape::before {
  border-right-color: #6691e7;
  border-top-color: #6691e7;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-primary.ribbon-shape::after {
  border-right-color: #6691e7;
  border-bottom-color: #6691e7;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary {
  background: #865ce2;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary:before {
  border-color: #6631da transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary.ribbon-shape::before {
  border-left-color: #865ce2;
  border-top-color: #865ce2;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary.ribbon-shape::after {
  border-left-color: #865ce2;
  border-bottom-color: #865ce2;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-secondary {
  background: #865ce2;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-secondary.ribbon-shape::before {
  border-right-color: #865ce2;
  border-top-color: #865ce2;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-secondary.ribbon-shape::after {
  border-right-color: #865ce2;
  border-bottom-color: #865ce2;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success {
  background: #13c56b;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success:before {
  border-color: #0f9652 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success.ribbon-shape::before {
  border-left-color: #13c56b;
  border-top-color: #13c56b;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success.ribbon-shape::after {
  border-left-color: #13c56b;
  border-bottom-color: #13c56b;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-success {
  background: #13c56b;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-success.ribbon-shape::before {
  border-right-color: #13c56b;
  border-top-color: #13c56b;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-success.ribbon-shape::after {
  border-right-color: #13c56b;
  border-bottom-color: #13c56b;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info {
  background: #50c3e6;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info:before {
  border-color: #23b4e0 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info.ribbon-shape::before {
  border-left-color: #50c3e6;
  border-top-color: #50c3e6;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info.ribbon-shape::after {
  border-left-color: #50c3e6;
  border-bottom-color: #50c3e6;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-info {
  background: #50c3e6;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-info.ribbon-shape::before {
  border-right-color: #50c3e6;
  border-top-color: #50c3e6;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-info.ribbon-shape::after {
  border-right-color: #50c3e6;
  border-bottom-color: #50c3e6;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning {
  background: #e8bc52;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning:before {
  border-color: #e2ab25 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning.ribbon-shape::before {
  border-left-color: #e8bc52;
  border-top-color: #e8bc52;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning.ribbon-shape::after {
  border-left-color: #e8bc52;
  border-bottom-color: #e8bc52;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-warning {
  background: #e8bc52;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-warning.ribbon-shape::before {
  border-right-color: #e8bc52;
  border-top-color: #e8bc52;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-warning.ribbon-shape::after {
  border-right-color: #e8bc52;
  border-bottom-color: #e8bc52;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger {
  background: #ed5e5e;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger:before {
  border-color: #e83030 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger.ribbon-shape::before {
  border-left-color: #ed5e5e;
  border-top-color: #ed5e5e;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger.ribbon-shape::after {
  border-left-color: #ed5e5e;
  border-bottom-color: #ed5e5e;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-danger {
  background: #ed5e5e;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-danger.ribbon-shape::before {
  border-right-color: #ed5e5e;
  border-top-color: #ed5e5e;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-danger.ribbon-shape::after {
  border-right-color: #ed5e5e;
  border-bottom-color: #ed5e5e;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light {
  background: #f3f6f9;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light:before {
  border-color: #d1dde8 transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light.ribbon-shape::before {
  border-left-color: #f3f6f9;
  border-top-color: #f3f6f9;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light.ribbon-shape::after {
  border-left-color: #f3f6f9;
  border-bottom-color: #f3f6f9;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-light {
  background: #f3f6f9;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-light.ribbon-shape::before {
  border-right-color: #f3f6f9;
  border-top-color: #f3f6f9;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-light.ribbon-shape::after {
  border-right-color: #f3f6f9;
  border-bottom-color: #f3f6f9;
}

/* line 149, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark {
  background: #363d48;
}

/* line 152, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark:before {
  border-color: #20242b transparent transparent;
}

/* line 157, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark.ribbon-shape::before {
  border-left-color: #363d48;
  border-top-color: #363d48;
}

/* line 162, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark.ribbon-shape::after {
  border-left-color: #363d48;
  border-bottom-color: #363d48;
}

/* line 170, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-dark {
  background: #363d48;
}

/* line 174, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-dark.ribbon-shape::before {
  border-right-color: #363d48;
  border-top-color: #363d48;
}

/* line 179, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-dark.ribbon-shape::after {
  border-right-color: #363d48;
  border-bottom-color: #363d48;
}

/* line 191, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .icon-ribbon {
  box-shadow: none;
  left: 24px;
  top: -12px;
  font-size: 40px;
  padding: 0;
}

/* line 201, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 211, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 500;
}

/* line 225, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 235, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span {
  background: #6691e7;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #2461dd;
  border-top: 3px solid #2461dd;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #2461dd;
  border-top: 3px solid #2461dd;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span {
  background: #865ce2;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:before {
  border-left: 3px solid #5924cd;
  border-top: 3px solid #5924cd;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:after {
  border-right: 3px solid #5924cd;
  border-top: 3px solid #5924cd;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span {
  background: #13c56b;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #0c7f45;
  border-top: 3px solid #0c7f45;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #0c7f45;
  border-top: 3px solid #0c7f45;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span {
  background: #50c3e6;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #1da3cc;
  border-top: 3px solid #1da3cc;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #1da3cc;
  border-top: 3px solid #1da3cc;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span {
  background: #e8bc52;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #d29c1c;
  border-top: 3px solid #d29c1c;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #d29c1c;
  border-top: 3px solid #d29c1c;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span {
  background: #ed5e5e;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #e51a1a;
  border-top: 3px solid #e51a1a;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #e51a1a;
  border-top: 3px solid #e51a1a;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span {
  background: #f3f6f9;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:before {
  border-left: 3px solid #c0d0e0;
  border-top: 3px solid #c0d0e0;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:after {
  border-right: 3px solid #c0d0e0;
  border-top: 3px solid #c0d0e0;
}

/* line 251, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span {
  background: #363d48;
}

/* line 254, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #15181c;
  border-top: 3px solid #15181c;
}

/* line 259, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:after {
  border-right: 3px solid #15181c;
  border-top: 3px solid #15181c;
}

/* line 272, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .ribbon-three {
  position: absolute;
  top: -6.1px;
  right: 10px;
  left: auto;
}

/* line 281, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three {
  position: absolute;
  top: -6.1px;
  left: 10px;
}

/* line 286, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three span {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}

/* line 297, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three span::after, .ribbon-three span::before {
  position: absolute;
  content: "";
}

/* line 303, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three span::before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
}

/* line 310, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three span::after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
}

/* line 319, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-top: 10px solid;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-primary span {
  background: #6691e7;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-primary span:before {
  background: #6691e7;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-primary span:after {
  background: #3a71e0;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-primary::after {
  border-top-color: #6691e7;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-secondary span {
  background: #865ce2;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-secondary span:before {
  background: #865ce2;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-secondary span:after {
  background: #6631da;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-secondary::after {
  border-top-color: #865ce2;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-success span {
  background: #13c56b;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-success span:before {
  background: #13c56b;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-success span:after {
  background: #0f9652;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-success::after {
  border-top-color: #13c56b;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-info span {
  background: #50c3e6;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-info span:before {
  background: #50c3e6;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-info span:after {
  background: #23b4e0;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-info::after {
  border-top-color: #50c3e6;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-warning span {
  background: #e8bc52;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-warning span:before {
  background: #e8bc52;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-warning span:after {
  background: #e2ab25;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-warning::after {
  border-top-color: #e8bc52;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-danger span {
  background: #ed5e5e;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-danger span:before {
  background: #ed5e5e;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-danger span:after {
  background: #e83030;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-danger::after {
  border-top-color: #ed5e5e;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-light span {
  background: #f3f6f9;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-light span:before {
  background: #f3f6f9;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-light span:after {
  background: #d1dde8;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-light::after {
  border-top-color: #f3f6f9;
}

/* line 334, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-dark span {
  background: #363d48;
}

/* line 337, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-dark span:before {
  background: #363d48;
}

/* line 341, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-dark span:after {
  background: #20242b;
}

/* line 346, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-three-dark::after {
  border-top-color: #363d48;
}

/* line 354, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .trending-ribbon {
  transform: translateX(-50px);
  transition: all 0.5s ease;
}

/* line 358, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .trending-ribbon .trending-ribbon-text {
  transition: all 0.5s ease;
  opacity: 0;
}

/* line 365, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box:hover .trending-ribbon {
  transform: translateX(0);
}

/* line 368, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box:hover .trending-ribbon .trending-ribbon-text {
  opacity: 1;
}

/* line 374, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .trending-ribbon {
  transform: translateX(50px);
  transition: all 0.5s ease;
}

/* line 378, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right .trending-ribbon .trending-ribbon-text {
  transition: all 0.5s ease;
  opacity: 0;
}

/* line 385, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right:hover .trending-ribbon {
  transform: translateX(0);
}

/* line 388, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box.right:hover .trending-ribbon .trending-ribbon-text {
  opacity: 1;
}

/* line 8, app/assets/stylesheets/components/_toast.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-primary .toast-body {
  color: #6691e7;
  border-bottom: 3px solid #6691e7;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-secondary .toast-body {
  color: #865ce2;
  border-bottom: 3px solid #865ce2;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-success .toast-body {
  color: #13c56b;
  border-bottom: 3px solid #13c56b;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-info .toast-body {
  color: #50c3e6;
  border-bottom: 3px solid #50c3e6;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-warning .toast-body {
  color: #e8bc52;
  border-bottom: 3px solid #e8bc52;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-danger .toast-body {
  color: #ed5e5e;
  border-bottom: 3px solid #ed5e5e;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-light .toast-body {
  color: #f3f6f9;
  border-bottom: 3px solid #f3f6f9;
}

/* line 14, app/assets/stylesheets/components/_toast.scss */
.toast-border-dark .toast-body {
  color: #363d48;
  border-bottom: 3px solid #363d48;
}

/* line 6, app/assets/stylesheets/components/_scrollspy.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/* line 13, app/assets/stylesheets/components/_scrollspy.scss */
.scrollspy-example-2 {
  position: relative;
  height: 370px;
  overflow: auto;
}

/* line 1, app/assets/stylesheets/components/_root.scss */
:root {
  --vz-card-logo-dark:                                     block;
  --vz-card-logo-light:                                    none;
  --vz-vertical-menu-width:                                250px;
  --vz-vertical-menu-width-md:                             180px;
  --vz-vertical-menu-width-sm:                             70px;
  --vz-header-bg:                                          #fff;
  --vz-header-border:                                      #e9ebec;
  --vz-header-item-color:                                  #495057;
  --vz-header-item-bg:                                     rgba(134, 92, 226, 0.12);
  --vz-header-item-sub-color:                              #878a99;
  --vz-topbar-search-bg:                                   #f3f3f9;
  --vz-topbar-search-color:                                #495057;
  --vz-topbar-user-bg:                                     #f3f3f9;
  --vz-page-title-box-shadow:                              0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border:                                  transparent;
  --vz-topnav-bg:                                          #fff;
  --vz-topnav-item-color:                                  #6d7080;
  --vz-topnav-item-active-color:                           #6691e7;
  --vz-twocolumn-menu-iconview-bg:                         #fff;
  --vz-twocolumn-menu-box-shadow:                          0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-boxed-layout-width:                                 1300px;
  --vz-boxed-body-bg:                                      #e5ecf2;
  --vz-semibox-width:                                      110px;
  --vz-footer-bg:                                          #fff;
  --vz-footer-color:                                       #98a6ad;
  --vz-input-bg-custom:                                #fff;
  --vz-input-border-custom:                            #ced4da;
}

/* line 27, app/assets/stylesheets/components/_root.scss */
[data-topbar="dark"]:root {
  --vz-header-bg:                                      #38454a;
  --vz-header-item-color:                              rgba(255, 255, 255, 0.85);
  --vz-header-item-bg:                                 #435258;
  --vz-header-item-sub-color:                          #9ea9ad;
  --vz-topbar-user-bg:                                 #455358;
  --vz-topbar-search-bg:                               rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color:                            #fff;
  --vz-header-border:                                  #38454a;
}

/* line 65, app/assets/stylesheets/components/_root.scss */
:root {
  --vz-vertical-menu-bg:                                   #fff;
  --vz-vertical-menu-border:                               #fff;
  --vz-vertical-menu-item-color:                           #6d7080;
  --vz-vertical-menu-item-bg:                              rgba(102, 145, 231, 0.15);
  --vz-vertical-menu-item-hover-color:                     #6691e7;
  --vz-vertical-menu-item-active-color:                    #6691e7;
  --vz-vertical-menu-item-active-bg:                       rgba(102, 145, 231, 0.15);
  --vz-vertical-menu-sub-item-color:                       #7c7f90;
  --vz-vertical-menu-sub-item-hover-color:                 #6691e7;
  --vz-vertical-menu-sub-item-active-color:                #6691e7;
  --vz-vertical-menu-title-color:                          #919da9;
  --vz-vertical-menu-box-shadow:                           0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow:                  0 2px 4px rgba(15, 34, 58, 0.12);
}

/* line 80, app/assets/stylesheets/components/_root.scss */
[data-sidebar="dark"]:root {
  --vz-vertical-menu-bg:                               #38454a;
  --vz-vertical-menu-border:                           #38454a;
  --vz-vertical-menu-item-color:                       #a1b7bf;
  --vz-vertical-menu-item-bg:                          rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color:                 #fff;
  --vz-vertical-menu-item-active-color:                #fff;
  --vz-vertical-menu-item-active-bg:                   rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color:                   #a1b7bf;
  --vz-vertical-menu-sub-item-hover-color:             #fff;
  --vz-vertical-menu-sub-item-active-color:            #fff;
  --vz-vertical-menu-title-color:                      #a1b7bf;
  --vz-twocolumn-menu-iconview-bg:                     #344044;
  --vz-vertical-menu-box-shadow:                       0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow:              0 2px 4px rgba(15, 34, 58, 0.12);
}

/* line 103, app/assets/stylesheets/components/_root.scss */
:root:is([data-sidebar="gradient"], [data-sidebar="gradient-2"], [data-sidebar="gradient-3"], [data-sidebar="gradient-4"]) {
  --vz-vertical-menu-item-color:                       rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-item-bg:                          rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color:                 #fff;
  --vz-vertical-menu-item-active-color:                #fff;
  --vz-vertical-menu-item-active-bg:                   rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color:                   rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-sub-item-hover-color:             #fff;
  --vz-vertical-menu-sub-item-active-color:            #fff;
  --vz-vertical-menu-title-color:                      rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-box-shadow:                       0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow:              0 2px 4px rgba(15, 34, 58, 0.12);
}

/* line 118, app/assets/stylesheets/components/_root.scss */
[data-sidebar="gradient"]:root {
  --vz-vertical-menu-bg:                               linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border:                           var(--vz-success);
  --vz-twocolumn-menu-iconview-bg:                     var(--vz-primary);
}

/* line 124, app/assets/stylesheets/components/_root.scss */
[data-sidebar="gradient-2"]:root {
  --vz-vertical-menu-bg:                               linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border:                           var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg:                     var(--vz-info);
}

/* line 130, app/assets/stylesheets/components/_root.scss */
[data-sidebar="gradient-3"]:root {
  --vz-vertical-menu-bg:                               linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border:                           var(--vz-success);
  --vz-twocolumn-menu-iconview-bg:                     var(--vz-info);
}

/* line 137, app/assets/stylesheets/components/_root.scss */
[data-sidebar="gradient-4"]:root {
  --vz-vertical-menu-bg:                               linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border:                           var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg:                     #1a1d21;
}

/* line 5, app/assets/stylesheets/components/_reboot.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 10, app/assets/stylesheets/components/_reboot.scss */
:is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  font-family: "Montserrat", sans-serif;
}

/* line 25, app/assets/stylesheets/components/_reboot.scss */
label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* line 29, app/assets/stylesheets/components/_reboot.scss */
b,
strong {
  font-weight: 500;
}

/* line 36, app/assets/stylesheets/components/_reboot.scss */
.blockquote {
  padding: 10px 20px;
  border-left: 4px solid var(--vz-border-color);
}

/* line 41, app/assets/stylesheets/components/_reboot.scss */
.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid var(--vz-border-color);
  text-align: right;
}

@media (min-width: 1200px) {
  /* line 49, app/assets/stylesheets/components/_reboot.scss */
  :is(.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl) {
    max-width: 1140px;
  }
}

/* line 61, app/assets/stylesheets/components/_reboot.scss */
.row > * {
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_alerts.scss */
.alert-label-icon {
  position: relative;
  padding-left: 60px;
  border: 0;
}

/* line 12, app/assets/stylesheets/components/_alerts.scss */
.alert-label-icon .label-icon {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 26, app/assets/stylesheets/components/_alerts.scss */
.alert-label-icon.label-arrow {
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/components/_alerts.scss */
.alert-label-icon.label-arrow .label-icon:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-left-color: #6691e7;
  right: -12px;
}

/* line 43, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left {
  border-left: 3px solid;
}

/* line 49, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border {
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
  border-top: 2px solid;
  color: var(--vz-body-color);
}

/* line 58, app/assets/stylesheets/components/_alerts.scss */
.alert-additional {
  padding: 0;
}

/* line 61, app/assets/stylesheets/components/_alerts.scss */
.alert-additional .alert-body {
  padding: 0.8rem 1rem;
}

/* line 64, app/assets/stylesheets/components/_alerts.scss */
.alert-additional .alert-content {
  padding: 0.8rem 1rem;
  border-bottom-left-radius: var(--vz-border-radius);
  border-bottom-right-radius: var(--vz-border-radius);
  margin: 0 -var(--vz-border-width) -var(--vz-border-width) -var(--vz-border-width);
}

/* line 75, app/assets/stylesheets/components/_alerts.scss */
.rounded-label .label-icon {
  width: 45px;
  height: 26px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 30px 30px 0;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-primary {
  border-left-color: var(--vz-primary);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-primary {
  border-top-color: var(--vz-primary);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-primary .label-icon {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-primary .label-icon {
  color: #fff;
  background-color: var(--vz-primary);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-primary .label-icon:after {
  border-left-color: var(--vz-primary) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-primary .btn-close::after {
  color: var(--vz-primary);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-primary .alert-content {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-secondary {
  border-left-color: var(--vz-secondary);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-secondary {
  border-top-color: var(--vz-secondary);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-secondary .label-icon {
  background-color: var(--vz-secondary);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-secondary .label-icon {
  color: #fff;
  background-color: var(--vz-secondary);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-secondary .label-icon:after {
  border-left-color: var(--vz-secondary) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-secondary .btn-close::after {
  color: var(--vz-secondary);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-secondary .alert-content {
  background-color: var(--vz-secondary);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-success {
  border-left-color: var(--vz-success);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-success {
  border-top-color: var(--vz-success);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-success .label-icon {
  background-color: var(--vz-success);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-success .label-icon {
  color: #fff;
  background-color: var(--vz-success);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-success .label-icon:after {
  border-left-color: var(--vz-success) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-success .btn-close::after {
  color: var(--vz-success);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-success .alert-content {
  background-color: var(--vz-success);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-info {
  border-left-color: var(--vz-info);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-info {
  border-top-color: var(--vz-info);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-info .label-icon {
  background-color: var(--vz-info);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-info .label-icon {
  color: #fff;
  background-color: var(--vz-info);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-info .label-icon:after {
  border-left-color: var(--vz-info) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-info .btn-close::after {
  color: var(--vz-info);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-info .alert-content {
  background-color: var(--vz-info);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-warning {
  border-left-color: var(--vz-warning);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-warning {
  border-top-color: var(--vz-warning);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-warning .label-icon {
  background-color: var(--vz-warning);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-warning .label-icon {
  color: #fff;
  background-color: var(--vz-warning);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-warning .label-icon:after {
  border-left-color: var(--vz-warning) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-warning .btn-close::after {
  color: var(--vz-warning);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-warning .alert-content {
  background-color: var(--vz-warning);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-danger {
  border-left-color: var(--vz-danger);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-danger {
  border-top-color: var(--vz-danger);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-danger .label-icon {
  background-color: var(--vz-danger);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-danger .label-icon {
  color: #fff;
  background-color: var(--vz-danger);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-danger .label-icon:after {
  border-left-color: var(--vz-danger) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-danger .btn-close::after {
  color: var(--vz-danger);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-danger .alert-content {
  background-color: var(--vz-danger);
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-light {
  border-left-color: var(--vz-light);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-light {
  border-top-color: var(--vz-light);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-light .label-icon {
  background-color: var(--vz-light);
  color: #000;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-light .label-icon {
  color: #000;
  background-color: var(--vz-light);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-light .label-icon:after {
  border-left-color: var(--vz-light) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-light .btn-close::after {
  color: var(--vz-light);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-light .alert-content {
  background-color: var(--vz-light);
  color: #000;
}

/* line 91, app/assets/stylesheets/components/_alerts.scss */
.alert-border-left.alert-dark {
  border-left-color: var(--vz-dark);
}

/* line 98, app/assets/stylesheets/components/_alerts.scss */
.alert-top-border.alert-dark {
  border-top-color: var(--vz-dark);
}

/* line 108, app/assets/stylesheets/components/_alerts.scss */
.rounded-label.alert-dark .label-icon {
  background-color: var(--vz-dark);
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-dark .label-icon {
  color: #fff;
  background-color: var(--vz-dark);
}

/* line 122, app/assets/stylesheets/components/_alerts.scss */
.label-arrow.alert-dark .label-icon:after {
  border-left-color: var(--vz-dark) !important;
}

/* line 131, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-dark .btn-close::after {
  color: var(--vz-dark);
}

/* line 141, app/assets/stylesheets/components/_alerts.scss */
.alert-additional.alert-dark .alert-content {
  background-color: var(--vz-dark);
  color: #fff;
}

/* line 149, app/assets/stylesheets/components/_alerts.scss */
.alert-dismissible .btn-close {
  background: transparent !important;
}

/* line 151, app/assets/stylesheets/components/_alerts.scss */
.alert-dismissible .btn-close::after {
  background: transparent !important;
  content: "\F0156" !important;
  font-size: 18px;
  line-height: 15px;
  font-family: "Material Design Icons" !important;
}

/* line 5, app/assets/stylesheets/components/_badge.scss */
.badge {
  line-height: 0.95;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-primary:before {
  border-right-color: #6691e7;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-secondary:before {
  border-right-color: #865ce2;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-success:before {
  border-right-color: #13c56b;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-info:before {
  border-right-color: #50c3e6;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-warning:before {
  border-right-color: #e8bc52;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-danger:before {
  border-right-color: #ed5e5e;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-light:before {
  border-right-color: #f3f6f9;
}

/* line 13, app/assets/stylesheets/components/_badge.scss */
.badge-label.bg-dark:before {
  border-right-color: #363d48;
}

/* line 21, app/assets/stylesheets/components/_badge.scss */
.badge-border {
  border-left: 2px solid;
}

/* line 26, app/assets/stylesheets/components/_badge.scss */
.badge-label {
  margin-left: 8px;
  position: relative;
}

/* line 29, app/assets/stylesheets/components/_badge.scss */
.badge-label:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-right-color: #6691e7;
  left: -14px;
  top: 0;
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-primary {
  background: linear-gradient(135deg, #6691e7 0%, #13c56b 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-secondary {
  background: linear-gradient(135deg, #865ce2 0%, #50c3e6 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-success {
  background: linear-gradient(135deg, #13c56b 0%, #e8bc52 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-danger {
  background: linear-gradient(135deg, #ed5e5e 0%, #865ce2 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-warning {
  background: linear-gradient(135deg, #e8bc52 0%, #d29c1c 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-info {
  background: linear-gradient(135deg, #50c3e6 0%, #13c56b 100%);
}

/* line 51, app/assets/stylesheets/components/_badge.scss */
.badge-gradient-dark {
  background: linear-gradient(135deg, #363d48 0%, #6691e7 100%);
}

/* line 5, app/assets/stylesheets/components/_buttons.scss */
button,
a {
  outline: none !important;
  position: relative;
}

/* line 11, app/assets/stylesheets/components/_buttons.scss */
.btn {
  box-shadow: none;
}

/* line 15, app/assets/stylesheets/components/_buttons.scss */
:is(.btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active) {
  border-color: transparent;
}

/* line 19, app/assets/stylesheets/components/_buttons.scss */
.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(1rem + 1.5em + 2px);
  width: calc(1rem + 1.5em + 2px);
  padding: 0;
}

/* line 27, app/assets/stylesheets/components/_buttons.scss */
.btn-icon :is(i, svg, img) {
  vertical-align: middle;
}

/* line 31, app/assets/stylesheets/components/_buttons.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc(0.5rem + 1.5em + 2px);
  width: calc(0.5rem + 1.5em + 2px);
}

/* line 36, app/assets/stylesheets/components/_buttons.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  height: calc(1.4rem + 1.5em + 2px);
  width: calc(1.4rem + 1.5em + 2px);
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-primary {
  --vz-btn-bg: var(--vz-primary);
  --vz-btn-border-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-primary-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary-text-emphasis);
  --vz-btn-active-border-color: var(--vz-primary-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary);
  --vz-btn-hover-border-color: var(--vz-primary);
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary);
  --vz-btn-active-border-color: var(--vz-primary);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: var(--vz-primary-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-primary);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-color: var(--vz-primary);
  --vz-btn-active-bg: var(--vz-primary-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-secondary {
  --vz-btn-bg: var(--vz-secondary);
  --vz-btn-border-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-secondary-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary-text-emphasis);
  --vz-btn-active-border-color: var(--vz-secondary-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary);
  --vz-btn-hover-border-color: var(--vz-secondary);
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary);
  --vz-btn-active-border-color: var(--vz-secondary);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-secondary);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-color: var(--vz-secondary);
  --vz-btn-active-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-success {
  --vz-btn-bg: var(--vz-success);
  --vz-btn-border-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-success-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success-text-emphasis);
  --vz-btn-active-border-color: var(--vz-success-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success);
  --vz-btn-hover-border-color: var(--vz-success);
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success);
  --vz-btn-active-border-color: var(--vz-success);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: var(--vz-success-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-success);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-color: var(--vz-success);
  --vz-btn-active-bg: var(--vz-success-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-info {
  --vz-btn-bg: var(--vz-info);
  --vz-btn-border-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-info-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info-text-emphasis);
  --vz-btn-active-border-color: var(--vz-info-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info);
  --vz-btn-hover-border-color: var(--vz-info);
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info);
  --vz-btn-active-border-color: var(--vz-info);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: var(--vz-info-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-info);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-color: var(--vz-info);
  --vz-btn-active-bg: var(--vz-info-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-warning {
  --vz-btn-bg: var(--vz-warning);
  --vz-btn-border-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-warning-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning-text-emphasis);
  --vz-btn-active-border-color: var(--vz-warning-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning);
  --vz-btn-hover-border-color: var(--vz-warning);
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning);
  --vz-btn-active-border-color: var(--vz-warning);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: var(--vz-warning-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-warning);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-color: var(--vz-warning);
  --vz-btn-active-bg: var(--vz-warning-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-danger {
  --vz-btn-bg: var(--vz-danger);
  --vz-btn-border-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-danger-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger-text-emphasis);
  --vz-btn-active-border-color: var(--vz-danger-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger);
  --vz-btn-hover-border-color: var(--vz-danger);
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger);
  --vz-btn-active-border-color: var(--vz-danger);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: var(--vz-danger-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-danger);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-color: var(--vz-danger);
  --vz-btn-active-bg: var(--vz-danger-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-light {
  --vz-btn-bg: var(--vz-light);
  --vz-btn-border-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-light-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light-text-emphasis);
  --vz-btn-active-border-color: var(--vz-light-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light);
  --vz-btn-hover-border-color: var(--vz-light);
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light);
  --vz-btn-active-border-color: var(--vz-light);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: var(--vz-light-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-light);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-color: var(--vz-light);
  --vz-btn-active-bg: var(--vz-light-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.btn-dark {
  --vz-btn-bg: var(--vz-dark);
  --vz-btn-border-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-dark-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark-text-emphasis);
  --vz-btn-active-border-color: var(--vz-dark-text-emphasis);
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark);
  --vz-btn-hover-border-color: var(--vz-dark);
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark);
  --vz-btn-active-border-color: var(--vz-dark);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: var(--vz-dark-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-dark);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark);
  --vz-btn-active-border-color: transparent;
}

/* line 82, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-color: var(--vz-dark);
  --vz-btn-active-bg: var(--vz-dark-bg-subtle);
  --vz-btn-active-border-color: transparent;
}

/* line 97, app/assets/stylesheets/components/_buttons.scss */
.btn-label {
  position: relative;
  padding-left: 44px;
}

/* line 101, app/assets/stylesheets/components/_buttons.scss */
.btn-label .label-icon {
  position: absolute;
  width: 35.5px;
  left: calc(var(--vz-border-width) * -1);
  top: calc(var(--vz-border-width) * -1);
  bottom: calc(var(--vz-border-width) * -1);
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 115, app/assets/stylesheets/components/_buttons.scss */
.btn-label.btn-light .label-icon {
  background-color: rgba(54, 61, 72, 0.05);
}

/* line 120, app/assets/stylesheets/components/_buttons.scss */
.btn-label.right {
  padding-left: 0.9rem;
  padding-right: 44px;
}

/* line 124, app/assets/stylesheets/components/_buttons.scss */
.btn-label.right .label-icon {
  right: calc(var(--vz-border-width) * -1);
  left: auto;
}

/* line 133, app/assets/stylesheets/components/_buttons.scss */
.btn-animation {
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 138, app/assets/stylesheets/components/_buttons.scss */
.btn-animation::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  padding: 0.5rem 0.9rem;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 152, app/assets/stylesheets/components/_buttons.scss */
.btn-animation > span {
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 159, app/assets/stylesheets/components/_buttons.scss */
.btn-animation:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 164, app/assets/stylesheets/components/_buttons.scss */
.btn-animation:hover > span {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-primary.btn-animation {
  background-color: #6691e7;
  border-color: #6691e7 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-primary.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #6691e7;
  background-color: rgba(102, 145, 231, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-secondary.btn-animation {
  background-color: #865ce2;
  border-color: #865ce2 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-secondary.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #865ce2;
  background-color: rgba(134, 92, 226, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-success.btn-animation {
  background-color: #13c56b;
  border-color: #13c56b !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-success.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #13c56b;
  background-color: rgba(19, 197, 107, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-info.btn-animation {
  background-color: #50c3e6;
  border-color: #50c3e6 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-info.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #50c3e6;
  background-color: rgba(80, 195, 230, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-warning.btn-animation {
  background-color: #e8bc52;
  border-color: #e8bc52 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-warning.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #e8bc52;
  background-color: rgba(232, 188, 82, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-danger.btn-animation {
  background-color: #ed5e5e;
  border-color: #ed5e5e !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-danger.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #ed5e5e;
  background-color: rgba(237, 94, 94, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-light.btn-animation {
  background-color: #f3f6f9;
  border-color: #f3f6f9 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-light.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #f3f6f9;
  background-color: rgba(243, 246, 249, 0.1);
}

/* line 173, app/assets/stylesheets/components/_buttons.scss */
.btn-dark.btn-animation {
  background-color: #363d48;
  border-color: #363d48 !important;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.btn-dark.btn-animation:is(:hover, :focus, :active, :focus-visible) {
  color: #363d48;
  background-color: rgba(54, 61, 72, 0.1);
}

/* line 193, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical label {
  margin-bottom: 0;
}

/* line 200, app/assets/stylesheets/components/_buttons.scss */
.btn-group.radio .btn {
  border: none;
}

/* line 204, app/assets/stylesheets/components/_buttons.scss */
.btn-group.radio .btn-check:active + .btn-light,
.btn-group.radio .btn-check:checked + .btn-light,
.btn-group.radio .btn-light.active,
.btn-group.radio .btn-light.dropdown-toggle.show,
.btn-group.radio .btn-light:active {
  background-color: rgba(80, 195, 230, 0.2);
  color: #50c3e6;
}

/* line 216, app/assets/stylesheets/components/_buttons.scss */
.btn-load .spinner-border,
.btn-load .spinner-grow {
  height: 19px;
  width: 19px;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-primary, .btn-outline-primary, .btn-soft-primary) {
  border-bottom: 2px solid #4378e1;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-primary, .btn-outline-primary) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-secondary, .btn-outline-secondary, .btn-soft-secondary) {
  border-bottom: 2px solid #6c39dc;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-secondary, .btn-outline-secondary) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-success, .btn-outline-success, .btn-soft-success) {
  border-bottom: 2px solid #0fa057;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-success, .btn-outline-success) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-info, .btn-outline-info, .btn-soft-info) {
  border-bottom: 2px solid #2cb7e1;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-info, .btn-outline-info) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-warning, .btn-outline-warning, .btn-soft-warning) {
  border-bottom: 2px solid #e3ae2e;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-warning, .btn-outline-warning) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-danger, .btn-outline-danger, .btn-soft-danger) {
  border-bottom: 2px solid #e93939;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-danger, .btn-outline-danger) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-light, .btn-outline-light, .btn-soft-light) {
  border-bottom: 2px solid #d8e2eb;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-light, .btn-outline-light) {
  --vz-btn-active-color: #000;
  --vz-btn-hover-color: #000;
}

/* line 228, app/assets/stylesheets/components/_buttons.scss */
.btn-border:is(.btn-dark, .btn-outline-dark, .btn-soft-dark) {
  border-bottom: 2px solid #252931;
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
:is(.btn-soft-dark, .btn-outline-dark) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff;
}

/* line 241, app/assets/stylesheets/components/_buttons.scss */
.custom-toggle .icon-off {
  display: none;
}

/* line 246, app/assets/stylesheets/components/_buttons.scss */
.custom-toggle.active .icon-on {
  display: none;
}

/* line 250, app/assets/stylesheets/components/_buttons.scss */
.custom-toggle.active .icon-off {
  display: block;
}

/* line 8, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb-item > a {
  color: var(--vz-body-color);
}

/* line 12, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 20px;
}

/* line 5, app/assets/stylesheets/components/_card.scss */
.card {
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

/* line 10, app/assets/stylesheets/components/_card.scss */
.card-header {
  border-bottom: 1px solid var(--vz-border-color);
}

/* line 16, app/assets/stylesheets/components/_card.scss */
.card-header-dropdown .dropdown-btn {
  padding: 1rem 0;
}

/* line 21, app/assets/stylesheets/components/_card.scss */
.card-footer {
  border-top: 1px solid var(--vz-border-color);
}

/* line 25, app/assets/stylesheets/components/_card.scss */
.card-title {
  font-size: 16px;
  margin: 0 0 7px 0;
}

/* line 30, app/assets/stylesheets/components/_card.scss */
.card-height-100 {
  height: calc(100% - 1.5rem);
}

/* line 34, app/assets/stylesheets/components/_card.scss */
.card-animate {
  transition: all 0.4s;
}

/* line 37, app/assets/stylesheets/components/_card.scss */
.card-animate:hover {
  transform: translateY(calc(-1.5rem / 5));
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-primary {
  background-color: #6691e7;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-primary .card-header, .card-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-primary .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-secondary {
  background-color: #865ce2;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-secondary .card-header, .card-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-secondary .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-success {
  background-color: #13c56b;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-success .card-header, .card-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-success .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-info {
  background-color: #50c3e6;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-info .card-header, .card-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-info .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-warning {
  background-color: #e8bc52;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-warning .card-header, .card-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-warning .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-danger {
  background-color: #ed5e5e;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-danger .card-header, .card-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-danger .card-title {
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-light {
  background-color: #f3f6f9;
  color: #000;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-light .card-header, .card-light .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-light .card-title {
  color: #000;
}

/* line 48, app/assets/stylesheets/components/_card.scss */
.card-dark {
  background-color: #363d48;
  color: #fff;
}

/* line 52, app/assets/stylesheets/components/_card.scss */
.card-dark .card-header, .card-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 58, app/assets/stylesheets/components/_card.scss */
.card-dark .card-title {
  color: #fff;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-primary {
  border-color: #6691e7 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-primary .card-header, .card-border-primary .card-footer {
  border-color: #6691e7;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-secondary {
  border-color: #865ce2 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-secondary .card-header, .card-border-secondary .card-footer {
  border-color: #865ce2;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-success {
  border-color: #13c56b !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-success .card-header, .card-border-success .card-footer {
  border-color: #13c56b;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-info {
  border-color: #50c3e6 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-info .card-header, .card-border-info .card-footer {
  border-color: #50c3e6;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-warning {
  border-color: #e8bc52 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-warning .card-header, .card-border-warning .card-footer {
  border-color: #e8bc52;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-danger {
  border-color: #ed5e5e !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-danger .card-header, .card-border-danger .card-footer {
  border-color: #ed5e5e;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-light {
  border-color: #f3f6f9 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-light .card-header, .card-border-light .card-footer {
  border-color: #f3f6f9;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-border-dark {
  border-color: #363d48 !important;
}

/* line 68, app/assets/stylesheets/components/_card.scss */
.card-border-dark .card-header, .card-border-dark .card-footer {
  border-color: #363d48;
}

/* line 75, app/assets/stylesheets/components/_card.scss */
.card-light {
  background-color: var(--vz-light);
}

/* line 77, app/assets/stylesheets/components/_card.scss */
.card-light .card-header, .card-light .card-footer {
  color: var(--vz-body-color) !important;
  background-color: rgba(var(--vz-dark-rgb), 0.1);
}

/* line 81, app/assets/stylesheets/components/_card.scss */
.card-light .card-title, .card-light .card-text {
  color: var(--vz-body-color) !important;
}

/* line 88, app/assets/stylesheets/components/_card.scss */
.card-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--vz-light-rgb), 0.6);
  z-index: 9999;
}

/* line 98, app/assets/stylesheets/components/_card.scss */
.card-status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

/* line 107, app/assets/stylesheets/components/_card.scss */
.custom-loader {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 115, app/assets/stylesheets/components/_card.scss */
.card-overlay {
  position: relative;
  overflow: hidden;
}

/* line 118, app/assets/stylesheets/components/_card.scss */
.card-overlay:before {
  content: "";
  background-color: rgba(102, 145, 231, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 127, app/assets/stylesheets/components/_card.scss */
.card-overlay :is(.card-header, .card-footer) {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 132, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu {
  line-height: 0.8;
}

/* line 134, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu a {
  font-size: 17px;
}

/* line 138, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu .minimize-card .plus {
  display: none;
}

/* line 141, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu .minimize-card .minus {
  display: block;
}

/* line 145, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu .minimize-card.collapsed .plus {
  display: block;
}

/* line 148, app/assets/stylesheets/components/_card.scss */
.card-toolbar-menu .minimize-card.collapsed .minus {
  display: none;
}

/* line 5, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  font-size: 15px;
  line-height: 15px;
  content: "\F0140";
  font-family: "Material Design Icons";
}

/* line 14, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  position: absolute;
  z-index: 1000;
}

/* line 22, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu.dropdown-megamenu {
  padding: 20px;
  left: 0 !important;
  right: 0 !important;
}

/* line 28, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu[data-popper-placement="top-start"] {
  animation-name: DropDownSlideDown;
}

@keyframes DropDownSlide {
  100% {
    margin-top: -1px;
  }
  0% {
    margin-top: 8px;
  }
}

@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }
  0% {
    margin-bottom: 8px;
  }
}

@media (min-width: 600px) {
  /* line 54, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-xl {
    width: 420px;
  }
  /* line 58, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-lg {
    width: 320px;
  }
  /* line 62, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-md {
    width: 240px;
  }
}

/* line 67, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-toggle-split {
  border-left: none;
}

/* line 69, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-toggle-split::after {
  margin-left: 0px;
}

/* line 73, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-toggle-split:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.12);
  top: calc(var(--vz-border-width) * -1);
  bottom: calc(var(--vz-border-width) * -1);
  right: calc(var(--vz-border-width) * -1);
  left: 0;
  border-radius: 0 var(--vz-border-radius) var(--vz-border-radius) 0;
}

/* line 87, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-mega {
  position: static !important;
}

/* line 95, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-mega-menu-xl {
  width: 38rem;
}

/* line 99, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-mega-menu-lg {
  width: 26rem;
}

/* line 104, app/assets/stylesheets/components/_dropdown.scss */
[dir="ltr"] .dropdown-menu-start {
  --vz-position: end;
}

/* line 108, app/assets/stylesheets/components/_dropdown.scss */
[dir="ltr"] .dropdown-menu-end {
  --vz-position: start;
}

/* line 114, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-head .nav-tabs-custom {
  border: 0;
}

/* line 116, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-head .nav-tabs-custom .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

/* line 118, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-head .nav-tabs-custom .nav-link.active {
  background-color: var(--vz-dropdown-bg);
}

/* line 121, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-head .nav-tabs-custom .nav-link:hover {
  color: #fff;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-primary .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(102, 145, 231, 0.07);
  color: #6691e7;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-secondary .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(134, 92, 226, 0.07);
  color: #865ce2;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-success .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(19, 197, 107, 0.07);
  color: #13c56b;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-info .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(80, 195, 230, 0.07);
  color: #50c3e6;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-warning .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(232, 188, 82, 0.07);
  color: #e8bc52;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-danger .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(237, 94, 94, 0.07);
  color: #ed5e5e;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-light .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(243, 246, 249, 0.07);
  color: #f3f6f9;
}

/* line 132, app/assets/stylesheets/components/_dropdown.scss */
.dropdownmenu-dark .dropdown-item:is(:focus, :hover, .active) {
  background-color: rgba(54, 61, 72, 0.07);
  color: #363d48;
}

/* line 7, app/assets/stylesheets/components/_nav.scss */
:is(.nav-tabs, .nav-pills) > li > a {
  color: var(--vz-body-color);
  font-weight: 400;
}

/* line 15, app/assets/stylesheets/components/_nav.scss */
.nav-pills > a {
  color: var(--vz-body-color);
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/components/_nav.scss */
.nav-pills :is(.nav-link.active, .show>.nav-link) {
  box-shadow: none;
}

/* line 28, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom {
  border-bottom: 1px solid var(--vz-border-color);
}

/* line 31, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom .nav-item {
  position: relative;
}

/* line 34, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom .nav-item .nav-link {
  border: none;
  font-weight: 400;
}

/* line 38, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #6691e7;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

/* line 50, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom .nav-item .nav-link.active {
  color: #6691e7;
}

/* line 53, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}

/* line 60, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom.card-header-tabs {
  margin-top: -1rem;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs-custom.card-header-tabs .nav-link {
  padding: 1rem 1rem;
}

/* line 73, app/assets/stylesheets/components/_nav.scss */
.vertical-nav .nav .nav-link {
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 8px;
}

/* line 78, app/assets/stylesheets/components/_nav.scss */
.vertical-nav .nav .nav-link .nav-icon {
  font-size: 24px;
}

/* line 88, app/assets/stylesheets/components/_nav.scss */
.navtab-bg li > a {
  background-color: #e9ebec;
  margin: 0 5px;
}

/* line 99, app/assets/stylesheets/components/_nav.scss */
.arrow-navtabs .nav-item .nav-link {
  position: relative;
  text-align: center;
}

/* line 103, app/assets/stylesheets/components/_nav.scss */
.arrow-navtabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 103, app/assets/stylesheets/components/_nav.scss */
  .arrow-navtabs .nav-item .nav-link:before {
    transition: none;
  }
}

/* line 114, app/assets/stylesheets/components/_nav.scss */
.arrow-navtabs .nav-item .nav-link.active:before {
  border-top-color: #6691e7;
}

/* line 124, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item {
  text-align: center;
  overflow: hidden;
}

/* line 128, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link {
  width: 120px;
  height: 45px;
  position: relative;
  border-radius: 0px;
}

/* line 134, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-icon {
  font-size: 22px;
}

/* line 138, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-titl {
  font-size: 14px;
}

/* line 143, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link.active .nav-tab-position {
  color: #fff;
}

/* line 148, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s;
}

/* line 154, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-icon {
  top: 50%;
  transform: translateY(-50%);
}

/* line 159, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-titl {
  bottom: -20px;
}

/* line 165, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-titl {
  bottom: 50%;
  transform: translateY(50%);
}

/* line 170, app/assets/stylesheets/components/_nav.scss */
.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-icon {
  top: -20px;
}

/* line 181, app/assets/stylesheets/components/_nav.scss */
.custom-verti-nav-pills .nav-link {
  background-color: var(--vz-light);
  margin-top: 7px;
  position: relative;
}

@media (min-width: 992px) {
  /* line 187, app/assets/stylesheets/components/_nav.scss */
  .custom-verti-nav-pills .nav-link::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-left-color: transparent;
    transition: border-left-color 0.04 ease;
  }
  /* line 199, app/assets/stylesheets/components/_nav.scss */
  .custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #6691e7;
  }
}

/* line 209, app/assets/stylesheets/components/_nav.scss */
.animation-nav li {
  position: relative;
}

/* line 212, app/assets/stylesheets/components/_nav.scss */
.animation-nav li a {
  color: var(--vz-body-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 1;
}

/* line 220, app/assets/stylesheets/components/_nav.scss */
.animation-nav li a span {
  position: relative;
}

/* line 224, app/assets/stylesheets/components/_nav.scss */
.animation-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  height: 100%;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background-color: #6691e7;
  z-index: -1;
}

/* line 236, app/assets/stylesheets/components/_nav.scss */
.animation-nav li a:hover, .animation-nav li a.active {
  color: #fff;
  background-color: transparent !important;
}

/* line 241, app/assets/stylesheets/components/_nav.scss */
.animation-nav li a:hover::before, .animation-nav li a.active::before {
  width: 100%;
  left: 0;
}

/* line 251, app/assets/stylesheets/components/_nav.scss */
.nav-border-top .nav-link {
  border-top: 3px solid transparent;
}

/* line 254, app/assets/stylesheets/components/_nav.scss */
.nav-border-top .nav-link.active {
  border-top-color: #6691e7;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-primary .nav-link.active {
  color: #6691e7;
  border-top-color: #6691e7;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-secondary .nav-link.active {
  color: #865ce2;
  border-top-color: #865ce2;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-success .nav-link.active {
  color: #13c56b;
  border-top-color: #13c56b;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-info .nav-link.active {
  color: #50c3e6;
  border-top-color: #50c3e6;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-warning .nav-link.active {
  color: #e8bc52;
  border-top-color: #e8bc52;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-danger .nav-link.active {
  color: #ed5e5e;
  border-top-color: #ed5e5e;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-light .nav-link.active {
  color: #f3f6f9;
  border-top-color: #f3f6f9;
}

/* line 264, app/assets/stylesheets/components/_nav.scss */
.nav-border-top-dark .nav-link.active {
  color: #363d48;
  border-top-color: #363d48;
}

/* line 272, app/assets/stylesheets/components/_nav.scss */
.nav-custom {
  background-color: #6691e7;
  border-radius: var(--vz-border-radius);
}

/* line 277, app/assets/stylesheets/components/_nav.scss */
.nav-custom .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

/* line 280, app/assets/stylesheets/components/_nav.scss */
.nav-custom .nav-item .nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 289, app/assets/stylesheets/components/_nav.scss */
.nav-custom.nav-custom-light .nav-item .nav-link {
  color: rgba(var(--vz-body-rgb), 0.75);
}

/* line 292, app/assets/stylesheets/components/_nav.scss */
.nav-custom.nav-custom-light .nav-item .nav-link.active {
  color: #f3f6f9;
  background-color: #6691e7;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-primary {
  background-color: #6691e7;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-secondary {
  background-color: #865ce2;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-success {
  background-color: #13c56b;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-info {
  background-color: #50c3e6;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-warning {
  background-color: #e8bc52;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-danger {
  background-color: #ed5e5e;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-light {
  background-color: #f3f6f9;
}

/* line 303, app/assets/stylesheets/components/_nav.scss */
.nav-custom-dark {
  background-color: #363d48;
}

/* line 308, app/assets/stylesheets/components/_nav.scss */
.nav-custom-light {
  background-color: var(--vz-light);
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-primary .nav-link.active {
  color: #fff;
  background-color: #6691e7;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-primary.nav-tabs .nav-link.active {
  color: #6691e7;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-primary.nav-tabs-custom .nav-link.active {
  color: #6691e7;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-primary.nav-tabs-custom .nav-link.active::after {
  background-color: #6691e7;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-primary.arrow-navtabs .nav-link.active::before {
  border-top-color: #6691e7;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-primary.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #6691e7;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-secondary .nav-link.active {
  color: #fff;
  background-color: #865ce2;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.nav-tabs .nav-link.active {
  color: #865ce2;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.nav-tabs-custom .nav-link.active {
  color: #865ce2;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.nav-tabs-custom .nav-link.active::after {
  background-color: #865ce2;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.arrow-navtabs .nav-link.active::before {
  border-top-color: #865ce2;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #865ce2;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-success .nav-link.active {
  color: #fff;
  background-color: #13c56b;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-success.nav-tabs .nav-link.active {
  color: #13c56b;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-success.nav-tabs-custom .nav-link.active {
  color: #13c56b;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-success.nav-tabs-custom .nav-link.active::after {
  background-color: #13c56b;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-success.arrow-navtabs .nav-link.active::before {
  border-top-color: #13c56b;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-success.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #13c56b;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-info .nav-link.active {
  color: #fff;
  background-color: #50c3e6;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-info.nav-tabs .nav-link.active {
  color: #50c3e6;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-info.nav-tabs-custom .nav-link.active {
  color: #50c3e6;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-info.nav-tabs-custom .nav-link.active::after {
  background-color: #50c3e6;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-info.arrow-navtabs .nav-link.active::before {
  border-top-color: #50c3e6;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-info.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #50c3e6;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-warning .nav-link.active {
  color: #fff;
  background-color: #e8bc52;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-warning.nav-tabs .nav-link.active {
  color: #e8bc52;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-warning.nav-tabs-custom .nav-link.active {
  color: #e8bc52;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-warning.nav-tabs-custom .nav-link.active::after {
  background-color: #e8bc52;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-warning.arrow-navtabs .nav-link.active::before {
  border-top-color: #e8bc52;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-warning.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #e8bc52;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-danger .nav-link.active {
  color: #fff;
  background-color: #ed5e5e;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-danger.nav-tabs .nav-link.active {
  color: #ed5e5e;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-danger.nav-tabs-custom .nav-link.active {
  color: #ed5e5e;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-danger.nav-tabs-custom .nav-link.active::after {
  background-color: #ed5e5e;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-danger.arrow-navtabs .nav-link.active::before {
  border-top-color: #ed5e5e;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-danger.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #ed5e5e;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-light .nav-link.active {
  color: #fff;
  background-color: #f3f6f9;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-light.nav-tabs .nav-link.active {
  color: #f3f6f9;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-light.nav-tabs-custom .nav-link.active {
  color: #f3f6f9;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-light.nav-tabs-custom .nav-link.active::after {
  background-color: #f3f6f9;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-light.arrow-navtabs .nav-link.active::before {
  border-top-color: #f3f6f9;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-light.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #f3f6f9;
}

/* line 316, app/assets/stylesheets/components/_nav.scss */
.nav-dark .nav-link.active {
  color: #fff;
  background-color: #363d48;
}

/* line 324, app/assets/stylesheets/components/_nav.scss */
.nav-dark.nav-tabs .nav-link.active {
  color: #363d48;
  background-color: var(--vz-secondary-bg);
}

/* line 333, app/assets/stylesheets/components/_nav.scss */
.nav-dark.nav-tabs-custom .nav-link.active {
  color: #363d48;
  background-color: var(--vz-secondary-bg);
}

/* line 337, app/assets/stylesheets/components/_nav.scss */
.nav-dark.nav-tabs-custom .nav-link.active::after {
  background-color: #363d48;
}

/* line 347, app/assets/stylesheets/components/_nav.scss */
.nav-dark.arrow-navtabs .nav-link.active::before {
  border-top-color: #363d48;
}

/* line 357, app/assets/stylesheets/components/_nav.scss */
.nav-dark.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: #363d48;
}

/* line 367, app/assets/stylesheets/components/_nav.scss */
.progress-nav {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

/* line 372, app/assets/stylesheets/components/_nav.scss */
.progress-nav .progress {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* line 380, app/assets/stylesheets/components/_nav.scss */
.progress-nav .nav {
  margin-right: -1rem;
  margin-left: -1rem;
  justify-content: space-between;
}

/* line 385, app/assets/stylesheets/components/_nav.scss */
.progress-nav .nav .nav-link {
  width: 2rem;
  height: 2rem;
  background-color: var(--vz-light);
  padding: 0;
  color: var(--vz-body-color);
  font-weight: 400;
}

/* line 393, app/assets/stylesheets/components/_nav.scss */
.progress-nav .nav .nav-link.active, .progress-nav .nav .nav-link.done {
  background-color: #6691e7;
  color: #fff;
}

/* line 404, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav {
  background-color: var(--vz-light);
}

/* line 407, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link {
  border-radius: 0;
  position: relative;
  font-weight: 400;
  color: var(--vz-body-color);
}

/* line 413, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 422, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link.done {
  background-color: rgba(102, 145, 231, 0.05);
  color: #6691e7;
}

/* line 426, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link.done::before {
  border-left-color: transparent;
}

/* line 431, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link.active {
  background-color: rgba(102, 145, 231, 0.1);
  color: #6691e7;
  box-shadow: none;
}

/* line 436, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-link.active::before {
  border-left-color: rgba(102, 145, 231, 0.1);
}

/* line 445, app/assets/stylesheets/components/_nav.scss */
.step-arrow-nav .nav .nav-item:last-child .nav-link:before {
  display: none;
}

/* line 456, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav {
  gap: 16px;
}

/* line 459, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link {
  text-align: left;
  background-color: rgba(var(--vz-light-rgb), 0.4);
  border: 1px solid var(--vz-border-color);
  color: var(--vz-body-color);
}

/* line 465, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link .step-title {
  font-weight: 500;
}

/* line 469, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link .step-icon {
  color: #ed5e5e;
  vertical-align: middle;
  font-weight: 400;
  float: left;
}

/* line 478, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link.active .step-icon, .vertical-navs-step .nav .nav-link.done .step-icon {
  color: #13c56b;
}

/* line 481, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link.active .step-icon:before, .vertical-navs-step .nav .nav-link.done .step-icon:before {
  content: "\eb80";
}

/* line 487, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link.active {
  border-color: #6691e7;
}

/* line 491, app/assets/stylesheets/components/_nav.scss */
.vertical-navs-step .nav .nav-link.done {
  border-color: #13c56b;
}

/* line 501, app/assets/stylesheets/components/_nav.scss */
.nav-custom-outline.nav .nav-link {
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}

/* line 505, app/assets/stylesheets/components/_nav.scss */
.nav-custom-outline.nav .nav-link.active {
  border-color: #6691e7;
  background-color: transparent;
  color: #6691e7;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-primary.nav-custom-outline .nav-link.active {
  color: #6691e7;
  border-color: #6691e7;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-secondary.nav-custom-outline .nav-link.active {
  color: #865ce2;
  border-color: #865ce2;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-success.nav-custom-outline .nav-link.active {
  color: #13c56b;
  border-color: #13c56b;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-info.nav-custom-outline .nav-link.active {
  color: #50c3e6;
  border-color: #50c3e6;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-warning.nav-custom-outline .nav-link.active {
  color: #e8bc52;
  border-color: #e8bc52;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-danger.nav-custom-outline .nav-link.active {
  color: #ed5e5e;
  border-color: #ed5e5e;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-light.nav-custom-outline .nav-link.active {
  color: #f3f6f9;
  border-color: #f3f6f9;
}

/* line 519, app/assets/stylesheets/components/_nav.scss */
.nav-dark.nav-custom-outline .nav-link.active {
  color: #363d48;
  border-color: #363d48;
}

/* line 530, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav {
  padding-left: 34px;
  overflow: hidden;
}

/* line 534, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link {
  position: relative;
  display: block;
  float: right;
  background-color: var(--vz-tertiary-bg);
  margin-right: 46px;
  transition: all 0.5s ease;
}

/* line 542, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link::before, .nav-customs.nav .nav-link::after {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 37px;
  background-color: var(--vz-tertiary-bg);
  transition: all 0.5s ease;
}

/* line 554, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link::before {
  border-radius: 0 8px 0 0;
  right: -24px;
  transform: skew(30deg, 0deg);
}

/* line 560, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link::after {
  border-radius: 8px 0 0 0;
  left: -24px;
  transform: skew(-30deg, 0deg);
}

/* line 566, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link.active, .nav-customs.nav .nav-link.active:before, .nav-customs.nav .nav-link.active:after {
  background-color: #6691e7;
  color: #fff;
}

/* line 573, app/assets/stylesheets/components/_nav.scss */
.nav-customs.nav .nav-link.active {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/components/_table.scss */
.table > thead {
  border-color: var(--vz-border-color);
}

/* line 9, app/assets/stylesheets/components/_table.scss */
.table > :not(:first-child) {
  border-top-width: var(--vz-border-width);
}

/* line 17, app/assets/stylesheets/components/_table.scss */
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/components/_table.scss */
.table-card {
  margin: -1rem -1rem;
}

/* line 31, app/assets/stylesheets/components/_table.scss */
.table-card th:first-child,
.table-card td:first-child {
  padding-left: 16px;
}

/* line 35, app/assets/stylesheets/components/_table.scss */
.table-card th:last-child,
.table-card td:last-child {
  padding-right: 16px;
}

/* line 40, app/assets/stylesheets/components/_table.scss */
.table-card .table > :not(:first-child) {
  border-top-width: var(--vz-border-width);
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-primary.table > thead {
  border-color: #6691e7 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-primary.table > thead {
  border-bottom-color: #92b1ee !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-secondary.table > thead {
  border-color: #865ce2 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-secondary.table > thead {
  border-bottom-color: #a687ea !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-success.table > thead {
  border-color: #13c56b !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-success.table > thead {
  border-bottom-color: #21ea84 !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-info.table > thead {
  border-color: #50c3e6 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-info.table > thead {
  border-bottom-color: #7dd2ec !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-warning.table > thead {
  border-color: #e8bc52 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-warning.table > thead {
  border-bottom-color: #eecd7f !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-danger.table > thead {
  border-color: #ed5e5e !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-danger.table > thead {
  border-bottom-color: #f28c8c !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-light.table > thead {
  border-color: #f3f6f9 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-light.table > thead {
  border-bottom-color: white !important;
}

/* line 49, app/assets/stylesheets/components/_table.scss */
.border-dark.table > thead {
  border-color: #363d48 !important;
}

/* line 56, app/assets/stylesheets/components/_table.scss */
.table-dark.table > thead {
  border-bottom-color: #4c5665 !important;
}

/* line 63, app/assets/stylesheets/components/_table.scss */
.table > :not(caption) > * > * {
  color: var(--vz-table-color-state), var(--vz-table-color-type, var(--vz-table-color));
}

/* line 68, app/assets/stylesheets/components/_table.scss */
.table .form-check {
  padding-left: 0px;
  margin-bottom: 0px;
}

/* line 71, app/assets/stylesheets/components/_table.scss */
.table .form-check .form-check-input {
  margin-left: 0px;
  margin-top: 0px;
  float: none;
  vertical-align: middle;
}

/* line 78, app/assets/stylesheets/components/_table.scss */
.table .sort {
  position: relative;
}

/* line 80, app/assets/stylesheets/components/_table.scss */
.table .sort::before {
  content: "\f035d";
  position: absolute;
  right: 0.5rem;
  top: 18px;
  font-size: 0.8rem;
  font-family: "Material Design Icons";
}

/* line 88, app/assets/stylesheets/components/_table.scss */
.table .sort::after {
  position: absolute;
  right: 0.5rem;
  content: "\f0360";
  font-family: "Material Design Icons";
  font-size: 0.8rem;
  top: 12px;
}

/* line 5, app/assets/stylesheets/components/_modal.scss */
.modal-title {
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/_modal.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
  padding-bottom: 0;
}

/* line 13, app/assets/stylesheets/components/_modal.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-header .btn-close {
  margin-top: -1.25rem 1.25rem;
}

/* line 18, app/assets/stylesheets/components/_modal.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
  padding-top: 0;
}

/* line 25, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInRight .modal-dialog {
  opacity: 0;
  transform: translateX(20%);
  transition: all .3s ease-in-out;
}

/* line 32, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInRight.show .modal-dialog {
  opacity: 1;
  transform: translateX(0);
}

/* line 40, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInLeft .modal-dialog {
  animation: fadeInLeft 0.3s ease-in-out;
  transform: translate(-50%, 0);
}

/* line 46, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInLeft.show .modal-dialog {
  transform: none;
}

/* line 53, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInUp .modal-dialog {
  animation: fadeInUp 0.3s ease-in-out;
  transform: translate(0, 30%);
}

/* line 59, app/assets/stylesheets/components/_modal.scss */
.modal.fadeInUp.show .modal-dialog {
  transform: none;
}

/* line 65, app/assets/stylesheets/components/_modal.scss */
.modal.flip {
  perspective: 1300px;
}

/* line 68, app/assets/stylesheets/components/_modal.scss */
.modal.flip .modal-dialog {
  opacity: 0;
  transform: rotateY(-70deg);
  transition: all .3s;
}

/* line 75, app/assets/stylesheets/components/_modal.scss */
.modal.flip.show .modal-dialog {
  opacity: 1;
  transform: rotateY(0deg);
}

/* line 83, app/assets/stylesheets/components/_modal.scss */
.modal.zoomIn .modal-dialog {
  opacity: 0;
  transform: scale(0.7);
  transition: all .3s ease;
}

/* line 90, app/assets/stylesheets/components/_modal.scss */
.modal.zoomIn.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

/* line 99, app/assets/stylesheets/components/_modal.scss */
.modal-dialog-right {
  margin-right: 1.75rem;
}

/* line 104, app/assets/stylesheets/components/_modal.scss */
.modal-dialog-bottom {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 1.75rem);
}

@media (min-width: 576px) {
  /* line 104, app/assets/stylesheets/components/_modal.scss */
  .modal-dialog-bottom {
    min-height: calc(100% - 3.5rem);
  }
}

/* line 114, app/assets/stylesheets/components/_modal.scss */
.modal-dialog-bottom-right {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 1.75rem);
  margin-right: 1.75rem;
}

@media (min-width: 576px) {
  /* line 114, app/assets/stylesheets/components/_modal.scss */
  .modal-dialog-bottom-right {
    min-height: calc(100% - 3.5rem);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 161, app/assets/stylesheets/components/_modal.scss */
.login-modal {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(/%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(64%2c 81%2c 137%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c650.704C122.328%2c648.746%2c159.175%2c473.043%2c255.674%2c397.837C339.724%2c332.333%2c461.529%2c324.924%2c526.449%2c240.421C598.428%2c146.73%2c655.546%2c24.847%2c631.015%2c-90.726C606.666%2c-205.444%2c482.926%2c-263.497%2c401.565%2c-347.958C325.215%2c-427.217%2c275.543%2c-549.012%2c167.826%2c-571.563C60.344%2c-594.065%2c-27.703%2c-482.932%2c-135.163%2c-460.325C-256.336%2c-434.833%2c-401.929%2c-509.651%2c-497.972%2c-431.495C-592.807%2c-354.321%2c-579.865%2c-206.886%2c-595.603%2c-85.635C-611.133%2c34.016%2c-656.761%2c169.183%2c-588.884%2c268.934C-520.854%2c368.909%2c-362.458%2c340.324%2c-260.989%2c406.106C-158.875%2c472.306%2c-121.679%2c652.651%2c0%2c650.704' fill='%2333416e'%3e%3c/path%3e%3cpath d='M1440 995.672C1519.728 984.741 1563.12 899.779 1626.466 850.1469999999999 1682.6390000000001 806.135 1756.261 782.602 1791.2939999999999 720.431 1827.571 656.052 1835.537 577.6610000000001 1820.814 505.247 1806.518 434.933 1753.2640000000001 383.16999999999996 1710.941 325.228 1664.475 261.614 1634.992 175.16000000000003 1560.657 149.07999999999998 1485.96 122.87299999999999 1402.146 155.543 1332.03 192.289 1269.541 225.038 1232.754 287.251 1189.969 343.347 1149.925 395.849 1115.781 448.9 1089.96 509.672 1056 589.599 988.9680000000001 671.1659999999999 1015.557 753.837 1041.91 835.774 1142.714 863.61 1217.498 906.22 1288.388 946.611 1359.167 1006.755 1440 995.672' fill='%234d61a4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
}

/* line 8, app/assets/stylesheets/components/_pagination.scss */
.pagination-separated .page-item .page-link {
  margin-left: 0.35rem;
  border-radius: var(--vz-border-radius);
}

/* line 17, app/assets/stylesheets/components/_pagination.scss */
.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px !important;
  border: none;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/components/_pagination.scss */
.pagination-rounded.pagination-sm .page-link {
  min-width: 25px;
  min-height: 25px;
}

/* line 35, app/assets/stylesheets/components/_pagination.scss */
.page-item.active .page-link {
  box-shadow: none;
}

/* line 6, app/assets/stylesheets/components/_progress.scss */
.progress-sm {
  height: 5px;
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-lg {
  height: 12px;
}

/* line 16, app/assets/stylesheets/components/_progress.scss */
.progress-xl {
  height: 16px;
}

/* line 20, app/assets/stylesheets/components/_progress.scss */
.custom-progess {
  position: relative;
}

/* line 23, app/assets/stylesheets/components/_progress.scss */
.custom-progess .progress-icon {
  position: absolute;
  top: -12px;
}

/* line 27, app/assets/stylesheets/components/_progress.scss */
.custom-progess .progress-icon .avatar-title {
  background: var(--vz-secondary-bg);
}

/* line 35, app/assets/stylesheets/components/_progress.scss */
.animated-progress {
  position: relative;
}

/* line 38, app/assets/stylesheets/components/_progress.scss */
.animated-progress .progress-bar {
  position: relative;
  border-radius: 6px;
  animation: animate-positive 2s;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/* line 53, app/assets/stylesheets/components/_progress.scss */
.custom-progress {
  height: 15px;
  padding: 4px;
  border-radius: 30px;
}

/* line 58, app/assets/stylesheets/components/_progress.scss */
.custom-progress .progress-bar {
  position: relative;
  border-radius: 30px;
}

/* line 62, app/assets/stylesheets/components/_progress.scss */
.custom-progress .progress-bar::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 7px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 78, app/assets/stylesheets/components/_progress.scss */
.progress-label {
  overflow: visible;
}

/* line 81, app/assets/stylesheets/components/_progress.scss */
.progress-label .progress-bar {
  position: relative;
  overflow: visible;
}

/* line 85, app/assets/stylesheets/components/_progress.scss */
.progress-label .progress-bar .label {
  position: absolute;
  top: -25px;
  right: -9px;
  background-color: #6691e7;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 4px;
}

/* line 96, app/assets/stylesheets/components/_progress.scss */
.progress-label .progress-bar .label:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #6691e7;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 110, app/assets/stylesheets/components/_progress.scss */
.progress-step-arrow {
  height: 3.25rem;
}

/* line 113, app/assets/stylesheets/components/_progress.scss */
.progress-step-arrow .progress-bar {
  position: relative;
  overflow: initial;
  font-size: .875rem;
  color: #fff;
}

/* line 118, app/assets/stylesheets/components/_progress.scss */
.progress-step-arrow .progress-bar::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  bottom: 15px;
  right: -20px;
  z-index: 1;
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-primary .progress-bar {
  background-color: #6691e7;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-primary .progress-bar::after {
  border-left-color: #6691e7;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-primary .progress-bar:nth-child(2) {
  background-color: rgba(102, 145, 231, 0.1) !important;
  color: #6691e7 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-primary .progress-bar:nth-child(2)::after {
  border-left-color: rgba(102, 145, 231, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-secondary .progress-bar {
  background-color: #865ce2;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-secondary .progress-bar::after {
  border-left-color: #865ce2;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-secondary .progress-bar:nth-child(2) {
  background-color: rgba(134, 92, 226, 0.1) !important;
  color: #865ce2 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-secondary .progress-bar:nth-child(2)::after {
  border-left-color: rgba(134, 92, 226, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-success .progress-bar {
  background-color: #13c56b;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-success .progress-bar::after {
  border-left-color: #13c56b;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-success .progress-bar:nth-child(2) {
  background-color: rgba(19, 197, 107, 0.1) !important;
  color: #13c56b !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-success .progress-bar:nth-child(2)::after {
  border-left-color: rgba(19, 197, 107, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-info .progress-bar {
  background-color: #50c3e6;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-info .progress-bar::after {
  border-left-color: #50c3e6;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-info .progress-bar:nth-child(2) {
  background-color: rgba(80, 195, 230, 0.1) !important;
  color: #50c3e6 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-info .progress-bar:nth-child(2)::after {
  border-left-color: rgba(80, 195, 230, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-warning .progress-bar {
  background-color: #e8bc52;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-warning .progress-bar::after {
  border-left-color: #e8bc52;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-warning .progress-bar:nth-child(2) {
  background-color: rgba(232, 188, 82, 0.1) !important;
  color: #e8bc52 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-warning .progress-bar:nth-child(2)::after {
  border-left-color: rgba(232, 188, 82, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-danger .progress-bar {
  background-color: #ed5e5e;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-danger .progress-bar::after {
  border-left-color: #ed5e5e;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-danger .progress-bar:nth-child(2) {
  background-color: rgba(237, 94, 94, 0.1) !important;
  color: #ed5e5e !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-danger .progress-bar:nth-child(2)::after {
  border-left-color: rgba(237, 94, 94, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-light .progress-bar {
  background-color: #f3f6f9;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-light .progress-bar::after {
  border-left-color: #f3f6f9;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-light .progress-bar:nth-child(2) {
  background-color: rgba(243, 246, 249, 0.1) !important;
  color: #f3f6f9 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-light .progress-bar:nth-child(2)::after {
  border-left-color: rgba(243, 246, 249, 0.1);
}

/* line 131, app/assets/stylesheets/components/_progress.scss */
.progress-dark .progress-bar {
  background-color: #363d48;
}

/* line 133, app/assets/stylesheets/components/_progress.scss */
.progress-dark .progress-bar::after {
  border-left-color: #363d48;
}

/* line 136, app/assets/stylesheets/components/_progress.scss */
.progress-dark .progress-bar:nth-child(2) {
  background-color: rgba(54, 61, 72, 0.1) !important;
  color: #363d48 !important;
}

/* line 139, app/assets/stylesheets/components/_progress.scss */
.progress-dark .progress-bar:nth-child(2)::after {
  border-left-color: rgba(54, 61, 72, 0.1);
}

/* line 5, app/assets/stylesheets/components/_popover.scss */
.popover {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

/* line 7, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote {
  padding: 16px;
  border-left: 3px solid;
}

/* line 11, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline {
  background-color: var(--vz-secondary-bg) !important;
  border: 1px solid;
  border-left: 3px solid;
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-primary {
  border-color: var(--vz-primary);
  background-color: var(--vz-primary-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-primary .blockquote-footer {
  color: var(--vz-primary-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-primary {
  border-color: var(--vz-primary);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-primary .blockquote-footer {
  color: var(--vz-primary-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-secondary {
  border-color: var(--vz-secondary);
  background-color: var(--vz-secondary-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-secondary .blockquote-footer {
  color: var(--vz-secondary-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-secondary {
  border-color: var(--vz-secondary);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-secondary .blockquote-footer {
  color: var(--vz-secondary-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-success {
  border-color: var(--vz-success);
  background-color: var(--vz-success-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-success .blockquote-footer {
  color: var(--vz-success-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-success {
  border-color: var(--vz-success);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-success .blockquote-footer {
  color: var(--vz-success-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-info {
  border-color: var(--vz-info);
  background-color: var(--vz-info-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-info .blockquote-footer {
  color: var(--vz-info-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-info {
  border-color: var(--vz-info);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-info .blockquote-footer {
  color: var(--vz-info-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-warning {
  border-color: var(--vz-warning);
  background-color: var(--vz-warning-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-warning .blockquote-footer {
  color: var(--vz-warning-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-warning {
  border-color: var(--vz-warning);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-warning .blockquote-footer {
  color: var(--vz-warning-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-danger {
  border-color: var(--vz-danger);
  background-color: var(--vz-danger-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-danger .blockquote-footer {
  color: var(--vz-danger-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-danger {
  border-color: var(--vz-danger);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-danger .blockquote-footer {
  color: var(--vz-danger-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-light {
  border-color: var(--vz-light);
  background-color: var(--vz-light-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-light .blockquote-footer {
  color: var(--vz-light-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-light {
  border-color: var(--vz-light);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-light .blockquote-footer {
  color: var(--vz-light-text-emphasis);
}

/* line 23, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-dark {
  border-color: var(--vz-dark);
  background-color: var(--vz-dark-bg-subtle);
}

/* line 27, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-dark .blockquote-footer {
  color: var(--vz-dark-text-emphasis);
}

/* line 33, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-dark {
  border-color: var(--vz-dark);
}

/* line 36, app/assets/stylesheets/components/_type.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-dark .blockquote-footer {
  color: var(--vz-dark-text-emphasis);
}

/* line 5, app/assets/stylesheets/components/_form-check.scss */
.form-check {
  position: relative;
  text-align: left;
}

/* line 10, app/assets/stylesheets/components/_form-check.scss */
.form-check .form-check-input {
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/components/_form-check.scss */
.form-check label {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-primary .form-check-input:checked {
  background-color: #6691e7;
  border-color: #6691e7;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-primary .form-check-input:checked {
  border-color: #6691e7;
  background-color: #6691e7;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-primary .form-check-input:checked:after {
  background-color: #6691e7;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-secondary .form-check-input:checked {
  background-color: #865ce2;
  border-color: #865ce2;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-secondary .form-check-input:checked {
  border-color: #865ce2;
  background-color: #865ce2;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-secondary .form-check-input:checked:after {
  background-color: #865ce2;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-success .form-check-input:checked {
  background-color: #13c56b;
  border-color: #13c56b;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-success .form-check-input:checked {
  border-color: #13c56b;
  background-color: #13c56b;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-success .form-check-input:checked:after {
  background-color: #13c56b;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-info .form-check-input:checked {
  background-color: #50c3e6;
  border-color: #50c3e6;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-info .form-check-input:checked {
  border-color: #50c3e6;
  background-color: #50c3e6;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-info .form-check-input:checked:after {
  background-color: #50c3e6;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-warning .form-check-input:checked {
  background-color: #e8bc52;
  border-color: #e8bc52;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-warning .form-check-input:checked {
  border-color: #e8bc52;
  background-color: #e8bc52;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-warning .form-check-input:checked:after {
  background-color: #e8bc52;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-danger .form-check-input:checked {
  background-color: #ed5e5e;
  border-color: #ed5e5e;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-danger .form-check-input:checked {
  border-color: #ed5e5e;
  background-color: #ed5e5e;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-danger .form-check-input:checked:after {
  background-color: #ed5e5e;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-light .form-check-input:checked {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-light .form-check-input:checked {
  border-color: #f3f6f9;
  background-color: #f3f6f9;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-light .form-check-input:checked:after {
  background-color: #f3f6f9;
}

/* line 26, app/assets/stylesheets/components/_form-check.scss */
.form-check-dark .form-check-input:checked {
  background-color: #363d48;
  border-color: #363d48;
}

/* line 35, app/assets/stylesheets/components/_form-check.scss */
.form-radio-dark .form-check-input:checked {
  border-color: #363d48;
  background-color: #363d48;
}

/* line 39, app/assets/stylesheets/components/_form-check.scss */
.form-radio-dark .form-check-input:checked:after {
  background-color: #363d48;
}

/* line 47, app/assets/stylesheets/components/_form-check.scss */
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/components/_form-check.scss */
.form-check-right {
  padding-left: 0;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/components/_form-check.scss */
.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: calc($form-check-padding-start * -1);
}

/* line 63, app/assets/stylesheets/components/_form-check.scss */
.form-check-right .form-check-label {
  display: block;
}

/* line 68, app/assets/stylesheets/components/_form-check.scss */
.form-check-right.form-switch .form-check-input {
  margin-right: calc($form-check-padding-start * -1.6);
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-primary .form-check-input[type=checkbox]:checked {
  color: #6691e7;
  background-color: transparent;
  border-color: #6691e7;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-secondary .form-check-input[type=checkbox]:checked {
  color: #865ce2;
  background-color: transparent;
  border-color: #865ce2;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-success .form-check-input[type=checkbox]:checked {
  color: #13c56b;
  background-color: transparent;
  border-color: #13c56b;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-info .form-check-input[type=checkbox]:checked {
  color: #50c3e6;
  background-color: transparent;
  border-color: #50c3e6;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-warning .form-check-input[type=checkbox]:checked {
  color: #e8bc52;
  background-color: transparent;
  border-color: #e8bc52;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-danger .form-check-input[type=checkbox]:checked {
  color: #ed5e5e;
  background-color: transparent;
  border-color: #ed5e5e;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-light .form-check-input[type=checkbox]:checked {
  color: #f3f6f9;
  background-color: transparent;
  border-color: #f3f6f9;
}

/* line 82, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline.form-check-dark .form-check-input[type=checkbox]:checked {
  color: #363d48;
  background-color: transparent;
  border-color: #363d48;
}

/* line 93, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline .form-check-input {
  position: relative;
}

/* line 96, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline .form-check-input[type=checkbox]:checked {
  background-image: none;
}

/* line 99, app/assets/stylesheets/components/_form-check.scss */
.form-check-outline .form-check-input[type=checkbox]:checked::before {
  content: "\F012C";
  font-family: "Material Design Icons";
  top: -2px;
  position: absolute;
  font-weight: 700;
  font-size: 11px;
  left: 1px;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-primary .form-check-input[type=radio]:checked {
  color: #6691e7;
  background-color: transparent;
  border-color: #6691e7;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-secondary .form-check-input[type=radio]:checked {
  color: #865ce2;
  background-color: transparent;
  border-color: #865ce2;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-success .form-check-input[type=radio]:checked {
  color: #13c56b;
  background-color: transparent;
  border-color: #13c56b;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-info .form-check-input[type=radio]:checked {
  color: #50c3e6;
  background-color: transparent;
  border-color: #50c3e6;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-warning .form-check-input[type=radio]:checked {
  color: #e8bc52;
  background-color: transparent;
  border-color: #e8bc52;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-danger .form-check-input[type=radio]:checked {
  color: #ed5e5e;
  background-color: transparent;
  border-color: #ed5e5e;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-light .form-check-input[type=radio]:checked {
  color: #f3f6f9;
  background-color: transparent;
  border-color: #f3f6f9;
}

/* line 120, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline.form-radio-dark .form-check-input[type=radio]:checked {
  color: #363d48;
  background-color: transparent;
  border-color: #363d48;
}

/* line 131, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline .form-check-input {
  position: relative;
}

/* line 134, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline .form-check-input[type=radio]:checked {
  background-image: none;
}

/* line 137, app/assets/stylesheets/components/_form-check.scss */
.form-radio-outline .form-check-input[type=radio]:checked::before {
  content: "\F0765";
  font-family: "Material Design Icons";
  top: 0px;
  position: absolute;
  font-size: 8px;
  left: 2.2px;
}

/* line 152, app/assets/stylesheets/components/_form-check.scss */
.form-switch-md {
  padding-left: 2.5rem;
  min-height: 22px;
  line-height: 22px;
}

/* line 157, app/assets/stylesheets/components/_form-check.scss */
.form-switch-md .form-check-input {
  width: 40px;
  height: 20px;
  left: -0.5rem;
  position: relative;
}

/* line 164, app/assets/stylesheets/components/_form-check.scss */
.form-switch-md .form-check-label {
  vertical-align: middle;
}

/* line 169, app/assets/stylesheets/components/_form-check.scss */
.form-switch-lg {
  padding-left: 2.75rem;
  min-height: 28px;
  line-height: 28px;
}

/* line 174, app/assets/stylesheets/components/_form-check.scss */
.form-switch-lg .form-check-input {
  width: 48px;
  height: 24px;
  left: -0.75rem;
  position: relative;
}

/* line 182, app/assets/stylesheets/components/_form-check.scss */
.input-group-text {
  margin-bottom: 0px;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-primary .form-check-input:checked {
  background-color: #6691e7;
  border-color: #6691e7;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-primary .form-check-input:checked::before {
  color: #6691e7;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-secondary .form-check-input:checked {
  background-color: #865ce2;
  border-color: #865ce2;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-secondary .form-check-input:checked::before {
  color: #865ce2;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-success .form-check-input:checked {
  background-color: #13c56b;
  border-color: #13c56b;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-success .form-check-input:checked::before {
  color: #13c56b;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-info .form-check-input:checked {
  background-color: #50c3e6;
  border-color: #50c3e6;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-info .form-check-input:checked::before {
  color: #50c3e6;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-warning .form-check-input:checked {
  background-color: #e8bc52;
  border-color: #e8bc52;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-warning .form-check-input:checked::before {
  color: #e8bc52;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-danger .form-check-input:checked {
  background-color: #ed5e5e;
  border-color: #ed5e5e;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-danger .form-check-input:checked::before {
  color: #ed5e5e;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-light .form-check-input:checked {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-light .form-check-input:checked::before {
  color: #f3f6f9;
}

/* line 192, app/assets/stylesheets/components/_form-check.scss */
.form-switch-dark .form-check-input:checked {
  background-color: #363d48;
  border-color: #363d48;
}

/* line 203, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom.form-switch-dark .form-check-input:checked::before {
  color: #363d48;
}

/* line 216, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom .form-check-input {
  position: relative;
  background-image: none;
}

/* line 220, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom .form-check-input::before {
  content: "\F0765";
  font-family: "Material Design Icons";
  top: -9px;
  position: absolute;
  font-size: 20px;
  left: -3px;
  color: var(--vz-secondary-color);
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 220, app/assets/stylesheets/components/_form-check.scss */
  .form-switch-custom .form-check-input::before {
    transition: none;
  }
}

/* line 231, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom .form-check-input:checked {
  background-image: none;
  background-color: var(--vz-input-bg-custom);
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 231, app/assets/stylesheets/components/_form-check.scss */
  .form-switch-custom .form-check-input:checked {
    transition: none;
  }
}

/* line 236, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom .form-check-input:checked::before {
  right: -3px;
  left: auto;
}

/* line 242, app/assets/stylesheets/components/_form-check.scss */
.form-switch-custom .form-check-input:focus {
  background-image: none;
}

/* line 250, app/assets/stylesheets/components/_form-check.scss */
.form-switch-right {
  display: inline-block;
  padding-right: calc($form-check-padding-start * .5);
  margin-bottom: 0;
  padding-left: 0 !important;
}

/* line 256, app/assets/stylesheets/components/_form-check.scss */
.form-switch-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: calc($form-check-padding-start * -1);
  margin-top: .1em !important;
}

/* line 263, app/assets/stylesheets/components/_form-check.scss */
.form-switch-right label {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 270, app/assets/stylesheets/components/_form-check.scss */
.card-radio {
  padding: 0;
}

/* line 273, app/assets/stylesheets/components/_form-check.scss */
.card-radio .form-check-label {
  background-color: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
}

/* line 285, app/assets/stylesheets/components/_form-check.scss */
.card-radio .form-check-label:hover {
  cursor: pointer;
}

/* line 290, app/assets/stylesheets/components/_form-check.scss */
.card-radio .form-check-input {
  display: none;
}

/* line 293, app/assets/stylesheets/components/_form-check.scss */
.card-radio .form-check-input:checked + .form-check-label {
  border-color: #6691e7 !important;
}

/* line 296, app/assets/stylesheets/components/_form-check.scss */
.card-radio .form-check-input:checked + .form-check-label:before {
  content: '\eb80';
  font-family: "remixicon";
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 16px;
  color: #6691e7;
}

/* line 311, app/assets/stylesheets/components/_form-check.scss */
.card-radio.dark .form-check-input:checked + .form-check-label:before {
  color: #fff;
}

/* line 6, app/assets/stylesheets/components/_form-control.scss */
.form-icon {
  position: relative;
}

/* line 8, app/assets/stylesheets/components/_form-control.scss */
.form-icon .form-control-icon {
  padding-left: calc(0.9rem * 3);
  position: relative;
}

/* line 12, app/assets/stylesheets/components/_form-control.scss */
.form-icon i {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 18px;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/components/_form-control.scss */
.form-icon.right .form-control-icon {
  padding-right: calc(0.9rem * 3);
  padding-left: 0.9rem;
  position: relative;
}

/* line 26, app/assets/stylesheets/components/_form-control.scss */
.form-icon.right i {
  left: auto;
  right: 18px;
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-primary.list-group-item {
  color: #fff;
  background-color: var(--vz-primary) !important;
  border-color: var(--vz-primary);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-secondary.list-group-item {
  color: #fff;
  background-color: var(--vz-secondary) !important;
  border-color: var(--vz-secondary);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-success.list-group-item {
  color: #fff;
  background-color: var(--vz-success) !important;
  border-color: var(--vz-success);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-info.list-group-item {
  color: #fff;
  background-color: var(--vz-info) !important;
  border-color: var(--vz-info);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-warning.list-group-item {
  color: #fff;
  background-color: var(--vz-warning) !important;
  border-color: var(--vz-warning);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-danger.list-group-item {
  color: #fff;
  background-color: var(--vz-danger) !important;
  border-color: var(--vz-danger);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-light.list-group-item {
  color: #000;
  background-color: var(--vz-light) !important;
  border-color: var(--vz-light);
}

/* line 9, app/assets/stylesheets/components/_list-group.scss */
.list-group-fill-dark.list-group-item {
  color: #fff;
  background-color: var(--vz-dark) !important;
  border-color: var(--vz-dark);
}

/* line 17, app/assets/stylesheets/components/_list-group.scss */
.list-group-item {
  margin-bottom: 0px;
}

/* line 19, app/assets/stylesheets/components/_list-group.scss */
.list-group-item .list-text {
  color: var(--vz-secondary-color);
}

/* line 22, app/assets/stylesheets/components/_list-group.scss */
.list-group-item.active {
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/components/_list-group.scss */
.list-group-item.active .list-title {
  color: #fff;
}

/* line 27, app/assets/stylesheets/components/_list-group.scss */
.list-group-item.active .list-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 7, app/assets/stylesheets/pages/_authentication.scss */
.auth-page-wrapper .auth-page-content {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 13, app/assets/stylesheets/pages/_authentication.scss */
.auth-page-wrapper .footer {
  left: 0;
  background-color: transparent;
  color: var(--vz-body-color);
}

/* line 20, app/assets/stylesheets/pages/_authentication.scss */
.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}

@media (max-width: 575.98px) {
  /* line 20, app/assets/stylesheets/pages/_authentication.scss */
  .auth-one-bg-position {
    height: 280px;
  }
}

/* line 33, app/assets/stylesheets/pages/_authentication.scss */
.auth-one-bg {
  background-image: url(/../images/auth-one-bg.jpg);
  background-position: center;
  background-size: cover;
}

/* line 38, app/assets/stylesheets/pages/_authentication.scss */
.auth-one-bg .bg-overlay {
  background: linear-gradient(to right, #4c7ee3, #6691e7);
  opacity: 0.9;
}

/* line 44, app/assets/stylesheets/pages/_authentication.scss */
.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/pages/_authentication.scss */
.shape > svg {
  width: 100%;
  height: auto;
  fill: var(--vz-body-bg);
}

/* line 62, app/assets/stylesheets/pages/_authentication.scss */
.auth-pass-inputgroup input[type="text"] + .btn .ri-eye-fill:before {
  content: "\ecb6";
}

/* line 68, app/assets/stylesheets/pages/_authentication.scss */
.particles-js-canvas-el {
  position: relative;
}

/* line 74, app/assets/stylesheets/pages/_authentication.scss */
.signin-other-title {
  position: relative;
}

/* line 76, app/assets/stylesheets/pages/_authentication.scss */
.signin-other-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 1px dashed var(--vz-border-color);
  top: 10px;
}

/* line 87, app/assets/stylesheets/pages/_authentication.scss */
.signin-other-title .title {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: var(--vz-secondary-bg);
  padding: 2px 16px;
}

/* line 98, app/assets/stylesheets/pages/_authentication.scss */
.auth-bg-cover {
  background: linear-gradient(-45deg, #6691e7 50%, #13c56b);
}

/* line 101, app/assets/stylesheets/pages/_authentication.scss */
.auth-bg-cover > .bg-overlay {
  background-image: url(/../images/cover-pattern.png);
  background-position: center;
  background-size: cover;
  opacity: 1;
  background-color: transparent;
}

/* line 109, app/assets/stylesheets/pages/_authentication.scss */
.auth-bg-cover .footer {
  color: rgba(255, 255, 255, 0.5);
}

/* line 115, app/assets/stylesheets/pages/_authentication.scss */
#password-contain {
  display: none;
}

/* line 118, app/assets/stylesheets/pages/_authentication.scss */
#password-contain p {
  padding-left: 13px;
}

/* line 121, app/assets/stylesheets/pages/_authentication.scss */
#password-contain p.valid {
  color: #13c56b;
}

/* line 124, app/assets/stylesheets/pages/_authentication.scss */
#password-contain p.valid::before {
  position: relative;
  left: -8px;
  content: "✔";
}

/* line 131, app/assets/stylesheets/pages/_authentication.scss */
#password-contain p.invalid {
  color: #ed5e5e;
}

/* line 134, app/assets/stylesheets/pages/_authentication.scss */
#password-contain p.invalid::before {
  position: relative;
  left: -8px;
  content: "✖";
}

/* line 5, app/assets/stylesheets/pages/_dashboard.scss */
.dash-filter-picker {
  min-width: 210px !important;
}

/* line 12, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 12, app/assets/stylesheets/pages/_dashboard.scss */
  .upcoming-scheduled {
    top: 35px !important;
  }
}

/* line 17, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-months {
  position: absolute !important;
  top: -45px !important;
  left: auto !important;
  right: 0px !important;
  width: 200px;
  background-color: transparent;
}

/* line 25, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-months .flatpickr-month {
  color: #878a99 !important;
  fill: #878a99 !important;
}

/* line 29, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-months .flatpickr-prev-month, .upcoming-scheduled .flatpickr-months .flatpickr-next-month {
  display: none;
}

/* line 33, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar {
  box-shadow: none !important;
}

/* line 35, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-current-month {
  font-size: 13px;
  width: 100%;
  left: 0;
}

/* line 40, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-monthDropdown-months {
  border: 1px solid var(--vz-border-color);
  border-radius: 4px;
  height: 26px;
}

/* line 45, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays {
  background-color: var(--vz-light);
  border: none;
}

/* line 48, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
  color: var(--vz-body-color);
  background-color: var(--vz-light);
}

/* line 54, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today {
  color: #fff !important;
  background-color: #13c56b;
  border-color: #13c56b !important;
}

/* line 58, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today:hover {
  color: #13c56b !important;
  background-color: rgba(19, 197, 107, 0.2) !important;
}

/* line 63, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.selected {
  background-color: #13c56b !important;
  border-color: #13c56b !important;
  color: #fff;
}

/* line 69, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-calendar .numInputWrapper {
  width: 7.5ch;
  margin-left: 10px;
}

/* line 75, app/assets/stylesheets/pages/_dashboard.scss */
.upcoming-scheduled .flatpickr-days {
  border: none !important;
}

/* line 81, app/assets/stylesheets/pages/_dashboard.scss */
.crm-widget .col {
  border-right: 1px solid var(--vz-border-color);
}

/* line 83, app/assets/stylesheets/pages/_dashboard.scss */
.crm-widget .col:last-child {
  border: 0px;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  /* line 87, app/assets/stylesheets/pages/_dashboard.scss */
  .crm-widget .col:nth-child(3) {
    border-right: 0px;
  }
  /* line 90, app/assets/stylesheets/pages/_dashboard.scss */
  .crm-widget .col:last-child {
    border-right: 1px solid var(--vz-border-color);
  }
}

@media (max-width: 767.98px) {
  /* line 81, app/assets/stylesheets/pages/_dashboard.scss */
  .crm-widget .col {
    border-right: 0px;
    border-bottom: 1px solid var(--vz-border-color);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 104, app/assets/stylesheets/pages/_dashboard.scss */
  .project-wrapper > .col-xxl-8, .project-wrapper .col-xxl-4 {
    width: 100%;
  }
}

/* line 110, app/assets/stylesheets/pages/_dashboard.scss */
.crypto-widget {
  max-width: 130px !important;
}

/* line 116, app/assets/stylesheets/pages/_dashboard.scss */
.bg-marketplace {
  background-image: url(/../images/nft/marketplace.png);
  background-size: cover;
}

/* line 123, app/assets/stylesheets/pages/_dashboard.scss */
.dash-countdown .countdownlist .count-num {
  background-color: var(--vz-secondary-bg);
  padding: 16px 8px;
  font-size: 22px;
}

@media (max-width: 575.98px) {
  /* line 123, app/assets/stylesheets/pages/_dashboard.scss */
  .dash-countdown .countdownlist .count-num {
    font-size: 16px;
    padding: 8px 6px;
  }
}

@media (max-width: 575.98px) {
  /* line 134, app/assets/stylesheets/pages/_dashboard.scss */
  .dash-countdown .countdownlist .count-title {
    font-size: 10px;
  }
}

/* line 144, app/assets/stylesheets/pages/_dashboard.scss */
[data-layout-width="boxed"] .dash-countdown .countdownlist {
  flex-wrap: wrap;
}

/* line 150, app/assets/stylesheets/pages/_dashboard.scss */
.marketplace-icon {
  position: absolute;
  float: right;
  top: 30px;
  left: 30px;
}

/* line 158, app/assets/stylesheets/pages/_dashboard.scss */
.marketplace-swiper .swiper-button-next,
.marketplace-swiper .swiper-button-prev {
  top: 34px;
  width: 28px;
  height: 28px;
  background-color: rgba(102, 145, 231, 0.1);
  color: #6691e7;
  border-radius: .3rem;
  right: 16px !important;
}

/* line 168, app/assets/stylesheets/pages/_dashboard.scss */
.marketplace-swiper .swiper-button-prev {
  right: 58px !important;
  left: auto !important;
}

/* line 175, app/assets/stylesheets/pages/_dashboard.scss */
.dash-collection .content {
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@media (max-width: 1441.98px) {
  /* line 183, app/assets/stylesheets/pages/_dashboard.scss */
  .dash-nft .col-xxl-9, .dash-nft .col-xxl-3 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 190, app/assets/stylesheets/pages/_dashboard.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

/* line 199, app/assets/stylesheets/pages/_dashboard.scss */
#portfolio_donut_charts .apexcharts-pie text {
  fill: var(--vz-body-color);
}

/* line 5, app/assets/stylesheets/pages/_timeline.scss */
.timeline {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/pages/_timeline.scss */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--vz-secondary-bg);
  top: 57px;
  bottom: 166px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 23, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item {
  padding: 30px 60px;
  position: relative;
  background: inherit;
  width: 50%;
}

/* line 29, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item .icon {
  position: absolute;
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 30px;
  right: -30px;
  padding: 9px 0;
  background: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-radius: 50px;
  color: #13c56b;
  z-index: 1;
}

/* line 47, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item .date {
  position: absolute;
  display: inline-block;
  width: calc(100% - 48px);
  top: 50px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

/* line 57, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item .content {
  padding: 20px;
  background: var(--vz-secondary-bg);
  position: relative;
  border: 1px solid var(--vz-border-color);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 66, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.left {
  left: 0;
}

/* line 69, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.left .date {
  left: calc(100% + 48px);
  text-align: start;
}

/* line 75, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.right {
  left: 50%;
}

/* line 78, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.right .icon {
  left: -30px;
}

/* line 82, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.right .date {
  right: calc(100% + 48px);
  text-align: end;
}

/* line 87, app/assets/stylesheets/pages/_timeline.scss */
.timeline-item.right::before {
  left: 28px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 991.98px) {
  /* line 96, app/assets/stylesheets/pages/_timeline.scss */
  .timeline::after {
    left: 24px;
    bottom: 180px;
  }
  /* line 102, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-item {
    width: 100%;
    padding-left: 48px;
    padding-right: 0px;
  }
  /* line 107, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-item.right, .timeline-item.left {
    left: 0%;
  }
  /* line 110, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-item.right .icon, .timeline-item.left .icon {
    width: 45px;
    height: 45px;
    top: 0;
    font-size: 18px;
    left: 0;
  }
  /* line 118, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-item.right::before, .timeline-item.left::before {
    left: 110px;
    border-color: transparent transparent transparent var(--vz-border-color);
  }
  /* line 123, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-item.right .date, .timeline-item.left .date {
    right: auto;
    left: 48px;
    width: 79px;
    top: 8px;
    text-align: left;
  }
}

/* line 134, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 {
  position: relative;
}

/* line 137, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 83%;
  top: 50px;
  left: 40px;
  margin-left: -1px;
  background: var(--vz-secondary-bg);
}

/* line 148, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-year {
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 1;
}

/* line 154, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-year p {
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 23px 10px;
  background: var(--vz-secondary-bg);
  border-radius: 50px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 166, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-year p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 176, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-date {
  font-size: 14px;
  font-weight: 400;
  margin: 24px 0 0 0;
  margin-left: 55px;
}

/* line 182, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  left: 45px;
  align-items: left;
  background: #13c56b;
  border: 3px solid var(--vz-secondary-bg);
  border-radius: 50px;
  z-index: 1;
}

/* line 198, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-box {
  position: relative;
  display: inline-block;
  margin: 23px 62px;
  padding: 20px;
  border: 1px solid var(--vz-border-color);
  border-radius: 6px;
  background: var(--vz-secondary-bg);
  max-width: 695px;
}

@media (max-width: 991.98px) {
  /* line 198, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-2 .timeline-box {
    margin-right: 0;
  }
}

/* line 211, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-box::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 26px;
  right: 100%;
  border-color: transparent var(--vz-secondary-bg) transparent transparent;
  border-width: 10px;
}

/* line 224, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 100%;
  top: 24px;
  border-color: transparent var(--vz-border-color) transparent transparent;
  border-width: 12px;
}

/* line 237, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-box .timeline-text {
  position: relative;
  float: left;
}

/* line 243, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-launch {
  position: relative;
  display: inline-block;
  border: 1px solid var(--vz-border-color);
  border-radius: 6px;
  background: #fff;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  border: none;
  text-align: left;
  background: transparent;
}

/* line 256, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-launch .timeline-box {
  margin-left: 0;
}

/* line 259, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-launch .timeline-box::after {
  left: 30px;
  margin-left: 0px;
  top: -20px;
  border-color: transparent transparent var(--vz-border-color) transparent;
}

/* line 266, app/assets/stylesheets/pages/_timeline.scss */
.timeline-2 .timeline-launch .timeline-box::before {
  left: 30px;
  margin-left: 0px;
  top: -19px;
  border-color: transparent transparent var(--vz-secondary-bg) transparent;
  border-width: 10px;
  z-index: 1;
}

/* line 280, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* line 285, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 174px;
  left: 0;
  height: 2px;
  background-color: var(--vz-secondary-bg);
}

/* line 296, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide .item-box {
  margin: 227px 0px 0px;
  background-color: transparent;
  box-shadow: none;
}

/* line 301, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide .item-box::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background: #6691e7;
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 50px;
  border: 3px solid var(--vz-secondary-bg);
}

/* line 316, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide .timeline-content {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--vz-secondary-bg);
}

/* line 324, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide .timeline-content::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0px;
  top: -23px;
  border-color: transparent transparent var(--vz-secondary-bg) transparent;
  border-width: 12px;
  right: 0;
  margin: 0 auto;
}

/* line 340, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide .time {
  position: absolute;
  top: -86px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}

/* line 348, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide:nth-child(even) {
  margin-top: 5px;
  transform: rotate(-180deg);
}

/* line 352, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .timeline-content {
  transform: rotate(180deg);
}

/* line 355, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .timeline-content::before {
  bottom: -23px;
  top: auto;
  border-color: var(--vz-secondary-bg) transparent transparent transparent;
}

/* line 362, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .time {
  transform: rotate(180deg);
}

/* line 368, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-next,
.horizontal-timeline .swiper-button-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #7199e9;
}

/* line 376, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-next::after,
.horizontal-timeline .swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}

/* line 380, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-next.swiper-button-disabled,
.horizontal-timeline .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(102, 145, 231, 0.5);
  opacity: 1;
  cursor: auto;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  pointer-events: none;
}

/* line 389, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-next {
  right: 0;
}

/* line 392, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-next::after {
  content: "\EA6E";
  font-family: remixicon;
}

/* line 398, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-prev {
  left: 0;
}

/* line 401, app/assets/stylesheets/pages/_timeline.scss */
.horizontal-timeline .swiper-button-prev::after {
  content: "\EA64";
  font-family: remixicon;
}

/* line 410, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline {
  position: relative;
  overflow: hidden;
}

/* line 414, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline .acitivity-item {
  position: relative;
}

/* line 417, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline .acitivity-item .flex-shrink-0 {
  z-index: 2;
}

/* line 421, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline .acitivity-item .acitivity-avatar {
  background-color: var(--vz-secondary-bg);
  border: 3px solid var(--vz-secondary-bg);
  height: 32px;
  width: 32px;
}

/* line 428, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline .acitivity-item:before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--vz-border-color);
  left: 16px;
  height: 100%;
  top: 5px;
  z-index: 0;
}

/* line 438, app/assets/stylesheets/pages/_timeline.scss */
.acitivity-timeline .acitivity-item:last-child::before {
  border-color: transparent;
}

/* line 6, app/assets/stylesheets/pages/_gallery.scss */
.categories-filter .list-inline-item {
  position: relative;
  margin-right: 0;
}

/* line 10, app/assets/stylesheets/pages/_gallery.scss */
.categories-filter .list-inline-item a {
  display: block;
  color: var(--vz-body-color);
  font-weight: 500;
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  margin-bottom: 10px;
  box-shadow: none;
  background-color: transparent;
  padding: 8px;
}

/* line 30, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--vz-secondary-bg);
  transition: all 0.4s;
}

/* line 42, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .gallery-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

/* line 47, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .gallery-container a {
  display: block;
}

/* line 51, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .gallery-container .gallery-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding: 16px;
}

/* line 67, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .gallery-container .gallery-overlay .overlay-caption {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

/* line 75, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .gallery-img {
  transition: all 0.2s ease-in-out;
}

/* line 79, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .box-content {
  position: relative;
}

/* line 82, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .box-content .title {
  font-size: 14px;
  margin-bottom: 4px;
  display: none;
}

/* line 88, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box .box-content .post {
  margin: 0;
  transition: all 0.2s;
  color: var(--vz-secondary-color);
}

/* line 96, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box:hover::before {
  height: 100%;
}

/* line 100, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box:hover .box-content {
  bottom: 0;
}

/* line 103, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box:hover .box-content .post {
  opacity: 1;
}

/* line 108, app/assets/stylesheets/pages/_gallery.scss */
.gallery-box:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 117, app/assets/stylesheets/pages/_gallery.scss */
.gallery-light .gallery-box::before {
  background-color: var(--vz-light);
}

/* line 5, app/assets/stylesheets/pages/_errors.scss */
.error-basic-img {
  max-width: 450px;
}

/* line 10, app/assets/stylesheets/pages/_errors.scss */
.error-500 .title {
  font-size: 250px;
}

/* line 14, app/assets/stylesheets/pages/_errors.scss */
.error-500 .error-500-img {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 23, app/assets/stylesheets/pages/_errors.scss */
  .error-500 .title {
    font-size: 150px;
  }
  /* line 27, app/assets/stylesheets/pages/_errors.scss */
  .error-500 .error-500-img {
    width: 20% !important;
    top: 43px;
  }
}

@media (max-width: 767.98px) {
  /* line 34, app/assets/stylesheets/pages/_errors.scss */
  .error-500 .title {
    font-size: 68px;
    margin-top: 35px;
  }
  /* line 39, app/assets/stylesheets/pages/_errors.scss */
  .error-500 .error-500-img {
    position: relative;
    top: 0px;
  }
}

@keyframes errorAnimation {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

/* line 77, app/assets/stylesheets/pages/_errors.scss */
.error-img {
  animation: errorAnimation 20s infinite;
}

/* line 5, app/assets/stylesheets/pages/_profile.scss */
.error-text {
  text-shadow: 4px 4px rgba(19, 197, 107, 0.4);
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/pages/_profile.scss */
  .error-text {
    font-size: 10rem;
  }
}

/* line 16, app/assets/stylesheets/pages/_profile.scss */
.profile-wid-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 320px;
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/pages/_profile.scss */
  .profile-wid-bg {
    height: 445px;
  }
}

/* line 26, app/assets/stylesheets/pages/_profile.scss */
.profile-wid-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  background: #6691e7;
  background: linear-gradient(to top, #1c4eb2, #6691e7);
}

/* line 39, app/assets/stylesheets/pages/_profile.scss */
.profile-wid-bg .profile-wid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 48, app/assets/stylesheets/pages/_profile.scss */
.profile-nav.nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 51, app/assets/stylesheets/pages/_profile.scss */
.profile-nav.nav-pills .nav-link::before {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 58, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card {
  border: 1px solid var(--vz-border-color);
  border-left: 3px solid var(--vz-border-color);
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-primary {
  border-left-color: #6691e7;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-secondary {
  border-left-color: #865ce2;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-success {
  border-left-color: #13c56b;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-info {
  border-left-color: #50c3e6;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-warning {
  border-left-color: #e8bc52;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-danger {
  border-left-color: #ed5e5e;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-light {
  border-left-color: #f3f6f9;
}

/* line 66, app/assets/stylesheets/pages/_profile.scss */
.profile-project-card.profile-project-dark {
  border-left-color: #363d48;
}

/* line 72, app/assets/stylesheets/pages/_profile.scss */
.user-profile-img {
  position: relative;
}

/* line 75, app/assets/stylesheets/pages/_profile.scss */
.user-profile-img .profile-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  /* line 75, app/assets/stylesheets/pages/_profile.scss */
  .user-profile-img .profile-img {
    height: 160px;
  }
}

/* line 85, app/assets/stylesheets/pages/_profile.scss */
.user-profile-img .profile-foreground-img-file-input {
  display: none;
}

/* line 89, app/assets/stylesheets/pages/_profile.scss */
.user-profile-img .profile-photo-edit {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/pages/_profile.scss */
.profile-user {
  position: relative;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/pages/_profile.scss */
.profile-user .profile-photo-edit {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/pages/_profile.scss */
.profile-user .user-profile-image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 110, app/assets/stylesheets/pages/_profile.scss */
.profile-user .profile-img-file-input {
  display: none;
}

/* line 116, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item {
  position: relative;
}

/* line 119, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item .accordion-button {
  background-color: transparent;
}

/* line 122, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item .accordion-button::after {
  background: none;
}

/* line 127, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item::before {
  content: "";
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  height: 100%;
  left: 23px;
}

/* line 136, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item:first-child::before {
  top: 8px;
}

/* line 142, app/assets/stylesheets/pages/_profile.scss */
.profile-timeline .accordion-item:last-child::before {
  height: 20px;
  top: 3px;
}

/* line 150, app/assets/stylesheets/pages/_profile.scss */
.profile-setting-img {
  position: relative;
  height: 260px;
}

/* line 154, app/assets/stylesheets/pages/_profile.scss */
.profile-setting-img .overlay-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

/* line 161, app/assets/stylesheets/pages/_profile.scss */
.profile-setting-img .profile-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  /* line 161, app/assets/stylesheets/pages/_profile.scss */
  .profile-setting-img .profile-img {
    height: 160px;
  }
}

/* line 171, app/assets/stylesheets/pages/_profile.scss */
.profile-setting-img .profile-foreground-img-file-input {
  display: none;
}

/* line 175, app/assets/stylesheets/pages/_profile.scss */
.profile-setting-img .profile-photo-edit {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  /* line 183, app/assets/stylesheets/pages/_profile.scss */
  [data-layout="horizontal"] .profile-foreground {
    margin-top: 0 !important;
  }
}

/* line 190, app/assets/stylesheets/pages/_profile.scss */
[data-layout="semibox"] .profile-wrapper {
  padding: 0 1rem;
}

/* line 5, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-content {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-content * {
  position: relative;
}

/* line 16, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-horizontal {
  position: relative;
}

/* line 19, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-horizontal ul a {
  display: block;
  background: var(--vz-light);
  border: 2px solid var(--vz-secondary-bg);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-size: 0.825rem;
  height: 60px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 36, app/assets/stylesheets/pages/_sitemap.scss */
.sitemap-horizontal ul a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 50, app/assets/stylesheets/pages/_sitemap.scss */
.administration .director > li > a {
  width: 50%;
  margin: 0 auto 0px auto;
  border-radius: 4px;
}

/* line 58, app/assets/stylesheets/pages/_sitemap.scss */
.administration .subdirector {
  position: absolute;
  width: 100%;
}

/* line 62, app/assets/stylesheets/pages/_sitemap.scss */
.administration .subdirector::after {
  content: "";
  display: block;
  width: 0;
  height: 130px;
  border-left: 2px dashed var(--vz-border-color);
  left: 45.45%;
  position: relative;
}

/* line 73, app/assets/stylesheets/pages/_sitemap.scss */
.administration .subdirector > li:first-child {
  width: 18.59%;
  height: 64px;
  margin: 0 auto 92px auto;
  padding-top: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  z-index: 1;
  float: right;
  right: 27.2%;
  border-left: 2px dashed var(--vz-border-color);
}

/* line 84, app/assets/stylesheets/pages/_sitemap.scss */
.administration .subdirector > li:first-child a {
  width: 100%;
  left: 25px;
}

@media screen and (max-width: 767px) {
  /* line 95, app/assets/stylesheets/pages/_sitemap.scss */
  .administration .subdirector > li:first-child {
    width: 40%;
    right: 10%;
    margin-right: 2px;
  }
  /* line 102, app/assets/stylesheets/pages/_sitemap.scss */
  .administration .subdirector::after {
    left: 49.8%;
  }
}

/* line 109, app/assets/stylesheets/pages/_sitemap.scss */
.departments {
  width: 100%;
}

/* line 113, app/assets/stylesheets/pages/_sitemap.scss */
.departments > li:first-child {
  width: 18.59%;
  height: 64px;
  margin: 0 auto 92px auto;
  padding-top: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  z-index: 1;
  float: left;
  left: 27%;
}

/* line 123, app/assets/stylesheets/pages/_sitemap.scss */
.departments > li:first-child a {
  width: 100%;
  right: 25px;
}

/* line 129, app/assets/stylesheets/pages/_sitemap.scss */
.departments > li:nth-child(2) {
  margin-left: 0;
  clear: left;
}

/* line 134, app/assets/stylesheets/pages/_sitemap.scss */
.departments > li.department:nth-child(2):before {
  border: none;
}

/* line 141, app/assets/stylesheets/pages/_sitemap.scss */
.departments::after {
  content: "";
  display: block;
  position: absolute;
  width: 81.1%;
  height: 22px;
  border-top: 2px dashed var(--vz-border-color);
  border-right: 2px dashed var(--vz-border-color);
  border-left: 2px dashed var(--vz-border-color);
  margin: 0 auto;
  top: 130px;
  left: 9.1%;
}

@media screen and (max-width: 767px) {
  /* line 157, app/assets/stylesheets/pages/_sitemap.scss */
  .departments > li:first-child {
    width: 40%;
    left: 10%;
    margin-left: 2px;
  }
  /* line 164, app/assets/stylesheets/pages/_sitemap.scss */
  .departments::after {
    border-right: none;
    left: 0;
    width: 50%;
  }
}

/* line 172, app/assets/stylesheets/pages/_sitemap.scss */
.department {
  border-left: 2px dashed var(--vz-border-color);
  float: left;
  margin-left: 1.75%;
  margin-bottom: 60px;
  width: 18.25%;
}

/* line 179, app/assets/stylesheets/pages/_sitemap.scss */
.department::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 22px;
  border-left: 2px dashed var(--vz-border-color);
  z-index: 1;
  top: -22px;
  left: 50%;
  margin-left: -4px;
}

/* line 192, app/assets/stylesheets/pages/_sitemap.scss */
.department > a {
  margin: 0 0 -26px -4px;
  z-index: 1;
}

/* line 197, app/assets/stylesheets/pages/_sitemap.scss */
.department ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 201, app/assets/stylesheets/pages/_sitemap.scss */
.department ul li {
  padding-left: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  height: 80px;
}

/* line 206, app/assets/stylesheets/pages/_sitemap.scss */
.department ul li a {
  background: var(--vz-secondary-bg);
  margin-top: 48px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 60px;
  vertical-align: middle;
  right: -1px;
  text-align: center;
}

/* line 220, app/assets/stylesheets/pages/_sitemap.scss */
.department:first-child {
  margin-left: 0;
  clear: left;
}

@media screen and (min-width: 768px) {
  /* line 226, app/assets/stylesheets/pages/_sitemap.scss */
  .department:last-child:before {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 172, app/assets/stylesheets/pages/_sitemap.scss */
  .department {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 236, app/assets/stylesheets/pages/_sitemap.scss */
  .department::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 60px;
    border-left: 2px dashed #fff;
    z-index: 1;
    top: -60px;
    left: 0%;
    margin-left: -4px;
  }
  /* line 250, app/assets/stylesheets/pages/_sitemap.scss */
  .department:nth-child(2)::before {
    display: none;
  }
}

/* line 262, app/assets/stylesheets/pages/_sitemap.scss */
.hori-sitemap ul {
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

/* line 266, app/assets/stylesheets/pages/_sitemap.scss */
.hori-sitemap ul li {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 262, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul {
    text-align: left;
  }
  /* line 272, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul .parent-title a {
    padding-left: 0;
  }
  /* line 274, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul .parent-title a:after {
    display: none;
  }
  /* line 279, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul .parent-title:before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 287, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul {
    position: relative;
  }
  /* line 289, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li {
    padding-top: 10px;
  }
  /* line 291, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li .second-list,
.hori-sitemap > ul li .sub-list {
    position: relative;
  }
  /* line 295, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li .second-list:before,
.hori-sitemap > ul li .sub-list:before {
    content: "";
    height: calc(100% - 14px);
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* line 305, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li .sub-list:before {
    height: 38%;
  }
  /* line 309, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li a {
    position: relative;
    padding: 4px 16px 4px 36px;
  }
  /* line 313, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li a:after {
    content: "";
    width: 24px;
    border-top: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  /* line 324, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap > ul li ul {
    margin-left: 36px;
  }
}

@media (min-width: 576px) {
  /* line 331, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul {
    padding-top: 20px;
  }
  /* line 333, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li {
    padding-top: 30px;
  }
  /* line 336, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li:before {
    content: "";
    height: 24px;
    width: 0;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
  /* line 348, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li:after {
    content: "";
    width: 100%;
    border-top: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 50%;
  }
  /* line 358, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li:last-of-type:after {
    display: none;
  }
  /* line 364, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li.parent-title::before {
    content: "";
    height: 23px;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 28px;
    left: 0;
  }
  /* line 372, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li.parent-title::after {
    border: none;
  }
  /* line 377, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li .sub-title {
    position: relative;
  }
  /* line 380, app/assets/stylesheets/pages/_sitemap.scss */
  .hori-sitemap ul li .sub-title::before {
    content: "";
    height: 21px;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 27px;
    left: 49%;
    margin: 0 auto;
  }
}

/* line 394, app/assets/stylesheets/pages/_sitemap.scss */
.hori-sitemap a {
  color: var(--vz-body-color);
  padding: 4px 0px;
  display: block;
}

/* line 405, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap a {
  color: var(--vz-body-color);
  display: block;
}

/* line 410, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .parent-title a {
  padding-left: 0;
}

/* line 413, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .parent-title a:before {
  display: none;
}

/* line 418, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .parent-title:before {
  display: none;
}

/* line 422, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list {
  position: relative;
  padding-top: 10px;
}

/* line 425, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list:before {
  content: "";
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
}

/* line 435, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .list-wrap a, .verti-sitemap .first-list li a {
  position: relative;
  padding: 10px 16px 4px 36px;
}

/* line 438, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .list-wrap a::before, .verti-sitemap .first-list li a::before {
  content: "";
  width: 24px;
  border-top: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* line 449, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .second-list, .verti-sitemap .first-list .third-list {
  margin-left: 42px;
}

/* line 454, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .third-list, .verti-sitemap .first-list .second-list {
  position: relative;
}

/* line 456, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .third-list li, .verti-sitemap .first-list .second-list li {
  position: relative;
}

/* line 458, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .third-list li:before, .verti-sitemap .first-list .second-list li:before {
  content: "";
  height: 100%;
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px auto;
}

/* line 468, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list .third-list li:last-child::before, .verti-sitemap .first-list .second-list li:last-child::before {
  height: 13px;
}

/* line 476, app/assets/stylesheets/pages/_sitemap.scss */
.verti-sitemap .first-list:last-child::before {
  height: 25px;
}

/* line 5, app/assets/stylesheets/pages/_team.scss */
.team-box .team-cover, .profile-offcanvas .team-cover, .modal-team-cover {
  display: none;
  position: relative;
  margin-bottom: -140px;
}

/* line 10, app/assets/stylesheets/pages/_team.scss */
.team-box .team-cover img, .profile-offcanvas .team-cover img, .modal-team-cover img {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 16, app/assets/stylesheets/pages/_team.scss */
.team-box .team-cover::before, .profile-offcanvas .team-cover::before, .modal-team-cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1c4eb2, #6691e7);
  opacity: 0.6;
}

/* line 27, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter {
  flex-flow: row wrap;
}

/* line 30, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .col {
  flex: 0 0 auto;
  width: 25%;
}

/* line 35, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box {
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-row {
  align-items: start;
}

/* line 41, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-row .col {
  width: 100%;
}

/* line 46, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-cover {
  display: block;
}

/* line 51, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-settings .col {
  width: 50% !important;
  flex: 0 0 auto;
}

/* line 56, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-settings .btn-star {
  color: #fff;
}

/* line 61, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-settings .dropdown > a {
  color: #fff;
}

/* line 67, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-profile-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 36px;
}

/* line 74, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-profile-img .avatar-lg {
  font-size: 22px;
}

/* line 78, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .team-profile-img .team-content {
  margin-left: 0px;
  margin-top: 25px;
  text-align: center;
}

/* line 85, app/assets/stylesheets/pages/_team.scss */
.team-list.grid-view-filter .team-box .view-btn {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 92, app/assets/stylesheets/pages/_team.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media (max-width: 1199.98px) {
  /* line 99, app/assets/stylesheets/pages/_team.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  /* line 106, app/assets/stylesheets/pages/_team.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* line 113, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter {
  flex-direction: column;
}

/* line 116, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box {
  margin-bottom: 10px;
}

/* line 119, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .team-row {
  align-items: center;
  justify-content: space-between;
}

/* line 124, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .team-profile-img {
  display: flex;
  align-items: center;
}

/* line 128, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .team-profile-img .avatar-lg {
  height: 4rem;
  width: 4rem;
  font-size: 16px;
}

/* line 134, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .team-profile-img .team-content {
  margin-left: 15px;
}

/* line 139, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .team-settings {
  width: auto;
  flex: 0 0 auto;
  order: 6;
}

/* line 146, app/assets/stylesheets/pages/_team.scss */
.team-list.list-view-filter .team-box .btn-star {
  color: #6691e7;
}

@media (max-width: 767.98px) {
  /* line 113, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter {
    flex-direction: row;
  }
  /* line 153, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter .col {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 161, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter .team-box .team-settings {
    width: 100%;
    flex: 0 0 auto;
    order: -1;
    margin-bottom: 10px;
  }
  /* line 167, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter .team-box .team-settings .col {
    width: 50%;
  }
  /* line 172, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter .team-box .team-profile-img {
    margin-bottom: 25px;
  }
  /* line 176, app/assets/stylesheets/pages/_team.scss */
  .team-list.list-view-filter .team-box .view-btn {
    width: 100%;
    margin-top: 25px;
  }
}

/* line 185, app/assets/stylesheets/pages/_team.scss */
.modal-team-cover {
  display: block;
}

/* line 191, app/assets/stylesheets/pages/_team.scss */
.list-grid-nav .nav-link.active {
  background-color: #50c3e6;
  color: #fff;
}

/* line 199, app/assets/stylesheets/pages/_team.scss */
.profile-offcanvas .team-cover {
  margin-bottom: -132px;
  display: block;
  z-index: -1;
}

/* line 204, app/assets/stylesheets/pages/_team.scss */
.profile-offcanvas .btn-star {
  color: #fff;
}

/* line 209, app/assets/stylesheets/pages/_team.scss */
.profile-offcanvas .dropdown > a {
  color: #fff;
}

/* line 7, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist {
  text-align: center;
  display: flex;
  gap: 24px;
}

/* line 13, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist .countdownlist-item {
  width: 25%;
}

/* line 17, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist .countdownlist-item:last-of-type .count-num::after {
  display: none;
}

/* line 23, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist .count-title {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  color: rgba(var(--vz-body-color-rgb), 0.5);
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist .count-num {
  background-color: var(--vz-secondary-bg);
  padding: 16px 8px;
  position: relative;
  border-radius: var(--vz-border-radius);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-weight: 500;
  font-size: 32px;
}

@media (max-width: 575.98px) {
  /* line 32, app/assets/stylesheets/pages/_coming-soon.scss */
  .countdownlist .count-num {
    font-size: 18px;
  }
}

/* line 44, app/assets/stylesheets/pages/_coming-soon.scss */
.countdownlist .count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vz-body-color);
}

/* line 57, app/assets/stylesheets/pages/_coming-soon.scss */
.move-animation {
  animation: mover 1s infinite  alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}

/* line 66, app/assets/stylesheets/pages/_coming-soon.scss */
.coming-soon-text {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 4px #13c56b;
}

/* line 73, app/assets/stylesheets/pages/_coming-soon.scss */
.countdown-input-group {
  max-width: 400px;
}

/* line 5, app/assets/stylesheets/pages/_search-results.scss */
.search-more-results {
  position: relative;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/pages/_search-results.scss */
.search-more-results .nav-icon {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
}

/* line 19, app/assets/stylesheets/pages/_search-results.scss */
.search-more-results .nav-icon i {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/pages/_search-results.scss */
  .search-more-results .nav-icon {
    font-size: 14px;
  }
  /* line 26, app/assets/stylesheets/pages/_search-results.scss */
  .search-more-results .nav-icon i {
    font-size: 18px;
  }
}

/* line 34, app/assets/stylesheets/pages/_search-results.scss */
.video-list .list-element {
  display: none;
}

/* line 36, app/assets/stylesheets/pages/_search-results.scss */
.video-list .list-element:nth-child(1) {
  display: block;
}

/* line 39, app/assets/stylesheets/pages/_search-results.scss */
.video-list .list-element:nth-child(2) {
  display: block;
}

/* line 42, app/assets/stylesheets/pages/_search-results.scss */
.video-list .list-element:nth-child(3) {
  display: block;
}

/* line 48, app/assets/stylesheets/pages/_search-results.scss */
.search-voice {
  height: 120px;
  width: 120px;
  line-height: 120px;
  margin: 0px auto;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

/* line 58, app/assets/stylesheets/pages/_search-results.scss */
.search-voice i {
  line-height: 56px;
  font-size: 30px;
}

/* line 63, app/assets/stylesheets/pages/_search-results.scss */
.search-voice .voice-wave {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  opacity: 0;
  border-radius: 100px;
  animation: voice-wave 1.8s infinite;
  background-color: var(--vz-light);
}

/* line 76, app/assets/stylesheets/pages/_search-results.scss */
.search-voice .voice-wave:nth-child(2) {
  animation-delay: 0.3s;
}

/* line 80, app/assets/stylesheets/pages/_search-results.scss */
.search-voice .voice-wave:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes voice-wave {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* line 99, app/assets/stylesheets/pages/_search-results.scss */
.images-menu .swiper-slide {
  width: auto;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/pages/_ecommerce.scss */
#selection-element {
  display: none;
}

/* line 12, app/assets/stylesheets/pages/_ecommerce.scss */
.filter-choices-input .choices__inner {
  padding: 0;
  border: none;
  background-color: var(--vz-secondary-bg);
}

/* line 18, app/assets/stylesheets/pages/_ecommerce.scss */
.filter-choices-input .choices__input {
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 25, app/assets/stylesheets/pages/_ecommerce.scss */
  .sticky-side-div {
    position: sticky;
    top: calc(70px + 1.5rem);
  }
}

/* line 34, app/assets/stylesheets/pages/_ecommerce.scss */
.product-img-slider .product-nav-slider .nav-slide-item {
  border: 1px solid var(--vz-border-color);
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/_ecommerce.scss */
.product-img-slider .product-nav-slider .swiper-slide-thumb-active .nav-slide-item {
  background-color: var(--vz-light);
}

/* line 52, app/assets/stylesheets/pages/_ecommerce.scss */
.filter-list a.active .listname {
  color: var(--vz-success);
}

/* line 59, app/assets/stylesheets/pages/_ecommerce.scss */
#remove-actions {
  display: none;
}

/* line 7, app/assets/stylesheets/pages/_invoice.scss */
.invoice-table tbody:last-child {
  border: none;
}

/* line 14, app/assets/stylesheets/pages/_invoice.scss */
.currency-select .choices__inner {
  padding: 0px;
  padding-right: 15px;
  min-height: 0px;
}

/* line 19, app/assets/stylesheets/pages/_invoice.scss */
.currency-select .choices__list--single {
  padding: 0px 16px 0 4px;
}

/* line 22, app/assets/stylesheets/pages/_invoice.scss */
.currency-select .choices[data-type*=select-one] {
  bottom: 0px;
}

/* line 24, app/assets/stylesheets/pages/_invoice.scss */
.currency-select .choices[data-type*=select-one] :after {
  top: 4px;
}

/* line 27, app/assets/stylesheets/pages/_invoice.scss */
.currency-select .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0px;
}

/* line 5, app/assets/stylesheets/pages/_chat.scss */
.chat-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* line 12, app/assets/stylesheets/pages/_chat.scss */
.chat-leftsidebar {
  height: calc(100vh - 137px);
  position: relative;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/pages/_chat.scss */
  .chat-leftsidebar {
    min-width: 300px;
    max-width: 300px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

/* line 25, app/assets/stylesheets/pages/_chat.scss */
.chat-list {
  margin: 0;
}

/* line 30, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li.active a {
  background-color: rgba(var(--vz-primary-rgb), 0.15);
  color: var(--vz-primary);
}

/* line 34, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li.active a .badge {
  background-color: rgba(var(--vz-success-rgb), 0.15) !important;
  color: #13c56b !important;
}

/* line 41, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li a {
  display: block;
  padding: 7px 24px;
  color: var(--vz-body-color);
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
}

/* line 51, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li .chat-user-message {
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li .unread-msg-user {
  font-weight: 500;
}

/* line 59, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li .unread-message {
  position: absolute;
  display: inline-block;
  right: 24px;
  left: auto;
  top: 33px;
}

/* line 66, app/assets/stylesheets/pages/_chat.scss */
.chat-list > li .unread-message .badge {
  line-height: 16px;
  font-weight: 500;
  font-size: 10px;
}

/* line 75, app/assets/stylesheets/pages/_chat.scss */
.chat-user-img {
  position: relative;
}

/* line 78, app/assets/stylesheets/pages/_chat.scss */
.chat-user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid var(--vz-secondary-bg);
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}

/* line 91, app/assets/stylesheets/pages/_chat.scss */
.chat-user-img.online .user-status {
  background-color: #13c56b;
}

/* line 97, app/assets/stylesheets/pages/_chat.scss */
.chat-user-img.away .user-status {
  background-color: #e8bc52;
}

/* line 103, app/assets/stylesheets/pages/_chat.scss */
.chat-room-list {
  max-height: calc(100vh - 296px);
}

@media (max-width: 991.98px) {
  /* line 103, app/assets/stylesheets/pages/_chat.scss */
  .chat-room-list {
    height: calc(100vh - 296px);
  }
}

/* line 114, app/assets/stylesheets/pages/_chat.scss */
.contact-list li {
  cursor: pointer;
  padding: 8px 24px;
  transition: all 0.4s;
  color: var(--vz-body-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
}

/* line 125, app/assets/stylesheets/pages/_chat.scss */
.contact-list-title {
  padding: 6px 24px;
  color: #6691e7;
  font-weight: 400;
  position: relative;
  font-size: 12px;
}

/* line 131, app/assets/stylesheets/pages/_chat.scss */
.contact-list-title:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  right: 0;
  background-color: var(--vz-light);
}

/* line 146, app/assets/stylesheets/pages/_chat.scss */
.user-chat {
  background: url(/../images/chat-bg-pattern.png);
  transition: all 0.4s;
  position: relative;
  background-color: var(--vz-body-bg);
}

@media (max-width: 991.98px) {
  /* line 146, app/assets/stylesheets/pages/_chat.scss */
  .user-chat {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: calc(100% - 3px);
    visibility: hidden;
    transform: translateX(100%);
    z-index: 99;
    padding-top: 70px;
  }
  /* line 163, app/assets/stylesheets/pages/_chat.scss */
  .user-chat.user-chat-show {
    visibility: visible;
    transform: translateX(0);
  }
}

/* line 169, app/assets/stylesheets/pages/_chat.scss */
.user-chat .chat-content {
  position: relative;
}

/* line 174, app/assets/stylesheets/pages/_chat.scss */
.user-chat.user-chat-show .chat-welcome-section {
  display: none;
}

@media (min-width: 992px) {
  /* line 177, app/assets/stylesheets/pages/_chat.scss */
  .user-chat.user-chat-show .chat-content {
    display: flex !important;
  }
}

/* line 185, app/assets/stylesheets/pages/_chat.scss */
.user-chat-topbar {
  border-bottom: 1px solid transparent;
  background-color: var(--vz-secondary-bg);
}

@media (max-width: 991.98px) {
  /* line 185, app/assets/stylesheets/pages/_chat.scss */
  .user-chat-topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

/* line 199, app/assets/stylesheets/pages/_chat.scss */
.user-chat-nav .nav-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  box-shadow: none;
  padding: 0;
  font-size: 20px;
  color: #363d48;
}

@media (max-width: 575.98px) {
  /* line 198, app/assets/stylesheets/pages/_chat.scss */
  .user-chat-nav {
    display: flex;
    justify-content: flex-end;
  }
}

/* line 215, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation {
  height: calc(100vh - 299px);
}

@media (max-width: 991.98px) {
  /* line 215, app/assets/stylesheets/pages/_chat.scss */
  .chat-conversation {
    height: calc(100vh - 275px);
  }
}

/* line 221, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .simplebar-content-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 225, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
}

/* line 230, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-conversation-list {
  padding-top: 10px;
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-conversation-list > li {
  display: flex;
}

/* line 240, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation li:last-of-type .conversation-list {
  margin-bottom: 0;
}

/* line 249, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-list.left .check-message-icon {
  display: none;
}

/* line 253, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-list .message-box-drop {
  visibility: hidden;
}

/* line 258, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-list:hover .message-box-drop {
  visibility: visible;
}

/* line 264, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-avatar {
  margin: 0 16px 0 0;
}

/* line 267, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* line 274, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
  width: 100%;
}

/* line 281, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-day-title .title {
  background-color: #fff;
  position: relative;
  font-size: 13px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}

/* line 290, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(102, 145, 231, 0.2);
  top: 10px;
}

/* line 301, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}

/* line 306, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list {
  margin-bottom: 24px;
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  max-width: 80%;
}

@media (max-width: 575.98px) {
  /* line 306, app/assets/stylesheets/pages/_chat.scss */
  .chat-conversation .conversation-list {
    max-width: 90%;
  }
}

/* line 317, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .ctext-wrap {
  display: flex;
  margin-bottom: 10px;
}

/* line 322, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .ctext-content {
  word-wrap: break-word;
  word-break: break-word;
}

/* line 327, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 12px 20px;
  background-color: var(--vz-light);
  position: relative;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

@media (max-width: 575.98px) {
  /* line 336, app/assets/stylesheets/pages/_chat.scss */
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .attached-file-avatar {
    display: none;
  }
  /* line 340, app/assets/stylesheets/pages/_chat.scss */
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .dropdown .dropdown-toggle {
    display: block;
  }
}

/* line 347, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .conversation-name {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* line 356, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #878a99;
}

/* line 360, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .dropdown .dropdown-toggle::after {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 356, app/assets/stylesheets/pages/_chat.scss */
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
}

/* line 371, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .chat-time {
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}

/* line 377, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .message-img {
  border-radius: .2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 384, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}

/* line 388, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .message-img img {
  max-width: 150px;
}

/* line 392, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .message-img .message-img-link {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
}

/* line 399, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .conversation-list .message-img .message-img-link li > a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  width: 26px;
  height: 24px;
  border-radius: 3px;
  background-color: rgba(54, 61, 72, 0.7);
  text-align: center;
}

/* line 415, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right {
  justify-content: flex-end;
}

/* line 418, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .chat-avatar {
  order: 3;
  margin-right: 0px;
  margin-left: 16px;
}

/* line 424, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .chat-time {
  text-align: left;
  color: #878a99;
}

/* line 429, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list {
  text-align: right;
}

/* line 432, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .ctext-wrap {
  justify-content: flex-end;
}

/* line 435, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  order: 2;
  background-color: rgba(var(--vz-primary-rgb), 0.15);
  color: var(--vz-primary);
  text-align: right;
  box-shadow: none;
}

/* line 442, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(var(--vz-success-rgb), 1);
  color: #212529;
}

/* line 447, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .conversation-name {
  color: rgba(var(--vz-success-rgb), 1);
}

/* line 454, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .conversation-name {
  justify-content: flex-end;
}

/* line 457, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .conversation-name .check-message-icon {
  order: 1;
}

/* line 461, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .conversation-name .time {
  order: 2;
}

/* line 465, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .conversation-name .name {
  order: 3;
}

/* line 470, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .conversation-list .dropdown {
  order: 1;
}

/* line 475, app/assets/stylesheets/pages/_chat.scss */
.chat-conversation .right .dot {
  background-color: #363d48;
}

/* line 481, app/assets/stylesheets/pages/_chat.scss */
.chat-input-section {
  border-top: 1px solid transparent;
  background-color: var(--vz-secondary-bg);
  position: relative;
  z-index: 1;
}

/* line 487, app/assets/stylesheets/pages/_chat.scss */
.chat-input-section .chat-input-feedback {
  display: none;
  position: absolute;
  top: -20px;
  left: 4px;
  font-size: 12px;
  color: #ed5e5e;
}

/* line 495, app/assets/stylesheets/pages/_chat.scss */
.chat-input-section .show {
  display: block;
}

/* line 500, app/assets/stylesheets/pages/_chat.scss */
.chat-input-links {
  display: flex;
}

/* line 503, app/assets/stylesheets/pages/_chat.scss */
.chat-input-links .links-list-item > .btn {
  box-shadow: none;
  padding: 0;
  font-size: 20px;
  width: 37.5px;
  height: 37.5px;
}

/* line 509, app/assets/stylesheets/pages/_chat.scss */
.chat-input-links .links-list-item > .btn.btn-link {
  color: #878a99;
}

/* line 518, app/assets/stylesheets/pages/_chat.scss */
.copyclipboard-alert {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/* line 526, app/assets/stylesheets/pages/_chat.scss */
.replyCard {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid var(--vz-border-color);
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  border-radius: 0;
  transition: all 0.4s;
}

@media (max-width: 991.98px) {
  /* line 526, app/assets/stylesheets/pages/_chat.scss */
  .replyCard {
    bottom: -12px;
  }
}

/* line 541, app/assets/stylesheets/pages/_chat.scss */
.replyCard.show {
  transform: translateY(-88px);
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* line 541, app/assets/stylesheets/pages/_chat.scss */
  .replyCard.show {
    transform: translateY(-83px);
  }
}

/* line 551, app/assets/stylesheets/pages/_chat.scss */
.replymessage-block {
  padding: 12px 20px;
  margin-bottom: 8px;
  text-align: left;
  border-radius: 4px;
  background-color: rgba(var(--vz-success-rgb), 0.1);
  border-left: 2px solid rgba(var(--vz-success-rgb), 1);
}

/* line 559, app/assets/stylesheets/pages/_chat.scss */
.replymessage-block .conversation-name {
  color: rgba(var(--vz-success-rgb), 1);
  font-size: 14px;
}

/* line 568, app/assets/stylesheets/pages/_chat.scss */
.chat-sm .ctext-wrap-content {
  box-shadow: none !important;
}

/* line 573, app/assets/stylesheets/pages/_chat.scss */
.chat-sm .message-img img {
  max-width: 90px !important;
}

/* line 578, app/assets/stylesheets/pages/_chat.scss */
.chat-sm .message-img-link {
  bottom: 0 !important;
  right: 5px !important;
}

@media (min-width: 1025px) {
  /* line 586, app/assets/stylesheets/pages/_chat.scss */
  [data-layout="horizontal"] .chat-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 586, app/assets/stylesheets/pages/_chat.scss */
  [data-layout="horizontal"] .chat-wrapper {
    margin-top: 0 !important;
  }
}

/* line 596, app/assets/stylesheets/pages/_chat.scss */
[data-layout="horizontal"] .chat-leftsidebar {
  height: calc(100vh - 70px - 60px - 54px);
}

@media (max-width: 991.98px) {
  /* line 596, app/assets/stylesheets/pages/_chat.scss */
  [data-layout="horizontal"] .chat-leftsidebar {
    height: calc(100vh - 70px - 60px - 8px);
  }
}

/* line 603, app/assets/stylesheets/pages/_chat.scss */
[data-layout="horizontal"] .chat-room-list {
  height: calc(100vh - 352px);
}

@media (max-width: 991.98px) {
  /* line 603, app/assets/stylesheets/pages/_chat.scss */
  [data-layout="horizontal"] .chat-room-list {
    height: calc(100vh - 265px);
  }
}

/* line 610, app/assets/stylesheets/pages/_chat.scss */
[data-layout="horizontal"] .chat-conversation {
  height: calc(100vh - 343px);
}

@media (max-width: 991.98px) {
  /* line 610, app/assets/stylesheets/pages/_chat.scss */
  [data-layout="horizontal"] .chat-conversation {
    height: calc(100vh - 275px);
  }
}

/* line 5, app/assets/stylesheets/pages/_email.scss */
.email-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* line 12, app/assets/stylesheets/pages/_email.scss */
.email-menu-sidebar {
  height: calc(100vh - 137px);
  position: relative;
  background-color: var(--vz-secondary-bg);
  transition: all 0.2s;
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/pages/_email.scss */
  .email-menu-sidebar {
    min-width: 250px;
    max-width: 250px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

@media (max-width: 991.98px) {
  /* line 12, app/assets/stylesheets/pages/_email.scss */
  .email-menu-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(-100%);
    visibility: hidden;
    height: 100vh;
  }
  /* line 37, app/assets/stylesheets/pages/_email.scss */
  .email-menu-sidebar.menubar-show {
    visibility: visible;
    transform: none;
  }
}

/* line 43, app/assets/stylesheets/pages/_email.scss */
.email-menu-sidebar .email-menu-sidebar-scroll {
  height: calc(100vh - 295px);
}

@media (max-width: 991.98px) {
  /* line 43, app/assets/stylesheets/pages/_email.scss */
  .email-menu-sidebar .email-menu-sidebar-scroll {
    height: calc(100vh - 150px);
  }
}

/* line 53, app/assets/stylesheets/pages/_email.scss */
.mail-list a {
  display: flex;
  align-items: center;
  color: #878a99;
  padding: 5px 0;
  font-weight: 400;
}

/* line 60, app/assets/stylesheets/pages/_email.scss */
.mail-list a:hover {
  color: #6691e7;
}

/* line 64, app/assets/stylesheets/pages/_email.scss */
.mail-list a i {
  font-size: 14px;
}

/* line 68, app/assets/stylesheets/pages/_email.scss */
.mail-list a.active {
  color: #13c56b;
  font-weight: 500;
}

/* line 72, app/assets/stylesheets/pages/_email.scss */
.mail-list a.active i {
  color: #13c56b;
}

/* line 80, app/assets/stylesheets/pages/_email.scss */
.email-chat-list a {
  padding: 6px 24px;
}

/* line 82, app/assets/stylesheets/pages/_email.scss */
.email-chat-list a.active {
  background-color: rgba(var(--vz-light-rgb), 0.7);
}

/* line 88, app/assets/stylesheets/pages/_email.scss */
.email-topbar-link .btn-ghost-secondary {
  color: var(--vz-secondary-color);
}

/* line 91, app/assets/stylesheets/pages/_email.scss */
.email-topbar-link .btn-ghost-secondary:hover {
  color: #865ce2;
}

/* line 97, app/assets/stylesheets/pages/_email.scss */
.email-content {
  width: 100%;
  background-color: var(--vz-secondary-bg);
  transition: all 0.2s;
}

/* line 103, app/assets/stylesheets/pages/_email.scss */
.unreadConversations-alert {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* line 111, app/assets/stylesheets/pages/_email.scss */
.email-detail-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 0;
  background-color: var(--vz-secondary-bg);
  transform: translateX(200%);
  transition: all 0.2s;
  display: none;
  border-left: 2px solid var(--vz-body-bg);
}

/* line 125, app/assets/stylesheets/pages/_email.scss */
.email-detail-show .email-detail-content {
  transform: none;
  display: block;
  width: 60%;
}

/* line 131, app/assets/stylesheets/pages/_email.scss */
.email-detail-show .email-content {
  margin-right: 0;
}

/* line 136, app/assets/stylesheets/pages/_email.scss */
.email-detail-content-scroll {
  height: calc(100vh - 400px);
}

@media (max-width: 1349.98px) {
  /* line 136, app/assets/stylesheets/pages/_email.scss */
  .email-detail-content-scroll {
    height: calc(100vh - 257px);
  }
}

/* line 144, app/assets/stylesheets/pages/_email.scss */
.message-list-content {
  height: calc(100vh - 242px);
}

@media (max-width: 575.98px) {
  /* line 144, app/assets/stylesheets/pages/_email.scss */
  .message-list-content {
    height: calc(100vh - 230px);
  }
}

/* line 152, app/assets/stylesheets/pages/_email.scss */
.message-list {
  display: block;
  padding-left: 0;
  margin: 0;
}

/* line 157, app/assets/stylesheets/pages/_email.scss */
.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: .3s;
  clear: both;
}

/* line 166, app/assets/stylesheets/pages/_email.scss */
.message-list li a {
  color: var(--vz-heading-color);
}

/* line 170, app/assets/stylesheets/pages/_email.scss */
.message-list li:hover {
  background: var(--vz-light);
  transition-duration: .05s;
}

/* line 175, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail {
  float: left;
  position: relative;
}

/* line 180, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 {
  width: 280px;
}

/* line 183, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

/* line 190, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

/* line 200, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 0 0 20px;
  line-height: normal;
}

/* line 205, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  margin-left: 5px;
}

/* line 210, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 95px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 210, app/assets/stylesheets/pages/_email.scss */
  .message-list li .col-mail-1 .title {
    left: 95px;
  }
}

/* line 226, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
}

/* line 233, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

/* line 239, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-2 .subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 246, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-2 .subject .teaser {
  color: var(--vz-secondary-color);
}

/* line 251, app/assets/stylesheets/pages/_email.scss */
.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 20px;
}

/* line 258, app/assets/stylesheets/pages/_email.scss */
.message-list li.active, .message-list li.active:hover {
  box-shadow: inset 3px 0 0 #6691e7;
  background-color: var(--vz-light);
}

/* line 265, app/assets/stylesheets/pages/_email.scss */
.message-list li.unread {
  color: var(--vz-body-color);
}

/* line 268, app/assets/stylesheets/pages/_email.scss */
.message-list li.unread a {
  color: var(--vz-body-color);
  font-weight: 500;
}

/* line 276, app/assets/stylesheets/pages/_email.scss */
#unreadConversations, #email-topbar-actions {
  display: none;
}

/* line 280, app/assets/stylesheets/pages/_email.scss */
#elmLoader {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 291, app/assets/stylesheets/pages/_email.scss */
.email-compose-input {
  padding-right: 80px;
}

@media (max-width: 1349.98px) {
  /* line 296, app/assets/stylesheets/pages/_email.scss */
  .email-detail-content {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(100%);
    visibility: hidden;
  }
  /* line 312, app/assets/stylesheets/pages/_email.scss */
  .email-detail-show .email-detail-content {
    width: 400px;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 575.98px) {
  /* line 322, app/assets/stylesheets/pages/_email.scss */
  .message-list li .col-mail-1 {
    width: 180px;
  }
}

/* line 328, app/assets/stylesheets/pages/_email.scss */
.email-editor .ck-editor__editable_inline {
  min-height: 200px !important;
}

/* line 333, app/assets/stylesheets/pages/_email.scss */
.email-chat-detail {
  width: 350px;
  position: fixed;
  max-width: 100%;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  display: none;
}

/* line 341, app/assets/stylesheets/pages/_email.scss */
.email-chat-detail .card {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

@media (max-width: 515.98px) {
  /* line 333, app/assets/stylesheets/pages/_email.scss */
  .email-chat-detail {
    left: 16px;
    right: 16px;
  }
}

/* line 351, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll {
  position: relative;
  overflow-y: auto;
}

/* line 354, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 358, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll::-webkit-scrollbar:vertical {
  width: 12px;
}

/* line 362, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll::-webkit-scrollbar:horizontal {
  height: 12px;
}

/* line 366, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-body-color-rgb), 0.075);
  border-radius: 10px;
  border: 2px solid var(--vz-secondary-bg);
}

/* line 372, app/assets/stylesheets/pages/_email.scss */
.message-list-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 1025px) {
  /* line 380, app/assets/stylesheets/pages/_email.scss */
  [data-layout="horizontal"] .email-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 380, app/assets/stylesheets/pages/_email.scss */
  [data-layout="horizontal"] .email-wrapper {
    margin-top: 0 !important;
  }
}

/* line 390, app/assets/stylesheets/pages/_email.scss */
[data-layout="horizontal"] .email-menu-sidebar {
  height: calc(100vh - 70px - 60px - 54px);
}

@media (max-width: 991.98px) {
  /* line 390, app/assets/stylesheets/pages/_email.scss */
  [data-layout="horizontal"] .email-menu-sidebar {
    height: 100vh;
  }
}

/* line 395, app/assets/stylesheets/pages/_email.scss */
[data-layout="horizontal"] .email-menu-sidebar .email-menu-sidebar-scroll {
  height: calc(100vh - 330px);
}

@media (max-width: 991.98px) {
  /* line 395, app/assets/stylesheets/pages/_email.scss */
  [data-layout="horizontal"] .email-menu-sidebar .email-menu-sidebar-scroll {
    height: calc(100vh - 150px);
  }
}

/* line 403, app/assets/stylesheets/pages/_email.scss */
[data-layout="horizontal"] .message-list-content {
  height: calc(100vh - 289px);
}

/* line 408, app/assets/stylesheets/pages/_email.scss */
[data-layout="horizontal"] .email-detail-content-scroll {
  height: calc(100vh - 435px);
}

@media (max-width: 1349.98px) {
  /* line 408, app/assets/stylesheets/pages/_email.scss */
  [data-layout="horizontal"] .email-detail-content-scroll {
    height: calc(100vh - 252px);
  }
}

/* line 5, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board {
  display: flex;
  overflow-x: auto;
  align-items: stretch;
}

/* line 10, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board .tasks-list {
  min-width: 300px;
  margin-right: 24px;
}

/* line 15, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 19, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board::-webkit-scrollbar:vertical {
  width: 10px;
}

/* line 23, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board::-webkit-scrollbar:horizontal {
  height: 8px;
}

/* line 27, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-dark-rgb), 0.075);
  border-radius: 8px;
}

/* line 32, app/assets/stylesheets/pages/_kanban.scss */
.tasks-board::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* line 38, app/assets/stylesheets/pages/_kanban.scss */
.tasks-box .progress {
  border-radius: 0px 0px var(--vz-border-radius) var(--vz-border-radius);
}

/* line 42, app/assets/stylesheets/pages/_kanban.scss */
.tasks-box .tasks-img {
  height: 135px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 12px 0px;
}

/* line 50, app/assets/stylesheets/pages/_kanban.scss */
.tasks-box:last-child {
  margin-bottom: 0px;
}

/* line 55, app/assets/stylesheets/pages/_kanban.scss */
.tasks-wrapper {
  max-height: calc(100vh - 418px);
}

/* line 60, app/assets/stylesheets/pages/_kanban.scss */
.tasks {
  min-height: 180px;
  position: relative;
}

/* line 65, app/assets/stylesheets/pages/_kanban.scss */
.tasks.noTask::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 180px;
  width: 270px;
  margin: 0 auto;
  background-image: url(/../images/file.png);
  background-size: cover;
  background-position: center;
}

/* line 84, app/assets/stylesheets/pages/_kanban.scss */
#tasksList tr .tasks-list-menu {
  opacity: 0;
}

/* line 89, app/assets/stylesheets/pages/_kanban.scss */
#tasksList tr:hover .tasks-list-menu {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/pages/_landing.scss */
.layout-wrapper.landing {
  background-color: var(--vz-secondary-bg);
  font-size: 15px;
}

/* line 13, app/assets/stylesheets/pages/_landing.scss */
.navbar-show .vertical-overlay {
  display: block;
}

/* line 20, app/assets/stylesheets/pages/_landing.scss */
.section {
  padding: 90px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 20, app/assets/stylesheets/pages/_landing.scss */
  .section {
    padding: 50px 0;
  }
}

/* line 29, app/assets/stylesheets/pages/_landing.scss */
.icon-effect {
  position: relative;
}

/* line 32, app/assets/stylesheets/pages/_landing.scss */
.icon-effect::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(19, 197, 107, 0.2);
  border-radius: 50%;
  bottom: 0;
  left: 0;
}

/* line 46, app/assets/stylesheets/pages/_landing.scss */
.navbar-landing {
  padding: 10px 0px;
  transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
  /* line 46, app/assets/stylesheets/pages/_landing.scss */
  .navbar-landing {
    background-color: var(--vz-secondary-bg);
    box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
    padding: 10px 8px;
  }
}

/* line 57, app/assets/stylesheets/pages/_landing.scss */
.navbar-landing .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
  color: var(--vz-body-color);
  padding: 14px;
}

@media (max-width: 991.98px) {
  /* line 57, app/assets/stylesheets/pages/_landing.scss */
  .navbar-landing .navbar-nav .nav-item .nav-link {
    padding: 8px 0px;
  }
}

/* line 69, app/assets/stylesheets/pages/_landing.scss */
.navbar-landing .navbar-nav .nav-item .nav-link:hover, .navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus {
  color: #13c56b !important;
}

/* line 78, app/assets/stylesheets/pages/_landing.scss */
.navbar-landing.is-sticky {
  background-color: var(--vz-secondary-bg);
  box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
}

/* line 87, app/assets/stylesheets/pages/_landing.scss */
.navbar-light .navbar-brand .card-logo-dark {
  display: none;
}

/* line 91, app/assets/stylesheets/pages/_landing.scss */
.navbar-light .navbar-brand .card-logo-light {
  display: block;
}

/* line 97, app/assets/stylesheets/pages/_landing.scss */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(var(--vz-white-rgb), 0.75);
}

/* line 105, app/assets/stylesheets/pages/_landing.scss */
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: var(--vz-body-color);
}

/* line 111, app/assets/stylesheets/pages/_landing.scss */
.navbar-light.is-sticky .navbar-brand .card-logo-dark {
  display: block;
}

/* line 115, app/assets/stylesheets/pages/_landing.scss */
.navbar-light.is-sticky .navbar-brand .card-logo-light {
  display: none;
}

/* line 124, app/assets/stylesheets/pages/_landing.scss */
.hero-section {
  background-color: rgba(var(--vz-light-rgb), 0.5);
}

/* line 129, app/assets/stylesheets/pages/_landing.scss */
.hero-section .hero-shape-svg svg path {
  fill: var(--vz-secondary-bg);
}

/* line 136, app/assets/stylesheets/pages/_landing.scss */
.bg-overlay-pattern {
  background-image: url(/../images/landing/bg-pattern.png);
  background-color: transparent;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
}

/* line 144, app/assets/stylesheets/pages/_landing.scss */
.demo-carousel {
  position: relative;
  z-index: 1;
}

/* line 149, app/assets/stylesheets/pages/_landing.scss */
.demo-carousel .carousel-item .demo-item {
  background-color: var(--vz-secondary-bg);
  padding: 8px;
  border-radius: 7px;
}

/* line 156, app/assets/stylesheets/pages/_landing.scss */
.demo-carousel .demo-img-patten-top {
  position: absolute;
  right: -50px;
  top: -16px;
  max-width: 230px;
}

/* line 163, app/assets/stylesheets/pages/_landing.scss */
.demo-carousel .demo-img-patten-bottom {
  position: absolute;
  left: -70px;
  bottom: -50px;
  max-width: 230px;
}

/* line 172, app/assets/stylesheets/pages/_landing.scss */
.client-images img {
  max-height: 45px;
  width: auto;
  margin: 12px auto;
  transition: all .4s;
}

/* line 181, app/assets/stylesheets/pages/_landing.scss */
.plan-box {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}

/* line 188, app/assets/stylesheets/pages/_landing.scss */
.process-card {
  position: relative;
}

/* line 191, app/assets/stylesheets/pages/_landing.scss */
.process-card .process-arrow-img {
  position: absolute;
  left: 75%;
  top: 7%;
  width: 50%;
  opacity: .1;
}

/* line 200, app/assets/stylesheets/pages/_landing.scss */
.custom-footer {
  color: #9ba7b3;
}

/* line 206, app/assets/stylesheets/pages/_landing.scss */
.footer-list li a {
  color: #9ba7b3;
  padding: 7px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

/* line 212, app/assets/stylesheets/pages/_landing.scss */
.footer-list li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 220, app/assets/stylesheets/pages/_landing.scss */
.footer-social-link .avatar-title {
  color: #778089;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

/* line 225, app/assets/stylesheets/pages/_landing.scss */
.footer-social-link .avatar-title:hover {
  color: #fff;
  background-color: #6691e7;
}

/* line 233, app/assets/stylesheets/pages/_landing.scss */
#back-to-top.landing-back-top {
  bottom: 35px;
}

/* line 243, app/assets/stylesheets/pages/_landing.scss */
[data-bs-theme="dark"] .layout-wrapper.landing .demo-img-patten-top,
[data-bs-theme="dark"] .layout-wrapper.landing .demo-img-patten-bottom {
  opacity: .2;
}

/* line 248, app/assets/stylesheets/pages/_landing.scss */
[data-bs-theme="dark"] .layout-wrapper.landing footer.bg-dark {
  background-color: var(--vz-secondary-bg) !important;
}

/* line 257, app/assets/stylesheets/pages/_landing.scss */
[data-bs-theme="dark"] .navbar-light.is-sticky .navbar-brand .card-logo-dark {
  display: none;
}

/* line 261, app/assets/stylesheets/pages/_landing.scss */
[data-bs-theme="dark"] .navbar-light.is-sticky .navbar-brand .card-logo-light {
  display: block;
}

/* line 6, app/assets/stylesheets/pages/_nft-landing.scss */
.bookmark-icon .btn {
  color: var(--vz-secondary-color);
  background-color: var(--vz-light) !important;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-size: 0.825rem;
}

/* line 11, app/assets/stylesheets/pages/_nft-landing.scss */
.bookmark-icon .btn:hover, .bookmark-icon .btn.active {
  border-color: transparent;
  color: #ed5e5e;
}

/* line 19, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box {
  border-radius: 9px;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .explore-img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 26, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .explore-place-bid-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* line 30, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .explore-place-bid-img .bg-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(54, 61, 72, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
}

/* line 41, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .explore-place-bid-img .place-bid-btn {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 47, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .explore-place-bid-img .place-bid-btn .btn {
  opacity: 0;
  bottom: -25px;
  transition: 0.5s ease;
}

/* line 58, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box:hover .explore-place-bid-img .place-bid-btn .btn {
  opacity: 1;
  bottom: 0;
}

/* line 64, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box:hover .explore-place-bid-img .bg-overlay {
  opacity: 1;
}

/* line 69, app/assets/stylesheets/pages/_nft-landing.scss */
.explore-box .discount-time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8px;
}

/* line 82, app/assets/stylesheets/pages/_nft-landing.scss */
.nft-hero {
  background-image: url(/../images/nft/bg-home.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 222px 0 150px 0;
}

/* line 87, app/assets/stylesheets/pages/_nft-landing.scss */
.nft-hero .bg-overlay {
  background-color: #05175f;
  opacity: 0.85;
}

/* line 94, app/assets/stylesheets/pages/_nft-landing.scss */
#explorecard-list .list-element {
  display: none;
}

/* line 97, app/assets/stylesheets/pages/_nft-landing.scss */
#explorecard-list .list-element:nth-child(-n+10) {
  display: block;
}

/* line 5, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu {
  max-height: calc(100vh - 296px);
}

@media (max-width: 991.98px) {
  /* line 5, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-menu {
    height: calc(100vh - 296px);
  }
}

/* line 12, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu li {
  padding: 5px 0px;
}

/* line 15, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu li a {
  color: var(--vz-body-color);
  font-weight: 400;
  transition: all 0.5s ease;
}

/* line 20, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu li a.active, .file-manager-menu li a:hover, .file-manager-menu li a[aria-expanded="true"] {
  color: #13c56b;
}

/* line 28, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu li .sub-menu li {
  padding-left: 25px;
  position: relative;
}

/* line 32, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-menu li .sub-menu li::before {
  content: "\f0374";
  position: absolute;
  left: 0px;
  font-family: Material Design Icons;
  color: rgba(var(--vz-dark-rgb), 0.4);
}

/* line 44, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-sidebar {
  position: relative;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-sidebar {
    min-width: 300px;
    max-width: 300px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

@media (max-width: 991.98px) {
  /* line 44, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(-100%);
    visibility: hidden;
    height: 100vh;
  }
  /* line 67, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-sidebar.menubar-show {
    visibility: visible;
    transform: none;
  }
}

/* line 74, app/assets/stylesheets/pages/_file-manager.scss */
.file-menu-sidebar-scroll {
  height: calc(100vh - 375px);
}

@media (max-width: 991.98px) {
  /* line 74, app/assets/stylesheets/pages/_file-manager.scss */
  .file-menu-sidebar-scroll {
    height: calc(100vh - 190px);
  }
}

/* line 81, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-content {
  background-color: var(--vz-secondary-bg);
}

/* line 85, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-content-scroll {
  height: calc(100vh - 185px);
}

@media (max-width: 991.98px) {
  /* line 85, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-content-scroll {
    height: calc(100vh - 144px);
  }
}

/* line 91, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-content-scroll .simplebar-content {
  height: 100%;
}

/* line 96, app/assets/stylesheets/pages/_file-manager.scss */
.file-detail-content-scroll {
  height: calc(100vh - 180px);
}

@media (max-width: 991.98px) {
  /* line 96, app/assets/stylesheets/pages/_file-manager.scss */
  .file-detail-content-scroll {
    height: 100vh;
  }
}

/* line 102, app/assets/stylesheets/pages/_file-manager.scss */
.file-detail-content-scroll .simplebar-content {
  height: 100%;
}

/* line 107, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager-detail-content {
  width: 32%;
  max-width: 100%;
  background-color: var(--vz-secondary-bg);
  display: none;
}

/* line 115, app/assets/stylesheets/pages/_file-manager.scss */
.file-detail-show .file-manager-detail-content {
  display: block;
}

/* line 120, app/assets/stylesheets/pages/_file-manager.scss */
#file-overview {
  display: none;
}

@media (max-width: 1399.98px) {
  /* line 125, app/assets/stylesheets/pages/_file-manager.scss */
  .file-manager-detail-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(100%);
  }
  /* line 139, app/assets/stylesheets/pages/_file-manager.scss */
  .file-detail-show .file-manager-detail-content {
    transform: none;
  }
}

/* line 145, app/assets/stylesheets/pages/_file-manager.scss */
.file-details-box {
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 7, app/assets/stylesheets/pages/_to-do.scss */
.to-do-menu li .nav-link {
  color: var(--vz-body-color);
  padding-left: 0;
  font-weight: 400;
  background-color: var(--vz-light);
  padding: 10px 12px;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
}

/* line 16, app/assets/stylesheets/pages/_to-do.scss */
.to-do-menu li .nav-link:hover, .to-do-menu li .nav-link.active {
  color: #13c56b;
}

/* line 23, app/assets/stylesheets/pages/_to-do.scss */
.todo-content {
  height: calc(100vh - 362px);
  overflow-y: auto;
}

/* line 26, app/assets/stylesheets/pages/_to-do.scss */
.todo-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 30, app/assets/stylesheets/pages/_to-do.scss */
.todo-content::-webkit-scrollbar:vertical {
  width: 8px;
}

/* line 34, app/assets/stylesheets/pages/_to-do.scss */
.todo-content::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 38, app/assets/stylesheets/pages/_to-do.scss */
.todo-content::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-body-color-rgb), 0.075);
  border-radius: 8px;
}

/* line 43, app/assets/stylesheets/pages/_to-do.scss */
.todo-content::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* line 52, app/assets/stylesheets/pages/_to-do.scss */
.todo-task table .form-check .form-check-input:checked + .form-check-label {
  text-decoration: line-through;
}

/* line 60, app/assets/stylesheets/pages/_to-do.scss */
.task-handle {
  cursor: move;
}

/* line 64, app/assets/stylesheets/pages/_to-do.scss */
#task-error-msg {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/_jobs.scss */
.bg-job {
  background-image: url(/../images/new.png);
  background-size: cover;
  background-position: center;
}

/* line 12, app/assets/stylesheets/pages/_jobs.scss */
.job-list-view-card .background {
  height: 130px;
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
  /* line 19, app/assets/stylesheets/pages/_jobs.scss */
  .job-list-row.row .col-xxl-3 {
    width: 33%;
  }
}

/* line 1, app/assets/stylesheets/pages/_job-landing.scss */
.custom-container {
  width: 90%;
}

/* line 9, app/assets/stylesheets/pages/_job-landing.scss */
.job-navbar .dropdown-menu .dropdown-item .avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/pages/_job-landing.scss */
  .job-navbar {
    background-color: var(--vz-secondary-bg);
    padding: 16px 0;
  }
}

/* line 23, app/assets/stylesheets/pages/_job-landing.scss */
.job-hero-section {
  position: relative;
  padding: 165px 0;
  overflow-x: hidden;
}

/* line 29, app/assets/stylesheets/pages/_job-landing.scss */
.job-panel-filter {
  background-color: var(--vz-secondary-bg);
  border-radius: 0.25rem;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/pages/_job-landing.scss */
.job-panel-filter .form-control {
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/pages/_job-landing.scss */
.job-panel-filter .btn {
  border-radius: 0;
}

/* line 45, app/assets/stylesheets/pages/_job-landing.scss */
.job-panel-filter input.form-control {
  border-right: 1px solid var(--vz-border-color);
}

@media (max-width: 767.98px) {
  /* line 29, app/assets/stylesheets/pages/_job-landing.scss */
  .job-panel-filter {
    background-color: transparent;
  }
  /* line 52, app/assets/stylesheets/pages/_job-landing.scss */
  .job-panel-filter .form-control {
    background-color: #fff;
    border-radius: var(--vz-border-radius);
  }
  /* line 57, app/assets/stylesheets/pages/_job-landing.scss */
  .job-panel-filter input.form-control {
    border: 0;
  }
  /* line 61, app/assets/stylesheets/pages/_job-landing.scss */
  .job-panel-filter .btn {
    border-radius: var(--vz-border-radius);
  }
}

/* line 67, app/assets/stylesheets/pages/_job-landing.scss */
.circle-effect {
  position: absolute;
  top: 0;
  z-index: 0;
  right: -55px;
  margin: 0 auto;
}

/* line 74, app/assets/stylesheets/pages/_job-landing.scss */
.circle-effect .circle {
  border: 1px solid var(--vz-border-color);
  height: 240px;
  width: 240px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 82, app/assets/stylesheets/pages/_job-landing.scss */
.circle-effect .circle2 {
  position: absolute;
  top: -20px;
  right: -20px;
  border: 1px solid var(--vz-border-color);
  height: 280px;
  width: 280px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 93, app/assets/stylesheets/pages/_job-landing.scss */
.circle-effect .circle3 {
  position: absolute;
  top: -40px;
  right: -40px;
  border: 1px solid var(--vz-border-color);
  height: 320px;
  width: 320px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 104, app/assets/stylesheets/pages/_job-landing.scss */
.circle-effect .circle4 {
  position: absolute;
  top: -60px;
  right: -60px;
  border: 1px solid var(--vz-border-color);
  height: 360px;
  width: 360px;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  /* line 67, app/assets/stylesheets/pages/_job-landing.scss */
  .circle-effect {
    display: none;
  }
}

/* line 121, app/assets/stylesheets/pages/_job-landing.scss */
.home-img .user-img {
  position: relative;
  z-index: 1;
}

/* line 128, app/assets/stylesheets/pages/_job-landing.scss */
.application-box,
.feedback-box,
.inquiry-box {
  max-width: 240px;
  position: absolute;
  z-index: 2;
  transition: all 0.5s ease;
}

/* line 136, app/assets/stylesheets/pages/_job-landing.scss */
.application-box:hover,
.feedback-box:hover,
.inquiry-box:hover {
  transform: translateY(-5px);
}

/* line 141, app/assets/stylesheets/pages/_job-landing.scss */
.inquiry-box {
  left: -134px;
  top: 90px;
}

@media (max-width: 991.98px) {
  /* line 141, app/assets/stylesheets/pages/_job-landing.scss */
  .inquiry-box {
    left: 0;
  }
}

/* line 150, app/assets/stylesheets/pages/_job-landing.scss */
.application-box {
  bottom: 50px;
  right: -160px;
}

@media (max-width: 991.98px) {
  /* line 150, app/assets/stylesheets/pages/_job-landing.scss */
  .application-box {
    right: 0;
  }
}

/* line 159, app/assets/stylesheets/pages/_job-landing.scss */
.feedback-box {
  right: -50px;
  bottom: -54px;
}

@media (max-width: 576.98px) {
  /* line 159, app/assets/stylesheets/pages/_job-landing.scss */
  .feedback-box {
    right: 0;
    bottom: 0;
  }
}

/* line 169, app/assets/stylesheets/pages/_job-landing.scss */
.job-icon-effect {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: -2%;
  border-radius: 50%;
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #13c56b 1.6px, #13c56b 2px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 5px);
  z-index: 0;
  opacity: 0.20;
}

/* line 180, app/assets/stylesheets/pages/_job-landing.scss */
.job-icon-effect span {
  position: relative;
  z-index: 1;
}

/* line 186, app/assets/stylesheets/pages/_job-landing.scss */
.about-img-section {
  position: relative;
}

/* line 189, app/assets/stylesheets/pages/_job-landing.scss */
.about-img-section::before {
  content: "";
  position: absolute;
  left: 20px;
  right: -20px;
  top: -20px;
  bottom: 20px;
  border: 1px solid #50c3e6;
  z-index: 0;
  border-radius: 0.25rem;
}

@media (max-width: 576.98px) {
  /* line 189, app/assets/stylesheets/pages/_job-landing.scss */
  .about-img-section::before {
    right: 20px;
    top: 20px;
  }
}

/* line 208, app/assets/stylesheets/pages/_job-landing.scss */
.features-company-widgets {
  position: absolute;
  bottom: -18px;
  right: -35px;
}

/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Version: 3.0.0
Website: https://Themesbrand.com/
Contact: Themesbrand@gmail.com
File: Custom Bootstrap Css File
*/
/*!
   * Bootstrap  v5.3.0 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, app/assets/stylesheets/bootstrap/scss/_root.scss */
:root,
[data-bs-theme="light"] {
  --vz-blue: #6691e7;
  --vz-indigo: #405189;
  --vz-purple: #865ce2;
  --vz-pink: #f672a7;
  --vz-red: #ed5e5e;
  --vz-orange: #f1963b;
  --vz-yellow: #e8bc52;
  --vz-green: #13c56b;
  --vz-teal: #02a8b5;
  --vz-cyan: #50c3e6;
  --vz-white: #fff;
  --vz-gray: #878a99;
  --vz-gray-dark: #363d48;
  --vz-gray-100: #f3f6f9;
  --vz-gray-200: #eff2f7;
  --vz-gray-300: #e9ebec;
  --vz-gray-400: #ced4da;
  --vz-gray-500: #adb5bd;
  --vz-gray-600: #878a99;
  --vz-gray-700: #495057;
  --vz-gray-800: #363d48;
  --vz-gray-900: #212529;
  --vz-primary: #6691e7;
  --vz-secondary: #865ce2;
  --vz-success: #13c56b;
  --vz-info: #50c3e6;
  --vz-warning: #e8bc52;
  --vz-danger: #ed5e5e;
  --vz-light: #f3f6f9;
  --vz-dark: #363d48;
  --vz-primary-rgb: 102, 145, 231;
  --vz-secondary-rgb: 134, 92, 226;
  --vz-success-rgb: 19, 197, 107;
  --vz-info-rgb: 80, 195, 230;
  --vz-warning-rgb: 232, 188, 82;
  --vz-danger-rgb: 237, 94, 94;
  --vz-light-rgb: 243, 246, 249;
  --vz-dark-rgb: 54, 61, 72;
  --vz-primary-text-emphasis: #577bc4;
  --vz-secondary-text-emphasis: #724ec0;
  --vz-success-text-emphasis: #10a75b;
  --vz-info-text-emphasis: #44a6c4;
  --vz-warning-text-emphasis: #c5a046;
  --vz-danger-text-emphasis: #c95050;
  --vz-light-text-emphasis: #ced4da;
  --vz-dark-text-emphasis: #363d48;
  --vz-primary-bg-subtle: #e8effb;
  --vz-secondary-bg-subtle: #ede7fb;
  --vz-success-bg-subtle: #dcf6e9;
  --vz-info-bg-subtle: #e5f6fb;
  --vz-warning-bg-subtle: #fcf5e5;
  --vz-danger-bg-subtle: #fce7e7;
  --vz-light-bg-subtle: #f9fbfc;
  --vz-dark-bg-subtle: #e9ebec;
  --vz-primary-border-subtle: #c2d3f5;
  --vz-secondary-border-subtle: #cfbef3;
  --vz-success-border-subtle: #a1e8c4;
  --vz-info-border-subtle: #b9e7f5;
  --vz-warning-border-subtle: #f6e4ba;
  --vz-danger-border-subtle: #f8bfbf;
  --vz-light-border-subtle: #eff2f7;
  --vz-dark-border-subtle: #adb5bd;
  --vz-white-rgb: 255, 255, 255;
  --vz-black-rgb: 0, 0, 0;
  --vz-font-sans-serif: "Rubik", sans-serif;
  --vz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --vz-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --vz-body-font-family: var(--vz-font-sans-serif);
  --vz-body-font-size: 0.825rem;
  --vz-body-font-weight: 400;
  --vz-body-line-height: 1.5;
  --vz-body-color: #212529;
  --vz-body-color-rgb: 33, 37, 41;
  --vz-body-bg: #f3f6f9;
  --vz-body-bg-rgb: 243, 246, 249;
  --vz-emphasis-color: #212529;
  --vz-emphasis-color-rgb: 33, 37, 41;
  --vz-secondary-color: #878a99;
  --vz-secondary-color-rgb: 135, 138, 153;
  --vz-secondary-bg: #fff;
  --vz-secondary-bg-rgb: 255, 255, 255;
  --vz-tertiary-color: rgba(33, 37, 41, 0.5);
  --vz-tertiary-color-rgb: 33, 37, 41;
  --vz-tertiary-bg: #eff2f7;
  --vz-tertiary-bg-rgb: 239, 242, 247;
  --vz-heading-color: #495057;
  --vz-link-color: #6691e7;
  --vz-link-color-rgb: 102, 145, 231;
  --vz-link-decoration: none;
  --vz-link-hover-color: #6691e7;
  --vz-link-hover-color-rgb: 102, 145, 231;
  --vz-code-color: #f672a7;
  --vz-highlight-bg: #fcf8e3;
  --vz-border-width: 1px;
  --vz-border-style: solid;
  --vz-border-color: #e9ebec;
  --vz-border-color-translucent: #ced4da;
  --vz-border-radius: 0.25rem;
  --vz-border-radius-sm: 0.2rem;
  --vz-border-radius-lg: 0.3rem;
  --vz-border-radius-xl: 1rem;
  --vz-border-radius-xxl: 2rem;
  --vz-border-radius-2xl: var(--vz-border-radius-xxl);
  --vz-border-radius-pill: 50rem;
  --vz-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --vz-box-shadow-lg: 0 5px 10px rgba(30, 32, 37, 0.12);
  --vz-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --vz-focus-ring-width: 0.25rem;
  --vz-focus-ring-opacity: 0.25;
  --vz-focus-ring-color: rgba(var(--vz-primary-rgb), 0.25);
  --vz-form-valid-color: #13c56b;
  --vz-form-valid-border-color: #13c56b;
  --vz-form-invalid-color: #ed5e5e;
  --vz-form-invalid-border-color: #ed5e5e;
}

/* line 16, app/assets/stylesheets/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --vz-body-color: #adb5bd;
  --vz-body-color-rgb: 173, 181, 189;
  --vz-body-bg: #212529;
  --vz-body-bg-rgb: 33, 37, 41;
  --vz-emphasis-color: #fff;
  --vz-emphasis-color-rgb: 255, 255, 255;
  --vz-secondary-color: rgba(173, 181, 189, 0.75);
  --vz-secondary-color-rgb: 173, 181, 189;
  --vz-secondary-bg: #363d48;
  --vz-secondary-bg-rgb: 54, 61, 72;
  --vz-tertiary-color: rgba(173, 181, 189, 0.5);
  --vz-tertiary-color-rgb: 173, 181, 189;
  --vz-tertiary-bg: #2c3139;
  --vz-tertiary-bg-rgb: 44, 49, 57;
  --vz-primary-text-emphasis: #a3bdf1;
  --vz-secondary-text-emphasis: #b69dee;
  --vz-success-text-emphasis: #71dca6;
  --vz-info-text-emphasis: #96dbf0;
  --vz-warning-text-emphasis: #f1d797;
  --vz-danger-text-emphasis: #f49e9e;
  --vz-light-text-emphasis: #f3f6f9;
  --vz-dark-text-emphasis: #e9ebec;
  --vz-primary-bg-subtle: #141d2e;
  --vz-secondary-bg-subtle: #1b122d;
  --vz-success-bg-subtle: #042715;
  --vz-info-bg-subtle: #10272e;
  --vz-warning-bg-subtle: #2e2610;
  --vz-danger-bg-subtle: #2f1313;
  --vz-light-bg-subtle: #363d48;
  --vz-dark-bg-subtle: #1b1f24;
  --vz-primary-border-subtle: #3d578b;
  --vz-secondary-border-subtle: #503788;
  --vz-success-border-subtle: #0b7640;
  --vz-info-border-subtle: #30758a;
  --vz-warning-border-subtle: #8b7131;
  --vz-danger-border-subtle: #8e3838;
  --vz-light-border-subtle: #495057;
  --vz-dark-border-subtle: #363d48;
  --vz-heading-color: inherit;
  --vz-link-color: #a3bdf1;
  --vz-link-hover-color: #b5caf4;
  --vz-link-color-rgb: 163, 189, 241;
  --vz-link-hover-color-rgb: 181, 202, 244;
  --vz-code-color: #faaaca;
  --vz-border-color: #495057;
  --vz-border-color-translucent: rgba(255, 255, 255, 0.15);
  --vz-form-valid-color: #71dca6;
  --vz-form-valid-border-color: #71dca6;
  --vz-form-invalid-color: #f49e9e;
  --vz-form-invalid-border-color: #f49e9e;
}

/* line 16, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: var(--vz-body-font-family);
  font-size: var(--vz-body-font-size);
  font-weight: var(--vz-body-font-weight);
  line-height: var(--vz-body-line-height);
  color: var(--vz-body-color);
  text-align: var(--vz-body-text-align);
  background-color: var(--vz-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--vz-border-width) solid;
  opacity: 0.25;
}

/* line 83, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--vz-heading-color);
}

/* line 93, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.33125rem + 0.975vw);
}

@media (min-width: 1200px) {
  /* line 93, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.0625rem;
  }
}

/* line 98, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.29rem + 0.48vw);
}

@media (min-width: 1200px) {
  /* line 98, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
  h2, .h2 {
    font-size: 1.65rem;
  }
}

/* line 103, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.269375rem + 0.2325vw);
}

@media (min-width: 1200px) {
  /* line 103, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.44375rem;
  }
}

/* line 108, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h4, .h4 {
  font-size: 1.2375rem;
}

/* line 113, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h5, .h5 {
  font-size: 1.03125rem;
}

/* line 118, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
h6, .h6 {
  font-size: 0.825rem;
}

/* line 129, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 500;
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: var(--vz-highlight-bg);
}

/* line 229, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
a {
  color: rgba(var(--vz-link-color-rgb), var(--vz-link-opacity, 1));
  text-decoration: none;
}

/* line 247, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
a:hover {
  --vz-link-color-rgb: var(--vz-link-hover-color-rgb);
}

/* line 259, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--vz-font-monospace);
  font-size: 1em;
}

/* line 281, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--vz-code-color);
  word-wrap: break-word;
}

/* line 303, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: var(--vz-body-bg);
  background-color: var(--vz-body-color);
  border-radius: 0.2rem;
}

/* line 315, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--vz-secondary-color);
  text-align: left;
}

/* line 360, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
th {
  font-weight: 500;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, app/assets/stylesheets/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.03125rem;
  font-weight: 300;
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/bootstrap/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, app/assets/stylesheets/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, app/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, app/assets/stylesheets/bootstrap/scss/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, app/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 0.9075rem;
}

/* line 92, app/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #878a99;
}

/* line 103, app/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, app/assets/stylesheets/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--vz-body-bg);
  border: var(--vz-border-width) solid var(--vz-border-color);
  border-radius: var(--vz-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--vz-secondary-color);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --vz-gutter-x: 1.5rem;
  --vz-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--vz-gutter-x) * .5);
  padding-left: calc(var(--vz-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/bootstrap/scss/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/bootstrap/scss/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/bootstrap/scss/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/bootstrap/scss/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, app/assets/stylesheets/bootstrap/scss/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_grid.scss */
:root {
  --vz-breakpoint-xs: 0;
  --vz-breakpoint-sm: 576px;
  --vz-breakpoint-md: 768px;
  --vz-breakpoint-lg: 992px;
  --vz-breakpoint-xl: 1200px;
  --vz-breakpoint-xxl: 1400px;
}

/* line 12, app/assets/stylesheets/bootstrap/scss/_grid.scss */
.row {
  --vz-gutter-x: 1.5rem;
  --vz-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--vz-gutter-y));
  margin-right: calc(-.5 * var(--vz-gutter-x));
  margin-left: calc(-.5 * var(--vz-gutter-x));
}

/* line 15, app/assets/stylesheets/bootstrap/scss/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--vz-gutter-x) * .5);
  padding-left: calc(var(--vz-gutter-x) * .5);
  margin-top: var(--vz-gutter-y);
}

/* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --vz-gutter-x: 0;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --vz-gutter-y: 0;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --vz-gutter-x: 0.25rem;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --vz-gutter-y: 0.25rem;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --vz-gutter-x: 0.5rem;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --vz-gutter-y: 0.5rem;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --vz-gutter-x: 1rem;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --vz-gutter-y: 1rem;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --vz-gutter-x: 1.5rem;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --vz-gutter-y: 1.5rem;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --vz-gutter-x: 3rem;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --vz-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --vz-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --vz-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --vz-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --vz-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --vz-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --vz-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --vz-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --vz-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --vz-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --vz-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --vz-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --vz-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --vz-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --vz-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --vz-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --vz-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --vz-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --vz-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --vz-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --vz-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --vz-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --vz-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --vz-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --vz-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --vz-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --vz-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --vz-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --vz-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --vz-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --vz-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --vz-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --vz-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --vz-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --vz-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --vz-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --vz-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --vz-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --vz-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --vz-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --vz-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --vz-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --vz-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --vz-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --vz-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --vz-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --vz-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --vz-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --vz-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --vz-gutter-x: 0;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --vz-gutter-y: 0;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --vz-gutter-x: 0.25rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --vz-gutter-y: 0.25rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --vz-gutter-x: 0.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --vz-gutter-y: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --vz-gutter-x: 1rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --vz-gutter-y: 1rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --vz-gutter-x: 1.5rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --vz-gutter-y: 1.5rem;
  }
  /* line 115, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --vz-gutter-x: 3rem;
  }
  /* line 119, app/assets/stylesheets/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --vz-gutter-y: 3rem;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table {
  --vz-table-color-type: initial;
  --vz-table-bg-type: initial;
  --vz-table-color-state: initial;
  --vz-table-bg-state: initial;
  --vz-table-color: var(--vz-body-color);
  --vz-table-bg: transparent;
  --vz-table-border-color: var(--vz-border-color);
  --vz-table-accent-bg: transparent;
  --vz-table-striped-color: var(--vz-body-color);
  --vz-table-striped-bg: rgba(var(--vz-body-color-rgb), 0.02);
  --vz-table-active-color: var(--vz-body-color);
  --vz-table-active-bg: rgba(var(--vz-body-color-rgb), 0.04);
  --vz-table-hover-color: var(--vz-body-color);
  --vz-table-hover-bg: rgba(var(--vz-body-color-rgb), 0.04);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--vz-table-border-color);
}

/* line 33, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.75rem 0.6rem;
  color: var(--vz-table-color-state, var(--vz-table-color-type, var(--vz-table-color)));
  background-color: var(--vz-table-bg);
  border-bottom-width: var(--vz-border-width);
  box-shadow: inset 0 0 0 9999px var(--vz-table-bg-state, var(--vz-table-bg-type, var(--vz-table-accent-bg)));
}

/* line 42, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--vz-border-width) * 2) solid currentcolor;
}

/* line 59, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.3rem 0.25rem;
}

/* line 86, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--vz-border-width) 0;
}

/* line 90, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--vz-border-width);
}

/* line 98, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --vz-table-color-type: var(--vz-table-striped-color);
  --vz-table-bg-type: var(--vz-table-striped-bg);
}

/* line 121, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --vz-table-color-type: var(--vz-table-striped-color);
  --vz-table-bg-type: var(--vz-table-striped-bg);
}

/* line 131, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-active {
  --vz-table-color-state: var(--vz-table-active-color);
  --vz-table-bg-state: var(--vz-table-active-bg);
}

/* line 141, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --vz-table-color-state: var(--vz-table-hover-color);
  --vz-table-bg-state: var(--vz-table-hover-bg);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-primary {
  --vz-table-color: #000;
  --vz-table-bg: #e0e9fa;
  --vz-table-border-color: #cad2e1;
  --vz-table-striped-bg: #dce4f5;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #d7e0f0;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #d7e0f0;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-secondary {
  --vz-table-color: #000;
  --vz-table-bg: #e7def9;
  --vz-table-border-color: #d0c8e0;
  --vz-table-striped-bg: #e2daf4;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #ded5ef;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #ded5ef;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-success {
  --vz-table-color: #000;
  --vz-table-bg: #d0f3e1;
  --vz-table-border-color: #bbdbcb;
  --vz-table-striped-bg: #cceedd;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #c8e9d8;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #c8e9d8;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-info {
  --vz-table-color: #000;
  --vz-table-bg: #dcf3fa;
  --vz-table-border-color: #c6dbe1;
  --vz-table-striped-bg: #d8eef5;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #d3e9f0;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #d3e9f0;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-warning {
  --vz-table-color: #000;
  --vz-table-bg: #faf2dc;
  --vz-table-border-color: #e1dac6;
  --vz-table-striped-bg: #f5edd8;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #f0e8d3;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #f0e8d3;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-danger {
  --vz-table-color: #000;
  --vz-table-bg: #fbdfdf;
  --vz-table-border-color: #e2c9c9;
  --vz-table-striped-bg: #f6dbdb;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #f1d6d6;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #f1d6d6;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-light {
  --vz-table-color: #000;
  --vz-table-bg: #f3f6f9;
  --vz-table-border-color: #dbdde0;
  --vz-table-striped-bg: #eef1f4;
  --vz-table-striped-color: #000;
  --vz-table-active-bg: #e9ecef;
  --vz-table-active-color: #000;
  --vz-table-hover-bg: #e9ecef;
  --vz-table-hover-color: #000;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_table-variants.scss */
.table-dark {
  --vz-table-color: #fff;
  --vz-table-bg: #363d48;
  --vz-table-border-color: #4a505a;
  --vz-table-striped-bg: #3a414c;
  --vz-table-striped-color: #fff;
  --vz-table-active-bg: #3e454f;
  --vz-table-active-color: #fff;
  --vz-table-hover-bg: #3e454f;
  --vz-table-hover-color: #fff;
  color: var(--vz-table-color);
  border-color: var(--vz-table-border-color);
}

/* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, app/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, app/assets/stylesheets/bootstrap/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.5rem + var(--vz-border-width));
  padding-bottom: calc(0.5rem + var(--vz-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, app/assets/stylesheets/bootstrap/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.7rem + var(--vz-border-width));
  padding-bottom: calc(0.7rem + var(--vz-border-width));
  font-size: 1.03125rem;
}

/* line 32, app/assets/stylesheets/bootstrap/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--vz-border-width));
  padding-bottom: calc(0.25rem + var(--vz-border-width));
  font-size: 0.721875rem;
}

/* line 5, app/assets/stylesheets/bootstrap/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--vz-secondary-color);
}

/* line 5, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.9rem;
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  background-clip: padding-box;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--vz-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control:focus {
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  border-color: var(--vz-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 47, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--vz-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--vz-secondary-color);
  opacity: 1;
}

/* line 86, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--vz-tertiary-bg);
  opacity: 1;
}

/* line 95, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.5rem 0.9rem;
  margin: -0.5rem -0.9rem;
  margin-inline-end: 0.9rem;
  color: var(--vz-body-color);
  background-color: var(--vz-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--vz-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--vz-secondary-bg);
}

/* line 120, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--vz-border-width) 0;
}

/* line 131, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--vz-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.721875rem;
  border-radius: var(--vz-border-radius-sm);
}

/* line 155, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1.4rem + calc(var(--vz-border-width) * 2));
  padding: 0.7rem 1.2rem;
  font-size: 1.03125rem;
  border-radius: var(--vz-border-radius-lg);
}

/* line 168, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.7rem 1.2rem;
  margin: -0.7rem -1.2rem;
  margin-inline-end: 1.2rem;
}

/* line 179, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
}

/* line 183, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--vz-border-width) * 2));
}

/* line 187, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1.4rem + calc(var(--vz-border-width) * 2));
}

/* line 193, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
  padding: 0.5rem;
}

/* line 198, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--vz-border-radius);
}

/* line 207, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--vz-border-radius);
}

/* line 212, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--vz-border-width) * 2));
}

/* line 213, app/assets/stylesheets/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.4rem + calc(var(--vz-border-width) * 2));
}

/* line 6, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select {
  --vz-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d48' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5rem 2.7rem 0.5rem 0.9rem;
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  background-image: var(--vz-form-select-bg-img), var(--vz-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 16px 12px;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select:focus {
  border-color: var(--vz-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 39, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.9rem;
  background-image: none;
}

/* line 45, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--vz-tertiary-bg);
}

/* line 52, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--vz-body-color);
}

/* line 58, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.721875rem;
  border-radius: var(--vz-border-radius-sm);
}

/* line 66, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1.2rem;
  font-size: 1.03125rem;
  border-radius: var(--vz-border-radius-lg);
}

/* line 76, app/assets/stylesheets/bootstrap/scss/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --vz-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.2375rem;
  padding-left: 1.6em;
  margin-bottom: 0.125rem;
}

/* line 11, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.6em;
}

/* line 17, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.6em;
  padding-left: 0;
  text-align: right;
}

/* line 22, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.6em;
  margin-left: 0;
}

/* line 29, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input {
  --vz-form-check-bg: var(--vz-input-bg-custom);
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.2em;
  vertical-align: top;
  background-color: var(--vz-form-check-bg);
  background-image: var(--vz-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--vz-border-width) solid var(--vz-border-color-translucent);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 46, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 50, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 55, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 59, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: var(--vz-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 65, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #6691e7;
  border-color: #6691e7;
}

/* line 69, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --vz-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 77, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --vz-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 86, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #6691e7;
  border-color: #6691e7;
  --vz-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 97, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 107, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 126, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input {
  --vz-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28135, 138, 153, 0.55%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--vz-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 136, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --vz-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28135, 138, 153, 0.55%29'/%3e%3c/svg%3e");
}

/* line 140, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --vz-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 151, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 155, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 162, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 167, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 174, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 184, app/assets/stylesheets/bootstrap/scss/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --vz-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f3f6f9, 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 20, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f3f6f9, 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 23, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6691e7;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #d1def8;
}

/* line 43, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--vz-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6691e7;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #d1def8;
}

/* line 69, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--vz-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--vz-secondary-color);
}

/* line 87, app/assets/stylesheets/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--vz-secondary-color);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--vz-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--vz-border-width) * 2));
  line-height: 1.25;
}

/* line 12, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.9rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--vz-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.9rem;
}

/* line 33, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--vz-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--vz-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.45rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--vz-input-bg-custom);
  border-radius: var(--vz-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.45rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--vz-input-bg-custom);
  border-radius: var(--vz-border-radius);
}

/* line 75, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--vz-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--vz-border-width) 0;
}

/* line 87, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label {
  color: var(--vz-secondary-color);
}

/* line 90, app/assets/stylesheets/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--vz-tertiary-bg);
}

/* line 5, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vz-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--vz-tertiary-bg);
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
}

/* line 68, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.7rem 1.2rem;
  font-size: 1.03125rem;
  border-radius: var(--vz-border-radius-lg);
}

/* line 77, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.721875rem;
  border-radius: var(--vz-border-radius-sm);
}

/* line 86, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.6rem;
}

/* line 101, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--vz-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--vz-form-valid-color);
}

/* line 35, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.7rem;
  margin-top: .1rem;
  font-size: 0.721875rem;
  color: #fff;
  background-color: var(--vz-success);
  border-radius: var(--vz-border-radius);
}

/* line 51, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--vz-form-valid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2313c56b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 68, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--vz-form-valid-border-color);
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-success-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--vz-form-valid-border-color);
}

/* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --vz-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2313c56b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.95rem;
  background-position: right 0.9rem center, center right 2.7rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 99, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--vz-form-valid-border-color);
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-success-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1rem));
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--vz-form-valid-border-color);
}

/* line 118, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--vz-form-valid-color);
}

/* line 122, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-success-rgb), 0.25);
}

/* line 126, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--vz-form-valid-color);
}

/* line 132, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--vz-form-invalid-color);
}

/* line 35, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.7rem;
  margin-top: .1rem;
  font-size: 0.721875rem;
  color: #fff;
  background-color: var(--vz-danger);
  border-radius: var(--vz-border-radius);
}

/* line 51, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--vz-form-invalid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed5e5e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed5e5e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 68, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--vz-form-invalid-border-color);
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-danger-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--vz-form-invalid-border-color);
}

/* line 90, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --vz-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed5e5e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed5e5e' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.95rem;
  background-position: right 0.9rem center, center right 2.7rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 99, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--vz-form-invalid-border-color);
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-danger-rgb), 0.25);
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1rem));
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--vz-form-invalid-border-color);
}

/* line 118, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--vz-form-invalid-color);
}

/* line 122, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-danger-rgb), 0.25);
}

/* line 126, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--vz-form-invalid-color);
}

/* line 132, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, app/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn {
  --vz-btn-padding-x: 0.9rem;
  --vz-btn-padding-y: 0.5rem;
  --vz-btn-font-family: ;
  --vz-btn-font-size: 0.825rem;
  --vz-btn-font-weight: 400;
  --vz-btn-line-height: 1.5;
  --vz-btn-color: var(--vz-body-color);
  --vz-btn-bg: transparent;
  --vz-btn-border-width: var(--vz-border-width);
  --vz-btn-border-color: transparent;
  --vz-btn-border-radius: var(--vz-border-radius);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --vz-btn-disabled-opacity: 0.65;
  --vz-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--vz-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--vz-btn-padding-y) var(--vz-btn-padding-x);
  font-family: var(--vz-btn-font-family);
  font-size: var(--vz-btn-font-size);
  font-weight: var(--vz-btn-font-weight);
  line-height: var(--vz-btn-line-height);
  color: var(--vz-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--vz-btn-border-width) solid var(--vz-btn-border-color);
  border-radius: var(--vz-btn-border-radius);
  background-color: var(--vz-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn:hover {
  color: var(--vz-btn-hover-color);
  background-color: var(--vz-btn-hover-bg);
  border-color: var(--vz-btn-hover-border-color);
}

/* line 50, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--vz-btn-color);
  background-color: var(--vz-btn-bg);
  border-color: var(--vz-btn-border-color);
}

/* line 57, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn:focus-visible {
  color: var(--vz-btn-hover-color);
  background-color: var(--vz-btn-hover-bg);
  border-color: var(--vz-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--vz-btn-focus-box-shadow);
}

/* line 70, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--vz-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--vz-btn-focus-box-shadow);
}

/* line 81, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--vz-btn-active-color);
  background-color: var(--vz-btn-active-bg);
  border-color: var(--vz-btn-active-border-color);
}

/* line 93, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--vz-btn-focus-box-shadow);
}

/* line 103, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--vz-btn-disabled-color);
  pointer-events: none;
  background-color: var(--vz-btn-disabled-bg);
  border-color: var(--vz-btn-disabled-border-color);
  opacity: var(--vz-btn-disabled-opacity);
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-primary {
  --vz-btn-color: #fff;
  --vz-btn-bg: #6691e7;
  --vz-btn-border-color: #6691e7;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #577bc4;
  --vz-btn-hover-border-color: #5274b9;
  --vz-btn-focus-shadow-rgb: 125, 162, 235;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #5274b9;
  --vz-btn-active-border-color: #4d6dad;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #6691e7;
  --vz-btn-disabled-border-color: #6691e7;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-secondary {
  --vz-btn-color: #fff;
  --vz-btn-bg: #865ce2;
  --vz-btn-border-color: #865ce2;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #724ec0;
  --vz-btn-hover-border-color: #6b4ab5;
  --vz-btn-focus-shadow-rgb: 152, 116, 230;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #6b4ab5;
  --vz-btn-active-border-color: #6545aa;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #865ce2;
  --vz-btn-disabled-border-color: #865ce2;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-success {
  --vz-btn-color: #fff;
  --vz-btn-bg: #13c56b;
  --vz-btn-border-color: #13c56b;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #10a75b;
  --vz-btn-hover-border-color: #0f9e56;
  --vz-btn-focus-shadow-rgb: 54, 206, 129;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #0f9e56;
  --vz-btn-active-border-color: #0e9450;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #13c56b;
  --vz-btn-disabled-border-color: #13c56b;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-info {
  --vz-btn-color: #fff;
  --vz-btn-bg: #50c3e6;
  --vz-btn-border-color: #50c3e6;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #44a6c4;
  --vz-btn-hover-border-color: #409cb8;
  --vz-btn-focus-shadow-rgb: 106, 204, 234;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #409cb8;
  --vz-btn-active-border-color: #3c92ad;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #50c3e6;
  --vz-btn-disabled-border-color: #50c3e6;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-warning {
  --vz-btn-color: #fff;
  --vz-btn-bg: #e8bc52;
  --vz-btn-border-color: #e8bc52;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #c5a046;
  --vz-btn-hover-border-color: #ba9642;
  --vz-btn-focus-shadow-rgb: 235, 198, 108;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #ba9642;
  --vz-btn-active-border-color: #ae8d3e;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #e8bc52;
  --vz-btn-disabled-border-color: #e8bc52;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-danger {
  --vz-btn-color: #fff;
  --vz-btn-bg: #ed5e5e;
  --vz-btn-border-color: #ed5e5e;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #c95050;
  --vz-btn-hover-border-color: #be4b4b;
  --vz-btn-focus-shadow-rgb: 240, 118, 118;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #be4b4b;
  --vz-btn-active-border-color: #b24747;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #ed5e5e;
  --vz-btn-disabled-border-color: #ed5e5e;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-light {
  --vz-btn-color: #000;
  --vz-btn-bg: #f3f6f9;
  --vz-btn-border-color: #f3f6f9;
  --vz-btn-hover-color: #000;
  --vz-btn-hover-bg: #cfd1d4;
  --vz-btn-hover-border-color: #c2c5c7;
  --vz-btn-focus-shadow-rgb: 207, 209, 212;
  --vz-btn-active-color: #000;
  --vz-btn-active-bg: #c2c5c7;
  --vz-btn-active-border-color: #b6b9bb;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #000;
  --vz-btn-disabled-bg: #f3f6f9;
  --vz-btn-disabled-border-color: #f3f6f9;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-dark {
  --vz-btn-color: #fff;
  --vz-btn-bg: #363d48;
  --vz-btn-border-color: #363d48;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #545a63;
  --vz-btn-hover-border-color: #4a505a;
  --vz-btn-focus-shadow-rgb: 84, 90, 99;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #5e646d;
  --vz-btn-active-border-color: #4a505a;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #363d48;
  --vz-btn-disabled-border-color: #363d48;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  --vz-btn-color: #6691e7;
  --vz-btn-border-color: #6691e7;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #6691e7;
  --vz-btn-hover-border-color: #6691e7;
  --vz-btn-focus-shadow-rgb: 102, 145, 231;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #6691e7;
  --vz-btn-active-border-color: #6691e7;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #6691e7;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #6691e7;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  --vz-btn-color: #865ce2;
  --vz-btn-border-color: #865ce2;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #865ce2;
  --vz-btn-hover-border-color: #865ce2;
  --vz-btn-focus-shadow-rgb: 134, 92, 226;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #865ce2;
  --vz-btn-active-border-color: #865ce2;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #865ce2;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #865ce2;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  --vz-btn-color: #13c56b;
  --vz-btn-border-color: #13c56b;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #13c56b;
  --vz-btn-hover-border-color: #13c56b;
  --vz-btn-focus-shadow-rgb: 19, 197, 107;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #13c56b;
  --vz-btn-active-border-color: #13c56b;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #13c56b;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #13c56b;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  --vz-btn-color: #50c3e6;
  --vz-btn-border-color: #50c3e6;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #50c3e6;
  --vz-btn-hover-border-color: #50c3e6;
  --vz-btn-focus-shadow-rgb: 80, 195, 230;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #50c3e6;
  --vz-btn-active-border-color: #50c3e6;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #50c3e6;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #50c3e6;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  --vz-btn-color: #e8bc52;
  --vz-btn-border-color: #e8bc52;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #e8bc52;
  --vz-btn-hover-border-color: #e8bc52;
  --vz-btn-focus-shadow-rgb: 232, 188, 82;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #e8bc52;
  --vz-btn-active-border-color: #e8bc52;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #e8bc52;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #e8bc52;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  --vz-btn-color: #ed5e5e;
  --vz-btn-border-color: #ed5e5e;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #ed5e5e;
  --vz-btn-hover-border-color: #ed5e5e;
  --vz-btn-focus-shadow-rgb: 237, 94, 94;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #ed5e5e;
  --vz-btn-active-border-color: #ed5e5e;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #ed5e5e;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #ed5e5e;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  --vz-btn-color: #f3f6f9;
  --vz-btn-border-color: #f3f6f9;
  --vz-btn-hover-color: #000;
  --vz-btn-hover-bg: #f3f6f9;
  --vz-btn-hover-border-color: #f3f6f9;
  --vz-btn-focus-shadow-rgb: 243, 246, 249;
  --vz-btn-active-color: #000;
  --vz-btn-active-bg: #f3f6f9;
  --vz-btn-active-border-color: #f3f6f9;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #f3f6f9;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #f3f6f9;
  --vz-gradient: none;
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  --vz-btn-color: #363d48;
  --vz-btn-border-color: #363d48;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #363d48;
  --vz-btn-hover-border-color: #363d48;
  --vz-btn-focus-shadow-rgb: 54, 61, 72;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #363d48;
  --vz-btn-active-border-color: #363d48;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #363d48;
  --vz-btn-disabled-bg: transparent;
  --vz-btn-disabled-border-color: #363d48;
  --vz-gradient: none;
}

/* line 161, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link {
  --vz-btn-font-weight: 400;
  --vz-btn-color: var(--vz-link-color);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-link-hover-color);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-active-color: var(--vz-link-hover-color);
  --vz-btn-active-border-color: transparent;
  --vz-btn-disabled-color: #878a99;
  --vz-btn-disabled-border-color: transparent;
  --vz-btn-box-shadow: 0 0 0 #000;
  --vz-btn-focus-shadow-rgb: 125, 162, 235;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--vz-btn-color);
}

/* line 189, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link:hover {
  color: var(--vz-btn-hover-color);
}

/* line 201, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --vz-btn-padding-y: 0.7rem;
  --vz-btn-padding-x: 1.2rem;
  --vz-btn-font-size: 1.03125rem;
  --vz-btn-border-radius: var(--vz-border-radius-lg);
}

/* line 205, app/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --vz-btn-padding-y: 0.25rem;
  --vz-btn-padding-x: 0.5rem;
  --vz-btn-font-size: 0.721875rem;
  --vz-btn-border-radius: var(--vz-border-radius-sm);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, app/assets/stylesheets/bootstrap/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  --vz-dropdown-zindex: 1000;
  --vz-dropdown-min-width: 10rem;
  --vz-dropdown-padding-x: 0;
  --vz-dropdown-padding-y: 0.5rem;
  --vz-dropdown-spacer: 0.125rem;
  --vz-dropdown-font-size: 0.825rem;
  --vz-dropdown-color: var(--vz-body-color);
  --vz-dropdown-bg: var(--vz-secondary-bg);
  --vz-dropdown-border-color: var(--vz-border-color);
  --vz-dropdown-border-radius: var(--vz-border-radius-lg);
  --vz-dropdown-border-width: 0;
  --vz-dropdown-inner-border-radius: calc(var(--vz-border-radius-lg) - 0);
  --vz-dropdown-divider-bg: var(--vz-border-color);
  --vz-dropdown-divider-margin-y: 0.5rem;
  --vz-dropdown-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  --vz-dropdown-link-color: var(--vz-body-color);
  --vz-dropdown-link-hover-color: var(--vz-body-color);
  --vz-dropdown-link-hover-bg: var(--vz-tertiary-bg);
  --vz-dropdown-link-active-color: var(--vz-body-color);
  --vz-dropdown-link-active-bg: var(--vz-tertiary-bg);
  --vz-dropdown-link-disabled-color: var(--vz-tertiary-color);
  --vz-dropdown-item-padding-x: 1.2rem;
  --vz-dropdown-item-padding-y: 0.35rem;
  --vz-dropdown-header-color: #878a99;
  --vz-dropdown-header-padding-x: 1.2rem;
  --vz-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--vz-dropdown-zindex);
  display: none;
  min-width: var(--vz-dropdown-min-width);
  padding: var(--vz-dropdown-padding-y) var(--vz-dropdown-padding-x);
  margin: 0;
  font-size: var(--vz-dropdown-font-size);
  color: var(--vz-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--vz-dropdown-bg);
  background-clip: padding-box;
  border: var(--vz-dropdown-border-width) solid var(--vz-dropdown-border-color);
  border-radius: var(--vz-dropdown-border-radius);
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--vz-dropdown-spacer);
}

/* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--vz-dropdown-spacer);
}

/* line 129, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--vz-dropdown-spacer);
}

/* line 139, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--vz-dropdown-spacer);
}

/* line 156, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--vz-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--vz-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--vz-dropdown-item-padding-y) var(--vz-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--vz-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--vz-dropdown-item-border-radius, 0);
}

/* line 189, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--vz-dropdown-link-hover-color);
  background-color: var(--vz-dropdown-link-hover-bg);
}

/* line 196, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--vz-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--vz-dropdown-link-active-bg);
}

/* line 203, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--vz-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--vz-dropdown-header-padding-y) var(--vz-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.721875rem;
  color: var(--vz-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--vz-dropdown-item-padding-y) var(--vz-dropdown-item-padding-x);
  color: var(--vz-dropdown-link-color);
}

/* line 235, app/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu-dark {
  --vz-dropdown-color: #e9ebec;
  --vz-dropdown-bg: #363d48;
  --vz-dropdown-border-color: var(--vz-border-color);
  --vz-dropdown-box-shadow: ;
  --vz-dropdown-link-color: #e9ebec;
  --vz-dropdown-link-hover-color: #fff;
  --vz-dropdown-divider-bg: var(--vz-border-color);
  --vz-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --vz-dropdown-link-active-color: var(--vz-body-color);
  --vz-dropdown-link-active-bg: var(--vz-tertiary-bg);
  --vz-dropdown-link-disabled-color: #adb5bd;
  --vz-dropdown-header-color: #adb5bd;
}

/* line 2, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group {
  border-radius: var(--vz-border-radius);
}

/* line 40, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--vz-border-width) * -1);
}

/* line 46, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

/* line 79, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

/* line 117, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--vz-border-width) * -1);
}

/* line 133, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, app/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav {
  --vz-nav-link-padding-x: 1rem;
  --vz-nav-link-padding-y: 0.5rem;
  --vz-nav-link-font-weight: ;
  --vz-nav-link-color: var(--vz-link-color);
  --vz-nav-link-hover-color: var(--vz-link-hover-color);
  --vz-nav-link-disabled-color: var(--vz-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: var(--vz-nav-link-padding-y) var(--vz-nav-link-padding-x);
  font-size: var(--vz-nav-link-font-size);
  font-weight: var(--vz-nav-link-font-weight);
  color: var(--vz-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--vz-nav-link-hover-color);
}

/* line 41, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
}

/* line 47, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: var(--vz-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 58, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs {
  --vz-nav-tabs-border-width: var(--vz-border-width);
  --vz-nav-tabs-border-color: var(--vz-border-color);
  --vz-nav-tabs-border-radius: var(--vz-border-radius);
  --vz-nav-tabs-link-hover-border-color: var(--vz-secondary-bg) var(--vz-secondary-bg) var(--vz-border-color);
  --vz-nav-tabs-link-active-color: var(--vz-emphasis-color);
  --vz-nav-tabs-link-active-bg: var(--vz-tertiary-bg);
  --vz-nav-tabs-link-active-border-color: var(--vz-border-color) var(--vz-border-color) var(--vz-tertiary-bg);
  border-bottom: var(--vz-nav-tabs-border-width) solid var(--vz-nav-tabs-border-color);
}

/* line 71, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--vz-nav-tabs-border-width));
  border: var(--vz-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--vz-nav-tabs-border-radius);
  border-top-right-radius: var(--vz-nav-tabs-border-radius);
}

/* line 76, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--vz-nav-tabs-link-hover-border-color);
}

/* line 83, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--vz-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 91, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--vz-nav-tabs-link-active-color);
  background-color: var(--vz-nav-tabs-link-active-bg);
  border-color: var(--vz-nav-tabs-link-active-border-color);
}

/* line 98, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--vz-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills {
  --vz-nav-pills-border-radius: var(--vz-border-radius);
  --vz-nav-pills-link-active-color: #fff;
  --vz-nav-pills-link-active-bg: #6691e7;
}

/* line 118, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--vz-nav-pills-border-radius);
}

/* line 121, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--vz-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 128, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--vz-nav-pills-link-active-color);
  background-color: var(--vz-nav-pills-link-active-bg);
}

/* line 140, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-underline {
  --vz-nav-underline-gap: 1rem;
  --vz-nav-underline-border-width: 0.125rem;
  --vz-nav-underline-link-active-color: var(--vz-emphasis-color);
  gap: var(--vz-nav-underline-gap);
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--vz-nav-underline-border-width) solid transparent;
}

/* line 154, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 160, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--vz-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 174, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 182, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 192, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 203, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 206, app/assets/stylesheets/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar {
  --vz-navbar-padding-x: 0;
  --vz-navbar-padding-y: 0.5rem;
  --vz-navbar-color: rgba(var(--vz-emphasis-color-rgb), 0.65);
  --vz-navbar-hover-color: rgba(var(--vz-emphasis-color-rgb), 0.8);
  --vz-navbar-disabled-color: rgba(var(--vz-emphasis-color-rgb), 0.3);
  --vz-navbar-active-color: rgba(var(--vz-emphasis-color-rgb), 1);
  --vz-navbar-brand-padding-y: 0.3453125rem;
  --vz-navbar-brand-margin-end: 1rem;
  --vz-navbar-brand-font-size: 1.03125rem;
  --vz-navbar-brand-color: rgba(var(--vz-emphasis-color-rgb), 1);
  --vz-navbar-brand-hover-color: rgba(var(--vz-emphasis-color-rgb), 1);
  --vz-navbar-nav-link-padding-x: 0.5rem;
  --vz-navbar-toggler-padding-y: 0.25rem;
  --vz-navbar-toggler-padding-x: 0.75rem;
  --vz-navbar-toggler-font-size: 1.03125rem;
  --vz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --vz-navbar-toggler-border-color: rgba(var(--vz-emphasis-color-rgb), 0.15);
  --vz-navbar-toggler-border-radius: var(--vz-border-radius);
  --vz-navbar-toggler-focus-width: 0.25rem;
  --vz-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--vz-navbar-padding-y) var(--vz-navbar-padding-x);
}

/* line 41, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-brand {
  padding-top: var(--vz-navbar-brand-padding-y);
  padding-bottom: var(--vz-navbar-brand-padding-y);
  margin-right: var(--vz-navbar-brand-margin-end);
  font-size: var(--vz-navbar-brand-font-size);
  color: var(--vz-navbar-brand-color);
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--vz-navbar-brand-hover-color);
}

/* line 86, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav {
  --vz-nav-link-padding-x: 0;
  --vz-nav-link-padding-y: 0.5rem;
  --vz-nav-link-font-weight: ;
  --vz-nav-link-color: var(--vz-navbar-color);
  --vz-nav-link-hover-color: var(--vz-navbar-hover-color);
  --vz-nav-link-disabled-color: var(--vz-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--vz-navbar-active-color);
}

/* line 110, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--vz-navbar-color);
}

/* line 125, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--vz-navbar-active-color);
}

/* line 141, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: var(--vz-navbar-toggler-padding-y) var(--vz-navbar-toggler-padding-x);
  font-size: var(--vz-navbar-toggler-font-size);
  line-height: 1;
  color: var(--vz-navbar-color);
  background-color: transparent;
  border: var(--vz-border-width) solid var(--vz-navbar-toggler-border-color);
  border-radius: var(--vz-navbar-toggler-border-radius);
  transition: var(--vz-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--vz-navbar-toggler-focus-width);
}

/* line 173, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--vz-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--vz-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--vz-navbar-nav-link-padding-x);
    padding-left: var(--vz-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--vz-navbar-nav-link-padding-x);
    padding-left: var(--vz-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--vz-navbar-nav-link-padding-x);
    padding-left: var(--vz-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--vz-navbar-nav-link-padding-x);
    padding-left: var(--vz-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--vz-navbar-nav-link-padding-x);
    padding-left: var(--vz-navbar-nav-link-padding-x);
  }
  /* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--vz-navbar-nav-link-padding-x);
  padding-left: var(--vz-navbar-nav-link-padding-x);
}

/* line 216, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --vz-navbar-color: rgba(255, 255, 255, 0.55);
  --vz-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --vz-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --vz-navbar-active-color: #fff;
  --vz-navbar-brand-color: #fff;
  --vz-navbar-brand-hover-color: #fff;
  --vz-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --vz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, app/assets/stylesheets/bootstrap/scss/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --vz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card {
  --vz-card-spacer-y: 1rem;
  --vz-card-spacer-x: 1rem;
  --vz-card-title-spacer-y: 0.5rem;
  --vz-card-title-color: var(--vz-heading-color);
  --vz-card-subtitle-color: ;
  --vz-card-border-width: 0;
  --vz-card-border-color: var(--vz-border-color);
  --vz-card-border-radius: var(--vz-border-radius);
  --vz-card-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-card-inner-border-radius: var(--vz-border-radius);
  --vz-card-cap-padding-y: 1rem;
  --vz-card-cap-padding-x: 1rem;
  --vz-card-cap-bg: var(--vz-secondary-bg);
  --vz-card-cap-color: ;
  --vz-card-height: ;
  --vz-card-color: ;
  --vz-card-bg: var(--vz-secondary-bg);
  --vz-card-img-overlay-padding: 1rem;
  --vz-card-group-margin: calc(1.5rem * .5);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--vz-card-height);
  color: var(--vz-body-color);
  word-wrap: break-word;
  background-color: var(--vz-card-bg);
  background-clip: border-box;
  border: var(--vz-card-border-width) solid var(--vz-card-border-color);
  border-radius: var(--vz-card-border-radius);
}

/* line 41, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--vz-card-inner-border-radius);
  border-top-right-radius: var(--vz-card-inner-border-radius);
}

/* line 55, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--vz-card-inner-border-radius);
  border-bottom-left-radius: var(--vz-card-inner-border-radius);
}

/* line 63, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--vz-card-spacer-y) var(--vz-card-spacer-x);
  color: var(--vz-card-color);
}

/* line 77, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: var(--vz-card-title-spacer-y);
  color: var(--vz-card-title-color);
}

/* line 82, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--vz-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--vz-card-subtitle-color);
}

/* line 88, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--vz-card-spacer-x);
}

/* line 106, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header {
  padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--vz-card-cap-color);
  background-color: var(--vz-card-cap-bg);
  border-bottom: var(--vz-card-border-width) solid var(--vz-card-border-color);
}

/* line 113, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius) 0 0;
}

/* line 118, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-footer {
  padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
  color: var(--vz-card-cap-color);
  background-color: var(--vz-card-cap-bg);
  border-top: var(--vz-card-border-width) solid var(--vz-card-border-color);
}

/* line 124, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius);
}

/* line 134, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--vz-card-cap-padding-y));
  margin-left: calc(-.5 * var(--vz-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--vz-card-bg);
  border-bottom-color: var(--vz-card-bg);
}

/* line 146, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
  margin-left: calc(-.5 * var(--vz-card-cap-padding-x));
}

/* line 152, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--vz-card-img-overlay-padding);
  border-radius: var(--vz-card-inner-border-radius);
}

/* line 162, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--vz-card-inner-border-radius);
  border-top-right-radius: var(--vz-card-inner-border-radius);
}

/* line 173, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--vz-card-inner-border-radius);
  border-bottom-left-radius: var(--vz-card-inner-border-radius);
}

/* line 186, app/assets/stylesheets/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: var(--vz-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, app/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion {
  --vz-accordion-color: var(--vz-body-color);
  --vz-accordion-bg: var(--vz-secondary-bg);
  --vz-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --vz-accordion-border-color: var(--vz-border-color);
  --vz-accordion-border-width: var(--vz-border-width);
  --vz-accordion-border-radius: var(--vz-border-radius);
  --vz-accordion-inner-border-radius: calc(var(--vz-border-radius) - (var(--vz-border-width)));
  --vz-accordion-btn-padding-x: 1.25rem;
  --vz-accordion-btn-padding-y: 1rem;
  --vz-accordion-btn-color: var(--vz-body-color);
  --vz-accordion-btn-bg: var(--vz-accordion-bg);
  --vz-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--vz-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --vz-accordion-btn-icon-width: 0.75rem;
  --vz-accordion-btn-icon-transform: rotate(-180deg);
  --vz-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --vz-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--vz-primary-text-emphasis%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --vz-accordion-btn-focus-border-color: var(--vz-primary-border-subtle);
  --vz-accordion-btn-focus-box-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
  --vz-accordion-body-padding-x: 1.25rem;
  --vz-accordion-body-padding-y: 1rem;
  --vz-accordion-active-color: var(--vz-primary-text-emphasis);
  --vz-accordion-active-bg: rgba(var(--vz-primary-rgb), 0.05);
}

/* line 32, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--vz-accordion-btn-padding-y) var(--vz-accordion-btn-padding-x);
  font-size: 0.825rem;
  color: var(--vz-accordion-btn-color);
  text-align: left;
  background-color: var(--vz-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--vz-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--vz-accordion-active-color);
  background-color: var(--vz-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--vz-accordion-border-width)) 0 var(--vz-accordion-border-color);
}

/* line 52, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--vz-accordion-btn-active-icon);
  transform: var(--vz-accordion-btn-icon-transform);
}

/* line 59, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--vz-accordion-btn-icon-width);
  height: var(--vz-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--vz-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--vz-accordion-btn-icon-width);
  transition: var(--vz-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--vz-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--vz-accordion-btn-focus-box-shadow);
}

/* line 83, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item {
  color: var(--vz-accordion-color);
  background-color: var(--vz-accordion-bg);
  border: var(--vz-accordion-border-width) solid var(--vz-accordion-border-color);
}

/* line 92, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--vz-accordion-border-radius);
  border-top-right-radius: var(--vz-accordion-border-radius);
}

/* line 95, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--vz-accordion-inner-border-radius);
  border-top-right-radius: var(--vz-accordion-inner-border-radius);
}

/* line 100, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--vz-accordion-border-radius);
  border-bottom-left-radius: var(--vz-accordion-border-radius);
}

/* line 109, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--vz-accordion-inner-border-radius);
  border-bottom-left-radius: var(--vz-accordion-inner-border-radius);
}

/* line 114, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--vz-accordion-border-radius);
  border-bottom-left-radius: var(--vz-accordion-border-radius);
}

/* line 120, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-body {
  padding: var(--vz-accordion-body-padding-y) var(--vz-accordion-body-padding-x);
}

/* line 130, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 153, app/assets/stylesheets/bootstrap/scss/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --vz-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a3bdf1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --vz-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a3bdf1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  --vz-breadcrumb-padding-x: 0;
  --vz-breadcrumb-padding-y: 0;
  --vz-breadcrumb-margin-bottom: 1rem;
  --vz-breadcrumb-bg: ;
  --vz-breadcrumb-border-radius: ;
  --vz-breadcrumb-divider-color: var(--vz-secondary-color);
  --vz-breadcrumb-item-padding-x: 0.5rem;
  --vz-breadcrumb-item-active-color: var(--vz-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--vz-breadcrumb-padding-y) var(--vz-breadcrumb-padding-x);
  margin-bottom: var(--vz-breadcrumb-margin-bottom);
  font-size: var(--vz-breadcrumb-font-size);
  list-style: none;
  background-color: var(--vz-breadcrumb-bg);
  border-radius: var(--vz-breadcrumb-border-radius);
}

/* line 26, app/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--vz-breadcrumb-item-padding-x);
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--vz-breadcrumb-item-padding-x);
  color: var(--vz-breadcrumb-divider-color);
  content: var(--vz-breadcrumb-divider, "󰅂") /* rtl: var(--vz-breadcrumb-divider, "󰅂") */;
}

/* line 37, app/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--vz-breadcrumb-item-active-color);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.pagination {
  --vz-pagination-padding-x: 0.75rem;
  --vz-pagination-padding-y: 0.375rem;
  --vz-pagination-font-size: 0.825rem;
  --vz-pagination-color: var(--vz-link-color);
  --vz-pagination-bg: var(--vz-secondary-bg);
  --vz-pagination-border-width: var(--vz-border-width);
  --vz-pagination-border-color: var(--vz-border-color);
  --vz-pagination-border-radius: var(--vz-border-radius);
  --vz-pagination-hover-color: var(--vz-link-hover-color);
  --vz-pagination-hover-bg: var(--vz-tertiary-bg);
  --vz-pagination-hover-border-color: var(--vz-border-color);
  --vz-pagination-focus-color: var(--vz-link-hover-color);
  --vz-pagination-focus-bg: var(--vz-tertiary-bg);
  --vz-pagination-focus-box-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
  --vz-pagination-active-color: #fff;
  --vz-pagination-active-bg: #6691e7;
  --vz-pagination-active-border-color: #6691e7;
  --vz-pagination-disabled-color: var(--vz-secondary-color);
  --vz-pagination-disabled-bg: var(--vz-secondary-bg);
  --vz-pagination-disabled-border-color: var(--vz-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--vz-pagination-padding-y) var(--vz-pagination-padding-x);
  font-size: var(--vz-pagination-font-size);
  color: var(--vz-pagination-color);
  background-color: var(--vz-pagination-bg);
  border: var(--vz-pagination-border-width) solid var(--vz-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--vz-pagination-hover-color);
  background-color: var(--vz-pagination-hover-bg);
  border-color: var(--vz-pagination-hover-border-color);
}

/* line 48, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--vz-pagination-focus-color);
  background-color: var(--vz-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--vz-pagination-focus-box-shadow);
}

/* line 56, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--vz-pagination-active-color);
  background-color: var(--vz-pagination-active-bg);
  border-color: var(--vz-pagination-active-border-color);
}

/* line 64, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--vz-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--vz-pagination-disabled-bg);
  border-color: var(--vz-pagination-disabled-border-color);
}

/* line 74, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--vz-border-width) * -1);
}

/* line 80, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--vz-pagination-border-radius);
  border-bottom-left-radius: var(--vz-pagination-border-radius);
}

/* line 86, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--vz-pagination-border-radius);
  border-bottom-right-radius: var(--vz-pagination-border-radius);
}

/* line 103, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.pagination-lg {
  --vz-pagination-padding-x: 1.2rem;
  --vz-pagination-padding-y: 0.6rem;
  --vz-pagination-font-size: 1.03125rem;
  --vz-pagination-border-radius: var(--vz-border-radius-lg);
}

/* line 107, app/assets/stylesheets/bootstrap/scss/_pagination.scss */
.pagination-sm {
  --vz-pagination-padding-x: 0.5rem;
  --vz-pagination-padding-y: 0.25rem;
  --vz-pagination-font-size: 0.721875rem;
  --vz-pagination-border-radius: var(--vz-border-radius-sm);
}

/* line 6, app/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge {
  --vz-badge-padding-x: 0.65em;
  --vz-badge-padding-y: 0.35em;
  --vz-badge-font-size: 0.75em;
  --vz-badge-font-weight: 500;
  --vz-badge-color: #fff;
  --vz-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--vz-badge-padding-y) var(--vz-badge-padding-x);
  font-size: var(--vz-badge-font-size);
  font-weight: var(--vz-badge-font-weight);
  line-height: 1;
  color: var(--vz-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--vz-badge-border-radius);
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, app/assets/stylesheets/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert {
  --vz-alert-bg: transparent;
  --vz-alert-padding-x: 1rem;
  --vz-alert-padding-y: 0.8rem;
  --vz-alert-margin-bottom: 1rem;
  --vz-alert-color: inherit;
  --vz-alert-border-color: transparent;
  --vz-alert-border: var(--vz-border-width) solid var(--vz-alert-border-color);
  --vz-alert-border-radius: var(--vz-border-radius);
  --vz-alert-link-color: inherit;
  position: relative;
  padding: var(--vz-alert-padding-y) var(--vz-alert-padding-x);
  margin-bottom: var(--vz-alert-margin-bottom);
  color: var(--vz-alert-color);
  background-color: var(--vz-alert-bg);
  border: var(--vz-alert-border);
  border-radius: var(--vz-alert-border-radius);
}

/* line 28, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 500;
  color: var(--vz-alert-link-color);
}

/* line 44, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-primary {
  --vz-alert-color: var(--vz-primary-text-emphasis);
  --vz-alert-bg: var(--vz-primary-bg-subtle);
  --vz-alert-border-color: var(--vz-primary-border-subtle);
  --vz-alert-link-color: var(--vz-primary-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-secondary {
  --vz-alert-color: var(--vz-secondary-text-emphasis);
  --vz-alert-bg: var(--vz-secondary-bg-subtle);
  --vz-alert-border-color: var(--vz-secondary-border-subtle);
  --vz-alert-link-color: var(--vz-secondary-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-success {
  --vz-alert-color: var(--vz-success-text-emphasis);
  --vz-alert-bg: var(--vz-success-bg-subtle);
  --vz-alert-border-color: var(--vz-success-border-subtle);
  --vz-alert-link-color: var(--vz-success-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-info {
  --vz-alert-color: var(--vz-info-text-emphasis);
  --vz-alert-bg: var(--vz-info-bg-subtle);
  --vz-alert-border-color: var(--vz-info-border-subtle);
  --vz-alert-link-color: var(--vz-info-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-warning {
  --vz-alert-color: var(--vz-warning-text-emphasis);
  --vz-alert-bg: var(--vz-warning-bg-subtle);
  --vz-alert-border-color: var(--vz-warning-border-subtle);
  --vz-alert-link-color: var(--vz-warning-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-danger {
  --vz-alert-color: var(--vz-danger-text-emphasis);
  --vz-alert-bg: var(--vz-danger-bg-subtle);
  --vz-alert-border-color: var(--vz-danger-border-subtle);
  --vz-alert-link-color: var(--vz-danger-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-light {
  --vz-alert-color: var(--vz-light-text-emphasis);
  --vz-alert-bg: var(--vz-light-bg-subtle);
  --vz-alert-border-color: var(--vz-light-border-subtle);
  --vz-alert-link-color: var(--vz-light-text-emphasis);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dark {
  --vz-alert-color: var(--vz-dark-text-emphasis);
  --vz-alert-bg: var(--vz-dark-bg-subtle);
  --vz-alert-border-color: var(--vz-dark-border-subtle);
  --vz-alert-link-color: var(--vz-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.625rem;
  }
}

/* line 11, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress,
.progress-stacked {
  --vz-progress-height: 0.625rem;
  --vz-progress-font-size: 0.61875rem;
  --vz-progress-bg: var(--vz-tertiary-bg);
  --vz-progress-border-radius: var(--vz-border-radius);
  --vz-progress-box-shadow: var(--vz-box-shadow-inset);
  --vz-progress-bar-color: #fff;
  --vz-progress-bar-bg: var(--vz-primary);
  --vz-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--vz-progress-height);
  overflow: hidden;
  font-size: var(--vz-progress-font-size);
  background-color: var(--vz-progress-bg);
  border-radius: var(--vz-progress-border-radius);
}

/* line 33, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--vz-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--vz-progress-bar-bg);
  transition: var(--vz-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--vz-progress-height) var(--vz-progress-height);
}

/* line 50, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, app/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, app/assets/stylesheets/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group {
  --vz-list-group-color: var(--vz-body-color);
  --vz-list-group-bg: var(--vz-secondary-bg);
  --vz-list-group-border-color: var(--vz-border-color);
  --vz-list-group-border-width: var(--vz-border-width);
  --vz-list-group-border-radius: var(--vz-border-radius);
  --vz-list-group-item-padding-x: 1rem;
  --vz-list-group-item-padding-y: 0.7rem;
  --vz-list-group-action-color: var(--vz-secondary-color);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-tertiary-bg);
  --vz-list-group-action-active-color: var(--vz-body-color);
  --vz-list-group-action-active-bg: var(--vz-secondary-bg);
  --vz-list-group-disabled-color: var(--vz-secondary-color);
  --vz-list-group-disabled-bg: var(--vz-secondary-bg);
  --vz-list-group-active-color: #fff;
  --vz-list-group-active-bg: #6691e7;
  --vz-list-group-active-border-color: #6691e7;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--vz-list-group-border-radius);
}

/* line 35, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--vz-list-group-action-color);
  text-align: inherit;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--vz-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--vz-list-group-action-hover-bg);
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: var(--vz-list-group-action-active-color);
  background-color: var(--vz-list-group-action-active-bg);
}

/* line 75, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--vz-list-group-item-padding-y) var(--vz-list-group-item-padding-x);
  color: var(--vz-list-group-color);
  background-color: var(--vz-list-group-bg);
  border: var(--vz-list-group-border-width) solid var(--vz-list-group-border-color);
}

/* line 84, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--vz-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--vz-list-group-disabled-bg);
}

/* line 100, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--vz-list-group-active-color);
  background-color: var(--vz-list-group-active-bg);
  border-color: var(--vz-list-group-active-border-color);
}

/* line 108, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--vz-list-group-border-width));
  border-top-width: var(--vz-list-group-border-width);
}

/* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--vz-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--vz-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--vz-list-group-border-width);
  border-left-width: 0;
}

/* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--vz-list-group-border-width));
  border-left-width: var(--vz-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--vz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--vz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--vz-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--vz-list-group-border-width));
    border-left-width: var(--vz-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--vz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--vz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--vz-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--vz-list-group-border-width));
    border-left-width: var(--vz-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--vz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--vz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--vz-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--vz-list-group-border-width));
    border-left-width: var(--vz-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--vz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--vz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--vz-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--vz-list-group-border-width));
    border-left-width: var(--vz-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--vz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--vz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--vz-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--vz-list-group-border-width));
    border-left-width: var(--vz-list-group-border-width);
  }
}

/* line 164, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--vz-list-group-border-width);
}

/* line 170, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-primary {
  --vz-list-group-color: var(--vz-primary-text-emphasis);
  --vz-list-group-bg: var(--vz-primary-bg-subtle);
  --vz-list-group-border-color: var(--vz-primary-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-primary-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-primary-border-subtle);
  --vz-list-group-active-color: var(--vz-primary-bg-subtle);
  --vz-list-group-active-bg: var(--vz-primary-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-primary-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-secondary {
  --vz-list-group-color: var(--vz-secondary-text-emphasis);
  --vz-list-group-bg: var(--vz-secondary-bg-subtle);
  --vz-list-group-border-color: var(--vz-secondary-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-secondary-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-secondary-border-subtle);
  --vz-list-group-active-color: var(--vz-secondary-bg-subtle);
  --vz-list-group-active-bg: var(--vz-secondary-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-secondary-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-success {
  --vz-list-group-color: var(--vz-success-text-emphasis);
  --vz-list-group-bg: var(--vz-success-bg-subtle);
  --vz-list-group-border-color: var(--vz-success-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-success-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-success-border-subtle);
  --vz-list-group-active-color: var(--vz-success-bg-subtle);
  --vz-list-group-active-bg: var(--vz-success-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-success-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-info {
  --vz-list-group-color: var(--vz-info-text-emphasis);
  --vz-list-group-bg: var(--vz-info-bg-subtle);
  --vz-list-group-border-color: var(--vz-info-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-info-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-info-border-subtle);
  --vz-list-group-active-color: var(--vz-info-bg-subtle);
  --vz-list-group-active-bg: var(--vz-info-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-info-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-warning {
  --vz-list-group-color: var(--vz-warning-text-emphasis);
  --vz-list-group-bg: var(--vz-warning-bg-subtle);
  --vz-list-group-border-color: var(--vz-warning-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-warning-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-warning-border-subtle);
  --vz-list-group-active-color: var(--vz-warning-bg-subtle);
  --vz-list-group-active-bg: var(--vz-warning-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-warning-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-danger {
  --vz-list-group-color: var(--vz-danger-text-emphasis);
  --vz-list-group-bg: var(--vz-danger-bg-subtle);
  --vz-list-group-border-color: var(--vz-danger-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-danger-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-danger-border-subtle);
  --vz-list-group-active-color: var(--vz-danger-bg-subtle);
  --vz-list-group-active-bg: var(--vz-danger-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-danger-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-light {
  --vz-list-group-color: var(--vz-light-text-emphasis);
  --vz-list-group-bg: var(--vz-light-bg-subtle);
  --vz-list-group-border-color: var(--vz-light-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-light-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-light-border-subtle);
  --vz-list-group-active-color: var(--vz-light-bg-subtle);
  --vz-list-group-active-bg: var(--vz-light-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-light-text-emphasis);
}

/* line 184, app/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-dark {
  --vz-list-group-color: var(--vz-dark-text-emphasis);
  --vz-list-group-bg: var(--vz-dark-bg-subtle);
  --vz-list-group-border-color: var(--vz-dark-border-subtle);
  --vz-list-group-action-hover-color: var(--vz-emphasis-color);
  --vz-list-group-action-hover-bg: var(--vz-dark-border-subtle);
  --vz-list-group-action-active-color: var(--vz-emphasis-color);
  --vz-list-group-action-active-bg: var(--vz-dark-border-subtle);
  --vz-list-group-active-color: var(--vz-dark-bg-subtle);
  --vz-list-group-active-bg: var(--vz-dark-text-emphasis);
  --vz-list-group-active-border-color: var(--vz-dark-text-emphasis);
}

/* line 6, app/assets/stylesheets/bootstrap/scss/_close.scss */
.btn-close {
  --vz-btn-close-color: #000;
  --vz-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  --vz-btn-close-opacity: 0.5;
  --vz-btn-close-hover-opacity: 0.75;
  --vz-btn-close-focus-shadow: 0 0 1 0.25rem rgba(var(--vz-primary-rgb), 0.25);
  --vz-btn-close-focus-opacity: 1;
  --vz-btn-close-disabled-opacity: 0.25;
  --vz-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--vz-btn-close-color);
  background: transparent var(--vz-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--vz-btn-close-opacity);
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_close.scss */
.btn-close:hover {
  color: var(--vz-btn-close-color);
  text-decoration: none;
  opacity: var(--vz-btn-close-hover-opacity);
}

/* line 35, app/assets/stylesheets/bootstrap/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--vz-btn-close-focus-shadow);
  opacity: var(--vz-btn-close-focus-opacity);
}

/* line 41, app/assets/stylesheets/bootstrap/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--vz-btn-close-disabled-opacity);
}

/* line 53, app/assets/stylesheets/bootstrap/scss/_close.scss */
.btn-close-white {
  filter: var(--vz-btn-close-white-filter);
}

/* line 59, app/assets/stylesheets/bootstrap/scss/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--vz-btn-close-white-filter);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast {
  --vz-toast-zindex: 1090;
  --vz-toast-padding-x: 0.75rem;
  --vz-toast-padding-y: 0.5rem;
  --vz-toast-spacing: 1.5rem;
  --vz-toast-max-width: 350px;
  --vz-toast-font-size: 0.875rem;
  --vz-toast-color: ;
  --vz-toast-bg: var(--vz-secondary-bg);
  --vz-toast-border-width: var(--vz-border-width);
  --vz-toast-border-color: var(--vz-border-color);
  --vz-toast-border-radius: var(--vz-border-radius);
  --vz-toast-box-shadow: var(--vz-box-shadow);
  --vz-toast-header-color: var(--vz-secondary-color);
  --vz-toast-header-bg: var(--vz-secondary-bg);
  --vz-toast-header-border-color: var(--vz-border-color);
  width: var(--vz-toast-max-width);
  max-width: 100%;
  font-size: var(--vz-toast-font-size);
  color: var(--vz-toast-color);
  pointer-events: auto;
  background-color: var(--vz-toast-bg);
  background-clip: padding-box;
  border: var(--vz-toast-border-width) solid var(--vz-toast-border-color);
  box-shadow: var(--vz-toast-box-shadow);
  border-radius: var(--vz-toast-border-radius);
}

/* line 31, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast-container {
  --vz-toast-zindex: 1090;
  position: absolute;
  z-index: var(--vz-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--vz-toast-spacing);
}

/* line 54, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--vz-toast-padding-y) var(--vz-toast-padding-x);
  color: var(--vz-toast-header-color);
  background-color: var(--vz-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--vz-toast-border-width) solid var(--vz-toast-header-border-color);
  border-top-left-radius: calc(var(--vz-toast-border-radius) - var(--vz-toast-border-width));
  border-top-right-radius: calc(var(--vz-toast-border-radius) - var(--vz-toast-border-width));
}

/* line 64, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--vz-toast-padding-x));
  margin-left: var(--vz-toast-padding-x);
}

/* line 70, app/assets/stylesheets/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: var(--vz-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal {
  --vz-modal-zindex: 1055;
  --vz-modal-width: 500px;
  --vz-modal-padding: 1.25rem;
  --vz-modal-margin: 0.5rem;
  --vz-modal-color: ;
  --vz-modal-bg: var(--vz-secondary-bg);
  --vz-modal-border-color: var(--vz-border-color);
  --vz-modal-border-width: var(--vz-border-width);
  --vz-modal-border-radius: var(--vz-border-radius-lg);
  --vz-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --vz-modal-inner-border-radius: calc(var(--vz-border-radius-lg) - (var(--vz-border-width)));
  --vz-modal-header-padding-x: 1.25rem;
  --vz-modal-header-padding-y: 1.25rem;
  --vz-modal-header-padding: 1.25rem 1.25rem;
  --vz-modal-header-border-color: var(--vz-border-color);
  --vz-modal-header-border-width: 0;
  --vz-modal-title-line-height: 1.5;
  --vz-modal-footer-gap: 0.5rem;
  --vz-modal-footer-bg: ;
  --vz-modal-footer-border-color: var(--vz-border-color);
  --vz-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--vz-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--vz-modal-margin);
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--vz-modal-margin) * 2);
}

/* line 78, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--vz-modal-margin) * 2);
}

/* line 95, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--vz-modal-color);
  pointer-events: auto;
  background-color: var(--vz-modal-bg);
  background-clip: padding-box;
  border: var(--vz-modal-border-width) solid var(--vz-modal-border-color);
  border-radius: var(--vz-modal-border-radius);
  outline: 0;
}

/* line 113, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-backdrop {
  --vz-backdrop-zindex: 1050;
  --vz-backdrop-bg: #000;
  --vz-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--vz-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--vz-backdrop-bg);
}

/* line 12, app/assets/stylesheets/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--vz-backdrop-opacity);
}

/* line 125, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--vz-modal-header-padding);
  border-bottom: var(--vz-modal-header-border-width) solid var(--vz-modal-header-border-color);
  border-top-left-radius: var(--vz-modal-inner-border-radius);
  border-top-right-radius: var(--vz-modal-inner-border-radius);
}

/* line 134, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--vz-modal-header-padding-y) * .5) calc(var(--vz-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--vz-modal-header-padding-y)) calc(-.5 * var(--vz-modal-header-padding-x)) calc(-.5 * var(--vz-modal-header-padding-y)) auto;
}

/* line 141, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--vz-modal-title-line-height);
}

/* line 148, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--vz-modal-padding);
}

/* line 157, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--vz-modal-padding) - var(--vz-modal-footer-gap) * .5);
  background-color: var(--vz-modal-footer-bg);
  border-top: var(--vz-modal-footer-border-width) solid var(--vz-modal-footer-border-color);
  border-bottom-right-radius: var(--vz-modal-inner-border-radius);
  border-bottom-left-radius: var(--vz-modal-inner-border-radius);
}

/* line 171, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--vz-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal {
    --vz-modal-margin: 1.75rem;
    --vz-modal-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  }
  /* line 184, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--vz-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-sm {
    --vz-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    --vz-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-xl {
    --vz-modal-width: 1140px;
  }
}

/* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, app/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip {
  --vz-tooltip-zindex: 1080;
  --vz-tooltip-max-width: 200px;
  --vz-tooltip-padding-x: 0.7rem;
  --vz-tooltip-padding-y: 0.4rem;
  --vz-tooltip-margin: ;
  --vz-tooltip-font-size: 0.721875rem;
  --vz-tooltip-color: var(--vz-body-bg);
  --vz-tooltip-bg: var(--vz-emphasis-color);
  --vz-tooltip-border-radius: var(--vz-border-radius);
  --vz-tooltip-opacity: 0.9;
  --vz-tooltip-arrow-width: 0.8rem;
  --vz-tooltip-arrow-height: 0.4rem;
  z-index: var(--vz-tooltip-zindex);
  display: block;
  margin: var(--vz-tooltip-margin);
  font-family: var(--vz-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--vz-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--vz-tooltip-opacity);
}

/* line 32, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--vz-tooltip-arrow-width);
  height: var(--vz-tooltip-arrow-height);
}

/* line 37, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--vz-tooltip-arrow-height));
}

/* line 49, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--vz-tooltip-arrow-height) calc(var(--vz-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--vz-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--vz-tooltip-arrow-height));
  width: var(--vz-tooltip-arrow-height);
  height: var(--vz-tooltip-arrow-width);
}

/* line 62, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--vz-tooltip-arrow-width) * .5) var(--vz-tooltip-arrow-height) calc(var(--vz-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--vz-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--vz-tooltip-arrow-height));
}

/* line 74, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--vz-tooltip-arrow-width) * .5) var(--vz-tooltip-arrow-height);
  border-bottom-color: var(--vz-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--vz-tooltip-arrow-height));
  width: var(--vz-tooltip-arrow-height);
  height: var(--vz-tooltip-arrow-width);
}

/* line 87, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--vz-tooltip-arrow-width) * .5) 0 calc(var(--vz-tooltip-arrow-width) * .5) var(--vz-tooltip-arrow-height);
  border-left-color: var(--vz-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, app/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: var(--vz-tooltip-max-width);
  padding: var(--vz-tooltip-padding-y) var(--vz-tooltip-padding-x);
  color: var(--vz-tooltip-color);
  text-align: center;
  background-color: var(--vz-tooltip-bg);
  border-radius: var(--vz-tooltip-border-radius);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover {
  --vz-popover-zindex: 1070;
  --vz-popover-max-width: 276px;
  --vz-popover-font-size: 0.825rem;
  --vz-popover-bg: var(--vz-secondary-bg);
  --vz-popover-border-width: var(--vz-border-width);
  --vz-popover-border-color: var(--vz-border-color);
  --vz-popover-border-radius: var(--vz-border-radius);
  --vz-popover-inner-border-radius: calc(var(--vz-border-radius) - var(--vz-border-width));
  --vz-popover-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  --vz-popover-header-padding-x: 1rem;
  --vz-popover-header-padding-y: 0.7rem;
  --vz-popover-header-font-size: 0.825rem;
  --vz-popover-header-color: var(--vz-body-color);
  --vz-popover-header-bg: var(--vz-secondary-bg);
  --vz-popover-body-padding-x: 1rem;
  --vz-popover-body-padding-y: 1rem;
  --vz-popover-body-color: var(--vz-body-color);
  --vz-popover-arrow-width: 1rem;
  --vz-popover-arrow-height: 0.5rem;
  --vz-popover-arrow-border: var(--vz-popover-border-color);
  z-index: var(--vz-popover-zindex);
  display: block;
  max-width: var(--vz-popover-max-width);
  font-family: var(--vz-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--vz-popover-font-size);
  word-wrap: break-word;
  background-color: var(--vz-popover-bg);
  background-clip: padding-box;
  border: var(--vz-popover-border-width) solid var(--vz-popover-border-color);
  border-radius: var(--vz-popover-border-radius);
}

/* line 40, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--vz-popover-arrow-width);
  height: var(--vz-popover-arrow-height);
}

/* line 45, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--vz-popover-arrow-height)) - var(--vz-popover-border-width));
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--vz-popover-arrow-height) calc(var(--vz-popover-arrow-width) * .5) 0;
}

/* line 66, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--vz-popover-arrow-border);
}

/* line 71, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--vz-popover-border-width);
  border-top-color: var(--vz-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--vz-popover-arrow-height)) - var(--vz-popover-border-width));
  width: var(--vz-popover-arrow-height);
  height: var(--vz-popover-arrow-width);
}

/* line 85, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--vz-popover-arrow-width) * .5) var(--vz-popover-arrow-height) calc(var(--vz-popover-arrow-width) * .5) 0;
}

/* line 90, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--vz-popover-arrow-border);
}

/* line 95, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--vz-popover-border-width);
  border-right-color: var(--vz-popover-bg);
}

/* rtl:end:ignore */
/* line 105, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--vz-popover-arrow-height)) - var(--vz-popover-border-width));
}

/* line 108, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--vz-popover-arrow-width) * .5) var(--vz-popover-arrow-height);
}

/* line 113, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--vz-popover-arrow-border);
}

/* line 118, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--vz-popover-border-width);
  border-bottom-color: var(--vz-popover-bg);
}

/* line 125, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--vz-popover-arrow-width);
  margin-left: calc(-.5 * var(--vz-popover-arrow-width));
  content: "";
  border-bottom: var(--vz-popover-border-width) solid var(--vz-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--vz-popover-arrow-height)) - var(--vz-popover-border-width));
  width: var(--vz-popover-arrow-height);
  height: var(--vz-popover-arrow-width);
}

/* line 144, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--vz-popover-arrow-width) * .5) 0 calc(var(--vz-popover-arrow-width) * .5) var(--vz-popover-arrow-height);
}

/* line 149, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--vz-popover-arrow-border);
}

/* line 154, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--vz-popover-border-width);
  border-left-color: var(--vz-popover-bg);
}

/* rtl:end:ignore */
/* line 179, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-header {
  padding: var(--vz-popover-header-padding-y) var(--vz-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--vz-popover-header-font-size);
  color: var(--vz-popover-header-color);
  background-color: var(--vz-popover-header-bg);
  border-bottom: var(--vz-popover-border-width) solid var(--vz-popover-border-color);
  border-top-left-radius: var(--vz-popover-inner-border-radius);
  border-top-right-radius: var(--vz-popover-inner-border-radius);
}

/* line 188, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, app/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-body {
  padding: var(--vz-popover-body-padding-y) var(--vz-popover-body-padding-x);
  color: var(--vz-popover-body-color);
}

/* line 14, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 169, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 169, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 189, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 199, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 213, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 213, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, app/assets/stylesheets/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--vz-spinner-width);
  height: var(--vz-spinner-height);
  vertical-align: var(--vz-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--vz-spinner-animation-speed) linear infinite var(--vz-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
.spinner-border {
  --vz-spinner-width: 2rem;
  --vz-spinner-height: 2rem;
  --vz-spinner-vertical-align: -0.125em;
  --vz-spinner-border-width: 0.25em;
  --vz-spinner-animation-speed: 0.75s;
  --vz-spinner-animation-name: spinner-border;
  border: var(--vz-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  --vz-spinner-width: 1rem;
  --vz-spinner-height: 1rem;
  --vz-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
.spinner-grow {
  --vz-spinner-width: 2rem;
  --vz-spinner-height: 2rem;
  --vz-spinner-vertical-align: -0.125em;
  --vz-spinner-animation-speed: 0.75s;
  --vz-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  --vz-spinner-width: 1rem;
  --vz-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, app/assets/stylesheets/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --vz-spinner-animation-speed: 1.5s;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --vz-offcanvas-zindex: 1045;
  --vz-offcanvas-width: 400px;
  --vz-offcanvas-height: 30vh;
  --vz-offcanvas-padding-x: 1.25rem;
  --vz-offcanvas-padding-y: 1.25rem;
  --vz-offcanvas-color: var(--vz-body-color);
  --vz-offcanvas-bg: var(--vz-secondary-bg);
  --vz-offcanvas-border-width: var(--vz-border-width);
  --vz-offcanvas-border-color: var(--vz-border-color);
  --vz-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --vz-offcanvas-transition: transform 0.3s ease-in-out;
  --vz-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--vz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--vz-offcanvas-color);
    visibility: hidden;
    background-color: var(--vz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--vz-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--vz-offcanvas-width);
    border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--vz-offcanvas-width);
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    --vz-offcanvas-height: auto;
    --vz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--vz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--vz-offcanvas-color);
    visibility: hidden;
    background-color: var(--vz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--vz-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--vz-offcanvas-width);
    border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--vz-offcanvas-width);
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    --vz-offcanvas-height: auto;
    --vz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--vz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--vz-offcanvas-color);
    visibility: hidden;
    background-color: var(--vz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--vz-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--vz-offcanvas-width);
    border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--vz-offcanvas-width);
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    --vz-offcanvas-height: auto;
    --vz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--vz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--vz-offcanvas-color);
    visibility: hidden;
    background-color: var(--vz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--vz-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--vz-offcanvas-width);
    border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--vz-offcanvas-width);
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    --vz-offcanvas-height: auto;
    --vz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--vz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--vz-offcanvas-color);
    visibility: hidden;
    background-color: var(--vz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--vz-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--vz-offcanvas-width);
    border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--vz-offcanvas-width);
    border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--vz-offcanvas-height);
    max-height: 100%;
    border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --vz-offcanvas-height: auto;
    --vz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--vz-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--vz-offcanvas-color);
  visibility: hidden;
  background-color: var(--vz-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--vz-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--vz-offcanvas-width);
  border-right: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--vz-offcanvas-width);
  border-left: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--vz-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--vz-offcanvas-height);
  max-height: 100%;
  border-top: var(--vz-offcanvas-border-width) solid var(--vz-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, app/assets/stylesheets/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--vz-offcanvas-padding-y) var(--vz-offcanvas-padding-x);
}

/* line 129, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--vz-offcanvas-padding-y) * .5) calc(var(--vz-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--vz-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--vz-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--vz-offcanvas-padding-y));
}

/* line 137, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--vz-offcanvas-title-line-height);
}

/* line 142, app/assets/stylesheets/bootstrap/scss/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--vz-offcanvas-padding-y) var(--vz-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, app/assets/stylesheets/bootstrap/scss/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(102, 145, 231, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(134, 92, 226, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(19, 197, 107, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(80, 195, 230, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(232, 188, 82, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(237, 94, 94, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(243, 246, 249, var(--vz-bg-opacity, 1)) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(54, 61, 72, var(--vz-bg-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--vz-primary-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-primary-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(82, 116, 185, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 116, 185, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--vz-secondary-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-secondary-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(107, 74, 181, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(107, 74, 181, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--vz-success-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-success-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(15, 158, 86, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(15, 158, 86, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--vz-info-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-info-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(64, 156, 184, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(64, 156, 184, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--vz-warning-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-warning-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(186, 150, 66, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(186, 150, 66, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--vz-danger-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-danger-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(190, 75, 75, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(190, 75, 75, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--vz-light-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-light-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(245, 248, 250, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 248, 250, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--vz-dark-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-dark-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 8, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(43, 49, 58, var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(43, 49, 58, var(--vz-link-underline-opacity, 1)) !important;
}

/* line 19, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--vz-emphasis-color-rgb), var(--vz-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vz-emphasis-color-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--vz-emphasis-color-rgb), var(--vz-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--vz-emphasis-color-rgb), var(--vz-link-underline-opacity, 0.75)) !important;
}

/* line 1, app/assets/stylesheets/bootstrap/scss/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--vz-focus-ring-x, 0) var(--vz-focus-ring-y, 0) var(--vz-focus-ring-blur, 0) var(--vz-focus-ring-width) var(--vz-focus-ring-color);
}

/* line 1, app/assets/stylesheets/bootstrap/scss/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--vz-link-color-rgb), var(--vz-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, app/assets/stylesheets/bootstrap/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, app/assets/stylesheets/bootstrap/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/bootstrap/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--vz-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--vz-aspect-ratio);
  content: "";
}

/* line 13, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --vz-aspect-ratio: 100%;
}

/* line 23, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --vz-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --vz-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, app/assets/stylesheets/bootstrap/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --vz-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, app/assets/stylesheets/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/scss/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, app/assets/stylesheets/bootstrap/scss/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, app/assets/stylesheets/bootstrap/scss/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, app/assets/stylesheets/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/bootstrap/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, app/assets/stylesheets/bootstrap/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/bootstrap/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --vz-focus-ring-color: rgba(var(--vz-primary-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --vz-focus-ring-color: rgba(var(--vz-secondary-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-success {
  --vz-focus-ring-color: rgba(var(--vz-success-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-info {
  --vz-focus-ring-color: rgba(var(--vz-info-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --vz-focus-ring-color: rgba(var(--vz-warning-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --vz-focus-ring-color: rgba(var(--vz-danger-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-light {
  --vz-focus-ring-color: rgba(var(--vz-light-rgb), var(--vz-focus-ring-opacity));
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --vz-focus-ring-color: rgba(var(--vz-dark-rgb), var(--vz-focus-ring-opacity));
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border {
  border: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-primary {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-primary-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-secondary {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-secondary-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-success {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-success-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-info {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-info-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-warning {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-warning-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-danger {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-danger-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-light {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-light-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-dark {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-dark-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-black {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-black-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-white {
  --vz-border-opacity: 1;
  border-color: rgba(var(--vz-white-rgb), var(--vz-border-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--vz-primary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--vz-secondary-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--vz-success-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--vz-info-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--vz-warning-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--vz-danger-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--vz-light-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--vz-dark-border-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --vz-border-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --vz-border-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --vz-border-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --vz-border-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --vz-border-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.me-n5 {
  margin-right: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ms-n5 {
  margin-left: -3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--vz-font-monospace) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.33125rem + 0.975vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.29rem + 0.48vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.269375rem + 0.2325vw) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: 1.2375rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.03125rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 0.825rem !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 400 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 500 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-primary {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-primary-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-secondary {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-secondary-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-success {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-success-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-info {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-info-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-warning {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-warning-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-danger {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-danger-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-light {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-light-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-dark {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-dark-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-black {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-black-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-white {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-white-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-body {
  --vz-text-opacity: 1;
  color: rgba(var(--vz-body-color-rgb), var(--vz-text-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-muted {
  --vz-text-opacity: 1;
  color: var(--vz-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-black-50 {
  --vz-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-white-50 {
  --vz-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-body-secondary {
  --vz-text-opacity: 1;
  color: var(--vz-secondary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --vz-text-opacity: 1;
  color: var(--vz-tertiary-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --vz-text-opacity: 1;
  color: var(--vz-emphasis-color) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-reset {
  --vz-text-opacity: 1;
  color: inherit !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --vz-text-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --vz-text-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --vz-text-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --vz-text-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--vz-primary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--vz-secondary-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--vz-success-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--vz-info-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--vz-warning-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--vz-danger-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--vz-light-text-emphasis) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--vz-dark-text-emphasis) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --vz-link-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --vz-link-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --vz-link-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --vz-link-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --vz-link-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --vz-link-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --vz-link-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --vz-link-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --vz-link-opacity: 1;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --vz-link-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-primary {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-primary-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-secondary-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-success {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-success-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-info {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-info-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-warning {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-warning-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-danger {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-danger-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-light {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-light-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-dark {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-dark-rgb), var(--vz-link-underline-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline {
  --vz-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vz-link-color-rgb), var(--vz-link-underline-opacity, 1)) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --vz-link-underline-opacity: 0;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --vz-link-underline-opacity: 0;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --vz-link-underline-opacity: 0.1;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --vz-link-underline-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --vz-link-underline-opacity: 0.25;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --vz-link-underline-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --vz-link-underline-opacity: 0.5;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --vz-link-underline-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --vz-link-underline-opacity: 0.75;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --vz-link-underline-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --vz-link-underline-opacity: 1;
}

/* line 62, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --vz-link-underline-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-primary {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-primary-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-secondary-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-success {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-success-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-info {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-info-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-warning {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-warning-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-danger {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-danger-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-light {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-light-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-dark {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-dark-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-black {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-black-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-white {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-white-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-body {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-body-bg-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-transparent {
  --vz-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-secondary-bg-rgb), var(--vz-bg-opacity)) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --vz-bg-opacity: 1;
  background-color: rgba(var(--vz-tertiary-bg-rgb), var(--vz-bg-opacity)) !important;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --vz-bg-opacity: 0.1;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --vz-bg-opacity: 0.25;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --vz-bg-opacity: 0.5;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --vz-bg-opacity: 0.75;
}

/* line 57, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-100 {
  --vz-bg-opacity: 1;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--vz-primary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--vz-secondary-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--vz-success-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--vz-info-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--vz-warning-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--vz-danger-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--vz-light-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--vz-dark-bg-subtle) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--vz-gradient) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--vz-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--vz-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--vz-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--vz-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--vz-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--vz-border-radius) !important;
  border-top-right-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--vz-border-radius-sm) !important;
  border-top-right-radius: var(--vz-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--vz-border-radius) !important;
  border-top-right-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--vz-border-radius-lg) !important;
  border-top-right-radius: var(--vz-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--vz-border-radius-xl) !important;
  border-top-right-radius: var(--vz-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--vz-border-radius-xxl) !important;
  border-top-right-radius: var(--vz-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--vz-border-radius-pill) !important;
  border-top-right-radius: var(--vz-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--vz-border-radius) !important;
  border-bottom-right-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--vz-border-radius-sm) !important;
  border-bottom-right-radius: var(--vz-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--vz-border-radius) !important;
  border-bottom-right-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--vz-border-radius-lg) !important;
  border-bottom-right-radius: var(--vz-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--vz-border-radius-xl) !important;
  border-bottom-right-radius: var(--vz-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--vz-border-radius-xxl) !important;
  border-bottom-right-radius: var(--vz-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--vz-border-radius-pill) !important;
  border-bottom-right-radius: var(--vz-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--vz-border-radius) !important;
  border-bottom-left-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--vz-border-radius-sm) !important;
  border-bottom-left-radius: var(--vz-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--vz-border-radius) !important;
  border-bottom-left-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--vz-border-radius-lg) !important;
  border-bottom-left-radius: var(--vz-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--vz-border-radius-xl) !important;
  border-bottom-left-radius: var(--vz-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--vz-border-radius-xxl) !important;
  border-bottom-left-radius: var(--vz-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--vz-border-radius-pill) !important;
  border-bottom-left-radius: var(--vz-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--vz-border-radius) !important;
  border-top-left-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--vz-border-radius-sm) !important;
  border-top-left-radius: var(--vz-border-radius-sm) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--vz-border-radius) !important;
  border-top-left-radius: var(--vz-border-radius) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--vz-border-radius-lg) !important;
  border-top-left-radius: var(--vz-border-radius-lg) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--vz-border-radius-xl) !important;
  border-top-left-radius: var(--vz-border-radius-xl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--vz-border-radius-xxl) !important;
  border-top-left-radius: var(--vz-border-radius-xxl) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--vz-border-radius-pill) !important;
  border-top-left-radius: var(--vz-border-radius-pill) !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-11 {
  font-size: 11px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-15 {
  font-size: 15px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-17 {
  font-size: 17px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-19 {
  font-size: 19px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-21 {
  font-size: 21px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-23 {
  font-size: 23px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-36 {
  font-size: 36px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.fs-48 {
  font-size: 48px !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.cursor-auto {
  cursor: auto !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
.cursor-grab {
  cursor: grab !important;
}

@media (min-width: 576px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-sm-auto {
    cursor: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-sm-pointer {
    cursor: pointer !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-sm-grab {
    cursor: grab !important;
  }
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-md-auto {
    cursor: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-md-pointer {
    cursor: pointer !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-md-grab {
    cursor: grab !important;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-lg-auto {
    cursor: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-lg-pointer {
    cursor: pointer !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-lg-grab {
    cursor: grab !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xl-auto {
    cursor: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xl-pointer {
    cursor: pointer !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xl-grab {
    cursor: grab !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xxl-auto {
    cursor: auto !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xxl-pointer {
    cursor: pointer !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .cursor-xxl-grab {
    cursor: grab !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.0625rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 1.65rem !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.44375rem !important;
  }
}

@media print {
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, app/assets/stylesheets/bootstrap/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Version: 3.0.0
Website: https://Themesbrand.com/
Contact: Themesbrand@gmail.com
File: Icons Css File
*/
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(/assets/fonts/materialdesignicons-webfont-f49304964841e9dc9a29d3ebe575e4536d4226e9b5170387c23ff6b572bc0975.eot?v=6.5.95);
  src: url(/assets/fonts/materialdesignicons-webfont-f49304964841e9dc9a29d3ebe575e4536d4226e9b5170387c23ff6b572bc0975.eot?#iefix&v=6.5.95) format("embedded-opentype"), url(/assets/fonts/materialdesignicons-webfont-6dc139dd4625b0822b682b3979b861a7be368c2e46496599968ae0f43f13f4a3.woff2?v=6.5.95) format("woff2"), url(/assets/fonts/materialdesignicons-webfont-0433c07c48ac0d25cddddfad3f93533219475f7e9a0c1ece50c9d8d673c9c924.woff?v=6.5.95) format("woff"), url(/assets/fonts/materialdesignicons-webfont-57c1a45b96b60ebc751e9ebb254b1d506715374f5c0c80ac3e839fc40dc32026.ttf?v=6.5.95) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 17, app/assets/stylesheets/icons.css */
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/icons.css */
.mdi-ab-testing::before {
  content: "\f01c9";
}

/* line 32, app/assets/stylesheets/icons.css */
.mdi-abacus::before {
  content: "\f16e0";
}

/* line 36, app/assets/stylesheets/icons.css */
.mdi-abjad-arabic::before {
  content: "\f1328";
}

/* line 40, app/assets/stylesheets/icons.css */
.mdi-abjad-hebrew::before {
  content: "\f1329";
}

/* line 44, app/assets/stylesheets/icons.css */
.mdi-abugida-devanagari::before {
  content: "\f132a";
}

/* line 48, app/assets/stylesheets/icons.css */
.mdi-abugida-thai::before {
  content: "\f132b";
}

/* line 52, app/assets/stylesheets/icons.css */
.mdi-access-point::before {
  content: "\f0003";
}

/* line 56, app/assets/stylesheets/icons.css */
.mdi-access-point-check::before {
  content: "\f1538";
}

/* line 60, app/assets/stylesheets/icons.css */
.mdi-access-point-minus::before {
  content: "\f1539";
}

/* line 64, app/assets/stylesheets/icons.css */
.mdi-access-point-network::before {
  content: "\f0002";
}

/* line 68, app/assets/stylesheets/icons.css */
.mdi-access-point-network-off::before {
  content: "\f0be1";
}

/* line 72, app/assets/stylesheets/icons.css */
.mdi-access-point-off::before {
  content: "\f1511";
}

/* line 76, app/assets/stylesheets/icons.css */
.mdi-access-point-plus::before {
  content: "\f153a";
}

/* line 80, app/assets/stylesheets/icons.css */
.mdi-access-point-remove::before {
  content: "\f153b";
}

/* line 84, app/assets/stylesheets/icons.css */
.mdi-account::before {
  content: "\f0004";
}

/* line 88, app/assets/stylesheets/icons.css */
.mdi-account-alert::before {
  content: "\f0005";
}

/* line 92, app/assets/stylesheets/icons.css */
.mdi-account-alert-outline::before {
  content: "\f0b50";
}

/* line 96, app/assets/stylesheets/icons.css */
.mdi-account-arrow-down::before {
  content: "\f1868";
}

/* line 100, app/assets/stylesheets/icons.css */
.mdi-account-arrow-down-outline::before {
  content: "\f1869";
}

/* line 104, app/assets/stylesheets/icons.css */
.mdi-account-arrow-left::before {
  content: "\f0b51";
}

/* line 108, app/assets/stylesheets/icons.css */
.mdi-account-arrow-left-outline::before {
  content: "\f0b52";
}

/* line 112, app/assets/stylesheets/icons.css */
.mdi-account-arrow-right::before {
  content: "\f0b53";
}

/* line 116, app/assets/stylesheets/icons.css */
.mdi-account-arrow-right-outline::before {
  content: "\f0b54";
}

/* line 120, app/assets/stylesheets/icons.css */
.mdi-account-arrow-up::before {
  content: "\f1867";
}

/* line 124, app/assets/stylesheets/icons.css */
.mdi-account-arrow-up-outline::before {
  content: "\f186a";
}

/* line 128, app/assets/stylesheets/icons.css */
.mdi-account-box::before {
  content: "\f0006";
}

/* line 132, app/assets/stylesheets/icons.css */
.mdi-account-box-multiple::before {
  content: "\f0934";
}

/* line 136, app/assets/stylesheets/icons.css */
.mdi-account-box-multiple-outline::before {
  content: "\f100a";
}

/* line 140, app/assets/stylesheets/icons.css */
.mdi-account-box-outline::before {
  content: "\f0007";
}

/* line 144, app/assets/stylesheets/icons.css */
.mdi-account-cancel::before {
  content: "\f12df";
}

/* line 148, app/assets/stylesheets/icons.css */
.mdi-account-cancel-outline::before {
  content: "\f12e0";
}

/* line 152, app/assets/stylesheets/icons.css */
.mdi-account-cash::before {
  content: "\f1097";
}

/* line 156, app/assets/stylesheets/icons.css */
.mdi-account-cash-outline::before {
  content: "\f1098";
}

/* line 160, app/assets/stylesheets/icons.css */
.mdi-account-check::before {
  content: "\f0008";
}

/* line 164, app/assets/stylesheets/icons.css */
.mdi-account-check-outline::before {
  content: "\f0be2";
}

/* line 168, app/assets/stylesheets/icons.css */
.mdi-account-child::before {
  content: "\f0a89";
}

/* line 172, app/assets/stylesheets/icons.css */
.mdi-account-child-circle::before {
  content: "\f0a8a";
}

/* line 176, app/assets/stylesheets/icons.css */
.mdi-account-child-outline::before {
  content: "\f10c8";
}

/* line 180, app/assets/stylesheets/icons.css */
.mdi-account-circle::before {
  content: "\f0009";
}

/* line 184, app/assets/stylesheets/icons.css */
.mdi-account-circle-outline::before {
  content: "\f0b55";
}

/* line 188, app/assets/stylesheets/icons.css */
.mdi-account-clock::before {
  content: "\f0b56";
}

/* line 192, app/assets/stylesheets/icons.css */
.mdi-account-clock-outline::before {
  content: "\f0b57";
}

/* line 196, app/assets/stylesheets/icons.css */
.mdi-account-cog::before {
  content: "\f1370";
}

/* line 200, app/assets/stylesheets/icons.css */
.mdi-account-cog-outline::before {
  content: "\f1371";
}

/* line 204, app/assets/stylesheets/icons.css */
.mdi-account-convert::before {
  content: "\f000a";
}

/* line 208, app/assets/stylesheets/icons.css */
.mdi-account-convert-outline::before {
  content: "\f1301";
}

/* line 212, app/assets/stylesheets/icons.css */
.mdi-account-cowboy-hat::before {
  content: "\f0e9b";
}

/* line 216, app/assets/stylesheets/icons.css */
.mdi-account-cowboy-hat-outline::before {
  content: "\f17f3";
}

/* line 220, app/assets/stylesheets/icons.css */
.mdi-account-details::before {
  content: "\f0631";
}

/* line 224, app/assets/stylesheets/icons.css */
.mdi-account-details-outline::before {
  content: "\f1372";
}

/* line 228, app/assets/stylesheets/icons.css */
.mdi-account-edit::before {
  content: "\f06bc";
}

/* line 232, app/assets/stylesheets/icons.css */
.mdi-account-edit-outline::before {
  content: "\f0ffb";
}

/* line 236, app/assets/stylesheets/icons.css */
.mdi-account-eye::before {
  content: "\f0420";
}

/* line 240, app/assets/stylesheets/icons.css */
.mdi-account-eye-outline::before {
  content: "\f127b";
}

/* line 244, app/assets/stylesheets/icons.css */
.mdi-account-filter::before {
  content: "\f0936";
}

/* line 248, app/assets/stylesheets/icons.css */
.mdi-account-filter-outline::before {
  content: "\f0f9d";
}

/* line 252, app/assets/stylesheets/icons.css */
.mdi-account-group::before {
  content: "\f0849";
}

/* line 256, app/assets/stylesheets/icons.css */
.mdi-account-group-outline::before {
  content: "\f0b58";
}

/* line 260, app/assets/stylesheets/icons.css */
.mdi-account-hard-hat::before {
  content: "\f05b5";
}

/* line 264, app/assets/stylesheets/icons.css */
.mdi-account-heart::before {
  content: "\f0899";
}

/* line 268, app/assets/stylesheets/icons.css */
.mdi-account-heart-outline::before {
  content: "\f0be3";
}

/* line 272, app/assets/stylesheets/icons.css */
.mdi-account-injury::before {
  content: "\f1815";
}

/* line 276, app/assets/stylesheets/icons.css */
.mdi-account-injury-outline::before {
  content: "\f1816";
}

/* line 280, app/assets/stylesheets/icons.css */
.mdi-account-key::before {
  content: "\f000b";
}

/* line 284, app/assets/stylesheets/icons.css */
.mdi-account-key-outline::before {
  content: "\f0be4";
}

/* line 288, app/assets/stylesheets/icons.css */
.mdi-account-lock::before {
  content: "\f115e";
}

/* line 292, app/assets/stylesheets/icons.css */
.mdi-account-lock-open::before {
  content: "\f1960";
}

/* line 296, app/assets/stylesheets/icons.css */
.mdi-account-lock-open-outline::before {
  content: "\f1961";
}

/* line 300, app/assets/stylesheets/icons.css */
.mdi-account-lock-outline::before {
  content: "\f115f";
}

/* line 304, app/assets/stylesheets/icons.css */
.mdi-account-minus::before {
  content: "\f000d";
}

/* line 308, app/assets/stylesheets/icons.css */
.mdi-account-minus-outline::before {
  content: "\f0aec";
}

/* line 312, app/assets/stylesheets/icons.css */
.mdi-account-multiple::before {
  content: "\f000e";
}

/* line 316, app/assets/stylesheets/icons.css */
.mdi-account-multiple-check::before {
  content: "\f08c5";
}

/* line 320, app/assets/stylesheets/icons.css */
.mdi-account-multiple-check-outline::before {
  content: "\f11fe";
}

/* line 324, app/assets/stylesheets/icons.css */
.mdi-account-multiple-minus::before {
  content: "\f05d3";
}

/* line 328, app/assets/stylesheets/icons.css */
.mdi-account-multiple-minus-outline::before {
  content: "\f0be5";
}

/* line 332, app/assets/stylesheets/icons.css */
.mdi-account-multiple-outline::before {
  content: "\f000f";
}

/* line 336, app/assets/stylesheets/icons.css */
.mdi-account-multiple-plus::before {
  content: "\f0010";
}

/* line 340, app/assets/stylesheets/icons.css */
.mdi-account-multiple-plus-outline::before {
  content: "\f0800";
}

/* line 344, app/assets/stylesheets/icons.css */
.mdi-account-multiple-remove::before {
  content: "\f120a";
}

/* line 348, app/assets/stylesheets/icons.css */
.mdi-account-multiple-remove-outline::before {
  content: "\f120b";
}

/* line 352, app/assets/stylesheets/icons.css */
.mdi-account-music::before {
  content: "\f0803";
}

/* line 356, app/assets/stylesheets/icons.css */
.mdi-account-music-outline::before {
  content: "\f0ce9";
}

/* line 360, app/assets/stylesheets/icons.css */
.mdi-account-network::before {
  content: "\f0011";
}

/* line 364, app/assets/stylesheets/icons.css */
.mdi-account-network-outline::before {
  content: "\f0be6";
}

/* line 368, app/assets/stylesheets/icons.css */
.mdi-account-off::before {
  content: "\f0012";
}

/* line 372, app/assets/stylesheets/icons.css */
.mdi-account-off-outline::before {
  content: "\f0be7";
}

/* line 376, app/assets/stylesheets/icons.css */
.mdi-account-outline::before {
  content: "\f0013";
}

/* line 380, app/assets/stylesheets/icons.css */
.mdi-account-plus::before {
  content: "\f0014";
}

/* line 384, app/assets/stylesheets/icons.css */
.mdi-account-plus-outline::before {
  content: "\f0801";
}

/* line 388, app/assets/stylesheets/icons.css */
.mdi-account-question::before {
  content: "\f0b59";
}

/* line 392, app/assets/stylesheets/icons.css */
.mdi-account-question-outline::before {
  content: "\f0b5a";
}

/* line 396, app/assets/stylesheets/icons.css */
.mdi-account-reactivate::before {
  content: "\f152b";
}

/* line 400, app/assets/stylesheets/icons.css */
.mdi-account-reactivate-outline::before {
  content: "\f152c";
}

/* line 404, app/assets/stylesheets/icons.css */
.mdi-account-remove::before {
  content: "\f0015";
}

/* line 408, app/assets/stylesheets/icons.css */
.mdi-account-remove-outline::before {
  content: "\f0aed";
}

/* line 412, app/assets/stylesheets/icons.css */
.mdi-account-search::before {
  content: "\f0016";
}

/* line 416, app/assets/stylesheets/icons.css */
.mdi-account-search-outline::before {
  content: "\f0935";
}

/* line 420, app/assets/stylesheets/icons.css */
.mdi-account-settings::before {
  content: "\f0630";
}

/* line 424, app/assets/stylesheets/icons.css */
.mdi-account-settings-outline::before {
  content: "\f10c9";
}

/* line 428, app/assets/stylesheets/icons.css */
.mdi-account-star::before {
  content: "\f0017";
}

/* line 432, app/assets/stylesheets/icons.css */
.mdi-account-star-outline::before {
  content: "\f0be8";
}

/* line 436, app/assets/stylesheets/icons.css */
.mdi-account-supervisor::before {
  content: "\f0a8b";
}

/* line 440, app/assets/stylesheets/icons.css */
.mdi-account-supervisor-circle::before {
  content: "\f0a8c";
}

/* line 444, app/assets/stylesheets/icons.css */
.mdi-account-supervisor-circle-outline::before {
  content: "\f14ec";
}

/* line 448, app/assets/stylesheets/icons.css */
.mdi-account-supervisor-outline::before {
  content: "\f112d";
}

/* line 452, app/assets/stylesheets/icons.css */
.mdi-account-switch::before {
  content: "\f0019";
}

/* line 456, app/assets/stylesheets/icons.css */
.mdi-account-switch-outline::before {
  content: "\f04cb";
}

/* line 460, app/assets/stylesheets/icons.css */
.mdi-account-sync::before {
  content: "\f191b";
}

/* line 464, app/assets/stylesheets/icons.css */
.mdi-account-sync-outline::before {
  content: "\f191c";
}

/* line 468, app/assets/stylesheets/icons.css */
.mdi-account-tie::before {
  content: "\f0ce3";
}

/* line 472, app/assets/stylesheets/icons.css */
.mdi-account-tie-hat::before {
  content: "\f1898";
}

/* line 476, app/assets/stylesheets/icons.css */
.mdi-account-tie-hat-outline::before {
  content: "\f1899";
}

/* line 480, app/assets/stylesheets/icons.css */
.mdi-account-tie-outline::before {
  content: "\f10ca";
}

/* line 484, app/assets/stylesheets/icons.css */
.mdi-account-tie-voice::before {
  content: "\f1308";
}

/* line 488, app/assets/stylesheets/icons.css */
.mdi-account-tie-voice-off::before {
  content: "\f130a";
}

/* line 492, app/assets/stylesheets/icons.css */
.mdi-account-tie-voice-off-outline::before {
  content: "\f130b";
}

/* line 496, app/assets/stylesheets/icons.css */
.mdi-account-tie-voice-outline::before {
  content: "\f1309";
}

/* line 500, app/assets/stylesheets/icons.css */
.mdi-account-voice::before {
  content: "\f05cb";
}

/* line 504, app/assets/stylesheets/icons.css */
.mdi-account-voice-off::before {
  content: "\f0ed4";
}

/* line 508, app/assets/stylesheets/icons.css */
.mdi-account-wrench::before {
  content: "\f189a";
}

/* line 512, app/assets/stylesheets/icons.css */
.mdi-account-wrench-outline::before {
  content: "\f189b";
}

/* line 516, app/assets/stylesheets/icons.css */
.mdi-adjust::before {
  content: "\f001a";
}

/* line 520, app/assets/stylesheets/icons.css */
.mdi-advertisements::before {
  content: "\f192a";
}

/* line 524, app/assets/stylesheets/icons.css */
.mdi-advertisements-off::before {
  content: "\f192b";
}

/* line 528, app/assets/stylesheets/icons.css */
.mdi-air-conditioner::before {
  content: "\f001b";
}

/* line 532, app/assets/stylesheets/icons.css */
.mdi-air-filter::before {
  content: "\f0d43";
}

/* line 536, app/assets/stylesheets/icons.css */
.mdi-air-horn::before {
  content: "\f0dac";
}

/* line 540, app/assets/stylesheets/icons.css */
.mdi-air-humidifier::before {
  content: "\f1099";
}

/* line 544, app/assets/stylesheets/icons.css */
.mdi-air-humidifier-off::before {
  content: "\f1466";
}

/* line 548, app/assets/stylesheets/icons.css */
.mdi-air-purifier::before {
  content: "\f0d44";
}

/* line 552, app/assets/stylesheets/icons.css */
.mdi-airbag::before {
  content: "\f0be9";
}

/* line 556, app/assets/stylesheets/icons.css */
.mdi-airballoon::before {
  content: "\f001c";
}

/* line 560, app/assets/stylesheets/icons.css */
.mdi-airballoon-outline::before {
  content: "\f100b";
}

/* line 564, app/assets/stylesheets/icons.css */
.mdi-airplane::before {
  content: "\f001d";
}

/* line 568, app/assets/stylesheets/icons.css */
.mdi-airplane-alert::before {
  content: "\f187a";
}

/* line 572, app/assets/stylesheets/icons.css */
.mdi-airplane-check::before {
  content: "\f187b";
}

/* line 576, app/assets/stylesheets/icons.css */
.mdi-airplane-clock::before {
  content: "\f187c";
}

/* line 580, app/assets/stylesheets/icons.css */
.mdi-airplane-cog::before {
  content: "\f187d";
}

/* line 584, app/assets/stylesheets/icons.css */
.mdi-airplane-edit::before {
  content: "\f187e";
}

/* line 588, app/assets/stylesheets/icons.css */
.mdi-airplane-landing::before {
  content: "\f05d4";
}

/* line 592, app/assets/stylesheets/icons.css */
.mdi-airplane-marker::before {
  content: "\f187f";
}

/* line 596, app/assets/stylesheets/icons.css */
.mdi-airplane-minus::before {
  content: "\f1880";
}

/* line 600, app/assets/stylesheets/icons.css */
.mdi-airplane-off::before {
  content: "\f001e";
}

/* line 604, app/assets/stylesheets/icons.css */
.mdi-airplane-plus::before {
  content: "\f1881";
}

/* line 608, app/assets/stylesheets/icons.css */
.mdi-airplane-remove::before {
  content: "\f1882";
}

/* line 612, app/assets/stylesheets/icons.css */
.mdi-airplane-search::before {
  content: "\f1883";
}

/* line 616, app/assets/stylesheets/icons.css */
.mdi-airplane-settings::before {
  content: "\f1884";
}

/* line 620, app/assets/stylesheets/icons.css */
.mdi-airplane-takeoff::before {
  content: "\f05d5";
}

/* line 624, app/assets/stylesheets/icons.css */
.mdi-airport::before {
  content: "\f084b";
}

/* line 628, app/assets/stylesheets/icons.css */
.mdi-alarm::before {
  content: "\f0020";
}

/* line 632, app/assets/stylesheets/icons.css */
.mdi-alarm-bell::before {
  content: "\f078e";
}

/* line 636, app/assets/stylesheets/icons.css */
.mdi-alarm-check::before {
  content: "\f0021";
}

/* line 640, app/assets/stylesheets/icons.css */
.mdi-alarm-light::before {
  content: "\f078f";
}

/* line 644, app/assets/stylesheets/icons.css */
.mdi-alarm-light-off::before {
  content: "\f171e";
}

/* line 648, app/assets/stylesheets/icons.css */
.mdi-alarm-light-off-outline::before {
  content: "\f171f";
}

/* line 652, app/assets/stylesheets/icons.css */
.mdi-alarm-light-outline::before {
  content: "\f0bea";
}

/* line 656, app/assets/stylesheets/icons.css */
.mdi-alarm-multiple::before {
  content: "\f0022";
}

/* line 660, app/assets/stylesheets/icons.css */
.mdi-alarm-note::before {
  content: "\f0e71";
}

/* line 664, app/assets/stylesheets/icons.css */
.mdi-alarm-note-off::before {
  content: "\f0e72";
}

/* line 668, app/assets/stylesheets/icons.css */
.mdi-alarm-off::before {
  content: "\f0023";
}

/* line 672, app/assets/stylesheets/icons.css */
.mdi-alarm-panel::before {
  content: "\f15c4";
}

/* line 676, app/assets/stylesheets/icons.css */
.mdi-alarm-panel-outline::before {
  content: "\f15c5";
}

/* line 680, app/assets/stylesheets/icons.css */
.mdi-alarm-plus::before {
  content: "\f0024";
}

/* line 684, app/assets/stylesheets/icons.css */
.mdi-alarm-snooze::before {
  content: "\f068e";
}

/* line 688, app/assets/stylesheets/icons.css */
.mdi-album::before {
  content: "\f0025";
}

/* line 692, app/assets/stylesheets/icons.css */
.mdi-alert::before {
  content: "\f0026";
}

/* line 696, app/assets/stylesheets/icons.css */
.mdi-alert-box::before {
  content: "\f0027";
}

/* line 700, app/assets/stylesheets/icons.css */
.mdi-alert-box-outline::before {
  content: "\f0ce4";
}

/* line 704, app/assets/stylesheets/icons.css */
.mdi-alert-circle::before {
  content: "\f0028";
}

/* line 708, app/assets/stylesheets/icons.css */
.mdi-alert-circle-check::before {
  content: "\f11ed";
}

/* line 712, app/assets/stylesheets/icons.css */
.mdi-alert-circle-check-outline::before {
  content: "\f11ee";
}

/* line 716, app/assets/stylesheets/icons.css */
.mdi-alert-circle-outline::before {
  content: "\f05d6";
}

/* line 720, app/assets/stylesheets/icons.css */
.mdi-alert-decagram::before {
  content: "\f06bd";
}

/* line 724, app/assets/stylesheets/icons.css */
.mdi-alert-decagram-outline::before {
  content: "\f0ce5";
}

/* line 728, app/assets/stylesheets/icons.css */
.mdi-alert-minus::before {
  content: "\f14bb";
}

/* line 732, app/assets/stylesheets/icons.css */
.mdi-alert-minus-outline::before {
  content: "\f14be";
}

/* line 736, app/assets/stylesheets/icons.css */
.mdi-alert-octagon::before {
  content: "\f0029";
}

/* line 740, app/assets/stylesheets/icons.css */
.mdi-alert-octagon-outline::before {
  content: "\f0ce6";
}

/* line 744, app/assets/stylesheets/icons.css */
.mdi-alert-octagram::before {
  content: "\f0767";
}

/* line 748, app/assets/stylesheets/icons.css */
.mdi-alert-octagram-outline::before {
  content: "\f0ce7";
}

/* line 752, app/assets/stylesheets/icons.css */
.mdi-alert-outline::before {
  content: "\f002a";
}

/* line 756, app/assets/stylesheets/icons.css */
.mdi-alert-plus::before {
  content: "\f14ba";
}

/* line 760, app/assets/stylesheets/icons.css */
.mdi-alert-plus-outline::before {
  content: "\f14bd";
}

/* line 764, app/assets/stylesheets/icons.css */
.mdi-alert-remove::before {
  content: "\f14bc";
}

/* line 768, app/assets/stylesheets/icons.css */
.mdi-alert-remove-outline::before {
  content: "\f14bf";
}

/* line 772, app/assets/stylesheets/icons.css */
.mdi-alert-rhombus::before {
  content: "\f11ce";
}

/* line 776, app/assets/stylesheets/icons.css */
.mdi-alert-rhombus-outline::before {
  content: "\f11cf";
}

/* line 780, app/assets/stylesheets/icons.css */
.mdi-alien::before {
  content: "\f089a";
}

/* line 784, app/assets/stylesheets/icons.css */
.mdi-alien-outline::before {
  content: "\f10cb";
}

/* line 788, app/assets/stylesheets/icons.css */
.mdi-align-horizontal-center::before {
  content: "\f11c3";
}

/* line 792, app/assets/stylesheets/icons.css */
.mdi-align-horizontal-distribute::before {
  content: "\f1962";
}

/* line 796, app/assets/stylesheets/icons.css */
.mdi-align-horizontal-left::before {
  content: "\f11c2";
}

/* line 800, app/assets/stylesheets/icons.css */
.mdi-align-horizontal-right::before {
  content: "\f11c4";
}

/* line 804, app/assets/stylesheets/icons.css */
.mdi-align-vertical-bottom::before {
  content: "\f11c5";
}

/* line 808, app/assets/stylesheets/icons.css */
.mdi-align-vertical-center::before {
  content: "\f11c6";
}

/* line 812, app/assets/stylesheets/icons.css */
.mdi-align-vertical-distribute::before {
  content: "\f1963";
}

/* line 816, app/assets/stylesheets/icons.css */
.mdi-align-vertical-top::before {
  content: "\f11c7";
}

/* line 820, app/assets/stylesheets/icons.css */
.mdi-all-inclusive::before {
  content: "\f06be";
}

/* line 824, app/assets/stylesheets/icons.css */
.mdi-all-inclusive-box::before {
  content: "\f188d";
}

/* line 828, app/assets/stylesheets/icons.css */
.mdi-all-inclusive-box-outline::before {
  content: "\f188e";
}

/* line 832, app/assets/stylesheets/icons.css */
.mdi-allergy::before {
  content: "\f1258";
}

/* line 836, app/assets/stylesheets/icons.css */
.mdi-alpha::before {
  content: "\f002b";
}

/* line 840, app/assets/stylesheets/icons.css */
.mdi-alpha-a::before {
  content: "\f0aee";
}

/* line 844, app/assets/stylesheets/icons.css */
.mdi-alpha-a-box::before {
  content: "\f0b08";
}

/* line 848, app/assets/stylesheets/icons.css */
.mdi-alpha-a-box-outline::before {
  content: "\f0beb";
}

/* line 852, app/assets/stylesheets/icons.css */
.mdi-alpha-a-circle::before {
  content: "\f0bec";
}

/* line 856, app/assets/stylesheets/icons.css */
.mdi-alpha-a-circle-outline::before {
  content: "\f0bed";
}

/* line 860, app/assets/stylesheets/icons.css */
.mdi-alpha-b::before {
  content: "\f0aef";
}

/* line 864, app/assets/stylesheets/icons.css */
.mdi-alpha-b-box::before {
  content: "\f0b09";
}

/* line 868, app/assets/stylesheets/icons.css */
.mdi-alpha-b-box-outline::before {
  content: "\f0bee";
}

/* line 872, app/assets/stylesheets/icons.css */
.mdi-alpha-b-circle::before {
  content: "\f0bef";
}

/* line 876, app/assets/stylesheets/icons.css */
.mdi-alpha-b-circle-outline::before {
  content: "\f0bf0";
}

/* line 880, app/assets/stylesheets/icons.css */
.mdi-alpha-c::before {
  content: "\f0af0";
}

/* line 884, app/assets/stylesheets/icons.css */
.mdi-alpha-c-box::before {
  content: "\f0b0a";
}

/* line 888, app/assets/stylesheets/icons.css */
.mdi-alpha-c-box-outline::before {
  content: "\f0bf1";
}

/* line 892, app/assets/stylesheets/icons.css */
.mdi-alpha-c-circle::before {
  content: "\f0bf2";
}

/* line 896, app/assets/stylesheets/icons.css */
.mdi-alpha-c-circle-outline::before {
  content: "\f0bf3";
}

/* line 900, app/assets/stylesheets/icons.css */
.mdi-alpha-d::before {
  content: "\f0af1";
}

/* line 904, app/assets/stylesheets/icons.css */
.mdi-alpha-d-box::before {
  content: "\f0b0b";
}

/* line 908, app/assets/stylesheets/icons.css */
.mdi-alpha-d-box-outline::before {
  content: "\f0bf4";
}

/* line 912, app/assets/stylesheets/icons.css */
.mdi-alpha-d-circle::before {
  content: "\f0bf5";
}

/* line 916, app/assets/stylesheets/icons.css */
.mdi-alpha-d-circle-outline::before {
  content: "\f0bf6";
}

/* line 920, app/assets/stylesheets/icons.css */
.mdi-alpha-e::before {
  content: "\f0af2";
}

/* line 924, app/assets/stylesheets/icons.css */
.mdi-alpha-e-box::before {
  content: "\f0b0c";
}

/* line 928, app/assets/stylesheets/icons.css */
.mdi-alpha-e-box-outline::before {
  content: "\f0bf7";
}

/* line 932, app/assets/stylesheets/icons.css */
.mdi-alpha-e-circle::before {
  content: "\f0bf8";
}

/* line 936, app/assets/stylesheets/icons.css */
.mdi-alpha-e-circle-outline::before {
  content: "\f0bf9";
}

/* line 940, app/assets/stylesheets/icons.css */
.mdi-alpha-f::before {
  content: "\f0af3";
}

/* line 944, app/assets/stylesheets/icons.css */
.mdi-alpha-f-box::before {
  content: "\f0b0d";
}

/* line 948, app/assets/stylesheets/icons.css */
.mdi-alpha-f-box-outline::before {
  content: "\f0bfa";
}

/* line 952, app/assets/stylesheets/icons.css */
.mdi-alpha-f-circle::before {
  content: "\f0bfb";
}

/* line 956, app/assets/stylesheets/icons.css */
.mdi-alpha-f-circle-outline::before {
  content: "\f0bfc";
}

/* line 960, app/assets/stylesheets/icons.css */
.mdi-alpha-g::before {
  content: "\f0af4";
}

/* line 964, app/assets/stylesheets/icons.css */
.mdi-alpha-g-box::before {
  content: "\f0b0e";
}

/* line 968, app/assets/stylesheets/icons.css */
.mdi-alpha-g-box-outline::before {
  content: "\f0bfd";
}

/* line 972, app/assets/stylesheets/icons.css */
.mdi-alpha-g-circle::before {
  content: "\f0bfe";
}

/* line 976, app/assets/stylesheets/icons.css */
.mdi-alpha-g-circle-outline::before {
  content: "\f0bff";
}

/* line 980, app/assets/stylesheets/icons.css */
.mdi-alpha-h::before {
  content: "\f0af5";
}

/* line 984, app/assets/stylesheets/icons.css */
.mdi-alpha-h-box::before {
  content: "\f0b0f";
}

/* line 988, app/assets/stylesheets/icons.css */
.mdi-alpha-h-box-outline::before {
  content: "\f0c00";
}

/* line 992, app/assets/stylesheets/icons.css */
.mdi-alpha-h-circle::before {
  content: "\f0c01";
}

/* line 996, app/assets/stylesheets/icons.css */
.mdi-alpha-h-circle-outline::before {
  content: "\f0c02";
}

/* line 1000, app/assets/stylesheets/icons.css */
.mdi-alpha-i::before {
  content: "\f0af6";
}

/* line 1004, app/assets/stylesheets/icons.css */
.mdi-alpha-i-box::before {
  content: "\f0b10";
}

/* line 1008, app/assets/stylesheets/icons.css */
.mdi-alpha-i-box-outline::before {
  content: "\f0c03";
}

/* line 1012, app/assets/stylesheets/icons.css */
.mdi-alpha-i-circle::before {
  content: "\f0c04";
}

/* line 1016, app/assets/stylesheets/icons.css */
.mdi-alpha-i-circle-outline::before {
  content: "\f0c05";
}

/* line 1020, app/assets/stylesheets/icons.css */
.mdi-alpha-j::before {
  content: "\f0af7";
}

/* line 1024, app/assets/stylesheets/icons.css */
.mdi-alpha-j-box::before {
  content: "\f0b11";
}

/* line 1028, app/assets/stylesheets/icons.css */
.mdi-alpha-j-box-outline::before {
  content: "\f0c06";
}

/* line 1032, app/assets/stylesheets/icons.css */
.mdi-alpha-j-circle::before {
  content: "\f0c07";
}

/* line 1036, app/assets/stylesheets/icons.css */
.mdi-alpha-j-circle-outline::before {
  content: "\f0c08";
}

/* line 1040, app/assets/stylesheets/icons.css */
.mdi-alpha-k::before {
  content: "\f0af8";
}

/* line 1044, app/assets/stylesheets/icons.css */
.mdi-alpha-k-box::before {
  content: "\f0b12";
}

/* line 1048, app/assets/stylesheets/icons.css */
.mdi-alpha-k-box-outline::before {
  content: "\f0c09";
}

/* line 1052, app/assets/stylesheets/icons.css */
.mdi-alpha-k-circle::before {
  content: "\f0c0a";
}

/* line 1056, app/assets/stylesheets/icons.css */
.mdi-alpha-k-circle-outline::before {
  content: "\f0c0b";
}

/* line 1060, app/assets/stylesheets/icons.css */
.mdi-alpha-l::before {
  content: "\f0af9";
}

/* line 1064, app/assets/stylesheets/icons.css */
.mdi-alpha-l-box::before {
  content: "\f0b13";
}

/* line 1068, app/assets/stylesheets/icons.css */
.mdi-alpha-l-box-outline::before {
  content: "\f0c0c";
}

/* line 1072, app/assets/stylesheets/icons.css */
.mdi-alpha-l-circle::before {
  content: "\f0c0d";
}

/* line 1076, app/assets/stylesheets/icons.css */
.mdi-alpha-l-circle-outline::before {
  content: "\f0c0e";
}

/* line 1080, app/assets/stylesheets/icons.css */
.mdi-alpha-m::before {
  content: "\f0afa";
}

/* line 1084, app/assets/stylesheets/icons.css */
.mdi-alpha-m-box::before {
  content: "\f0b14";
}

/* line 1088, app/assets/stylesheets/icons.css */
.mdi-alpha-m-box-outline::before {
  content: "\f0c0f";
}

/* line 1092, app/assets/stylesheets/icons.css */
.mdi-alpha-m-circle::before {
  content: "\f0c10";
}

/* line 1096, app/assets/stylesheets/icons.css */
.mdi-alpha-m-circle-outline::before {
  content: "\f0c11";
}

/* line 1100, app/assets/stylesheets/icons.css */
.mdi-alpha-n::before {
  content: "\f0afb";
}

/* line 1104, app/assets/stylesheets/icons.css */
.mdi-alpha-n-box::before {
  content: "\f0b15";
}

/* line 1108, app/assets/stylesheets/icons.css */
.mdi-alpha-n-box-outline::before {
  content: "\f0c12";
}

/* line 1112, app/assets/stylesheets/icons.css */
.mdi-alpha-n-circle::before {
  content: "\f0c13";
}

/* line 1116, app/assets/stylesheets/icons.css */
.mdi-alpha-n-circle-outline::before {
  content: "\f0c14";
}

/* line 1120, app/assets/stylesheets/icons.css */
.mdi-alpha-o::before {
  content: "\f0afc";
}

/* line 1124, app/assets/stylesheets/icons.css */
.mdi-alpha-o-box::before {
  content: "\f0b16";
}

/* line 1128, app/assets/stylesheets/icons.css */
.mdi-alpha-o-box-outline::before {
  content: "\f0c15";
}

/* line 1132, app/assets/stylesheets/icons.css */
.mdi-alpha-o-circle::before {
  content: "\f0c16";
}

/* line 1136, app/assets/stylesheets/icons.css */
.mdi-alpha-o-circle-outline::before {
  content: "\f0c17";
}

/* line 1140, app/assets/stylesheets/icons.css */
.mdi-alpha-p::before {
  content: "\f0afd";
}

/* line 1144, app/assets/stylesheets/icons.css */
.mdi-alpha-p-box::before {
  content: "\f0b17";
}

/* line 1148, app/assets/stylesheets/icons.css */
.mdi-alpha-p-box-outline::before {
  content: "\f0c18";
}

/* line 1152, app/assets/stylesheets/icons.css */
.mdi-alpha-p-circle::before {
  content: "\f0c19";
}

/* line 1156, app/assets/stylesheets/icons.css */
.mdi-alpha-p-circle-outline::before {
  content: "\f0c1a";
}

/* line 1160, app/assets/stylesheets/icons.css */
.mdi-alpha-q::before {
  content: "\f0afe";
}

/* line 1164, app/assets/stylesheets/icons.css */
.mdi-alpha-q-box::before {
  content: "\f0b18";
}

/* line 1168, app/assets/stylesheets/icons.css */
.mdi-alpha-q-box-outline::before {
  content: "\f0c1b";
}

/* line 1172, app/assets/stylesheets/icons.css */
.mdi-alpha-q-circle::before {
  content: "\f0c1c";
}

/* line 1176, app/assets/stylesheets/icons.css */
.mdi-alpha-q-circle-outline::before {
  content: "\f0c1d";
}

/* line 1180, app/assets/stylesheets/icons.css */
.mdi-alpha-r::before {
  content: "\f0aff";
}

/* line 1184, app/assets/stylesheets/icons.css */
.mdi-alpha-r-box::before {
  content: "\f0b19";
}

/* line 1188, app/assets/stylesheets/icons.css */
.mdi-alpha-r-box-outline::before {
  content: "\f0c1e";
}

/* line 1192, app/assets/stylesheets/icons.css */
.mdi-alpha-r-circle::before {
  content: "\f0c1f";
}

/* line 1196, app/assets/stylesheets/icons.css */
.mdi-alpha-r-circle-outline::before {
  content: "\f0c20";
}

/* line 1200, app/assets/stylesheets/icons.css */
.mdi-alpha-s::before {
  content: "\f0b00";
}

/* line 1204, app/assets/stylesheets/icons.css */
.mdi-alpha-s-box::before {
  content: "\f0b1a";
}

/* line 1208, app/assets/stylesheets/icons.css */
.mdi-alpha-s-box-outline::before {
  content: "\f0c21";
}

/* line 1212, app/assets/stylesheets/icons.css */
.mdi-alpha-s-circle::before {
  content: "\f0c22";
}

/* line 1216, app/assets/stylesheets/icons.css */
.mdi-alpha-s-circle-outline::before {
  content: "\f0c23";
}

/* line 1220, app/assets/stylesheets/icons.css */
.mdi-alpha-t::before {
  content: "\f0b01";
}

/* line 1224, app/assets/stylesheets/icons.css */
.mdi-alpha-t-box::before {
  content: "\f0b1b";
}

/* line 1228, app/assets/stylesheets/icons.css */
.mdi-alpha-t-box-outline::before {
  content: "\f0c24";
}

/* line 1232, app/assets/stylesheets/icons.css */
.mdi-alpha-t-circle::before {
  content: "\f0c25";
}

/* line 1236, app/assets/stylesheets/icons.css */
.mdi-alpha-t-circle-outline::before {
  content: "\f0c26";
}

/* line 1240, app/assets/stylesheets/icons.css */
.mdi-alpha-u::before {
  content: "\f0b02";
}

/* line 1244, app/assets/stylesheets/icons.css */
.mdi-alpha-u-box::before {
  content: "\f0b1c";
}

/* line 1248, app/assets/stylesheets/icons.css */
.mdi-alpha-u-box-outline::before {
  content: "\f0c27";
}

/* line 1252, app/assets/stylesheets/icons.css */
.mdi-alpha-u-circle::before {
  content: "\f0c28";
}

/* line 1256, app/assets/stylesheets/icons.css */
.mdi-alpha-u-circle-outline::before {
  content: "\f0c29";
}

/* line 1260, app/assets/stylesheets/icons.css */
.mdi-alpha-v::before {
  content: "\f0b03";
}

/* line 1264, app/assets/stylesheets/icons.css */
.mdi-alpha-v-box::before {
  content: "\f0b1d";
}

/* line 1268, app/assets/stylesheets/icons.css */
.mdi-alpha-v-box-outline::before {
  content: "\f0c2a";
}

/* line 1272, app/assets/stylesheets/icons.css */
.mdi-alpha-v-circle::before {
  content: "\f0c2b";
}

/* line 1276, app/assets/stylesheets/icons.css */
.mdi-alpha-v-circle-outline::before {
  content: "\f0c2c";
}

/* line 1280, app/assets/stylesheets/icons.css */
.mdi-alpha-w::before {
  content: "\f0b04";
}

/* line 1284, app/assets/stylesheets/icons.css */
.mdi-alpha-w-box::before {
  content: "\f0b1e";
}

/* line 1288, app/assets/stylesheets/icons.css */
.mdi-alpha-w-box-outline::before {
  content: "\f0c2d";
}

/* line 1292, app/assets/stylesheets/icons.css */
.mdi-alpha-w-circle::before {
  content: "\f0c2e";
}

/* line 1296, app/assets/stylesheets/icons.css */
.mdi-alpha-w-circle-outline::before {
  content: "\f0c2f";
}

/* line 1300, app/assets/stylesheets/icons.css */
.mdi-alpha-x::before {
  content: "\f0b05";
}

/* line 1304, app/assets/stylesheets/icons.css */
.mdi-alpha-x-box::before {
  content: "\f0b1f";
}

/* line 1308, app/assets/stylesheets/icons.css */
.mdi-alpha-x-box-outline::before {
  content: "\f0c30";
}

/* line 1312, app/assets/stylesheets/icons.css */
.mdi-alpha-x-circle::before {
  content: "\f0c31";
}

/* line 1316, app/assets/stylesheets/icons.css */
.mdi-alpha-x-circle-outline::before {
  content: "\f0c32";
}

/* line 1320, app/assets/stylesheets/icons.css */
.mdi-alpha-y::before {
  content: "\f0b06";
}

/* line 1324, app/assets/stylesheets/icons.css */
.mdi-alpha-y-box::before {
  content: "\f0b20";
}

/* line 1328, app/assets/stylesheets/icons.css */
.mdi-alpha-y-box-outline::before {
  content: "\f0c33";
}

/* line 1332, app/assets/stylesheets/icons.css */
.mdi-alpha-y-circle::before {
  content: "\f0c34";
}

/* line 1336, app/assets/stylesheets/icons.css */
.mdi-alpha-y-circle-outline::before {
  content: "\f0c35";
}

/* line 1340, app/assets/stylesheets/icons.css */
.mdi-alpha-z::before {
  content: "\f0b07";
}

/* line 1344, app/assets/stylesheets/icons.css */
.mdi-alpha-z-box::before {
  content: "\f0b21";
}

/* line 1348, app/assets/stylesheets/icons.css */
.mdi-alpha-z-box-outline::before {
  content: "\f0c36";
}

/* line 1352, app/assets/stylesheets/icons.css */
.mdi-alpha-z-circle::before {
  content: "\f0c37";
}

/* line 1356, app/assets/stylesheets/icons.css */
.mdi-alpha-z-circle-outline::before {
  content: "\f0c38";
}

/* line 1360, app/assets/stylesheets/icons.css */
.mdi-alphabet-aurebesh::before {
  content: "\f132c";
}

/* line 1364, app/assets/stylesheets/icons.css */
.mdi-alphabet-cyrillic::before {
  content: "\f132d";
}

/* line 1368, app/assets/stylesheets/icons.css */
.mdi-alphabet-greek::before {
  content: "\f132e";
}

/* line 1372, app/assets/stylesheets/icons.css */
.mdi-alphabet-latin::before {
  content: "\f132f";
}

/* line 1376, app/assets/stylesheets/icons.css */
.mdi-alphabet-piqad::before {
  content: "\f1330";
}

/* line 1380, app/assets/stylesheets/icons.css */
.mdi-alphabet-tengwar::before {
  content: "\f1337";
}

/* line 1384, app/assets/stylesheets/icons.css */
.mdi-alphabetical::before {
  content: "\f002c";
}

/* line 1388, app/assets/stylesheets/icons.css */
.mdi-alphabetical-off::before {
  content: "\f100c";
}

/* line 1392, app/assets/stylesheets/icons.css */
.mdi-alphabetical-variant::before {
  content: "\f100d";
}

/* line 1396, app/assets/stylesheets/icons.css */
.mdi-alphabetical-variant-off::before {
  content: "\f100e";
}

/* line 1400, app/assets/stylesheets/icons.css */
.mdi-altimeter::before {
  content: "\f05d7";
}

/* line 1404, app/assets/stylesheets/icons.css */
.mdi-ambulance::before {
  content: "\f002f";
}

/* line 1408, app/assets/stylesheets/icons.css */
.mdi-ammunition::before {
  content: "\f0ce8";
}

/* line 1412, app/assets/stylesheets/icons.css */
.mdi-ampersand::before {
  content: "\f0a8d";
}

/* line 1416, app/assets/stylesheets/icons.css */
.mdi-amplifier::before {
  content: "\f0030";
}

/* line 1420, app/assets/stylesheets/icons.css */
.mdi-amplifier-off::before {
  content: "\f11b5";
}

/* line 1424, app/assets/stylesheets/icons.css */
.mdi-anchor::before {
  content: "\f0031";
}

/* line 1428, app/assets/stylesheets/icons.css */
.mdi-android::before {
  content: "\f0032";
}

/* line 1432, app/assets/stylesheets/icons.css */
.mdi-android-messages::before {
  content: "\f0d45";
}

/* line 1436, app/assets/stylesheets/icons.css */
.mdi-android-studio::before {
  content: "\f0034";
}

/* line 1440, app/assets/stylesheets/icons.css */
.mdi-angle-acute::before {
  content: "\f0937";
}

/* line 1444, app/assets/stylesheets/icons.css */
.mdi-angle-obtuse::before {
  content: "\f0938";
}

/* line 1448, app/assets/stylesheets/icons.css */
.mdi-angle-right::before {
  content: "\f0939";
}

/* line 1452, app/assets/stylesheets/icons.css */
.mdi-angular::before {
  content: "\f06b2";
}

/* line 1456, app/assets/stylesheets/icons.css */
.mdi-angularjs::before {
  content: "\f06bf";
}

/* line 1460, app/assets/stylesheets/icons.css */
.mdi-animation::before {
  content: "\f05d8";
}

/* line 1464, app/assets/stylesheets/icons.css */
.mdi-animation-outline::before {
  content: "\f0a8f";
}

/* line 1468, app/assets/stylesheets/icons.css */
.mdi-animation-play::before {
  content: "\f093a";
}

/* line 1472, app/assets/stylesheets/icons.css */
.mdi-animation-play-outline::before {
  content: "\f0a90";
}

/* line 1476, app/assets/stylesheets/icons.css */
.mdi-ansible::before {
  content: "\f109a";
}

/* line 1480, app/assets/stylesheets/icons.css */
.mdi-antenna::before {
  content: "\f1119";
}

/* line 1484, app/assets/stylesheets/icons.css */
.mdi-anvil::before {
  content: "\f089b";
}

/* line 1488, app/assets/stylesheets/icons.css */
.mdi-apache-kafka::before {
  content: "\f100f";
}

/* line 1492, app/assets/stylesheets/icons.css */
.mdi-api::before {
  content: "\f109b";
}

/* line 1496, app/assets/stylesheets/icons.css */
.mdi-api-off::before {
  content: "\f1257";
}

/* line 1500, app/assets/stylesheets/icons.css */
.mdi-apple::before {
  content: "\f0035";
}

/* line 1504, app/assets/stylesheets/icons.css */
.mdi-apple-finder::before {
  content: "\f0036";
}

/* line 1508, app/assets/stylesheets/icons.css */
.mdi-apple-icloud::before {
  content: "\f0038";
}

/* line 1512, app/assets/stylesheets/icons.css */
.mdi-apple-ios::before {
  content: "\f0037";
}

/* line 1516, app/assets/stylesheets/icons.css */
.mdi-apple-keyboard-caps::before {
  content: "\f0632";
}

/* line 1520, app/assets/stylesheets/icons.css */
.mdi-apple-keyboard-command::before {
  content: "\f0633";
}

/* line 1524, app/assets/stylesheets/icons.css */
.mdi-apple-keyboard-control::before {
  content: "\f0634";
}

/* line 1528, app/assets/stylesheets/icons.css */
.mdi-apple-keyboard-option::before {
  content: "\f0635";
}

/* line 1532, app/assets/stylesheets/icons.css */
.mdi-apple-keyboard-shift::before {
  content: "\f0636";
}

/* line 1536, app/assets/stylesheets/icons.css */
.mdi-apple-safari::before {
  content: "\f0039";
}

/* line 1540, app/assets/stylesheets/icons.css */
.mdi-application::before {
  content: "\f08c6";
}

/* line 1544, app/assets/stylesheets/icons.css */
.mdi-application-array::before {
  content: "\f10f5";
}

/* line 1548, app/assets/stylesheets/icons.css */
.mdi-application-array-outline::before {
  content: "\f10f6";
}

/* line 1552, app/assets/stylesheets/icons.css */
.mdi-application-braces::before {
  content: "\f10f7";
}

/* line 1556, app/assets/stylesheets/icons.css */
.mdi-application-braces-outline::before {
  content: "\f10f8";
}

/* line 1560, app/assets/stylesheets/icons.css */
.mdi-application-brackets::before {
  content: "\f0c8b";
}

/* line 1564, app/assets/stylesheets/icons.css */
.mdi-application-brackets-outline::before {
  content: "\f0c8c";
}

/* line 1568, app/assets/stylesheets/icons.css */
.mdi-application-cog::before {
  content: "\f0675";
}

/* line 1572, app/assets/stylesheets/icons.css */
.mdi-application-cog-outline::before {
  content: "\f1577";
}

/* line 1576, app/assets/stylesheets/icons.css */
.mdi-application-edit::before {
  content: "\f00ae";
}

/* line 1580, app/assets/stylesheets/icons.css */
.mdi-application-edit-outline::before {
  content: "\f0619";
}

/* line 1584, app/assets/stylesheets/icons.css */
.mdi-application-export::before {
  content: "\f0dad";
}

/* line 1588, app/assets/stylesheets/icons.css */
.mdi-application-import::before {
  content: "\f0dae";
}

/* line 1592, app/assets/stylesheets/icons.css */
.mdi-application-outline::before {
  content: "\f0614";
}

/* line 1596, app/assets/stylesheets/icons.css */
.mdi-application-parentheses::before {
  content: "\f10f9";
}

/* line 1600, app/assets/stylesheets/icons.css */
.mdi-application-parentheses-outline::before {
  content: "\f10fa";
}

/* line 1604, app/assets/stylesheets/icons.css */
.mdi-application-settings::before {
  content: "\f0b60";
}

/* line 1608, app/assets/stylesheets/icons.css */
.mdi-application-settings-outline::before {
  content: "\f1555";
}

/* line 1612, app/assets/stylesheets/icons.css */
.mdi-application-variable::before {
  content: "\f10fb";
}

/* line 1616, app/assets/stylesheets/icons.css */
.mdi-application-variable-outline::before {
  content: "\f10fc";
}

/* line 1620, app/assets/stylesheets/icons.css */
.mdi-approximately-equal::before {
  content: "\f0f9e";
}

/* line 1624, app/assets/stylesheets/icons.css */
.mdi-approximately-equal-box::before {
  content: "\f0f9f";
}

/* line 1628, app/assets/stylesheets/icons.css */
.mdi-apps::before {
  content: "\f003b";
}

/* line 1632, app/assets/stylesheets/icons.css */
.mdi-apps-box::before {
  content: "\f0d46";
}

/* line 1636, app/assets/stylesheets/icons.css */
.mdi-arch::before {
  content: "\f08c7";
}

/* line 1640, app/assets/stylesheets/icons.css */
.mdi-archive::before {
  content: "\f003c";
}

/* line 1644, app/assets/stylesheets/icons.css */
.mdi-archive-alert::before {
  content: "\f14fd";
}

/* line 1648, app/assets/stylesheets/icons.css */
.mdi-archive-alert-outline::before {
  content: "\f14fe";
}

/* line 1652, app/assets/stylesheets/icons.css */
.mdi-archive-arrow-down::before {
  content: "\f1259";
}

/* line 1656, app/assets/stylesheets/icons.css */
.mdi-archive-arrow-down-outline::before {
  content: "\f125a";
}

/* line 1660, app/assets/stylesheets/icons.css */
.mdi-archive-arrow-up::before {
  content: "\f125b";
}

/* line 1664, app/assets/stylesheets/icons.css */
.mdi-archive-arrow-up-outline::before {
  content: "\f125c";
}

/* line 1668, app/assets/stylesheets/icons.css */
.mdi-archive-cancel::before {
  content: "\f174b";
}

/* line 1672, app/assets/stylesheets/icons.css */
.mdi-archive-cancel-outline::before {
  content: "\f174c";
}

/* line 1676, app/assets/stylesheets/icons.css */
.mdi-archive-check::before {
  content: "\f174d";
}

/* line 1680, app/assets/stylesheets/icons.css */
.mdi-archive-check-outline::before {
  content: "\f174e";
}

/* line 1684, app/assets/stylesheets/icons.css */
.mdi-archive-clock::before {
  content: "\f174f";
}

/* line 1688, app/assets/stylesheets/icons.css */
.mdi-archive-clock-outline::before {
  content: "\f1750";
}

/* line 1692, app/assets/stylesheets/icons.css */
.mdi-archive-cog::before {
  content: "\f1751";
}

/* line 1696, app/assets/stylesheets/icons.css */
.mdi-archive-cog-outline::before {
  content: "\f1752";
}

/* line 1700, app/assets/stylesheets/icons.css */
.mdi-archive-edit::before {
  content: "\f1753";
}

/* line 1704, app/assets/stylesheets/icons.css */
.mdi-archive-edit-outline::before {
  content: "\f1754";
}

/* line 1708, app/assets/stylesheets/icons.css */
.mdi-archive-eye::before {
  content: "\f1755";
}

/* line 1712, app/assets/stylesheets/icons.css */
.mdi-archive-eye-outline::before {
  content: "\f1756";
}

/* line 1716, app/assets/stylesheets/icons.css */
.mdi-archive-lock::before {
  content: "\f1757";
}

/* line 1720, app/assets/stylesheets/icons.css */
.mdi-archive-lock-open::before {
  content: "\f1758";
}

/* line 1724, app/assets/stylesheets/icons.css */
.mdi-archive-lock-open-outline::before {
  content: "\f1759";
}

/* line 1728, app/assets/stylesheets/icons.css */
.mdi-archive-lock-outline::before {
  content: "\f175a";
}

/* line 1732, app/assets/stylesheets/icons.css */
.mdi-archive-marker::before {
  content: "\f175b";
}

/* line 1736, app/assets/stylesheets/icons.css */
.mdi-archive-marker-outline::before {
  content: "\f175c";
}

/* line 1740, app/assets/stylesheets/icons.css */
.mdi-archive-minus::before {
  content: "\f175d";
}

/* line 1744, app/assets/stylesheets/icons.css */
.mdi-archive-minus-outline::before {
  content: "\f175e";
}

/* line 1748, app/assets/stylesheets/icons.css */
.mdi-archive-music::before {
  content: "\f175f";
}

/* line 1752, app/assets/stylesheets/icons.css */
.mdi-archive-music-outline::before {
  content: "\f1760";
}

/* line 1756, app/assets/stylesheets/icons.css */
.mdi-archive-off::before {
  content: "\f1761";
}

/* line 1760, app/assets/stylesheets/icons.css */
.mdi-archive-off-outline::before {
  content: "\f1762";
}

/* line 1764, app/assets/stylesheets/icons.css */
.mdi-archive-outline::before {
  content: "\f120e";
}

/* line 1768, app/assets/stylesheets/icons.css */
.mdi-archive-plus::before {
  content: "\f1763";
}

/* line 1772, app/assets/stylesheets/icons.css */
.mdi-archive-plus-outline::before {
  content: "\f1764";
}

/* line 1776, app/assets/stylesheets/icons.css */
.mdi-archive-refresh::before {
  content: "\f1765";
}

/* line 1780, app/assets/stylesheets/icons.css */
.mdi-archive-refresh-outline::before {
  content: "\f1766";
}

/* line 1784, app/assets/stylesheets/icons.css */
.mdi-archive-remove::before {
  content: "\f1767";
}

/* line 1788, app/assets/stylesheets/icons.css */
.mdi-archive-remove-outline::before {
  content: "\f1768";
}

/* line 1792, app/assets/stylesheets/icons.css */
.mdi-archive-search::before {
  content: "\f1769";
}

/* line 1796, app/assets/stylesheets/icons.css */
.mdi-archive-search-outline::before {
  content: "\f176a";
}

/* line 1800, app/assets/stylesheets/icons.css */
.mdi-archive-settings::before {
  content: "\f176b";
}

/* line 1804, app/assets/stylesheets/icons.css */
.mdi-archive-settings-outline::before {
  content: "\f176c";
}

/* line 1808, app/assets/stylesheets/icons.css */
.mdi-archive-star::before {
  content: "\f176d";
}

/* line 1812, app/assets/stylesheets/icons.css */
.mdi-archive-star-outline::before {
  content: "\f176e";
}

/* line 1816, app/assets/stylesheets/icons.css */
.mdi-archive-sync::before {
  content: "\f176f";
}

/* line 1820, app/assets/stylesheets/icons.css */
.mdi-archive-sync-outline::before {
  content: "\f1770";
}

/* line 1824, app/assets/stylesheets/icons.css */
.mdi-arm-flex::before {
  content: "\f0fd7";
}

/* line 1828, app/assets/stylesheets/icons.css */
.mdi-arm-flex-outline::before {
  content: "\f0fd6";
}

/* line 1832, app/assets/stylesheets/icons.css */
.mdi-arrange-bring-forward::before {
  content: "\f003d";
}

/* line 1836, app/assets/stylesheets/icons.css */
.mdi-arrange-bring-to-front::before {
  content: "\f003e";
}

/* line 1840, app/assets/stylesheets/icons.css */
.mdi-arrange-send-backward::before {
  content: "\f003f";
}

/* line 1844, app/assets/stylesheets/icons.css */
.mdi-arrange-send-to-back::before {
  content: "\f0040";
}

/* line 1848, app/assets/stylesheets/icons.css */
.mdi-arrow-all::before {
  content: "\f0041";
}

/* line 1852, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left::before {
  content: "\f0042";
}

/* line 1856, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-bold-box::before {
  content: "\f1964";
}

/* line 1860, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-bold-box-outline::before {
  content: "\f1965";
}

/* line 1864, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-bold-outline::before {
  content: "\f09b7";
}

/* line 1868, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-thick::before {
  content: "\f09b8";
}

/* line 1872, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-thin::before {
  content: "\f19b6";
}

/* line 1876, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-left-thin-circle-outline::before {
  content: "\f1596";
}

/* line 1880, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right::before {
  content: "\f0043";
}

/* line 1884, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-bold-box::before {
  content: "\f1966";
}

/* line 1888, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-bold-box-outline::before {
  content: "\f1967";
}

/* line 1892, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-bold-outline::before {
  content: "\f09b9";
}

/* line 1896, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-thick::before {
  content: "\f09ba";
}

/* line 1900, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-thin::before {
  content: "\f19b7";
}

/* line 1904, app/assets/stylesheets/icons.css */
.mdi-arrow-bottom-right-thin-circle-outline::before {
  content: "\f1595";
}

/* line 1908, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse::before {
  content: "\f0615";
}

/* line 1912, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-all::before {
  content: "\f0044";
}

/* line 1916, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-down::before {
  content: "\f0792";
}

/* line 1920, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-horizontal::before {
  content: "\f084c";
}

/* line 1924, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-left::before {
  content: "\f0793";
}

/* line 1928, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-right::before {
  content: "\f0794";
}

/* line 1932, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-up::before {
  content: "\f0795";
}

/* line 1936, app/assets/stylesheets/icons.css */
.mdi-arrow-collapse-vertical::before {
  content: "\f084d";
}

/* line 1940, app/assets/stylesheets/icons.css */
.mdi-arrow-decision::before {
  content: "\f09bb";
}

/* line 1944, app/assets/stylesheets/icons.css */
.mdi-arrow-decision-auto::before {
  content: "\f09bc";
}

/* line 1948, app/assets/stylesheets/icons.css */
.mdi-arrow-decision-auto-outline::before {
  content: "\f09bd";
}

/* line 1952, app/assets/stylesheets/icons.css */
.mdi-arrow-decision-outline::before {
  content: "\f09be";
}

/* line 1956, app/assets/stylesheets/icons.css */
.mdi-arrow-down::before {
  content: "\f0045";
}

/* line 1960, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold::before {
  content: "\f072e";
}

/* line 1964, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-box::before {
  content: "\f072f";
}

/* line 1968, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-box-outline::before {
  content: "\f0730";
}

/* line 1972, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-circle::before {
  content: "\f0047";
}

/* line 1976, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-circle-outline::before {
  content: "\f0048";
}

/* line 1980, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\f0049";
}

/* line 1984, app/assets/stylesheets/icons.css */
.mdi-arrow-down-bold-outline::before {
  content: "\f09bf";
}

/* line 1988, app/assets/stylesheets/icons.css */
.mdi-arrow-down-box::before {
  content: "\f06c0";
}

/* line 1992, app/assets/stylesheets/icons.css */
.mdi-arrow-down-circle::before {
  content: "\f0cdb";
}

/* line 1996, app/assets/stylesheets/icons.css */
.mdi-arrow-down-circle-outline::before {
  content: "\f0cdc";
}

/* line 2000, app/assets/stylesheets/icons.css */
.mdi-arrow-down-drop-circle::before {
  content: "\f004a";
}

/* line 2004, app/assets/stylesheets/icons.css */
.mdi-arrow-down-drop-circle-outline::before {
  content: "\f004b";
}

/* line 2008, app/assets/stylesheets/icons.css */
.mdi-arrow-down-left::before {
  content: "\f17a1";
}

/* line 2012, app/assets/stylesheets/icons.css */
.mdi-arrow-down-left-bold::before {
  content: "\f17a2";
}

/* line 2016, app/assets/stylesheets/icons.css */
.mdi-arrow-down-right::before {
  content: "\f17a3";
}

/* line 2020, app/assets/stylesheets/icons.css */
.mdi-arrow-down-right-bold::before {
  content: "\f17a4";
}

/* line 2024, app/assets/stylesheets/icons.css */
.mdi-arrow-down-thick::before {
  content: "\f0046";
}

/* line 2028, app/assets/stylesheets/icons.css */
.mdi-arrow-down-thin::before {
  content: "\f19b3";
}

/* line 2032, app/assets/stylesheets/icons.css */
.mdi-arrow-down-thin-circle-outline::before {
  content: "\f1599";
}

/* line 2036, app/assets/stylesheets/icons.css */
.mdi-arrow-expand::before {
  content: "\f0616";
}

/* line 2040, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-all::before {
  content: "\f004c";
}

/* line 2044, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-down::before {
  content: "\f0796";
}

/* line 2048, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-horizontal::before {
  content: "\f084e";
}

/* line 2052, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-left::before {
  content: "\f0797";
}

/* line 2056, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-right::before {
  content: "\f0798";
}

/* line 2060, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-up::before {
  content: "\f0799";
}

/* line 2064, app/assets/stylesheets/icons.css */
.mdi-arrow-expand-vertical::before {
  content: "\f084f";
}

/* line 2068, app/assets/stylesheets/icons.css */
.mdi-arrow-horizontal-lock::before {
  content: "\f115b";
}

/* line 2072, app/assets/stylesheets/icons.css */
.mdi-arrow-left::before {
  content: "\f004d";
}

/* line 2076, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold::before {
  content: "\f0731";
}

/* line 2080, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-box::before {
  content: "\f0732";
}

/* line 2084, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-box-outline::before {
  content: "\f0733";
}

/* line 2088, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-circle::before {
  content: "\f004f";
}

/* line 2092, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-circle-outline::before {
  content: "\f0050";
}

/* line 2096, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\f0051";
}

/* line 2100, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bold-outline::before {
  content: "\f09c0";
}

/* line 2104, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bottom::before {
  content: "\f17a5";
}

/* line 2108, app/assets/stylesheets/icons.css */
.mdi-arrow-left-bottom-bold::before {
  content: "\f17a6";
}

/* line 2112, app/assets/stylesheets/icons.css */
.mdi-arrow-left-box::before {
  content: "\f06c1";
}

/* line 2116, app/assets/stylesheets/icons.css */
.mdi-arrow-left-circle::before {
  content: "\f0cdd";
}

/* line 2120, app/assets/stylesheets/icons.css */
.mdi-arrow-left-circle-outline::before {
  content: "\f0cde";
}

/* line 2124, app/assets/stylesheets/icons.css */
.mdi-arrow-left-drop-circle::before {
  content: "\f0052";
}

/* line 2128, app/assets/stylesheets/icons.css */
.mdi-arrow-left-drop-circle-outline::before {
  content: "\f0053";
}

/* line 2132, app/assets/stylesheets/icons.css */
.mdi-arrow-left-right::before {
  content: "\f0e73";
}

/* line 2136, app/assets/stylesheets/icons.css */
.mdi-arrow-left-right-bold::before {
  content: "\f0e74";
}

/* line 2140, app/assets/stylesheets/icons.css */
.mdi-arrow-left-right-bold-outline::before {
  content: "\f09c1";
}

/* line 2144, app/assets/stylesheets/icons.css */
.mdi-arrow-left-thick::before {
  content: "\f004e";
}

/* line 2148, app/assets/stylesheets/icons.css */
.mdi-arrow-left-thin::before {
  content: "\f19b1";
}

/* line 2152, app/assets/stylesheets/icons.css */
.mdi-arrow-left-thin-circle-outline::before {
  content: "\f159a";
}

/* line 2156, app/assets/stylesheets/icons.css */
.mdi-arrow-left-top::before {
  content: "\f17a7";
}

/* line 2160, app/assets/stylesheets/icons.css */
.mdi-arrow-left-top-bold::before {
  content: "\f17a8";
}

/* line 2164, app/assets/stylesheets/icons.css */
.mdi-arrow-projectile::before {
  content: "\f1840";
}

/* line 2168, app/assets/stylesheets/icons.css */
.mdi-arrow-projectile-multiple::before {
  content: "\f183f";
}

/* line 2172, app/assets/stylesheets/icons.css */
.mdi-arrow-right::before {
  content: "\f0054";
}

/* line 2176, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold::before {
  content: "\f0734";
}

/* line 2180, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-box::before {
  content: "\f0735";
}

/* line 2184, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-box-outline::before {
  content: "\f0736";
}

/* line 2188, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-circle::before {
  content: "\f0056";
}

/* line 2192, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-circle-outline::before {
  content: "\f0057";
}

/* line 2196, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\f0058";
}

/* line 2200, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bold-outline::before {
  content: "\f09c2";
}

/* line 2204, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bottom::before {
  content: "\f17a9";
}

/* line 2208, app/assets/stylesheets/icons.css */
.mdi-arrow-right-bottom-bold::before {
  content: "\f17aa";
}

/* line 2212, app/assets/stylesheets/icons.css */
.mdi-arrow-right-box::before {
  content: "\f06c2";
}

/* line 2216, app/assets/stylesheets/icons.css */
.mdi-arrow-right-circle::before {
  content: "\f0cdf";
}

/* line 2220, app/assets/stylesheets/icons.css */
.mdi-arrow-right-circle-outline::before {
  content: "\f0ce0";
}

/* line 2224, app/assets/stylesheets/icons.css */
.mdi-arrow-right-drop-circle::before {
  content: "\f0059";
}

/* line 2228, app/assets/stylesheets/icons.css */
.mdi-arrow-right-drop-circle-outline::before {
  content: "\f005a";
}

/* line 2232, app/assets/stylesheets/icons.css */
.mdi-arrow-right-thick::before {
  content: "\f0055";
}

/* line 2236, app/assets/stylesheets/icons.css */
.mdi-arrow-right-thin::before {
  content: "\f19b0";
}

/* line 2240, app/assets/stylesheets/icons.css */
.mdi-arrow-right-thin-circle-outline::before {
  content: "\f1598";
}

/* line 2244, app/assets/stylesheets/icons.css */
.mdi-arrow-right-top::before {
  content: "\f17ab";
}

/* line 2248, app/assets/stylesheets/icons.css */
.mdi-arrow-right-top-bold::before {
  content: "\f17ac";
}

/* line 2252, app/assets/stylesheets/icons.css */
.mdi-arrow-split-horizontal::before {
  content: "\f093b";
}

/* line 2256, app/assets/stylesheets/icons.css */
.mdi-arrow-split-vertical::before {
  content: "\f093c";
}

/* line 2260, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left::before {
  content: "\f005b";
}

/* line 2264, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-bold-box::before {
  content: "\f1968";
}

/* line 2268, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-bold-box-outline::before {
  content: "\f1969";
}

/* line 2272, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-bold-outline::before {
  content: "\f09c3";
}

/* line 2276, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-bottom-right::before {
  content: "\f0e75";
}

/* line 2280, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\f0e76";
}

/* line 2284, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-thick::before {
  content: "\f09c4";
}

/* line 2288, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-thin::before {
  content: "\f19b5";
}

/* line 2292, app/assets/stylesheets/icons.css */
.mdi-arrow-top-left-thin-circle-outline::before {
  content: "\f1593";
}

/* line 2296, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right::before {
  content: "\f005c";
}

/* line 2300, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-bold-box::before {
  content: "\f196a";
}

/* line 2304, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-bold-box-outline::before {
  content: "\f196b";
}

/* line 2308, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-bold-outline::before {
  content: "\f09c5";
}

/* line 2312, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-bottom-left::before {
  content: "\f0e77";
}

/* line 2316, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\f0e78";
}

/* line 2320, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-thick::before {
  content: "\f09c6";
}

/* line 2324, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-thin::before {
  content: "\f19b4";
}

/* line 2328, app/assets/stylesheets/icons.css */
.mdi-arrow-top-right-thin-circle-outline::before {
  content: "\f1594";
}

/* line 2332, app/assets/stylesheets/icons.css */
.mdi-arrow-u-down-left::before {
  content: "\f17ad";
}

/* line 2336, app/assets/stylesheets/icons.css */
.mdi-arrow-u-down-left-bold::before {
  content: "\f17ae";
}

/* line 2340, app/assets/stylesheets/icons.css */
.mdi-arrow-u-down-right::before {
  content: "\f17af";
}

/* line 2344, app/assets/stylesheets/icons.css */
.mdi-arrow-u-down-right-bold::before {
  content: "\f17b0";
}

/* line 2348, app/assets/stylesheets/icons.css */
.mdi-arrow-u-left-bottom::before {
  content: "\f17b1";
}

/* line 2352, app/assets/stylesheets/icons.css */
.mdi-arrow-u-left-bottom-bold::before {
  content: "\f17b2";
}

/* line 2356, app/assets/stylesheets/icons.css */
.mdi-arrow-u-left-top::before {
  content: "\f17b3";
}

/* line 2360, app/assets/stylesheets/icons.css */
.mdi-arrow-u-left-top-bold::before {
  content: "\f17b4";
}

/* line 2364, app/assets/stylesheets/icons.css */
.mdi-arrow-u-right-bottom::before {
  content: "\f17b5";
}

/* line 2368, app/assets/stylesheets/icons.css */
.mdi-arrow-u-right-bottom-bold::before {
  content: "\f17b6";
}

/* line 2372, app/assets/stylesheets/icons.css */
.mdi-arrow-u-right-top::before {
  content: "\f17b7";
}

/* line 2376, app/assets/stylesheets/icons.css */
.mdi-arrow-u-right-top-bold::before {
  content: "\f17b8";
}

/* line 2380, app/assets/stylesheets/icons.css */
.mdi-arrow-u-up-left::before {
  content: "\f17b9";
}

/* line 2384, app/assets/stylesheets/icons.css */
.mdi-arrow-u-up-left-bold::before {
  content: "\f17ba";
}

/* line 2388, app/assets/stylesheets/icons.css */
.mdi-arrow-u-up-right::before {
  content: "\f17bb";
}

/* line 2392, app/assets/stylesheets/icons.css */
.mdi-arrow-u-up-right-bold::before {
  content: "\f17bc";
}

/* line 2396, app/assets/stylesheets/icons.css */
.mdi-arrow-up::before {
  content: "\f005d";
}

/* line 2400, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold::before {
  content: "\f0737";
}

/* line 2404, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-box::before {
  content: "\f0738";
}

/* line 2408, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-box-outline::before {
  content: "\f0739";
}

/* line 2412, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-circle::before {
  content: "\f005f";
}

/* line 2416, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-circle-outline::before {
  content: "\f0060";
}

/* line 2420, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\f0061";
}

/* line 2424, app/assets/stylesheets/icons.css */
.mdi-arrow-up-bold-outline::before {
  content: "\f09c7";
}

/* line 2428, app/assets/stylesheets/icons.css */
.mdi-arrow-up-box::before {
  content: "\f06c3";
}

/* line 2432, app/assets/stylesheets/icons.css */
.mdi-arrow-up-circle::before {
  content: "\f0ce1";
}

/* line 2436, app/assets/stylesheets/icons.css */
.mdi-arrow-up-circle-outline::before {
  content: "\f0ce2";
}

/* line 2440, app/assets/stylesheets/icons.css */
.mdi-arrow-up-down::before {
  content: "\f0e79";
}

/* line 2444, app/assets/stylesheets/icons.css */
.mdi-arrow-up-down-bold::before {
  content: "\f0e7a";
}

/* line 2448, app/assets/stylesheets/icons.css */
.mdi-arrow-up-down-bold-outline::before {
  content: "\f09c8";
}

/* line 2452, app/assets/stylesheets/icons.css */
.mdi-arrow-up-drop-circle::before {
  content: "\f0062";
}

/* line 2456, app/assets/stylesheets/icons.css */
.mdi-arrow-up-drop-circle-outline::before {
  content: "\f0063";
}

/* line 2460, app/assets/stylesheets/icons.css */
.mdi-arrow-up-left::before {
  content: "\f17bd";
}

/* line 2464, app/assets/stylesheets/icons.css */
.mdi-arrow-up-left-bold::before {
  content: "\f17be";
}

/* line 2468, app/assets/stylesheets/icons.css */
.mdi-arrow-up-right::before {
  content: "\f17bf";
}

/* line 2472, app/assets/stylesheets/icons.css */
.mdi-arrow-up-right-bold::before {
  content: "\f17c0";
}

/* line 2476, app/assets/stylesheets/icons.css */
.mdi-arrow-up-thick::before {
  content: "\f005e";
}

/* line 2480, app/assets/stylesheets/icons.css */
.mdi-arrow-up-thin::before {
  content: "\f19b2";
}

/* line 2484, app/assets/stylesheets/icons.css */
.mdi-arrow-up-thin-circle-outline::before {
  content: "\f1597";
}

/* line 2488, app/assets/stylesheets/icons.css */
.mdi-arrow-vertical-lock::before {
  content: "\f115c";
}

/* line 2492, app/assets/stylesheets/icons.css */
.mdi-artstation::before {
  content: "\f0b5b";
}

/* line 2496, app/assets/stylesheets/icons.css */
.mdi-aspect-ratio::before {
  content: "\f0a24";
}

/* line 2500, app/assets/stylesheets/icons.css */
.mdi-assistant::before {
  content: "\f0064";
}

/* line 2504, app/assets/stylesheets/icons.css */
.mdi-asterisk::before {
  content: "\f06c4";
}

/* line 2508, app/assets/stylesheets/icons.css */
.mdi-at::before {
  content: "\f0065";
}

/* line 2512, app/assets/stylesheets/icons.css */
.mdi-atlassian::before {
  content: "\f0804";
}

/* line 2516, app/assets/stylesheets/icons.css */
.mdi-atm::before {
  content: "\f0d47";
}

/* line 2520, app/assets/stylesheets/icons.css */
.mdi-atom::before {
  content: "\f0768";
}

/* line 2524, app/assets/stylesheets/icons.css */
.mdi-atom-variant::before {
  content: "\f0e7b";
}

/* line 2528, app/assets/stylesheets/icons.css */
.mdi-attachment::before {
  content: "\f0066";
}

/* line 2532, app/assets/stylesheets/icons.css */
.mdi-audio-input-rca::before {
  content: "\f186b";
}

/* line 2536, app/assets/stylesheets/icons.css */
.mdi-audio-input-stereo-minijack::before {
  content: "\f186c";
}

/* line 2540, app/assets/stylesheets/icons.css */
.mdi-audio-input-xlr::before {
  content: "\f186d";
}

/* line 2544, app/assets/stylesheets/icons.css */
.mdi-audio-video::before {
  content: "\f093d";
}

/* line 2548, app/assets/stylesheets/icons.css */
.mdi-audio-video-off::before {
  content: "\f11b6";
}

/* line 2552, app/assets/stylesheets/icons.css */
.mdi-augmented-reality::before {
  content: "\f0850";
}

/* line 2556, app/assets/stylesheets/icons.css */
.mdi-auto-download::before {
  content: "\f137e";
}

/* line 2560, app/assets/stylesheets/icons.css */
.mdi-auto-fix::before {
  content: "\f0068";
}

/* line 2564, app/assets/stylesheets/icons.css */
.mdi-auto-upload::before {
  content: "\f0069";
}

/* line 2568, app/assets/stylesheets/icons.css */
.mdi-autorenew::before {
  content: "\f006a";
}

/* line 2572, app/assets/stylesheets/icons.css */
.mdi-av-timer::before {
  content: "\f006b";
}

/* line 2576, app/assets/stylesheets/icons.css */
.mdi-aws::before {
  content: "\f0e0f";
}

/* line 2580, app/assets/stylesheets/icons.css */
.mdi-axe::before {
  content: "\f08c8";
}

/* line 2584, app/assets/stylesheets/icons.css */
.mdi-axe-battle::before {
  content: "\f1842";
}

/* line 2588, app/assets/stylesheets/icons.css */
.mdi-axis::before {
  content: "\f0d48";
}

/* line 2592, app/assets/stylesheets/icons.css */
.mdi-axis-arrow::before {
  content: "\f0d49";
}

/* line 2596, app/assets/stylesheets/icons.css */
.mdi-axis-arrow-info::before {
  content: "\f140e";
}

/* line 2600, app/assets/stylesheets/icons.css */
.mdi-axis-arrow-lock::before {
  content: "\f0d4a";
}

/* line 2604, app/assets/stylesheets/icons.css */
.mdi-axis-lock::before {
  content: "\f0d4b";
}

/* line 2608, app/assets/stylesheets/icons.css */
.mdi-axis-x-arrow::before {
  content: "\f0d4c";
}

/* line 2612, app/assets/stylesheets/icons.css */
.mdi-axis-x-arrow-lock::before {
  content: "\f0d4d";
}

/* line 2616, app/assets/stylesheets/icons.css */
.mdi-axis-x-rotate-clockwise::before {
  content: "\f0d4e";
}

/* line 2620, app/assets/stylesheets/icons.css */
.mdi-axis-x-rotate-counterclockwise::before {
  content: "\f0d4f";
}

/* line 2624, app/assets/stylesheets/icons.css */
.mdi-axis-x-y-arrow-lock::before {
  content: "\f0d50";
}

/* line 2628, app/assets/stylesheets/icons.css */
.mdi-axis-y-arrow::before {
  content: "\f0d51";
}

/* line 2632, app/assets/stylesheets/icons.css */
.mdi-axis-y-arrow-lock::before {
  content: "\f0d52";
}

/* line 2636, app/assets/stylesheets/icons.css */
.mdi-axis-y-rotate-clockwise::before {
  content: "\f0d53";
}

/* line 2640, app/assets/stylesheets/icons.css */
.mdi-axis-y-rotate-counterclockwise::before {
  content: "\f0d54";
}

/* line 2644, app/assets/stylesheets/icons.css */
.mdi-axis-z-arrow::before {
  content: "\f0d55";
}

/* line 2648, app/assets/stylesheets/icons.css */
.mdi-axis-z-arrow-lock::before {
  content: "\f0d56";
}

/* line 2652, app/assets/stylesheets/icons.css */
.mdi-axis-z-rotate-clockwise::before {
  content: "\f0d57";
}

/* line 2656, app/assets/stylesheets/icons.css */
.mdi-axis-z-rotate-counterclockwise::before {
  content: "\f0d58";
}

/* line 2660, app/assets/stylesheets/icons.css */
.mdi-babel::before {
  content: "\f0a25";
}

/* line 2664, app/assets/stylesheets/icons.css */
.mdi-baby::before {
  content: "\f006c";
}

/* line 2668, app/assets/stylesheets/icons.css */
.mdi-baby-bottle::before {
  content: "\f0f39";
}

/* line 2672, app/assets/stylesheets/icons.css */
.mdi-baby-bottle-outline::before {
  content: "\f0f3a";
}

/* line 2676, app/assets/stylesheets/icons.css */
.mdi-baby-buggy::before {
  content: "\f13e0";
}

/* line 2680, app/assets/stylesheets/icons.css */
.mdi-baby-carriage::before {
  content: "\f068f";
}

/* line 2684, app/assets/stylesheets/icons.css */
.mdi-baby-carriage-off::before {
  content: "\f0fa0";
}

/* line 2688, app/assets/stylesheets/icons.css */
.mdi-baby-face::before {
  content: "\f0e7c";
}

/* line 2692, app/assets/stylesheets/icons.css */
.mdi-baby-face-outline::before {
  content: "\f0e7d";
}

/* line 2696, app/assets/stylesheets/icons.css */
.mdi-backburger::before {
  content: "\f006d";
}

/* line 2700, app/assets/stylesheets/icons.css */
.mdi-backspace::before {
  content: "\f006e";
}

/* line 2704, app/assets/stylesheets/icons.css */
.mdi-backspace-outline::before {
  content: "\f0b5c";
}

/* line 2708, app/assets/stylesheets/icons.css */
.mdi-backspace-reverse::before {
  content: "\f0e7e";
}

/* line 2712, app/assets/stylesheets/icons.css */
.mdi-backspace-reverse-outline::before {
  content: "\f0e7f";
}

/* line 2716, app/assets/stylesheets/icons.css */
.mdi-backup-restore::before {
  content: "\f006f";
}

/* line 2720, app/assets/stylesheets/icons.css */
.mdi-bacteria::before {
  content: "\f0ed5";
}

/* line 2724, app/assets/stylesheets/icons.css */
.mdi-bacteria-outline::before {
  content: "\f0ed6";
}

/* line 2728, app/assets/stylesheets/icons.css */
.mdi-badge-account::before {
  content: "\f0da7";
}

/* line 2732, app/assets/stylesheets/icons.css */
.mdi-badge-account-alert::before {
  content: "\f0da8";
}

/* line 2736, app/assets/stylesheets/icons.css */
.mdi-badge-account-alert-outline::before {
  content: "\f0da9";
}

/* line 2740, app/assets/stylesheets/icons.css */
.mdi-badge-account-horizontal::before {
  content: "\f0e0d";
}

/* line 2744, app/assets/stylesheets/icons.css */
.mdi-badge-account-horizontal-outline::before {
  content: "\f0e0e";
}

/* line 2748, app/assets/stylesheets/icons.css */
.mdi-badge-account-outline::before {
  content: "\f0daa";
}

/* line 2752, app/assets/stylesheets/icons.css */
.mdi-badminton::before {
  content: "\f0851";
}

/* line 2756, app/assets/stylesheets/icons.css */
.mdi-bag-carry-on::before {
  content: "\f0f3b";
}

/* line 2760, app/assets/stylesheets/icons.css */
.mdi-bag-carry-on-check::before {
  content: "\f0d65";
}

/* line 2764, app/assets/stylesheets/icons.css */
.mdi-bag-carry-on-off::before {
  content: "\f0f3c";
}

/* line 2768, app/assets/stylesheets/icons.css */
.mdi-bag-checked::before {
  content: "\f0f3d";
}

/* line 2772, app/assets/stylesheets/icons.css */
.mdi-bag-personal::before {
  content: "\f0e10";
}

/* line 2776, app/assets/stylesheets/icons.css */
.mdi-bag-personal-off::before {
  content: "\f0e11";
}

/* line 2780, app/assets/stylesheets/icons.css */
.mdi-bag-personal-off-outline::before {
  content: "\f0e12";
}

/* line 2784, app/assets/stylesheets/icons.css */
.mdi-bag-personal-outline::before {
  content: "\f0e13";
}

/* line 2788, app/assets/stylesheets/icons.css */
.mdi-bag-suitcase::before {
  content: "\f158b";
}

/* line 2792, app/assets/stylesheets/icons.css */
.mdi-bag-suitcase-off::before {
  content: "\f158d";
}

/* line 2796, app/assets/stylesheets/icons.css */
.mdi-bag-suitcase-off-outline::before {
  content: "\f158e";
}

/* line 2800, app/assets/stylesheets/icons.css */
.mdi-bag-suitcase-outline::before {
  content: "\f158c";
}

/* line 2804, app/assets/stylesheets/icons.css */
.mdi-baguette::before {
  content: "\f0f3e";
}

/* line 2808, app/assets/stylesheets/icons.css */
.mdi-balcony::before {
  content: "\f1817";
}

/* line 2812, app/assets/stylesheets/icons.css */
.mdi-balloon::before {
  content: "\f0a26";
}

/* line 2816, app/assets/stylesheets/icons.css */
.mdi-ballot::before {
  content: "\f09c9";
}

/* line 2820, app/assets/stylesheets/icons.css */
.mdi-ballot-outline::before {
  content: "\f09ca";
}

/* line 2824, app/assets/stylesheets/icons.css */
.mdi-ballot-recount::before {
  content: "\f0c39";
}

/* line 2828, app/assets/stylesheets/icons.css */
.mdi-ballot-recount-outline::before {
  content: "\f0c3a";
}

/* line 2832, app/assets/stylesheets/icons.css */
.mdi-bandage::before {
  content: "\f0daf";
}

/* line 2836, app/assets/stylesheets/icons.css */
.mdi-bank::before {
  content: "\f0070";
}

/* line 2840, app/assets/stylesheets/icons.css */
.mdi-bank-check::before {
  content: "\f1655";
}

/* line 2844, app/assets/stylesheets/icons.css */
.mdi-bank-minus::before {
  content: "\f0db0";
}

/* line 2848, app/assets/stylesheets/icons.css */
.mdi-bank-off::before {
  content: "\f1656";
}

/* line 2852, app/assets/stylesheets/icons.css */
.mdi-bank-off-outline::before {
  content: "\f1657";
}

/* line 2856, app/assets/stylesheets/icons.css */
.mdi-bank-outline::before {
  content: "\f0e80";
}

/* line 2860, app/assets/stylesheets/icons.css */
.mdi-bank-plus::before {
  content: "\f0db1";
}

/* line 2864, app/assets/stylesheets/icons.css */
.mdi-bank-remove::before {
  content: "\f0db2";
}

/* line 2868, app/assets/stylesheets/icons.css */
.mdi-bank-transfer::before {
  content: "\f0a27";
}

/* line 2872, app/assets/stylesheets/icons.css */
.mdi-bank-transfer-in::before {
  content: "\f0a28";
}

/* line 2876, app/assets/stylesheets/icons.css */
.mdi-bank-transfer-out::before {
  content: "\f0a29";
}

/* line 2880, app/assets/stylesheets/icons.css */
.mdi-barcode::before {
  content: "\f0071";
}

/* line 2884, app/assets/stylesheets/icons.css */
.mdi-barcode-off::before {
  content: "\f1236";
}

/* line 2888, app/assets/stylesheets/icons.css */
.mdi-barcode-scan::before {
  content: "\f0072";
}

/* line 2892, app/assets/stylesheets/icons.css */
.mdi-barley::before {
  content: "\f0073";
}

/* line 2896, app/assets/stylesheets/icons.css */
.mdi-barley-off::before {
  content: "\f0b5d";
}

/* line 2900, app/assets/stylesheets/icons.css */
.mdi-barn::before {
  content: "\f0b5e";
}

/* line 2904, app/assets/stylesheets/icons.css */
.mdi-barrel::before {
  content: "\f0074";
}

/* line 2908, app/assets/stylesheets/icons.css */
.mdi-baseball::before {
  content: "\f0852";
}

/* line 2912, app/assets/stylesheets/icons.css */
.mdi-baseball-bat::before {
  content: "\f0853";
}

/* line 2916, app/assets/stylesheets/icons.css */
.mdi-baseball-diamond::before {
  content: "\f15ec";
}

/* line 2920, app/assets/stylesheets/icons.css */
.mdi-baseball-diamond-outline::before {
  content: "\f15ed";
}

/* line 2924, app/assets/stylesheets/icons.css */
.mdi-bash::before {
  content: "\f1183";
}

/* line 2928, app/assets/stylesheets/icons.css */
.mdi-basket::before {
  content: "\f0076";
}

/* line 2932, app/assets/stylesheets/icons.css */
.mdi-basket-check::before {
  content: "\f18e5";
}

/* line 2936, app/assets/stylesheets/icons.css */
.mdi-basket-check-outline::before {
  content: "\f18e6";
}

/* line 2940, app/assets/stylesheets/icons.css */
.mdi-basket-fill::before {
  content: "\f0077";
}

/* line 2944, app/assets/stylesheets/icons.css */
.mdi-basket-minus::before {
  content: "\f1523";
}

/* line 2948, app/assets/stylesheets/icons.css */
.mdi-basket-minus-outline::before {
  content: "\f1524";
}

/* line 2952, app/assets/stylesheets/icons.css */
.mdi-basket-off::before {
  content: "\f1525";
}

/* line 2956, app/assets/stylesheets/icons.css */
.mdi-basket-off-outline::before {
  content: "\f1526";
}

/* line 2960, app/assets/stylesheets/icons.css */
.mdi-basket-outline::before {
  content: "\f1181";
}

/* line 2964, app/assets/stylesheets/icons.css */
.mdi-basket-plus::before {
  content: "\f1527";
}

/* line 2968, app/assets/stylesheets/icons.css */
.mdi-basket-plus-outline::before {
  content: "\f1528";
}

/* line 2972, app/assets/stylesheets/icons.css */
.mdi-basket-remove::before {
  content: "\f1529";
}

/* line 2976, app/assets/stylesheets/icons.css */
.mdi-basket-remove-outline::before {
  content: "\f152a";
}

/* line 2980, app/assets/stylesheets/icons.css */
.mdi-basket-unfill::before {
  content: "\f0078";
}

/* line 2984, app/assets/stylesheets/icons.css */
.mdi-basketball::before {
  content: "\f0806";
}

/* line 2988, app/assets/stylesheets/icons.css */
.mdi-basketball-hoop::before {
  content: "\f0c3b";
}

/* line 2992, app/assets/stylesheets/icons.css */
.mdi-basketball-hoop-outline::before {
  content: "\f0c3c";
}

/* line 2996, app/assets/stylesheets/icons.css */
.mdi-bat::before {
  content: "\f0b5f";
}

/* line 3000, app/assets/stylesheets/icons.css */
.mdi-bathtub::before {
  content: "\f1818";
}

/* line 3004, app/assets/stylesheets/icons.css */
.mdi-bathtub-outline::before {
  content: "\f1819";
}

/* line 3008, app/assets/stylesheets/icons.css */
.mdi-battery::before {
  content: "\f0079";
}

/* line 3012, app/assets/stylesheets/icons.css */
.mdi-battery-10::before {
  content: "\f007a";
}

/* line 3016, app/assets/stylesheets/icons.css */
.mdi-battery-10-bluetooth::before {
  content: "\f093e";
}

/* line 3020, app/assets/stylesheets/icons.css */
.mdi-battery-20::before {
  content: "\f007b";
}

/* line 3024, app/assets/stylesheets/icons.css */
.mdi-battery-20-bluetooth::before {
  content: "\f093f";
}

/* line 3028, app/assets/stylesheets/icons.css */
.mdi-battery-30::before {
  content: "\f007c";
}

/* line 3032, app/assets/stylesheets/icons.css */
.mdi-battery-30-bluetooth::before {
  content: "\f0940";
}

/* line 3036, app/assets/stylesheets/icons.css */
.mdi-battery-40::before {
  content: "\f007d";
}

/* line 3040, app/assets/stylesheets/icons.css */
.mdi-battery-40-bluetooth::before {
  content: "\f0941";
}

/* line 3044, app/assets/stylesheets/icons.css */
.mdi-battery-50::before {
  content: "\f007e";
}

/* line 3048, app/assets/stylesheets/icons.css */
.mdi-battery-50-bluetooth::before {
  content: "\f0942";
}

/* line 3052, app/assets/stylesheets/icons.css */
.mdi-battery-60::before {
  content: "\f007f";
}

/* line 3056, app/assets/stylesheets/icons.css */
.mdi-battery-60-bluetooth::before {
  content: "\f0943";
}

/* line 3060, app/assets/stylesheets/icons.css */
.mdi-battery-70::before {
  content: "\f0080";
}

/* line 3064, app/assets/stylesheets/icons.css */
.mdi-battery-70-bluetooth::before {
  content: "\f0944";
}

/* line 3068, app/assets/stylesheets/icons.css */
.mdi-battery-80::before {
  content: "\f0081";
}

/* line 3072, app/assets/stylesheets/icons.css */
.mdi-battery-80-bluetooth::before {
  content: "\f0945";
}

/* line 3076, app/assets/stylesheets/icons.css */
.mdi-battery-90::before {
  content: "\f0082";
}

/* line 3080, app/assets/stylesheets/icons.css */
.mdi-battery-90-bluetooth::before {
  content: "\f0946";
}

/* line 3084, app/assets/stylesheets/icons.css */
.mdi-battery-alert::before {
  content: "\f0083";
}

/* line 3088, app/assets/stylesheets/icons.css */
.mdi-battery-alert-bluetooth::before {
  content: "\f0947";
}

/* line 3092, app/assets/stylesheets/icons.css */
.mdi-battery-alert-variant::before {
  content: "\f10cc";
}

/* line 3096, app/assets/stylesheets/icons.css */
.mdi-battery-alert-variant-outline::before {
  content: "\f10cd";
}

/* line 3100, app/assets/stylesheets/icons.css */
.mdi-battery-arrow-down::before {
  content: "\f17de";
}

/* line 3104, app/assets/stylesheets/icons.css */
.mdi-battery-arrow-down-outline::before {
  content: "\f17df";
}

/* line 3108, app/assets/stylesheets/icons.css */
.mdi-battery-arrow-up::before {
  content: "\f17e0";
}

/* line 3112, app/assets/stylesheets/icons.css */
.mdi-battery-arrow-up-outline::before {
  content: "\f17e1";
}

/* line 3116, app/assets/stylesheets/icons.css */
.mdi-battery-bluetooth::before {
  content: "\f0948";
}

/* line 3120, app/assets/stylesheets/icons.css */
.mdi-battery-bluetooth-variant::before {
  content: "\f0949";
}

/* line 3124, app/assets/stylesheets/icons.css */
.mdi-battery-charging::before {
  content: "\f0084";
}

/* line 3128, app/assets/stylesheets/icons.css */
.mdi-battery-charging-10::before {
  content: "\f089c";
}

/* line 3132, app/assets/stylesheets/icons.css */
.mdi-battery-charging-100::before {
  content: "\f0085";
}

/* line 3136, app/assets/stylesheets/icons.css */
.mdi-battery-charging-20::before {
  content: "\f0086";
}

/* line 3140, app/assets/stylesheets/icons.css */
.mdi-battery-charging-30::before {
  content: "\f0087";
}

/* line 3144, app/assets/stylesheets/icons.css */
.mdi-battery-charging-40::before {
  content: "\f0088";
}

/* line 3148, app/assets/stylesheets/icons.css */
.mdi-battery-charging-50::before {
  content: "\f089d";
}

/* line 3152, app/assets/stylesheets/icons.css */
.mdi-battery-charging-60::before {
  content: "\f0089";
}

/* line 3156, app/assets/stylesheets/icons.css */
.mdi-battery-charging-70::before {
  content: "\f089e";
}

/* line 3160, app/assets/stylesheets/icons.css */
.mdi-battery-charging-80::before {
  content: "\f008a";
}

/* line 3164, app/assets/stylesheets/icons.css */
.mdi-battery-charging-90::before {
  content: "\f008b";
}

/* line 3168, app/assets/stylesheets/icons.css */
.mdi-battery-charging-high::before {
  content: "\f12a6";
}

/* line 3172, app/assets/stylesheets/icons.css */
.mdi-battery-charging-low::before {
  content: "\f12a4";
}

/* line 3176, app/assets/stylesheets/icons.css */
.mdi-battery-charging-medium::before {
  content: "\f12a5";
}

/* line 3180, app/assets/stylesheets/icons.css */
.mdi-battery-charging-outline::before {
  content: "\f089f";
}

/* line 3184, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless::before {
  content: "\f0807";
}

/* line 3188, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-10::before {
  content: "\f0808";
}

/* line 3192, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-20::before {
  content: "\f0809";
}

/* line 3196, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-30::before {
  content: "\f080a";
}

/* line 3200, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-40::before {
  content: "\f080b";
}

/* line 3204, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-50::before {
  content: "\f080c";
}

/* line 3208, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-60::before {
  content: "\f080d";
}

/* line 3212, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-70::before {
  content: "\f080e";
}

/* line 3216, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-80::before {
  content: "\f080f";
}

/* line 3220, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-90::before {
  content: "\f0810";
}

/* line 3224, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-alert::before {
  content: "\f0811";
}

/* line 3228, app/assets/stylesheets/icons.css */
.mdi-battery-charging-wireless-outline::before {
  content: "\f0812";
}

/* line 3232, app/assets/stylesheets/icons.css */
.mdi-battery-check::before {
  content: "\f17e2";
}

/* line 3236, app/assets/stylesheets/icons.css */
.mdi-battery-check-outline::before {
  content: "\f17e3";
}

/* line 3240, app/assets/stylesheets/icons.css */
.mdi-battery-heart::before {
  content: "\f120f";
}

/* line 3244, app/assets/stylesheets/icons.css */
.mdi-battery-heart-outline::before {
  content: "\f1210";
}

/* line 3248, app/assets/stylesheets/icons.css */
.mdi-battery-heart-variant::before {
  content: "\f1211";
}

/* line 3252, app/assets/stylesheets/icons.css */
.mdi-battery-high::before {
  content: "\f12a3";
}

/* line 3256, app/assets/stylesheets/icons.css */
.mdi-battery-lock::before {
  content: "\f179c";
}

/* line 3260, app/assets/stylesheets/icons.css */
.mdi-battery-lock-open::before {
  content: "\f179d";
}

/* line 3264, app/assets/stylesheets/icons.css */
.mdi-battery-low::before {
  content: "\f12a1";
}

/* line 3268, app/assets/stylesheets/icons.css */
.mdi-battery-medium::before {
  content: "\f12a2";
}

/* line 3272, app/assets/stylesheets/icons.css */
.mdi-battery-minus::before {
  content: "\f17e4";
}

/* line 3276, app/assets/stylesheets/icons.css */
.mdi-battery-minus-outline::before {
  content: "\f17e5";
}

/* line 3280, app/assets/stylesheets/icons.css */
.mdi-battery-minus-variant::before {
  content: "\f008c";
}

/* line 3284, app/assets/stylesheets/icons.css */
.mdi-battery-negative::before {
  content: "\f008d";
}

/* line 3288, app/assets/stylesheets/icons.css */
.mdi-battery-off::before {
  content: "\f125d";
}

/* line 3292, app/assets/stylesheets/icons.css */
.mdi-battery-off-outline::before {
  content: "\f125e";
}

/* line 3296, app/assets/stylesheets/icons.css */
.mdi-battery-outline::before {
  content: "\f008e";
}

/* line 3300, app/assets/stylesheets/icons.css */
.mdi-battery-plus::before {
  content: "\f17e6";
}

/* line 3304, app/assets/stylesheets/icons.css */
.mdi-battery-plus-outline::before {
  content: "\f17e7";
}

/* line 3308, app/assets/stylesheets/icons.css */
.mdi-battery-plus-variant::before {
  content: "\f008f";
}

/* line 3312, app/assets/stylesheets/icons.css */
.mdi-battery-positive::before {
  content: "\f0090";
}

/* line 3316, app/assets/stylesheets/icons.css */
.mdi-battery-remove::before {
  content: "\f17e8";
}

/* line 3320, app/assets/stylesheets/icons.css */
.mdi-battery-remove-outline::before {
  content: "\f17e9";
}

/* line 3324, app/assets/stylesheets/icons.css */
.mdi-battery-sync::before {
  content: "\f1834";
}

/* line 3328, app/assets/stylesheets/icons.css */
.mdi-battery-sync-outline::before {
  content: "\f1835";
}

/* line 3332, app/assets/stylesheets/icons.css */
.mdi-battery-unknown::before {
  content: "\f0091";
}

/* line 3336, app/assets/stylesheets/icons.css */
.mdi-battery-unknown-bluetooth::before {
  content: "\f094a";
}

/* line 3340, app/assets/stylesheets/icons.css */
.mdi-beach::before {
  content: "\f0092";
}

/* line 3344, app/assets/stylesheets/icons.css */
.mdi-beaker::before {
  content: "\f0cea";
}

/* line 3348, app/assets/stylesheets/icons.css */
.mdi-beaker-alert::before {
  content: "\f1229";
}

/* line 3352, app/assets/stylesheets/icons.css */
.mdi-beaker-alert-outline::before {
  content: "\f122a";
}

/* line 3356, app/assets/stylesheets/icons.css */
.mdi-beaker-check::before {
  content: "\f122b";
}

/* line 3360, app/assets/stylesheets/icons.css */
.mdi-beaker-check-outline::before {
  content: "\f122c";
}

/* line 3364, app/assets/stylesheets/icons.css */
.mdi-beaker-minus::before {
  content: "\f122d";
}

/* line 3368, app/assets/stylesheets/icons.css */
.mdi-beaker-minus-outline::before {
  content: "\f122e";
}

/* line 3372, app/assets/stylesheets/icons.css */
.mdi-beaker-outline::before {
  content: "\f0690";
}

/* line 3376, app/assets/stylesheets/icons.css */
.mdi-beaker-plus::before {
  content: "\f122f";
}

/* line 3380, app/assets/stylesheets/icons.css */
.mdi-beaker-plus-outline::before {
  content: "\f1230";
}

/* line 3384, app/assets/stylesheets/icons.css */
.mdi-beaker-question::before {
  content: "\f1231";
}

/* line 3388, app/assets/stylesheets/icons.css */
.mdi-beaker-question-outline::before {
  content: "\f1232";
}

/* line 3392, app/assets/stylesheets/icons.css */
.mdi-beaker-remove::before {
  content: "\f1233";
}

/* line 3396, app/assets/stylesheets/icons.css */
.mdi-beaker-remove-outline::before {
  content: "\f1234";
}

/* line 3400, app/assets/stylesheets/icons.css */
.mdi-bed::before {
  content: "\f02e3";
}

/* line 3404, app/assets/stylesheets/icons.css */
.mdi-bed-double::before {
  content: "\f0fd4";
}

/* line 3408, app/assets/stylesheets/icons.css */
.mdi-bed-double-outline::before {
  content: "\f0fd3";
}

/* line 3412, app/assets/stylesheets/icons.css */
.mdi-bed-empty::before {
  content: "\f08a0";
}

/* line 3416, app/assets/stylesheets/icons.css */
.mdi-bed-king::before {
  content: "\f0fd2";
}

/* line 3420, app/assets/stylesheets/icons.css */
.mdi-bed-king-outline::before {
  content: "\f0fd1";
}

/* line 3424, app/assets/stylesheets/icons.css */
.mdi-bed-outline::before {
  content: "\f0099";
}

/* line 3428, app/assets/stylesheets/icons.css */
.mdi-bed-queen::before {
  content: "\f0fd0";
}

/* line 3432, app/assets/stylesheets/icons.css */
.mdi-bed-queen-outline::before {
  content: "\f0fdb";
}

/* line 3436, app/assets/stylesheets/icons.css */
.mdi-bed-single::before {
  content: "\f106d";
}

/* line 3440, app/assets/stylesheets/icons.css */
.mdi-bed-single-outline::before {
  content: "\f106e";
}

/* line 3444, app/assets/stylesheets/icons.css */
.mdi-bee::before {
  content: "\f0fa1";
}

/* line 3448, app/assets/stylesheets/icons.css */
.mdi-bee-flower::before {
  content: "\f0fa2";
}

/* line 3452, app/assets/stylesheets/icons.css */
.mdi-beehive-off-outline::before {
  content: "\f13ed";
}

/* line 3456, app/assets/stylesheets/icons.css */
.mdi-beehive-outline::before {
  content: "\f10ce";
}

/* line 3460, app/assets/stylesheets/icons.css */
.mdi-beekeeper::before {
  content: "\f14e2";
}

/* line 3464, app/assets/stylesheets/icons.css */
.mdi-beer::before {
  content: "\f0098";
}

/* line 3468, app/assets/stylesheets/icons.css */
.mdi-beer-outline::before {
  content: "\f130c";
}

/* line 3472, app/assets/stylesheets/icons.css */
.mdi-bell::before {
  content: "\f009a";
}

/* line 3476, app/assets/stylesheets/icons.css */
.mdi-bell-alert::before {
  content: "\f0d59";
}

/* line 3480, app/assets/stylesheets/icons.css */
.mdi-bell-alert-outline::before {
  content: "\f0e81";
}

/* line 3484, app/assets/stylesheets/icons.css */
.mdi-bell-badge::before {
  content: "\f116b";
}

/* line 3488, app/assets/stylesheets/icons.css */
.mdi-bell-badge-outline::before {
  content: "\f0178";
}

/* line 3492, app/assets/stylesheets/icons.css */
.mdi-bell-cancel::before {
  content: "\f13e7";
}

/* line 3496, app/assets/stylesheets/icons.css */
.mdi-bell-cancel-outline::before {
  content: "\f13e8";
}

/* line 3500, app/assets/stylesheets/icons.css */
.mdi-bell-check::before {
  content: "\f11e5";
}

/* line 3504, app/assets/stylesheets/icons.css */
.mdi-bell-check-outline::before {
  content: "\f11e6";
}

/* line 3508, app/assets/stylesheets/icons.css */
.mdi-bell-circle::before {
  content: "\f0d5a";
}

/* line 3512, app/assets/stylesheets/icons.css */
.mdi-bell-circle-outline::before {
  content: "\f0d5b";
}

/* line 3516, app/assets/stylesheets/icons.css */
.mdi-bell-minus::before {
  content: "\f13e9";
}

/* line 3520, app/assets/stylesheets/icons.css */
.mdi-bell-minus-outline::before {
  content: "\f13ea";
}

/* line 3524, app/assets/stylesheets/icons.css */
.mdi-bell-off::before {
  content: "\f009b";
}

/* line 3528, app/assets/stylesheets/icons.css */
.mdi-bell-off-outline::before {
  content: "\f0a91";
}

/* line 3532, app/assets/stylesheets/icons.css */
.mdi-bell-outline::before {
  content: "\f009c";
}

/* line 3536, app/assets/stylesheets/icons.css */
.mdi-bell-plus::before {
  content: "\f009d";
}

/* line 3540, app/assets/stylesheets/icons.css */
.mdi-bell-plus-outline::before {
  content: "\f0a92";
}

/* line 3544, app/assets/stylesheets/icons.css */
.mdi-bell-remove::before {
  content: "\f13eb";
}

/* line 3548, app/assets/stylesheets/icons.css */
.mdi-bell-remove-outline::before {
  content: "\f13ec";
}

/* line 3552, app/assets/stylesheets/icons.css */
.mdi-bell-ring::before {
  content: "\f009e";
}

/* line 3556, app/assets/stylesheets/icons.css */
.mdi-bell-ring-outline::before {
  content: "\f009f";
}

/* line 3560, app/assets/stylesheets/icons.css */
.mdi-bell-sleep::before {
  content: "\f00a0";
}

/* line 3564, app/assets/stylesheets/icons.css */
.mdi-bell-sleep-outline::before {
  content: "\f0a93";
}

/* line 3568, app/assets/stylesheets/icons.css */
.mdi-beta::before {
  content: "\f00a1";
}

/* line 3572, app/assets/stylesheets/icons.css */
.mdi-betamax::before {
  content: "\f09cb";
}

/* line 3576, app/assets/stylesheets/icons.css */
.mdi-biathlon::before {
  content: "\f0e14";
}

/* line 3580, app/assets/stylesheets/icons.css */
.mdi-bicycle::before {
  content: "\f109c";
}

/* line 3584, app/assets/stylesheets/icons.css */
.mdi-bicycle-basket::before {
  content: "\f1235";
}

/* line 3588, app/assets/stylesheets/icons.css */
.mdi-bicycle-cargo::before {
  content: "\f189c";
}

/* line 3592, app/assets/stylesheets/icons.css */
.mdi-bicycle-electric::before {
  content: "\f15b4";
}

/* line 3596, app/assets/stylesheets/icons.css */
.mdi-bicycle-penny-farthing::before {
  content: "\f15e9";
}

/* line 3600, app/assets/stylesheets/icons.css */
.mdi-bike::before {
  content: "\f00a3";
}

/* line 3604, app/assets/stylesheets/icons.css */
.mdi-bike-fast::before {
  content: "\f111f";
}

/* line 3608, app/assets/stylesheets/icons.css */
.mdi-billboard::before {
  content: "\f1010";
}

/* line 3612, app/assets/stylesheets/icons.css */
.mdi-billiards::before {
  content: "\f0b61";
}

/* line 3616, app/assets/stylesheets/icons.css */
.mdi-billiards-rack::before {
  content: "\f0b62";
}

/* line 3620, app/assets/stylesheets/icons.css */
.mdi-binoculars::before {
  content: "\f00a5";
}

/* line 3624, app/assets/stylesheets/icons.css */
.mdi-bio::before {
  content: "\f00a6";
}

/* line 3628, app/assets/stylesheets/icons.css */
.mdi-biohazard::before {
  content: "\f00a7";
}

/* line 3632, app/assets/stylesheets/icons.css */
.mdi-bird::before {
  content: "\f15c6";
}

/* line 3636, app/assets/stylesheets/icons.css */
.mdi-bitbucket::before {
  content: "\f00a8";
}

/* line 3640, app/assets/stylesheets/icons.css */
.mdi-bitcoin::before {
  content: "\f0813";
}

/* line 3644, app/assets/stylesheets/icons.css */
.mdi-black-mesa::before {
  content: "\f00a9";
}

/* line 3648, app/assets/stylesheets/icons.css */
.mdi-blender::before {
  content: "\f0ceb";
}

/* line 3652, app/assets/stylesheets/icons.css */
.mdi-blender-outline::before {
  content: "\f181a";
}

/* line 3656, app/assets/stylesheets/icons.css */
.mdi-blender-software::before {
  content: "\f00ab";
}

/* line 3660, app/assets/stylesheets/icons.css */
.mdi-blinds::before {
  content: "\f00ac";
}

/* line 3664, app/assets/stylesheets/icons.css */
.mdi-blinds-open::before {
  content: "\f1011";
}

/* line 3668, app/assets/stylesheets/icons.css */
.mdi-block-helper::before {
  content: "\f00ad";
}

/* line 3672, app/assets/stylesheets/icons.css */
.mdi-blood-bag::before {
  content: "\f0cec";
}

/* line 3676, app/assets/stylesheets/icons.css */
.mdi-bluetooth::before {
  content: "\f00af";
}

/* line 3680, app/assets/stylesheets/icons.css */
.mdi-bluetooth-audio::before {
  content: "\f00b0";
}

/* line 3684, app/assets/stylesheets/icons.css */
.mdi-bluetooth-connect::before {
  content: "\f00b1";
}

/* line 3688, app/assets/stylesheets/icons.css */
.mdi-bluetooth-off::before {
  content: "\f00b2";
}

/* line 3692, app/assets/stylesheets/icons.css */
.mdi-bluetooth-settings::before {
  content: "\f00b3";
}

/* line 3696, app/assets/stylesheets/icons.css */
.mdi-bluetooth-transfer::before {
  content: "\f00b4";
}

/* line 3700, app/assets/stylesheets/icons.css */
.mdi-blur::before {
  content: "\f00b5";
}

/* line 3704, app/assets/stylesheets/icons.css */
.mdi-blur-linear::before {
  content: "\f00b6";
}

/* line 3708, app/assets/stylesheets/icons.css */
.mdi-blur-off::before {
  content: "\f00b7";
}

/* line 3712, app/assets/stylesheets/icons.css */
.mdi-blur-radial::before {
  content: "\f00b8";
}

/* line 3716, app/assets/stylesheets/icons.css */
.mdi-bolt::before {
  content: "\f0db3";
}

/* line 3720, app/assets/stylesheets/icons.css */
.mdi-bomb::before {
  content: "\f0691";
}

/* line 3724, app/assets/stylesheets/icons.css */
.mdi-bomb-off::before {
  content: "\f06c5";
}

/* line 3728, app/assets/stylesheets/icons.css */
.mdi-bone::before {
  content: "\f00b9";
}

/* line 3732, app/assets/stylesheets/icons.css */
.mdi-book::before {
  content: "\f00ba";
}

/* line 3736, app/assets/stylesheets/icons.css */
.mdi-book-account::before {
  content: "\f13ad";
}

/* line 3740, app/assets/stylesheets/icons.css */
.mdi-book-account-outline::before {
  content: "\f13ae";
}

/* line 3744, app/assets/stylesheets/icons.css */
.mdi-book-alert::before {
  content: "\f167c";
}

/* line 3748, app/assets/stylesheets/icons.css */
.mdi-book-alert-outline::before {
  content: "\f167d";
}

/* line 3752, app/assets/stylesheets/icons.css */
.mdi-book-alphabet::before {
  content: "\f061d";
}

/* line 3756, app/assets/stylesheets/icons.css */
.mdi-book-arrow-down::before {
  content: "\f167e";
}

/* line 3760, app/assets/stylesheets/icons.css */
.mdi-book-arrow-down-outline::before {
  content: "\f167f";
}

/* line 3764, app/assets/stylesheets/icons.css */
.mdi-book-arrow-left::before {
  content: "\f1680";
}

/* line 3768, app/assets/stylesheets/icons.css */
.mdi-book-arrow-left-outline::before {
  content: "\f1681";
}

/* line 3772, app/assets/stylesheets/icons.css */
.mdi-book-arrow-right::before {
  content: "\f1682";
}

/* line 3776, app/assets/stylesheets/icons.css */
.mdi-book-arrow-right-outline::before {
  content: "\f1683";
}

/* line 3780, app/assets/stylesheets/icons.css */
.mdi-book-arrow-up::before {
  content: "\f1684";
}

/* line 3784, app/assets/stylesheets/icons.css */
.mdi-book-arrow-up-outline::before {
  content: "\f1685";
}

/* line 3788, app/assets/stylesheets/icons.css */
.mdi-book-cancel::before {
  content: "\f1686";
}

/* line 3792, app/assets/stylesheets/icons.css */
.mdi-book-cancel-outline::before {
  content: "\f1687";
}

/* line 3796, app/assets/stylesheets/icons.css */
.mdi-book-check::before {
  content: "\f14f3";
}

/* line 3800, app/assets/stylesheets/icons.css */
.mdi-book-check-outline::before {
  content: "\f14f4";
}

/* line 3804, app/assets/stylesheets/icons.css */
.mdi-book-clock::before {
  content: "\f1688";
}

/* line 3808, app/assets/stylesheets/icons.css */
.mdi-book-clock-outline::before {
  content: "\f1689";
}

/* line 3812, app/assets/stylesheets/icons.css */
.mdi-book-cog::before {
  content: "\f168a";
}

/* line 3816, app/assets/stylesheets/icons.css */
.mdi-book-cog-outline::before {
  content: "\f168b";
}

/* line 3820, app/assets/stylesheets/icons.css */
.mdi-book-cross::before {
  content: "\f00a2";
}

/* line 3824, app/assets/stylesheets/icons.css */
.mdi-book-edit::before {
  content: "\f168c";
}

/* line 3828, app/assets/stylesheets/icons.css */
.mdi-book-edit-outline::before {
  content: "\f168d";
}

/* line 3832, app/assets/stylesheets/icons.css */
.mdi-book-education::before {
  content: "\f16c9";
}

/* line 3836, app/assets/stylesheets/icons.css */
.mdi-book-education-outline::before {
  content: "\f16ca";
}

/* line 3840, app/assets/stylesheets/icons.css */
.mdi-book-information-variant::before {
  content: "\f106f";
}

/* line 3844, app/assets/stylesheets/icons.css */
.mdi-book-lock::before {
  content: "\f079a";
}

/* line 3848, app/assets/stylesheets/icons.css */
.mdi-book-lock-open::before {
  content: "\f079b";
}

/* line 3852, app/assets/stylesheets/icons.css */
.mdi-book-lock-open-outline::before {
  content: "\f168e";
}

/* line 3856, app/assets/stylesheets/icons.css */
.mdi-book-lock-outline::before {
  content: "\f168f";
}

/* line 3860, app/assets/stylesheets/icons.css */
.mdi-book-marker::before {
  content: "\f1690";
}

/* line 3864, app/assets/stylesheets/icons.css */
.mdi-book-marker-outline::before {
  content: "\f1691";
}

/* line 3868, app/assets/stylesheets/icons.css */
.mdi-book-minus::before {
  content: "\f05d9";
}

/* line 3872, app/assets/stylesheets/icons.css */
.mdi-book-minus-multiple::before {
  content: "\f0a94";
}

/* line 3876, app/assets/stylesheets/icons.css */
.mdi-book-minus-multiple-outline::before {
  content: "\f090b";
}

/* line 3880, app/assets/stylesheets/icons.css */
.mdi-book-minus-outline::before {
  content: "\f1692";
}

/* line 3884, app/assets/stylesheets/icons.css */
.mdi-book-multiple::before {
  content: "\f00bb";
}

/* line 3888, app/assets/stylesheets/icons.css */
.mdi-book-multiple-outline::before {
  content: "\f0436";
}

/* line 3892, app/assets/stylesheets/icons.css */
.mdi-book-music::before {
  content: "\f0067";
}

/* line 3896, app/assets/stylesheets/icons.css */
.mdi-book-music-outline::before {
  content: "\f1693";
}

/* line 3900, app/assets/stylesheets/icons.css */
.mdi-book-off::before {
  content: "\f1694";
}

/* line 3904, app/assets/stylesheets/icons.css */
.mdi-book-off-outline::before {
  content: "\f1695";
}

/* line 3908, app/assets/stylesheets/icons.css */
.mdi-book-open::before {
  content: "\f00bd";
}

/* line 3912, app/assets/stylesheets/icons.css */
.mdi-book-open-blank-variant::before {
  content: "\f00be";
}

/* line 3916, app/assets/stylesheets/icons.css */
.mdi-book-open-outline::before {
  content: "\f0b63";
}

/* line 3920, app/assets/stylesheets/icons.css */
.mdi-book-open-page-variant::before {
  content: "\f05da";
}

/* line 3924, app/assets/stylesheets/icons.css */
.mdi-book-open-page-variant-outline::before {
  content: "\f15d6";
}

/* line 3928, app/assets/stylesheets/icons.css */
.mdi-book-open-variant::before {
  content: "\f14f7";
}

/* line 3932, app/assets/stylesheets/icons.css */
.mdi-book-outline::before {
  content: "\f0b64";
}

/* line 3936, app/assets/stylesheets/icons.css */
.mdi-book-play::before {
  content: "\f0e82";
}

/* line 3940, app/assets/stylesheets/icons.css */
.mdi-book-play-outline::before {
  content: "\f0e83";
}

/* line 3944, app/assets/stylesheets/icons.css */
.mdi-book-plus::before {
  content: "\f05db";
}

/* line 3948, app/assets/stylesheets/icons.css */
.mdi-book-plus-multiple::before {
  content: "\f0a95";
}

/* line 3952, app/assets/stylesheets/icons.css */
.mdi-book-plus-multiple-outline::before {
  content: "\f0ade";
}

/* line 3956, app/assets/stylesheets/icons.css */
.mdi-book-plus-outline::before {
  content: "\f1696";
}

/* line 3960, app/assets/stylesheets/icons.css */
.mdi-book-refresh::before {
  content: "\f1697";
}

/* line 3964, app/assets/stylesheets/icons.css */
.mdi-book-refresh-outline::before {
  content: "\f1698";
}

/* line 3968, app/assets/stylesheets/icons.css */
.mdi-book-remove::before {
  content: "\f0a97";
}

/* line 3972, app/assets/stylesheets/icons.css */
.mdi-book-remove-multiple::before {
  content: "\f0a96";
}

/* line 3976, app/assets/stylesheets/icons.css */
.mdi-book-remove-multiple-outline::before {
  content: "\f04ca";
}

/* line 3980, app/assets/stylesheets/icons.css */
.mdi-book-remove-outline::before {
  content: "\f1699";
}

/* line 3984, app/assets/stylesheets/icons.css */
.mdi-book-search::before {
  content: "\f0e84";
}

/* line 3988, app/assets/stylesheets/icons.css */
.mdi-book-search-outline::before {
  content: "\f0e85";
}

/* line 3992, app/assets/stylesheets/icons.css */
.mdi-book-settings::before {
  content: "\f169a";
}

/* line 3996, app/assets/stylesheets/icons.css */
.mdi-book-settings-outline::before {
  content: "\f169b";
}

/* line 4000, app/assets/stylesheets/icons.css */
.mdi-book-sync::before {
  content: "\f169c";
}

/* line 4004, app/assets/stylesheets/icons.css */
.mdi-book-sync-outline::before {
  content: "\f16c8";
}

/* line 4008, app/assets/stylesheets/icons.css */
.mdi-book-variant::before {
  content: "\f00bf";
}

/* line 4012, app/assets/stylesheets/icons.css */
.mdi-book-variant-multiple::before {
  content: "\f00bc";
}

/* line 4016, app/assets/stylesheets/icons.css */
.mdi-bookmark::before {
  content: "\f00c0";
}

/* line 4020, app/assets/stylesheets/icons.css */
.mdi-bookmark-box-multiple::before {
  content: "\f196c";
}

/* line 4024, app/assets/stylesheets/icons.css */
.mdi-bookmark-box-multiple-outline::before {
  content: "\f196d";
}

/* line 4028, app/assets/stylesheets/icons.css */
.mdi-bookmark-check::before {
  content: "\f00c1";
}

/* line 4032, app/assets/stylesheets/icons.css */
.mdi-bookmark-check-outline::before {
  content: "\f137b";
}

/* line 4036, app/assets/stylesheets/icons.css */
.mdi-bookmark-minus::before {
  content: "\f09cc";
}

/* line 4040, app/assets/stylesheets/icons.css */
.mdi-bookmark-minus-outline::before {
  content: "\f09cd";
}

/* line 4044, app/assets/stylesheets/icons.css */
.mdi-bookmark-multiple::before {
  content: "\f0e15";
}

/* line 4048, app/assets/stylesheets/icons.css */
.mdi-bookmark-multiple-outline::before {
  content: "\f0e16";
}

/* line 4052, app/assets/stylesheets/icons.css */
.mdi-bookmark-music::before {
  content: "\f00c2";
}

/* line 4056, app/assets/stylesheets/icons.css */
.mdi-bookmark-music-outline::before {
  content: "\f1379";
}

/* line 4060, app/assets/stylesheets/icons.css */
.mdi-bookmark-off::before {
  content: "\f09ce";
}

/* line 4064, app/assets/stylesheets/icons.css */
.mdi-bookmark-off-outline::before {
  content: "\f09cf";
}

/* line 4068, app/assets/stylesheets/icons.css */
.mdi-bookmark-outline::before {
  content: "\f00c3";
}

/* line 4072, app/assets/stylesheets/icons.css */
.mdi-bookmark-plus::before {
  content: "\f00c5";
}

/* line 4076, app/assets/stylesheets/icons.css */
.mdi-bookmark-plus-outline::before {
  content: "\f00c4";
}

/* line 4080, app/assets/stylesheets/icons.css */
.mdi-bookmark-remove::before {
  content: "\f00c6";
}

/* line 4084, app/assets/stylesheets/icons.css */
.mdi-bookmark-remove-outline::before {
  content: "\f137a";
}

/* line 4088, app/assets/stylesheets/icons.css */
.mdi-bookshelf::before {
  content: "\f125f";
}

/* line 4092, app/assets/stylesheets/icons.css */
.mdi-boom-gate::before {
  content: "\f0e86";
}

/* line 4096, app/assets/stylesheets/icons.css */
.mdi-boom-gate-alert::before {
  content: "\f0e87";
}

/* line 4100, app/assets/stylesheets/icons.css */
.mdi-boom-gate-alert-outline::before {
  content: "\f0e88";
}

/* line 4104, app/assets/stylesheets/icons.css */
.mdi-boom-gate-arrow-down::before {
  content: "\f0e89";
}

/* line 4108, app/assets/stylesheets/icons.css */
.mdi-boom-gate-arrow-down-outline::before {
  content: "\f0e8a";
}

/* line 4112, app/assets/stylesheets/icons.css */
.mdi-boom-gate-arrow-up::before {
  content: "\f0e8c";
}

/* line 4116, app/assets/stylesheets/icons.css */
.mdi-boom-gate-arrow-up-outline::before {
  content: "\f0e8d";
}

/* line 4120, app/assets/stylesheets/icons.css */
.mdi-boom-gate-outline::before {
  content: "\f0e8b";
}

/* line 4124, app/assets/stylesheets/icons.css */
.mdi-boom-gate-up::before {
  content: "\f17f9";
}

/* line 4128, app/assets/stylesheets/icons.css */
.mdi-boom-gate-up-outline::before {
  content: "\f17fa";
}

/* line 4132, app/assets/stylesheets/icons.css */
.mdi-boombox::before {
  content: "\f05dc";
}

/* line 4136, app/assets/stylesheets/icons.css */
.mdi-boomerang::before {
  content: "\f10cf";
}

/* line 4140, app/assets/stylesheets/icons.css */
.mdi-bootstrap::before {
  content: "\f06c6";
}

/* line 4144, app/assets/stylesheets/icons.css */
.mdi-border-all::before {
  content: "\f00c7";
}

/* line 4148, app/assets/stylesheets/icons.css */
.mdi-border-all-variant::before {
  content: "\f08a1";
}

/* line 4152, app/assets/stylesheets/icons.css */
.mdi-border-bottom::before {
  content: "\f00c8";
}

/* line 4156, app/assets/stylesheets/icons.css */
.mdi-border-bottom-variant::before {
  content: "\f08a2";
}

/* line 4160, app/assets/stylesheets/icons.css */
.mdi-border-color::before {
  content: "\f00c9";
}

/* line 4164, app/assets/stylesheets/icons.css */
.mdi-border-horizontal::before {
  content: "\f00ca";
}

/* line 4168, app/assets/stylesheets/icons.css */
.mdi-border-inside::before {
  content: "\f00cb";
}

/* line 4172, app/assets/stylesheets/icons.css */
.mdi-border-left::before {
  content: "\f00cc";
}

/* line 4176, app/assets/stylesheets/icons.css */
.mdi-border-left-variant::before {
  content: "\f08a3";
}

/* line 4180, app/assets/stylesheets/icons.css */
.mdi-border-none::before {
  content: "\f00cd";
}

/* line 4184, app/assets/stylesheets/icons.css */
.mdi-border-none-variant::before {
  content: "\f08a4";
}

/* line 4188, app/assets/stylesheets/icons.css */
.mdi-border-outside::before {
  content: "\f00ce";
}

/* line 4192, app/assets/stylesheets/icons.css */
.mdi-border-right::before {
  content: "\f00cf";
}

/* line 4196, app/assets/stylesheets/icons.css */
.mdi-border-right-variant::before {
  content: "\f08a5";
}

/* line 4200, app/assets/stylesheets/icons.css */
.mdi-border-style::before {
  content: "\f00d0";
}

/* line 4204, app/assets/stylesheets/icons.css */
.mdi-border-top::before {
  content: "\f00d1";
}

/* line 4208, app/assets/stylesheets/icons.css */
.mdi-border-top-variant::before {
  content: "\f08a6";
}

/* line 4212, app/assets/stylesheets/icons.css */
.mdi-border-vertical::before {
  content: "\f00d2";
}

/* line 4216, app/assets/stylesheets/icons.css */
.mdi-bottle-soda::before {
  content: "\f1070";
}

/* line 4220, app/assets/stylesheets/icons.css */
.mdi-bottle-soda-classic::before {
  content: "\f1071";
}

/* line 4224, app/assets/stylesheets/icons.css */
.mdi-bottle-soda-classic-outline::before {
  content: "\f1363";
}

/* line 4228, app/assets/stylesheets/icons.css */
.mdi-bottle-soda-outline::before {
  content: "\f1072";
}

/* line 4232, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic::before {
  content: "\f112e";
}

/* line 4236, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic-outline::before {
  content: "\f112f";
}

/* line 4240, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic-plus::before {
  content: "\f1130";
}

/* line 4244, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic-plus-outline::before {
  content: "\f1131";
}

/* line 4248, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic-skull::before {
  content: "\f1132";
}

/* line 4252, app/assets/stylesheets/icons.css */
.mdi-bottle-tonic-skull-outline::before {
  content: "\f1133";
}

/* line 4256, app/assets/stylesheets/icons.css */
.mdi-bottle-wine::before {
  content: "\f0854";
}

/* line 4260, app/assets/stylesheets/icons.css */
.mdi-bottle-wine-outline::before {
  content: "\f1310";
}

/* line 4264, app/assets/stylesheets/icons.css */
.mdi-bow-arrow::before {
  content: "\f1841";
}

/* line 4268, app/assets/stylesheets/icons.css */
.mdi-bow-tie::before {
  content: "\f0678";
}

/* line 4272, app/assets/stylesheets/icons.css */
.mdi-bowl::before {
  content: "\f028e";
}

/* line 4276, app/assets/stylesheets/icons.css */
.mdi-bowl-mix::before {
  content: "\f0617";
}

/* line 4280, app/assets/stylesheets/icons.css */
.mdi-bowl-mix-outline::before {
  content: "\f02e4";
}

/* line 4284, app/assets/stylesheets/icons.css */
.mdi-bowl-outline::before {
  content: "\f02a9";
}

/* line 4288, app/assets/stylesheets/icons.css */
.mdi-bowling::before {
  content: "\f00d3";
}

/* line 4292, app/assets/stylesheets/icons.css */
.mdi-box::before {
  content: "\f00d4";
}

/* line 4296, app/assets/stylesheets/icons.css */
.mdi-box-cutter::before {
  content: "\f00d5";
}

/* line 4300, app/assets/stylesheets/icons.css */
.mdi-box-cutter-off::before {
  content: "\f0b4a";
}

/* line 4304, app/assets/stylesheets/icons.css */
.mdi-box-shadow::before {
  content: "\f0637";
}

/* line 4308, app/assets/stylesheets/icons.css */
.mdi-boxing-glove::before {
  content: "\f0b65";
}

/* line 4312, app/assets/stylesheets/icons.css */
.mdi-braille::before {
  content: "\f09d0";
}

/* line 4316, app/assets/stylesheets/icons.css */
.mdi-brain::before {
  content: "\f09d1";
}

/* line 4320, app/assets/stylesheets/icons.css */
.mdi-bread-slice::before {
  content: "\f0cee";
}

/* line 4324, app/assets/stylesheets/icons.css */
.mdi-bread-slice-outline::before {
  content: "\f0cef";
}

/* line 4328, app/assets/stylesheets/icons.css */
.mdi-bridge::before {
  content: "\f0618";
}

/* line 4332, app/assets/stylesheets/icons.css */
.mdi-briefcase::before {
  content: "\f00d6";
}

/* line 4336, app/assets/stylesheets/icons.css */
.mdi-briefcase-account::before {
  content: "\f0cf0";
}

/* line 4340, app/assets/stylesheets/icons.css */
.mdi-briefcase-account-outline::before {
  content: "\f0cf1";
}

/* line 4344, app/assets/stylesheets/icons.css */
.mdi-briefcase-check::before {
  content: "\f00d7";
}

/* line 4348, app/assets/stylesheets/icons.css */
.mdi-briefcase-check-outline::before {
  content: "\f131e";
}

/* line 4352, app/assets/stylesheets/icons.css */
.mdi-briefcase-clock::before {
  content: "\f10d0";
}

/* line 4356, app/assets/stylesheets/icons.css */
.mdi-briefcase-clock-outline::before {
  content: "\f10d1";
}

/* line 4360, app/assets/stylesheets/icons.css */
.mdi-briefcase-download::before {
  content: "\f00d8";
}

/* line 4364, app/assets/stylesheets/icons.css */
.mdi-briefcase-download-outline::before {
  content: "\f0c3d";
}

/* line 4368, app/assets/stylesheets/icons.css */
.mdi-briefcase-edit::before {
  content: "\f0a98";
}

/* line 4372, app/assets/stylesheets/icons.css */
.mdi-briefcase-edit-outline::before {
  content: "\f0c3e";
}

/* line 4376, app/assets/stylesheets/icons.css */
.mdi-briefcase-eye::before {
  content: "\f17d9";
}

/* line 4380, app/assets/stylesheets/icons.css */
.mdi-briefcase-eye-outline::before {
  content: "\f17da";
}

/* line 4384, app/assets/stylesheets/icons.css */
.mdi-briefcase-minus::before {
  content: "\f0a2a";
}

/* line 4388, app/assets/stylesheets/icons.css */
.mdi-briefcase-minus-outline::before {
  content: "\f0c3f";
}

/* line 4392, app/assets/stylesheets/icons.css */
.mdi-briefcase-off::before {
  content: "\f1658";
}

/* line 4396, app/assets/stylesheets/icons.css */
.mdi-briefcase-off-outline::before {
  content: "\f1659";
}

/* line 4400, app/assets/stylesheets/icons.css */
.mdi-briefcase-outline::before {
  content: "\f0814";
}

/* line 4404, app/assets/stylesheets/icons.css */
.mdi-briefcase-plus::before {
  content: "\f0a2b";
}

/* line 4408, app/assets/stylesheets/icons.css */
.mdi-briefcase-plus-outline::before {
  content: "\f0c40";
}

/* line 4412, app/assets/stylesheets/icons.css */
.mdi-briefcase-remove::before {
  content: "\f0a2c";
}

/* line 4416, app/assets/stylesheets/icons.css */
.mdi-briefcase-remove-outline::before {
  content: "\f0c41";
}

/* line 4420, app/assets/stylesheets/icons.css */
.mdi-briefcase-search::before {
  content: "\f0a2d";
}

/* line 4424, app/assets/stylesheets/icons.css */
.mdi-briefcase-search-outline::before {
  content: "\f0c42";
}

/* line 4428, app/assets/stylesheets/icons.css */
.mdi-briefcase-upload::before {
  content: "\f00d9";
}

/* line 4432, app/assets/stylesheets/icons.css */
.mdi-briefcase-upload-outline::before {
  content: "\f0c43";
}

/* line 4436, app/assets/stylesheets/icons.css */
.mdi-briefcase-variant::before {
  content: "\f1494";
}

/* line 4440, app/assets/stylesheets/icons.css */
.mdi-briefcase-variant-off::before {
  content: "\f165a";
}

/* line 4444, app/assets/stylesheets/icons.css */
.mdi-briefcase-variant-off-outline::before {
  content: "\f165b";
}

/* line 4448, app/assets/stylesheets/icons.css */
.mdi-briefcase-variant-outline::before {
  content: "\f1495";
}

/* line 4452, app/assets/stylesheets/icons.css */
.mdi-brightness-1::before {
  content: "\f00da";
}

/* line 4456, app/assets/stylesheets/icons.css */
.mdi-brightness-2::before {
  content: "\f00db";
}

/* line 4460, app/assets/stylesheets/icons.css */
.mdi-brightness-3::before {
  content: "\f00dc";
}

/* line 4464, app/assets/stylesheets/icons.css */
.mdi-brightness-4::before {
  content: "\f00dd";
}

/* line 4468, app/assets/stylesheets/icons.css */
.mdi-brightness-5::before {
  content: "\f00de";
}

/* line 4472, app/assets/stylesheets/icons.css */
.mdi-brightness-6::before {
  content: "\f00df";
}

/* line 4476, app/assets/stylesheets/icons.css */
.mdi-brightness-7::before {
  content: "\f00e0";
}

/* line 4480, app/assets/stylesheets/icons.css */
.mdi-brightness-auto::before {
  content: "\f00e1";
}

/* line 4484, app/assets/stylesheets/icons.css */
.mdi-brightness-percent::before {
  content: "\f0cf2";
}

/* line 4488, app/assets/stylesheets/icons.css */
.mdi-broadcast::before {
  content: "\f1720";
}

/* line 4492, app/assets/stylesheets/icons.css */
.mdi-broadcast-off::before {
  content: "\f1721";
}

/* line 4496, app/assets/stylesheets/icons.css */
.mdi-broom::before {
  content: "\f00e2";
}

/* line 4500, app/assets/stylesheets/icons.css */
.mdi-brush::before {
  content: "\f00e3";
}

/* line 4504, app/assets/stylesheets/icons.css */
.mdi-brush-off::before {
  content: "\f1771";
}

/* line 4508, app/assets/stylesheets/icons.css */
.mdi-brush-variant::before {
  content: "\f1813";
}

/* line 4512, app/assets/stylesheets/icons.css */
.mdi-bucket::before {
  content: "\f1415";
}

/* line 4516, app/assets/stylesheets/icons.css */
.mdi-bucket-outline::before {
  content: "\f1416";
}

/* line 4520, app/assets/stylesheets/icons.css */
.mdi-buffet::before {
  content: "\f0578";
}

/* line 4524, app/assets/stylesheets/icons.css */
.mdi-bug::before {
  content: "\f00e4";
}

/* line 4528, app/assets/stylesheets/icons.css */
.mdi-bug-check::before {
  content: "\f0a2e";
}

/* line 4532, app/assets/stylesheets/icons.css */
.mdi-bug-check-outline::before {
  content: "\f0a2f";
}

/* line 4536, app/assets/stylesheets/icons.css */
.mdi-bug-outline::before {
  content: "\f0a30";
}

/* line 4540, app/assets/stylesheets/icons.css */
.mdi-bugle::before {
  content: "\f0db4";
}

/* line 4544, app/assets/stylesheets/icons.css */
.mdi-bulldozer::before {
  content: "\f0b22";
}

/* line 4548, app/assets/stylesheets/icons.css */
.mdi-bullet::before {
  content: "\f0cf3";
}

/* line 4552, app/assets/stylesheets/icons.css */
.mdi-bulletin-board::before {
  content: "\f00e5";
}

/* line 4556, app/assets/stylesheets/icons.css */
.mdi-bullhorn::before {
  content: "\f00e6";
}

/* line 4560, app/assets/stylesheets/icons.css */
.mdi-bullhorn-outline::before {
  content: "\f0b23";
}

/* line 4564, app/assets/stylesheets/icons.css */
.mdi-bullhorn-variant::before {
  content: "\f196e";
}

/* line 4568, app/assets/stylesheets/icons.css */
.mdi-bullhorn-variant-outline::before {
  content: "\f196f";
}

/* line 4572, app/assets/stylesheets/icons.css */
.mdi-bullseye::before {
  content: "\f05dd";
}

/* line 4576, app/assets/stylesheets/icons.css */
.mdi-bullseye-arrow::before {
  content: "\f08c9";
}

/* line 4580, app/assets/stylesheets/icons.css */
.mdi-bulma::before {
  content: "\f12e7";
}

/* line 4584, app/assets/stylesheets/icons.css */
.mdi-bunk-bed::before {
  content: "\f1302";
}

/* line 4588, app/assets/stylesheets/icons.css */
.mdi-bunk-bed-outline::before {
  content: "\f0097";
}

/* line 4592, app/assets/stylesheets/icons.css */
.mdi-bus::before {
  content: "\f00e7";
}

/* line 4596, app/assets/stylesheets/icons.css */
.mdi-bus-alert::before {
  content: "\f0a99";
}

/* line 4600, app/assets/stylesheets/icons.css */
.mdi-bus-articulated-end::before {
  content: "\f079c";
}

/* line 4604, app/assets/stylesheets/icons.css */
.mdi-bus-articulated-front::before {
  content: "\f079d";
}

/* line 4608, app/assets/stylesheets/icons.css */
.mdi-bus-clock::before {
  content: "\f08ca";
}

/* line 4612, app/assets/stylesheets/icons.css */
.mdi-bus-double-decker::before {
  content: "\f079e";
}

/* line 4616, app/assets/stylesheets/icons.css */
.mdi-bus-electric::before {
  content: "\f191d";
}

/* line 4620, app/assets/stylesheets/icons.css */
.mdi-bus-marker::before {
  content: "\f1212";
}

/* line 4624, app/assets/stylesheets/icons.css */
.mdi-bus-multiple::before {
  content: "\f0f3f";
}

/* line 4628, app/assets/stylesheets/icons.css */
.mdi-bus-school::before {
  content: "\f079f";
}

/* line 4632, app/assets/stylesheets/icons.css */
.mdi-bus-side::before {
  content: "\f07a0";
}

/* line 4636, app/assets/stylesheets/icons.css */
.mdi-bus-stop::before {
  content: "\f1012";
}

/* line 4640, app/assets/stylesheets/icons.css */
.mdi-bus-stop-covered::before {
  content: "\f1013";
}

/* line 4644, app/assets/stylesheets/icons.css */
.mdi-bus-stop-uncovered::before {
  content: "\f1014";
}

/* line 4648, app/assets/stylesheets/icons.css */
.mdi-butterfly::before {
  content: "\f1589";
}

/* line 4652, app/assets/stylesheets/icons.css */
.mdi-butterfly-outline::before {
  content: "\f158a";
}

/* line 4656, app/assets/stylesheets/icons.css */
.mdi-cabin-a-frame::before {
  content: "\f188c";
}

/* line 4660, app/assets/stylesheets/icons.css */
.mdi-cable-data::before {
  content: "\f1394";
}

/* line 4664, app/assets/stylesheets/icons.css */
.mdi-cached::before {
  content: "\f00e8";
}

/* line 4668, app/assets/stylesheets/icons.css */
.mdi-cactus::before {
  content: "\f0db5";
}

/* line 4672, app/assets/stylesheets/icons.css */
.mdi-cake::before {
  content: "\f00e9";
}

/* line 4676, app/assets/stylesheets/icons.css */
.mdi-cake-layered::before {
  content: "\f00ea";
}

/* line 4680, app/assets/stylesheets/icons.css */
.mdi-cake-variant::before {
  content: "\f00eb";
}

/* line 4684, app/assets/stylesheets/icons.css */
.mdi-cake-variant-outline::before {
  content: "\f17f0";
}

/* line 4688, app/assets/stylesheets/icons.css */
.mdi-calculator::before {
  content: "\f00ec";
}

/* line 4692, app/assets/stylesheets/icons.css */
.mdi-calculator-variant::before {
  content: "\f0a9a";
}

/* line 4696, app/assets/stylesheets/icons.css */
.mdi-calculator-variant-outline::before {
  content: "\f15a6";
}

/* line 4700, app/assets/stylesheets/icons.css */
.mdi-calendar::before {
  content: "\f00ed";
}

/* line 4704, app/assets/stylesheets/icons.css */
.mdi-calendar-account::before {
  content: "\f0ed7";
}

/* line 4708, app/assets/stylesheets/icons.css */
.mdi-calendar-account-outline::before {
  content: "\f0ed8";
}

/* line 4712, app/assets/stylesheets/icons.css */
.mdi-calendar-alert::before {
  content: "\f0a31";
}

/* line 4716, app/assets/stylesheets/icons.css */
.mdi-calendar-arrow-left::before {
  content: "\f1134";
}

/* line 4720, app/assets/stylesheets/icons.css */
.mdi-calendar-arrow-right::before {
  content: "\f1135";
}

/* line 4724, app/assets/stylesheets/icons.css */
.mdi-calendar-blank::before {
  content: "\f00ee";
}

/* line 4728, app/assets/stylesheets/icons.css */
.mdi-calendar-blank-multiple::before {
  content: "\f1073";
}

/* line 4732, app/assets/stylesheets/icons.css */
.mdi-calendar-blank-outline::before {
  content: "\f0b66";
}

/* line 4736, app/assets/stylesheets/icons.css */
.mdi-calendar-check::before {
  content: "\f00ef";
}

/* line 4740, app/assets/stylesheets/icons.css */
.mdi-calendar-check-outline::before {
  content: "\f0c44";
}

/* line 4744, app/assets/stylesheets/icons.css */
.mdi-calendar-clock::before {
  content: "\f00f0";
}

/* line 4748, app/assets/stylesheets/icons.css */
.mdi-calendar-clock-outline::before {
  content: "\f16e1";
}

/* line 4752, app/assets/stylesheets/icons.css */
.mdi-calendar-collapse-horizontal::before {
  content: "\f189d";
}

/* line 4756, app/assets/stylesheets/icons.css */
.mdi-calendar-cursor::before {
  content: "\f157b";
}

/* line 4760, app/assets/stylesheets/icons.css */
.mdi-calendar-edit::before {
  content: "\f08a7";
}

/* line 4764, app/assets/stylesheets/icons.css */
.mdi-calendar-end::before {
  content: "\f166c";
}

/* line 4768, app/assets/stylesheets/icons.css */
.mdi-calendar-expand-horizontal::before {
  content: "\f189e";
}

/* line 4772, app/assets/stylesheets/icons.css */
.mdi-calendar-export::before {
  content: "\f0b24";
}

/* line 4776, app/assets/stylesheets/icons.css */
.mdi-calendar-heart::before {
  content: "\f09d2";
}

/* line 4780, app/assets/stylesheets/icons.css */
.mdi-calendar-import::before {
  content: "\f0b25";
}

/* line 4784, app/assets/stylesheets/icons.css */
.mdi-calendar-lock::before {
  content: "\f1641";
}

/* line 4788, app/assets/stylesheets/icons.css */
.mdi-calendar-lock-outline::before {
  content: "\f1642";
}

/* line 4792, app/assets/stylesheets/icons.css */
.mdi-calendar-minus::before {
  content: "\f0d5c";
}

/* line 4796, app/assets/stylesheets/icons.css */
.mdi-calendar-month::before {
  content: "\f0e17";
}

/* line 4800, app/assets/stylesheets/icons.css */
.mdi-calendar-month-outline::before {
  content: "\f0e18";
}

/* line 4804, app/assets/stylesheets/icons.css */
.mdi-calendar-multiple::before {
  content: "\f00f1";
}

/* line 4808, app/assets/stylesheets/icons.css */
.mdi-calendar-multiple-check::before {
  content: "\f00f2";
}

/* line 4812, app/assets/stylesheets/icons.css */
.mdi-calendar-multiselect::before {
  content: "\f0a32";
}

/* line 4816, app/assets/stylesheets/icons.css */
.mdi-calendar-outline::before {
  content: "\f0b67";
}

/* line 4820, app/assets/stylesheets/icons.css */
.mdi-calendar-plus::before {
  content: "\f00f3";
}

/* line 4824, app/assets/stylesheets/icons.css */
.mdi-calendar-question::before {
  content: "\f0692";
}

/* line 4828, app/assets/stylesheets/icons.css */
.mdi-calendar-range::before {
  content: "\f0679";
}

/* line 4832, app/assets/stylesheets/icons.css */
.mdi-calendar-range-outline::before {
  content: "\f0b68";
}

/* line 4836, app/assets/stylesheets/icons.css */
.mdi-calendar-refresh::before {
  content: "\f01e1";
}

/* line 4840, app/assets/stylesheets/icons.css */
.mdi-calendar-refresh-outline::before {
  content: "\f0203";
}

/* line 4844, app/assets/stylesheets/icons.css */
.mdi-calendar-remove::before {
  content: "\f00f4";
}

/* line 4848, app/assets/stylesheets/icons.css */
.mdi-calendar-remove-outline::before {
  content: "\f0c45";
}

/* line 4852, app/assets/stylesheets/icons.css */
.mdi-calendar-search::before {
  content: "\f094c";
}

/* line 4856, app/assets/stylesheets/icons.css */
.mdi-calendar-star::before {
  content: "\f09d3";
}

/* line 4860, app/assets/stylesheets/icons.css */
.mdi-calendar-start::before {
  content: "\f166d";
}

/* line 4864, app/assets/stylesheets/icons.css */
.mdi-calendar-sync::before {
  content: "\f0e8e";
}

/* line 4868, app/assets/stylesheets/icons.css */
.mdi-calendar-sync-outline::before {
  content: "\f0e8f";
}

/* line 4872, app/assets/stylesheets/icons.css */
.mdi-calendar-text::before {
  content: "\f00f5";
}

/* line 4876, app/assets/stylesheets/icons.css */
.mdi-calendar-text-outline::before {
  content: "\f0c46";
}

/* line 4880, app/assets/stylesheets/icons.css */
.mdi-calendar-today::before {
  content: "\f00f6";
}

/* line 4884, app/assets/stylesheets/icons.css */
.mdi-calendar-week::before {
  content: "\f0a33";
}

/* line 4888, app/assets/stylesheets/icons.css */
.mdi-calendar-week-begin::before {
  content: "\f0a34";
}

/* line 4892, app/assets/stylesheets/icons.css */
.mdi-calendar-weekend::before {
  content: "\f0ed9";
}

/* line 4896, app/assets/stylesheets/icons.css */
.mdi-calendar-weekend-outline::before {
  content: "\f0eda";
}

/* line 4900, app/assets/stylesheets/icons.css */
.mdi-call-made::before {
  content: "\f00f7";
}

/* line 4904, app/assets/stylesheets/icons.css */
.mdi-call-merge::before {
  content: "\f00f8";
}

/* line 4908, app/assets/stylesheets/icons.css */
.mdi-call-missed::before {
  content: "\f00f9";
}

/* line 4912, app/assets/stylesheets/icons.css */
.mdi-call-received::before {
  content: "\f00fa";
}

/* line 4916, app/assets/stylesheets/icons.css */
.mdi-call-split::before {
  content: "\f00fb";
}

/* line 4920, app/assets/stylesheets/icons.css */
.mdi-camcorder::before {
  content: "\f00fc";
}

/* line 4924, app/assets/stylesheets/icons.css */
.mdi-camcorder-off::before {
  content: "\f00ff";
}

/* line 4928, app/assets/stylesheets/icons.css */
.mdi-camera::before {
  content: "\f0100";
}

/* line 4932, app/assets/stylesheets/icons.css */
.mdi-camera-account::before {
  content: "\f08cb";
}

/* line 4936, app/assets/stylesheets/icons.css */
.mdi-camera-burst::before {
  content: "\f0693";
}

/* line 4940, app/assets/stylesheets/icons.css */
.mdi-camera-control::before {
  content: "\f0b69";
}

/* line 4944, app/assets/stylesheets/icons.css */
.mdi-camera-document::before {
  content: "\f1871";
}

/* line 4948, app/assets/stylesheets/icons.css */
.mdi-camera-document-off::before {
  content: "\f1872";
}

/* line 4952, app/assets/stylesheets/icons.css */
.mdi-camera-enhance::before {
  content: "\f0101";
}

/* line 4956, app/assets/stylesheets/icons.css */
.mdi-camera-enhance-outline::before {
  content: "\f0b6a";
}

/* line 4960, app/assets/stylesheets/icons.css */
.mdi-camera-flip::before {
  content: "\f15d9";
}

/* line 4964, app/assets/stylesheets/icons.css */
.mdi-camera-flip-outline::before {
  content: "\f15da";
}

/* line 4968, app/assets/stylesheets/icons.css */
.mdi-camera-front::before {
  content: "\f0102";
}

/* line 4972, app/assets/stylesheets/icons.css */
.mdi-camera-front-variant::before {
  content: "\f0103";
}

/* line 4976, app/assets/stylesheets/icons.css */
.mdi-camera-gopro::before {
  content: "\f07a1";
}

/* line 4980, app/assets/stylesheets/icons.css */
.mdi-camera-image::before {
  content: "\f08cc";
}

/* line 4984, app/assets/stylesheets/icons.css */
.mdi-camera-iris::before {
  content: "\f0104";
}

/* line 4988, app/assets/stylesheets/icons.css */
.mdi-camera-marker::before {
  content: "\f19a7";
}

/* line 4992, app/assets/stylesheets/icons.css */
.mdi-camera-marker-outline::before {
  content: "\f19a8";
}

/* line 4996, app/assets/stylesheets/icons.css */
.mdi-camera-metering-center::before {
  content: "\f07a2";
}

/* line 5000, app/assets/stylesheets/icons.css */
.mdi-camera-metering-matrix::before {
  content: "\f07a3";
}

/* line 5004, app/assets/stylesheets/icons.css */
.mdi-camera-metering-partial::before {
  content: "\f07a4";
}

/* line 5008, app/assets/stylesheets/icons.css */
.mdi-camera-metering-spot::before {
  content: "\f07a5";
}

/* line 5012, app/assets/stylesheets/icons.css */
.mdi-camera-off::before {
  content: "\f05df";
}

/* line 5016, app/assets/stylesheets/icons.css */
.mdi-camera-off-outline::before {
  content: "\f19bf";
}

/* line 5020, app/assets/stylesheets/icons.css */
.mdi-camera-outline::before {
  content: "\f0d5d";
}

/* line 5024, app/assets/stylesheets/icons.css */
.mdi-camera-party-mode::before {
  content: "\f0105";
}

/* line 5028, app/assets/stylesheets/icons.css */
.mdi-camera-plus::before {
  content: "\f0edb";
}

/* line 5032, app/assets/stylesheets/icons.css */
.mdi-camera-plus-outline::before {
  content: "\f0edc";
}

/* line 5036, app/assets/stylesheets/icons.css */
.mdi-camera-rear::before {
  content: "\f0106";
}

/* line 5040, app/assets/stylesheets/icons.css */
.mdi-camera-rear-variant::before {
  content: "\f0107";
}

/* line 5044, app/assets/stylesheets/icons.css */
.mdi-camera-retake::before {
  content: "\f0e19";
}

/* line 5048, app/assets/stylesheets/icons.css */
.mdi-camera-retake-outline::before {
  content: "\f0e1a";
}

/* line 5052, app/assets/stylesheets/icons.css */
.mdi-camera-switch::before {
  content: "\f0108";
}

/* line 5056, app/assets/stylesheets/icons.css */
.mdi-camera-switch-outline::before {
  content: "\f084a";
}

/* line 5060, app/assets/stylesheets/icons.css */
.mdi-camera-timer::before {
  content: "\f0109";
}

/* line 5064, app/assets/stylesheets/icons.css */
.mdi-camera-wireless::before {
  content: "\f0db6";
}

/* line 5068, app/assets/stylesheets/icons.css */
.mdi-camera-wireless-outline::before {
  content: "\f0db7";
}

/* line 5072, app/assets/stylesheets/icons.css */
.mdi-campfire::before {
  content: "\f0edd";
}

/* line 5076, app/assets/stylesheets/icons.css */
.mdi-cancel::before {
  content: "\f073a";
}

/* line 5080, app/assets/stylesheets/icons.css */
.mdi-candelabra::before {
  content: "\f17d2";
}

/* line 5084, app/assets/stylesheets/icons.css */
.mdi-candelabra-fire::before {
  content: "\f17d3";
}

/* line 5088, app/assets/stylesheets/icons.css */
.mdi-candle::before {
  content: "\f05e2";
}

/* line 5092, app/assets/stylesheets/icons.css */
.mdi-candy::before {
  content: "\f1970";
}

/* line 5096, app/assets/stylesheets/icons.css */
.mdi-candy-off::before {
  content: "\f1971";
}

/* line 5100, app/assets/stylesheets/icons.css */
.mdi-candy-off-outline::before {
  content: "\f1972";
}

/* line 5104, app/assets/stylesheets/icons.css */
.mdi-candy-outline::before {
  content: "\f1973";
}

/* line 5108, app/assets/stylesheets/icons.css */
.mdi-candycane::before {
  content: "\f010a";
}

/* line 5112, app/assets/stylesheets/icons.css */
.mdi-cannabis::before {
  content: "\f07a6";
}

/* line 5116, app/assets/stylesheets/icons.css */
.mdi-cannabis-off::before {
  content: "\f166e";
}

/* line 5120, app/assets/stylesheets/icons.css */
.mdi-caps-lock::before {
  content: "\f0a9b";
}

/* line 5124, app/assets/stylesheets/icons.css */
.mdi-car::before {
  content: "\f010b";
}

/* line 5128, app/assets/stylesheets/icons.css */
.mdi-car-2-plus::before {
  content: "\f1015";
}

/* line 5132, app/assets/stylesheets/icons.css */
.mdi-car-3-plus::before {
  content: "\f1016";
}

/* line 5136, app/assets/stylesheets/icons.css */
.mdi-car-arrow-left::before {
  content: "\f13b2";
}

/* line 5140, app/assets/stylesheets/icons.css */
.mdi-car-arrow-right::before {
  content: "\f13b3";
}

/* line 5144, app/assets/stylesheets/icons.css */
.mdi-car-back::before {
  content: "\f0e1b";
}

/* line 5148, app/assets/stylesheets/icons.css */
.mdi-car-battery::before {
  content: "\f010c";
}

/* line 5152, app/assets/stylesheets/icons.css */
.mdi-car-brake-abs::before {
  content: "\f0c47";
}

/* line 5156, app/assets/stylesheets/icons.css */
.mdi-car-brake-alert::before {
  content: "\f0c48";
}

/* line 5160, app/assets/stylesheets/icons.css */
.mdi-car-brake-fluid-level::before {
  content: "\f1909";
}

/* line 5164, app/assets/stylesheets/icons.css */
.mdi-car-brake-hold::before {
  content: "\f0d5e";
}

/* line 5168, app/assets/stylesheets/icons.css */
.mdi-car-brake-low-pressure::before {
  content: "\f190a";
}

/* line 5172, app/assets/stylesheets/icons.css */
.mdi-car-brake-parking::before {
  content: "\f0d5f";
}

/* line 5176, app/assets/stylesheets/icons.css */
.mdi-car-brake-retarder::before {
  content: "\f1017";
}

/* line 5180, app/assets/stylesheets/icons.css */
.mdi-car-brake-temperature::before {
  content: "\f190b";
}

/* line 5184, app/assets/stylesheets/icons.css */
.mdi-car-brake-worn-linings::before {
  content: "\f190c";
}

/* line 5188, app/assets/stylesheets/icons.css */
.mdi-car-child-seat::before {
  content: "\f0fa3";
}

/* line 5192, app/assets/stylesheets/icons.css */
.mdi-car-clock::before {
  content: "\f1974";
}

/* line 5196, app/assets/stylesheets/icons.css */
.mdi-car-clutch::before {
  content: "\f1018";
}

/* line 5200, app/assets/stylesheets/icons.css */
.mdi-car-cog::before {
  content: "\f13cc";
}

/* line 5204, app/assets/stylesheets/icons.css */
.mdi-car-connected::before {
  content: "\f010d";
}

/* line 5208, app/assets/stylesheets/icons.css */
.mdi-car-convertible::before {
  content: "\f07a7";
}

/* line 5212, app/assets/stylesheets/icons.css */
.mdi-car-coolant-level::before {
  content: "\f1019";
}

/* line 5216, app/assets/stylesheets/icons.css */
.mdi-car-cruise-control::before {
  content: "\f0d60";
}

/* line 5220, app/assets/stylesheets/icons.css */
.mdi-car-defrost-front::before {
  content: "\f0d61";
}

/* line 5224, app/assets/stylesheets/icons.css */
.mdi-car-defrost-rear::before {
  content: "\f0d62";
}

/* line 5228, app/assets/stylesheets/icons.css */
.mdi-car-door::before {
  content: "\f0b6b";
}

/* line 5232, app/assets/stylesheets/icons.css */
.mdi-car-door-lock::before {
  content: "\f109d";
}

/* line 5236, app/assets/stylesheets/icons.css */
.mdi-car-electric::before {
  content: "\f0b6c";
}

/* line 5240, app/assets/stylesheets/icons.css */
.mdi-car-electric-outline::before {
  content: "\f15b5";
}

/* line 5244, app/assets/stylesheets/icons.css */
.mdi-car-emergency::before {
  content: "\f160f";
}

/* line 5248, app/assets/stylesheets/icons.css */
.mdi-car-esp::before {
  content: "\f0c49";
}

/* line 5252, app/assets/stylesheets/icons.css */
.mdi-car-estate::before {
  content: "\f07a8";
}

/* line 5256, app/assets/stylesheets/icons.css */
.mdi-car-hatchback::before {
  content: "\f07a9";
}

/* line 5260, app/assets/stylesheets/icons.css */
.mdi-car-info::before {
  content: "\f11be";
}

/* line 5264, app/assets/stylesheets/icons.css */
.mdi-car-key::before {
  content: "\f0b6d";
}

/* line 5268, app/assets/stylesheets/icons.css */
.mdi-car-lifted-pickup::before {
  content: "\f152d";
}

/* line 5272, app/assets/stylesheets/icons.css */
.mdi-car-light-alert::before {
  content: "\f190d";
}

/* line 5276, app/assets/stylesheets/icons.css */
.mdi-car-light-dimmed::before {
  content: "\f0c4a";
}

/* line 5280, app/assets/stylesheets/icons.css */
.mdi-car-light-fog::before {
  content: "\f0c4b";
}

/* line 5284, app/assets/stylesheets/icons.css */
.mdi-car-light-high::before {
  content: "\f0c4c";
}

/* line 5288, app/assets/stylesheets/icons.css */
.mdi-car-limousine::before {
  content: "\f08cd";
}

/* line 5292, app/assets/stylesheets/icons.css */
.mdi-car-multiple::before {
  content: "\f0b6e";
}

/* line 5296, app/assets/stylesheets/icons.css */
.mdi-car-off::before {
  content: "\f0e1c";
}

/* line 5300, app/assets/stylesheets/icons.css */
.mdi-car-outline::before {
  content: "\f14ed";
}

/* line 5304, app/assets/stylesheets/icons.css */
.mdi-car-parking-lights::before {
  content: "\f0d63";
}

/* line 5308, app/assets/stylesheets/icons.css */
.mdi-car-pickup::before {
  content: "\f07aa";
}

/* line 5312, app/assets/stylesheets/icons.css */
.mdi-car-seat::before {
  content: "\f0fa4";
}

/* line 5316, app/assets/stylesheets/icons.css */
.mdi-car-seat-cooler::before {
  content: "\f0fa5";
}

/* line 5320, app/assets/stylesheets/icons.css */
.mdi-car-seat-heater::before {
  content: "\f0fa6";
}

/* line 5324, app/assets/stylesheets/icons.css */
.mdi-car-select::before {
  content: "\f1879";
}

/* line 5328, app/assets/stylesheets/icons.css */
.mdi-car-settings::before {
  content: "\f13cd";
}

/* line 5332, app/assets/stylesheets/icons.css */
.mdi-car-shift-pattern::before {
  content: "\f0f40";
}

/* line 5336, app/assets/stylesheets/icons.css */
.mdi-car-side::before {
  content: "\f07ab";
}

/* line 5340, app/assets/stylesheets/icons.css */
.mdi-car-speed-limiter::before {
  content: "\f190e";
}

/* line 5344, app/assets/stylesheets/icons.css */
.mdi-car-sports::before {
  content: "\f07ac";
}

/* line 5348, app/assets/stylesheets/icons.css */
.mdi-car-tire-alert::before {
  content: "\f0c4d";
}

/* line 5352, app/assets/stylesheets/icons.css */
.mdi-car-traction-control::before {
  content: "\f0d64";
}

/* line 5356, app/assets/stylesheets/icons.css */
.mdi-car-turbocharger::before {
  content: "\f101a";
}

/* line 5360, app/assets/stylesheets/icons.css */
.mdi-car-wash::before {
  content: "\f010e";
}

/* line 5364, app/assets/stylesheets/icons.css */
.mdi-car-windshield::before {
  content: "\f101b";
}

/* line 5368, app/assets/stylesheets/icons.css */
.mdi-car-windshield-outline::before {
  content: "\f101c";
}

/* line 5372, app/assets/stylesheets/icons.css */
.mdi-car-wireless::before {
  content: "\f1878";
}

/* line 5376, app/assets/stylesheets/icons.css */
.mdi-car-wrench::before {
  content: "\f1814";
}

/* line 5380, app/assets/stylesheets/icons.css */
.mdi-carabiner::before {
  content: "\f14c0";
}

/* line 5384, app/assets/stylesheets/icons.css */
.mdi-caravan::before {
  content: "\f07ad";
}

/* line 5388, app/assets/stylesheets/icons.css */
.mdi-card::before {
  content: "\f0b6f";
}

/* line 5392, app/assets/stylesheets/icons.css */
.mdi-card-account-details::before {
  content: "\f05d2";
}

/* line 5396, app/assets/stylesheets/icons.css */
.mdi-card-account-details-outline::before {
  content: "\f0dab";
}

/* line 5400, app/assets/stylesheets/icons.css */
.mdi-card-account-details-star::before {
  content: "\f02a3";
}

/* line 5404, app/assets/stylesheets/icons.css */
.mdi-card-account-details-star-outline::before {
  content: "\f06db";
}

/* line 5408, app/assets/stylesheets/icons.css */
.mdi-card-account-mail::before {
  content: "\f018e";
}

/* line 5412, app/assets/stylesheets/icons.css */
.mdi-card-account-mail-outline::before {
  content: "\f0e98";
}

/* line 5416, app/assets/stylesheets/icons.css */
.mdi-card-account-phone::before {
  content: "\f0e99";
}

/* line 5420, app/assets/stylesheets/icons.css */
.mdi-card-account-phone-outline::before {
  content: "\f0e9a";
}

/* line 5424, app/assets/stylesheets/icons.css */
.mdi-card-bulleted::before {
  content: "\f0b70";
}

/* line 5428, app/assets/stylesheets/icons.css */
.mdi-card-bulleted-off::before {
  content: "\f0b71";
}

/* line 5432, app/assets/stylesheets/icons.css */
.mdi-card-bulleted-off-outline::before {
  content: "\f0b72";
}

/* line 5436, app/assets/stylesheets/icons.css */
.mdi-card-bulleted-outline::before {
  content: "\f0b73";
}

/* line 5440, app/assets/stylesheets/icons.css */
.mdi-card-bulleted-settings::before {
  content: "\f0b74";
}

/* line 5444, app/assets/stylesheets/icons.css */
.mdi-card-bulleted-settings-outline::before {
  content: "\f0b75";
}

/* line 5448, app/assets/stylesheets/icons.css */
.mdi-card-minus::before {
  content: "\f1600";
}

/* line 5452, app/assets/stylesheets/icons.css */
.mdi-card-minus-outline::before {
  content: "\f1601";
}

/* line 5456, app/assets/stylesheets/icons.css */
.mdi-card-multiple::before {
  content: "\f17f1";
}

/* line 5460, app/assets/stylesheets/icons.css */
.mdi-card-multiple-outline::before {
  content: "\f17f2";
}

/* line 5464, app/assets/stylesheets/icons.css */
.mdi-card-off::before {
  content: "\f1602";
}

/* line 5468, app/assets/stylesheets/icons.css */
.mdi-card-off-outline::before {
  content: "\f1603";
}

/* line 5472, app/assets/stylesheets/icons.css */
.mdi-card-outline::before {
  content: "\f0b76";
}

/* line 5476, app/assets/stylesheets/icons.css */
.mdi-card-plus::before {
  content: "\f11ff";
}

/* line 5480, app/assets/stylesheets/icons.css */
.mdi-card-plus-outline::before {
  content: "\f1200";
}

/* line 5484, app/assets/stylesheets/icons.css */
.mdi-card-remove::before {
  content: "\f1604";
}

/* line 5488, app/assets/stylesheets/icons.css */
.mdi-card-remove-outline::before {
  content: "\f1605";
}

/* line 5492, app/assets/stylesheets/icons.css */
.mdi-card-search::before {
  content: "\f1074";
}

/* line 5496, app/assets/stylesheets/icons.css */
.mdi-card-search-outline::before {
  content: "\f1075";
}

/* line 5500, app/assets/stylesheets/icons.css */
.mdi-card-text::before {
  content: "\f0b77";
}

/* line 5504, app/assets/stylesheets/icons.css */
.mdi-card-text-outline::before {
  content: "\f0b78";
}

/* line 5508, app/assets/stylesheets/icons.css */
.mdi-cards::before {
  content: "\f0638";
}

/* line 5512, app/assets/stylesheets/icons.css */
.mdi-cards-club::before {
  content: "\f08ce";
}

/* line 5516, app/assets/stylesheets/icons.css */
.mdi-cards-club-outline::before {
  content: "\f189f";
}

/* line 5520, app/assets/stylesheets/icons.css */
.mdi-cards-diamond::before {
  content: "\f08cf";
}

/* line 5524, app/assets/stylesheets/icons.css */
.mdi-cards-diamond-outline::before {
  content: "\f101d";
}

/* line 5528, app/assets/stylesheets/icons.css */
.mdi-cards-heart::before {
  content: "\f08d0";
}

/* line 5532, app/assets/stylesheets/icons.css */
.mdi-cards-heart-outline::before {
  content: "\f18a0";
}

/* line 5536, app/assets/stylesheets/icons.css */
.mdi-cards-outline::before {
  content: "\f0639";
}

/* line 5540, app/assets/stylesheets/icons.css */
.mdi-cards-playing::before {
  content: "\f18a1";
}

/* line 5544, app/assets/stylesheets/icons.css */
.mdi-cards-playing-club::before {
  content: "\f18a2";
}

/* line 5548, app/assets/stylesheets/icons.css */
.mdi-cards-playing-club-multiple::before {
  content: "\f18a3";
}

/* line 5552, app/assets/stylesheets/icons.css */
.mdi-cards-playing-club-multiple-outline::before {
  content: "\f18a4";
}

/* line 5556, app/assets/stylesheets/icons.css */
.mdi-cards-playing-club-outline::before {
  content: "\f18a5";
}

/* line 5560, app/assets/stylesheets/icons.css */
.mdi-cards-playing-diamond::before {
  content: "\f18a6";
}

/* line 5564, app/assets/stylesheets/icons.css */
.mdi-cards-playing-diamond-multiple::before {
  content: "\f18a7";
}

/* line 5568, app/assets/stylesheets/icons.css */
.mdi-cards-playing-diamond-multiple-outline::before {
  content: "\f18a8";
}

/* line 5572, app/assets/stylesheets/icons.css */
.mdi-cards-playing-diamond-outline::before {
  content: "\f18a9";
}

/* line 5576, app/assets/stylesheets/icons.css */
.mdi-cards-playing-heart::before {
  content: "\f18aa";
}

/* line 5580, app/assets/stylesheets/icons.css */
.mdi-cards-playing-heart-multiple::before {
  content: "\f18ab";
}

/* line 5584, app/assets/stylesheets/icons.css */
.mdi-cards-playing-heart-multiple-outline::before {
  content: "\f18ac";
}

/* line 5588, app/assets/stylesheets/icons.css */
.mdi-cards-playing-heart-outline::before {
  content: "\f18ad";
}

/* line 5592, app/assets/stylesheets/icons.css */
.mdi-cards-playing-outline::before {
  content: "\f063a";
}

/* line 5596, app/assets/stylesheets/icons.css */
.mdi-cards-playing-spade::before {
  content: "\f18ae";
}

/* line 5600, app/assets/stylesheets/icons.css */
.mdi-cards-playing-spade-multiple::before {
  content: "\f18af";
}

/* line 5604, app/assets/stylesheets/icons.css */
.mdi-cards-playing-spade-multiple-outline::before {
  content: "\f18b0";
}

/* line 5608, app/assets/stylesheets/icons.css */
.mdi-cards-playing-spade-outline::before {
  content: "\f18b1";
}

/* line 5612, app/assets/stylesheets/icons.css */
.mdi-cards-spade::before {
  content: "\f08d1";
}

/* line 5616, app/assets/stylesheets/icons.css */
.mdi-cards-spade-outline::before {
  content: "\f18b2";
}

/* line 5620, app/assets/stylesheets/icons.css */
.mdi-cards-variant::before {
  content: "\f06c7";
}

/* line 5624, app/assets/stylesheets/icons.css */
.mdi-carrot::before {
  content: "\f010f";
}

/* line 5628, app/assets/stylesheets/icons.css */
.mdi-cart::before {
  content: "\f0110";
}

/* line 5632, app/assets/stylesheets/icons.css */
.mdi-cart-arrow-down::before {
  content: "\f0d66";
}

/* line 5636, app/assets/stylesheets/icons.css */
.mdi-cart-arrow-right::before {
  content: "\f0c4e";
}

/* line 5640, app/assets/stylesheets/icons.css */
.mdi-cart-arrow-up::before {
  content: "\f0d67";
}

/* line 5644, app/assets/stylesheets/icons.css */
.mdi-cart-check::before {
  content: "\f15ea";
}

/* line 5648, app/assets/stylesheets/icons.css */
.mdi-cart-heart::before {
  content: "\f18e0";
}

/* line 5652, app/assets/stylesheets/icons.css */
.mdi-cart-minus::before {
  content: "\f0d68";
}

/* line 5656, app/assets/stylesheets/icons.css */
.mdi-cart-off::before {
  content: "\f066b";
}

/* line 5660, app/assets/stylesheets/icons.css */
.mdi-cart-outline::before {
  content: "\f0111";
}

/* line 5664, app/assets/stylesheets/icons.css */
.mdi-cart-plus::before {
  content: "\f0112";
}

/* line 5668, app/assets/stylesheets/icons.css */
.mdi-cart-remove::before {
  content: "\f0d69";
}

/* line 5672, app/assets/stylesheets/icons.css */
.mdi-cart-variant::before {
  content: "\f15eb";
}

/* line 5676, app/assets/stylesheets/icons.css */
.mdi-case-sensitive-alt::before {
  content: "\f0113";
}

/* line 5680, app/assets/stylesheets/icons.css */
.mdi-cash::before {
  content: "\f0114";
}

/* line 5684, app/assets/stylesheets/icons.css */
.mdi-cash-100::before {
  content: "\f0115";
}

/* line 5688, app/assets/stylesheets/icons.css */
.mdi-cash-check::before {
  content: "\f14ee";
}

/* line 5692, app/assets/stylesheets/icons.css */
.mdi-cash-fast::before {
  content: "\f185c";
}

/* line 5696, app/assets/stylesheets/icons.css */
.mdi-cash-lock::before {
  content: "\f14ea";
}

/* line 5700, app/assets/stylesheets/icons.css */
.mdi-cash-lock-open::before {
  content: "\f14eb";
}

/* line 5704, app/assets/stylesheets/icons.css */
.mdi-cash-marker::before {
  content: "\f0db8";
}

/* line 5708, app/assets/stylesheets/icons.css */
.mdi-cash-minus::before {
  content: "\f1260";
}

/* line 5712, app/assets/stylesheets/icons.css */
.mdi-cash-multiple::before {
  content: "\f0116";
}

/* line 5716, app/assets/stylesheets/icons.css */
.mdi-cash-plus::before {
  content: "\f1261";
}

/* line 5720, app/assets/stylesheets/icons.css */
.mdi-cash-refund::before {
  content: "\f0a9c";
}

/* line 5724, app/assets/stylesheets/icons.css */
.mdi-cash-register::before {
  content: "\f0cf4";
}

/* line 5728, app/assets/stylesheets/icons.css */
.mdi-cash-remove::before {
  content: "\f1262";
}

/* line 5732, app/assets/stylesheets/icons.css */
.mdi-cassette::before {
  content: "\f09d4";
}

/* line 5736, app/assets/stylesheets/icons.css */
.mdi-cast::before {
  content: "\f0118";
}

/* line 5740, app/assets/stylesheets/icons.css */
.mdi-cast-audio::before {
  content: "\f101e";
}

/* line 5744, app/assets/stylesheets/icons.css */
.mdi-cast-audio-variant::before {
  content: "\f1749";
}

/* line 5748, app/assets/stylesheets/icons.css */
.mdi-cast-connected::before {
  content: "\f0119";
}

/* line 5752, app/assets/stylesheets/icons.css */
.mdi-cast-education::before {
  content: "\f0e1d";
}

/* line 5756, app/assets/stylesheets/icons.css */
.mdi-cast-off::before {
  content: "\f078a";
}

/* line 5760, app/assets/stylesheets/icons.css */
.mdi-cast-variant::before {
  content: "\f001f";
}

/* line 5764, app/assets/stylesheets/icons.css */
.mdi-castle::before {
  content: "\f011a";
}

/* line 5768, app/assets/stylesheets/icons.css */
.mdi-cat::before {
  content: "\f011b";
}

/* line 5772, app/assets/stylesheets/icons.css */
.mdi-cctv::before {
  content: "\f07ae";
}

/* line 5776, app/assets/stylesheets/icons.css */
.mdi-cctv-off::before {
  content: "\f185f";
}

/* line 5780, app/assets/stylesheets/icons.css */
.mdi-ceiling-fan::before {
  content: "\f1797";
}

/* line 5784, app/assets/stylesheets/icons.css */
.mdi-ceiling-fan-light::before {
  content: "\f1798";
}

/* line 5788, app/assets/stylesheets/icons.css */
.mdi-ceiling-light::before {
  content: "\f0769";
}

/* line 5792, app/assets/stylesheets/icons.css */
.mdi-ceiling-light-multiple::before {
  content: "\f18dd";
}

/* line 5796, app/assets/stylesheets/icons.css */
.mdi-ceiling-light-multiple-outline::before {
  content: "\f18de";
}

/* line 5800, app/assets/stylesheets/icons.css */
.mdi-ceiling-light-outline::before {
  content: "\f17c7";
}

/* line 5804, app/assets/stylesheets/icons.css */
.mdi-cellphone::before {
  content: "\f011c";
}

/* line 5808, app/assets/stylesheets/icons.css */
.mdi-cellphone-arrow-down::before {
  content: "\f09d5";
}

/* line 5812, app/assets/stylesheets/icons.css */
.mdi-cellphone-basic::before {
  content: "\f011e";
}

/* line 5816, app/assets/stylesheets/icons.css */
.mdi-cellphone-charging::before {
  content: "\f1397";
}

/* line 5820, app/assets/stylesheets/icons.css */
.mdi-cellphone-check::before {
  content: "\f17fd";
}

/* line 5824, app/assets/stylesheets/icons.css */
.mdi-cellphone-cog::before {
  content: "\f0951";
}

/* line 5828, app/assets/stylesheets/icons.css */
.mdi-cellphone-dock::before {
  content: "\f011f";
}

/* line 5832, app/assets/stylesheets/icons.css */
.mdi-cellphone-information::before {
  content: "\f0f41";
}

/* line 5836, app/assets/stylesheets/icons.css */
.mdi-cellphone-key::before {
  content: "\f094e";
}

/* line 5840, app/assets/stylesheets/icons.css */
.mdi-cellphone-link::before {
  content: "\f0121";
}

/* line 5844, app/assets/stylesheets/icons.css */
.mdi-cellphone-link-off::before {
  content: "\f0122";
}

/* line 5848, app/assets/stylesheets/icons.css */
.mdi-cellphone-lock::before {
  content: "\f094f";
}

/* line 5852, app/assets/stylesheets/icons.css */
.mdi-cellphone-marker::before {
  content: "\f183a";
}

/* line 5856, app/assets/stylesheets/icons.css */
.mdi-cellphone-message::before {
  content: "\f08d3";
}

/* line 5860, app/assets/stylesheets/icons.css */
.mdi-cellphone-message-off::before {
  content: "\f10d2";
}

/* line 5864, app/assets/stylesheets/icons.css */
.mdi-cellphone-nfc::before {
  content: "\f0e90";
}

/* line 5868, app/assets/stylesheets/icons.css */
.mdi-cellphone-nfc-off::before {
  content: "\f12d8";
}

/* line 5872, app/assets/stylesheets/icons.css */
.mdi-cellphone-off::before {
  content: "\f0950";
}

/* line 5876, app/assets/stylesheets/icons.css */
.mdi-cellphone-play::before {
  content: "\f101f";
}

/* line 5880, app/assets/stylesheets/icons.css */
.mdi-cellphone-remove::before {
  content: "\f094d";
}

/* line 5884, app/assets/stylesheets/icons.css */
.mdi-cellphone-screenshot::before {
  content: "\f0a35";
}

/* line 5888, app/assets/stylesheets/icons.css */
.mdi-cellphone-settings::before {
  content: "\f0123";
}

/* line 5892, app/assets/stylesheets/icons.css */
.mdi-cellphone-sound::before {
  content: "\f0952";
}

/* line 5896, app/assets/stylesheets/icons.css */
.mdi-cellphone-text::before {
  content: "\f08d2";
}

/* line 5900, app/assets/stylesheets/icons.css */
.mdi-cellphone-wireless::before {
  content: "\f0815";
}

/* line 5904, app/assets/stylesheets/icons.css */
.mdi-centos::before {
  content: "\f111a";
}

/* line 5908, app/assets/stylesheets/icons.css */
.mdi-certificate::before {
  content: "\f0124";
}

/* line 5912, app/assets/stylesheets/icons.css */
.mdi-certificate-outline::before {
  content: "\f1188";
}

/* line 5916, app/assets/stylesheets/icons.css */
.mdi-chair-rolling::before {
  content: "\f0f48";
}

/* line 5920, app/assets/stylesheets/icons.css */
.mdi-chair-school::before {
  content: "\f0125";
}

/* line 5924, app/assets/stylesheets/icons.css */
.mdi-chandelier::before {
  content: "\f1793";
}

/* line 5928, app/assets/stylesheets/icons.css */
.mdi-charity::before {
  content: "\f0c4f";
}

/* line 5932, app/assets/stylesheets/icons.css */
.mdi-chart-arc::before {
  content: "\f0126";
}

/* line 5936, app/assets/stylesheets/icons.css */
.mdi-chart-areaspline::before {
  content: "\f0127";
}

/* line 5940, app/assets/stylesheets/icons.css */
.mdi-chart-areaspline-variant::before {
  content: "\f0e91";
}

/* line 5944, app/assets/stylesheets/icons.css */
.mdi-chart-bar::before {
  content: "\f0128";
}

/* line 5948, app/assets/stylesheets/icons.css */
.mdi-chart-bar-stacked::before {
  content: "\f076a";
}

/* line 5952, app/assets/stylesheets/icons.css */
.mdi-chart-bell-curve::before {
  content: "\f0c50";
}

/* line 5956, app/assets/stylesheets/icons.css */
.mdi-chart-bell-curve-cumulative::before {
  content: "\f0fa7";
}

/* line 5960, app/assets/stylesheets/icons.css */
.mdi-chart-box::before {
  content: "\f154d";
}

/* line 5964, app/assets/stylesheets/icons.css */
.mdi-chart-box-outline::before {
  content: "\f154e";
}

/* line 5968, app/assets/stylesheets/icons.css */
.mdi-chart-box-plus-outline::before {
  content: "\f154f";
}

/* line 5972, app/assets/stylesheets/icons.css */
.mdi-chart-bubble::before {
  content: "\f05e3";
}

/* line 5976, app/assets/stylesheets/icons.css */
.mdi-chart-donut::before {
  content: "\f07af";
}

/* line 5980, app/assets/stylesheets/icons.css */
.mdi-chart-donut-variant::before {
  content: "\f07b0";
}

/* line 5984, app/assets/stylesheets/icons.css */
.mdi-chart-gantt::before {
  content: "\f066c";
}

/* line 5988, app/assets/stylesheets/icons.css */
.mdi-chart-histogram::before {
  content: "\f0129";
}

/* line 5992, app/assets/stylesheets/icons.css */
.mdi-chart-line::before {
  content: "\f012a";
}

/* line 5996, app/assets/stylesheets/icons.css */
.mdi-chart-line-stacked::before {
  content: "\f076b";
}

/* line 6000, app/assets/stylesheets/icons.css */
.mdi-chart-line-variant::before {
  content: "\f07b1";
}

/* line 6004, app/assets/stylesheets/icons.css */
.mdi-chart-multiline::before {
  content: "\f08d4";
}

/* line 6008, app/assets/stylesheets/icons.css */
.mdi-chart-multiple::before {
  content: "\f1213";
}

/* line 6012, app/assets/stylesheets/icons.css */
.mdi-chart-pie::before {
  content: "\f012b";
}

/* line 6016, app/assets/stylesheets/icons.css */
.mdi-chart-ppf::before {
  content: "\f1380";
}

/* line 6020, app/assets/stylesheets/icons.css */
.mdi-chart-sankey::before {
  content: "\f11df";
}

/* line 6024, app/assets/stylesheets/icons.css */
.mdi-chart-sankey-variant::before {
  content: "\f11e0";
}

/* line 6028, app/assets/stylesheets/icons.css */
.mdi-chart-scatter-plot::before {
  content: "\f0e92";
}

/* line 6032, app/assets/stylesheets/icons.css */
.mdi-chart-scatter-plot-hexbin::before {
  content: "\f066d";
}

/* line 6036, app/assets/stylesheets/icons.css */
.mdi-chart-timeline::before {
  content: "\f066e";
}

/* line 6040, app/assets/stylesheets/icons.css */
.mdi-chart-timeline-variant::before {
  content: "\f0e93";
}

/* line 6044, app/assets/stylesheets/icons.css */
.mdi-chart-timeline-variant-shimmer::before {
  content: "\f15b6";
}

/* line 6048, app/assets/stylesheets/icons.css */
.mdi-chart-tree::before {
  content: "\f0e94";
}

/* line 6052, app/assets/stylesheets/icons.css */
.mdi-chart-waterfall::before {
  content: "\f1918";
}

/* line 6056, app/assets/stylesheets/icons.css */
.mdi-chat::before {
  content: "\f0b79";
}

/* line 6060, app/assets/stylesheets/icons.css */
.mdi-chat-alert::before {
  content: "\f0b7a";
}

/* line 6064, app/assets/stylesheets/icons.css */
.mdi-chat-alert-outline::before {
  content: "\f12c9";
}

/* line 6068, app/assets/stylesheets/icons.css */
.mdi-chat-minus::before {
  content: "\f1410";
}

/* line 6072, app/assets/stylesheets/icons.css */
.mdi-chat-minus-outline::before {
  content: "\f1413";
}

/* line 6076, app/assets/stylesheets/icons.css */
.mdi-chat-outline::before {
  content: "\f0ede";
}

/* line 6080, app/assets/stylesheets/icons.css */
.mdi-chat-plus::before {
  content: "\f140f";
}

/* line 6084, app/assets/stylesheets/icons.css */
.mdi-chat-plus-outline::before {
  content: "\f1412";
}

/* line 6088, app/assets/stylesheets/icons.css */
.mdi-chat-processing::before {
  content: "\f0b7b";
}

/* line 6092, app/assets/stylesheets/icons.css */
.mdi-chat-processing-outline::before {
  content: "\f12ca";
}

/* line 6096, app/assets/stylesheets/icons.css */
.mdi-chat-question::before {
  content: "\f1738";
}

/* line 6100, app/assets/stylesheets/icons.css */
.mdi-chat-question-outline::before {
  content: "\f1739";
}

/* line 6104, app/assets/stylesheets/icons.css */
.mdi-chat-remove::before {
  content: "\f1411";
}

/* line 6108, app/assets/stylesheets/icons.css */
.mdi-chat-remove-outline::before {
  content: "\f1414";
}

/* line 6112, app/assets/stylesheets/icons.css */
.mdi-chat-sleep::before {
  content: "\f12d1";
}

/* line 6116, app/assets/stylesheets/icons.css */
.mdi-chat-sleep-outline::before {
  content: "\f12d2";
}

/* line 6120, app/assets/stylesheets/icons.css */
.mdi-check::before {
  content: "\f012c";
}

/* line 6124, app/assets/stylesheets/icons.css */
.mdi-check-all::before {
  content: "\f012d";
}

/* line 6128, app/assets/stylesheets/icons.css */
.mdi-check-bold::before {
  content: "\f0e1e";
}

/* line 6132, app/assets/stylesheets/icons.css */
.mdi-check-circle::before {
  content: "\f05e0";
}

/* line 6136, app/assets/stylesheets/icons.css */
.mdi-check-circle-outline::before {
  content: "\f05e1";
}

/* line 6140, app/assets/stylesheets/icons.css */
.mdi-check-decagram::before {
  content: "\f0791";
}

/* line 6144, app/assets/stylesheets/icons.css */
.mdi-check-decagram-outline::before {
  content: "\f1740";
}

/* line 6148, app/assets/stylesheets/icons.css */
.mdi-check-network::before {
  content: "\f0c53";
}

/* line 6152, app/assets/stylesheets/icons.css */
.mdi-check-network-outline::before {
  content: "\f0c54";
}

/* line 6156, app/assets/stylesheets/icons.css */
.mdi-check-outline::before {
  content: "\f0855";
}

/* line 6160, app/assets/stylesheets/icons.css */
.mdi-check-underline::before {
  content: "\f0e1f";
}

/* line 6164, app/assets/stylesheets/icons.css */
.mdi-check-underline-circle::before {
  content: "\f0e20";
}

/* line 6168, app/assets/stylesheets/icons.css */
.mdi-check-underline-circle-outline::before {
  content: "\f0e21";
}

/* line 6172, app/assets/stylesheets/icons.css */
.mdi-checkbook::before {
  content: "\f0a9d";
}

/* line 6176, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank::before {
  content: "\f012e";
}

/* line 6180, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-badge::before {
  content: "\f1176";
}

/* line 6184, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-badge-outline::before {
  content: "\f0117";
}

/* line 6188, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-circle::before {
  content: "\f012f";
}

/* line 6192, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-circle-outline::before {
  content: "\f0130";
}

/* line 6196, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-off::before {
  content: "\f12ec";
}

/* line 6200, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-off-outline::before {
  content: "\f12ed";
}

/* line 6204, app/assets/stylesheets/icons.css */
.mdi-checkbox-blank-outline::before {
  content: "\f0131";
}

/* line 6208, app/assets/stylesheets/icons.css */
.mdi-checkbox-intermediate::before {
  content: "\f0856";
}

/* line 6212, app/assets/stylesheets/icons.css */
.mdi-checkbox-marked::before {
  content: "\f0132";
}

/* line 6216, app/assets/stylesheets/icons.css */
.mdi-checkbox-marked-circle::before {
  content: "\f0133";
}

/* line 6220, app/assets/stylesheets/icons.css */
.mdi-checkbox-marked-circle-outline::before {
  content: "\f0134";
}

/* line 6224, app/assets/stylesheets/icons.css */
.mdi-checkbox-marked-circle-plus-outline::before {
  content: "\f1927";
}

/* line 6228, app/assets/stylesheets/icons.css */
.mdi-checkbox-marked-outline::before {
  content: "\f0135";
}

/* line 6232, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-blank::before {
  content: "\f0136";
}

/* line 6236, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-blank-circle::before {
  content: "\f063b";
}

/* line 6240, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\f063c";
}

/* line 6244, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-blank-outline::before {
  content: "\f0137";
}

/* line 6248, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-marked::before {
  content: "\f0138";
}

/* line 6252, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-marked-circle::before {
  content: "\f063d";
}

/* line 6256, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\f063e";
}

/* line 6260, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-marked-outline::before {
  content: "\f0139";
}

/* line 6264, app/assets/stylesheets/icons.css */
.mdi-checkbox-multiple-outline::before {
  content: "\f0c51";
}

/* line 6268, app/assets/stylesheets/icons.css */
.mdi-checkbox-outline::before {
  content: "\f0c52";
}

/* line 6272, app/assets/stylesheets/icons.css */
.mdi-checkerboard::before {
  content: "\f013a";
}

/* line 6276, app/assets/stylesheets/icons.css */
.mdi-checkerboard-minus::before {
  content: "\f1202";
}

/* line 6280, app/assets/stylesheets/icons.css */
.mdi-checkerboard-plus::before {
  content: "\f1201";
}

/* line 6284, app/assets/stylesheets/icons.css */
.mdi-checkerboard-remove::before {
  content: "\f1203";
}

/* line 6288, app/assets/stylesheets/icons.css */
.mdi-cheese::before {
  content: "\f12b9";
}

/* line 6292, app/assets/stylesheets/icons.css */
.mdi-cheese-off::before {
  content: "\f13ee";
}

/* line 6296, app/assets/stylesheets/icons.css */
.mdi-chef-hat::before {
  content: "\f0b7c";
}

/* line 6300, app/assets/stylesheets/icons.css */
.mdi-chemical-weapon::before {
  content: "\f013b";
}

/* line 6304, app/assets/stylesheets/icons.css */
.mdi-chess-bishop::before {
  content: "\f085c";
}

/* line 6308, app/assets/stylesheets/icons.css */
.mdi-chess-king::before {
  content: "\f0857";
}

/* line 6312, app/assets/stylesheets/icons.css */
.mdi-chess-knight::before {
  content: "\f0858";
}

/* line 6316, app/assets/stylesheets/icons.css */
.mdi-chess-pawn::before {
  content: "\f0859";
}

/* line 6320, app/assets/stylesheets/icons.css */
.mdi-chess-queen::before {
  content: "\f085a";
}

/* line 6324, app/assets/stylesheets/icons.css */
.mdi-chess-rook::before {
  content: "\f085b";
}

/* line 6328, app/assets/stylesheets/icons.css */
.mdi-chevron-double-down::before {
  content: "\f013c";
}

/* line 6332, app/assets/stylesheets/icons.css */
.mdi-chevron-double-left::before {
  content: "\f013d";
}

/* line 6336, app/assets/stylesheets/icons.css */
.mdi-chevron-double-right::before {
  content: "\f013e";
}

/* line 6340, app/assets/stylesheets/icons.css */
.mdi-chevron-double-up::before {
  content: "\f013f";
}

/* line 6344, app/assets/stylesheets/icons.css */
.mdi-chevron-down::before {
  content: "\f0140";
}

/* line 6348, app/assets/stylesheets/icons.css */
.mdi-chevron-down-box::before {
  content: "\f09d6";
}

/* line 6352, app/assets/stylesheets/icons.css */
.mdi-chevron-down-box-outline::before {
  content: "\f09d7";
}

/* line 6356, app/assets/stylesheets/icons.css */
.mdi-chevron-down-circle::before {
  content: "\f0b26";
}

/* line 6360, app/assets/stylesheets/icons.css */
.mdi-chevron-down-circle-outline::before {
  content: "\f0b27";
}

/* line 6364, app/assets/stylesheets/icons.css */
.mdi-chevron-left::before {
  content: "\f0141";
}

/* line 6368, app/assets/stylesheets/icons.css */
.mdi-chevron-left-box::before {
  content: "\f09d8";
}

/* line 6372, app/assets/stylesheets/icons.css */
.mdi-chevron-left-box-outline::before {
  content: "\f09d9";
}

/* line 6376, app/assets/stylesheets/icons.css */
.mdi-chevron-left-circle::before {
  content: "\f0b28";
}

/* line 6380, app/assets/stylesheets/icons.css */
.mdi-chevron-left-circle-outline::before {
  content: "\f0b29";
}

/* line 6384, app/assets/stylesheets/icons.css */
.mdi-chevron-right::before {
  content: "\f0142";
}

/* line 6388, app/assets/stylesheets/icons.css */
.mdi-chevron-right-box::before {
  content: "\f09da";
}

/* line 6392, app/assets/stylesheets/icons.css */
.mdi-chevron-right-box-outline::before {
  content: "\f09db";
}

/* line 6396, app/assets/stylesheets/icons.css */
.mdi-chevron-right-circle::before {
  content: "\f0b2a";
}

/* line 6400, app/assets/stylesheets/icons.css */
.mdi-chevron-right-circle-outline::before {
  content: "\f0b2b";
}

/* line 6404, app/assets/stylesheets/icons.css */
.mdi-chevron-triple-down::before {
  content: "\f0db9";
}

/* line 6408, app/assets/stylesheets/icons.css */
.mdi-chevron-triple-left::before {
  content: "\f0dba";
}

/* line 6412, app/assets/stylesheets/icons.css */
.mdi-chevron-triple-right::before {
  content: "\f0dbb";
}

/* line 6416, app/assets/stylesheets/icons.css */
.mdi-chevron-triple-up::before {
  content: "\f0dbc";
}

/* line 6420, app/assets/stylesheets/icons.css */
.mdi-chevron-up::before {
  content: "\f0143";
}

/* line 6424, app/assets/stylesheets/icons.css */
.mdi-chevron-up-box::before {
  content: "\f09dc";
}

/* line 6428, app/assets/stylesheets/icons.css */
.mdi-chevron-up-box-outline::before {
  content: "\f09dd";
}

/* line 6432, app/assets/stylesheets/icons.css */
.mdi-chevron-up-circle::before {
  content: "\f0b2c";
}

/* line 6436, app/assets/stylesheets/icons.css */
.mdi-chevron-up-circle-outline::before {
  content: "\f0b2d";
}

/* line 6440, app/assets/stylesheets/icons.css */
.mdi-chili-alert::before {
  content: "\f17ea";
}

/* line 6444, app/assets/stylesheets/icons.css */
.mdi-chili-alert-outline::before {
  content: "\f17eb";
}

/* line 6448, app/assets/stylesheets/icons.css */
.mdi-chili-hot::before {
  content: "\f07b2";
}

/* line 6452, app/assets/stylesheets/icons.css */
.mdi-chili-hot-outline::before {
  content: "\f17ec";
}

/* line 6456, app/assets/stylesheets/icons.css */
.mdi-chili-medium::before {
  content: "\f07b3";
}

/* line 6460, app/assets/stylesheets/icons.css */
.mdi-chili-medium-outline::before {
  content: "\f17ed";
}

/* line 6464, app/assets/stylesheets/icons.css */
.mdi-chili-mild::before {
  content: "\f07b4";
}

/* line 6468, app/assets/stylesheets/icons.css */
.mdi-chili-mild-outline::before {
  content: "\f17ee";
}

/* line 6472, app/assets/stylesheets/icons.css */
.mdi-chili-off::before {
  content: "\f1467";
}

/* line 6476, app/assets/stylesheets/icons.css */
.mdi-chili-off-outline::before {
  content: "\f17ef";
}

/* line 6480, app/assets/stylesheets/icons.css */
.mdi-chip::before {
  content: "\f061a";
}

/* line 6484, app/assets/stylesheets/icons.css */
.mdi-church::before {
  content: "\f0144";
}

/* line 6488, app/assets/stylesheets/icons.css */
.mdi-cigar::before {
  content: "\f1189";
}

/* line 6492, app/assets/stylesheets/icons.css */
.mdi-cigar-off::before {
  content: "\f141b";
}

/* line 6496, app/assets/stylesheets/icons.css */
.mdi-circle::before {
  content: "\f0765";
}

/* line 6500, app/assets/stylesheets/icons.css */
.mdi-circle-box::before {
  content: "\f15dc";
}

/* line 6504, app/assets/stylesheets/icons.css */
.mdi-circle-box-outline::before {
  content: "\f15dd";
}

/* line 6508, app/assets/stylesheets/icons.css */
.mdi-circle-double::before {
  content: "\f0e95";
}

/* line 6512, app/assets/stylesheets/icons.css */
.mdi-circle-edit-outline::before {
  content: "\f08d5";
}

/* line 6516, app/assets/stylesheets/icons.css */
.mdi-circle-expand::before {
  content: "\f0e96";
}

/* line 6520, app/assets/stylesheets/icons.css */
.mdi-circle-half::before {
  content: "\f1395";
}

/* line 6524, app/assets/stylesheets/icons.css */
.mdi-circle-half-full::before {
  content: "\f1396";
}

/* line 6528, app/assets/stylesheets/icons.css */
.mdi-circle-medium::before {
  content: "\f09de";
}

/* line 6532, app/assets/stylesheets/icons.css */
.mdi-circle-multiple::before {
  content: "\f0b38";
}

/* line 6536, app/assets/stylesheets/icons.css */
.mdi-circle-multiple-outline::before {
  content: "\f0695";
}

/* line 6540, app/assets/stylesheets/icons.css */
.mdi-circle-off-outline::before {
  content: "\f10d3";
}

/* line 6544, app/assets/stylesheets/icons.css */
.mdi-circle-opacity::before {
  content: "\f1853";
}

/* line 6548, app/assets/stylesheets/icons.css */
.mdi-circle-outline::before {
  content: "\f0766";
}

/* line 6552, app/assets/stylesheets/icons.css */
.mdi-circle-slice-1::before {
  content: "\f0a9e";
}

/* line 6556, app/assets/stylesheets/icons.css */
.mdi-circle-slice-2::before {
  content: "\f0a9f";
}

/* line 6560, app/assets/stylesheets/icons.css */
.mdi-circle-slice-3::before {
  content: "\f0aa0";
}

/* line 6564, app/assets/stylesheets/icons.css */
.mdi-circle-slice-4::before {
  content: "\f0aa1";
}

/* line 6568, app/assets/stylesheets/icons.css */
.mdi-circle-slice-5::before {
  content: "\f0aa2";
}

/* line 6572, app/assets/stylesheets/icons.css */
.mdi-circle-slice-6::before {
  content: "\f0aa3";
}

/* line 6576, app/assets/stylesheets/icons.css */
.mdi-circle-slice-7::before {
  content: "\f0aa4";
}

/* line 6580, app/assets/stylesheets/icons.css */
.mdi-circle-slice-8::before {
  content: "\f0aa5";
}

/* line 6584, app/assets/stylesheets/icons.css */
.mdi-circle-small::before {
  content: "\f09df";
}

/* line 6588, app/assets/stylesheets/icons.css */
.mdi-circular-saw::before {
  content: "\f0e22";
}

/* line 6592, app/assets/stylesheets/icons.css */
.mdi-city::before {
  content: "\f0146";
}

/* line 6596, app/assets/stylesheets/icons.css */
.mdi-city-variant::before {
  content: "\f0a36";
}

/* line 6600, app/assets/stylesheets/icons.css */
.mdi-city-variant-outline::before {
  content: "\f0a37";
}

/* line 6604, app/assets/stylesheets/icons.css */
.mdi-clipboard::before {
  content: "\f0147";
}

/* line 6608, app/assets/stylesheets/icons.css */
.mdi-clipboard-account::before {
  content: "\f0148";
}

/* line 6612, app/assets/stylesheets/icons.css */
.mdi-clipboard-account-outline::before {
  content: "\f0c55";
}

/* line 6616, app/assets/stylesheets/icons.css */
.mdi-clipboard-alert::before {
  content: "\f0149";
}

/* line 6620, app/assets/stylesheets/icons.css */
.mdi-clipboard-alert-outline::before {
  content: "\f0cf7";
}

/* line 6624, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-down::before {
  content: "\f014a";
}

/* line 6628, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-down-outline::before {
  content: "\f0c56";
}

/* line 6632, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-left::before {
  content: "\f014b";
}

/* line 6636, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-left-outline::before {
  content: "\f0cf8";
}

/* line 6640, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-right::before {
  content: "\f0cf9";
}

/* line 6644, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-right-outline::before {
  content: "\f0cfa";
}

/* line 6648, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-up::before {
  content: "\f0c57";
}

/* line 6652, app/assets/stylesheets/icons.css */
.mdi-clipboard-arrow-up-outline::before {
  content: "\f0c58";
}

/* line 6656, app/assets/stylesheets/icons.css */
.mdi-clipboard-check::before {
  content: "\f014e";
}

/* line 6660, app/assets/stylesheets/icons.css */
.mdi-clipboard-check-multiple::before {
  content: "\f1263";
}

/* line 6664, app/assets/stylesheets/icons.css */
.mdi-clipboard-check-multiple-outline::before {
  content: "\f1264";
}

/* line 6668, app/assets/stylesheets/icons.css */
.mdi-clipboard-check-outline::before {
  content: "\f08a8";
}

/* line 6672, app/assets/stylesheets/icons.css */
.mdi-clipboard-clock::before {
  content: "\f16e2";
}

/* line 6676, app/assets/stylesheets/icons.css */
.mdi-clipboard-clock-outline::before {
  content: "\f16e3";
}

/* line 6680, app/assets/stylesheets/icons.css */
.mdi-clipboard-edit::before {
  content: "\f14e5";
}

/* line 6684, app/assets/stylesheets/icons.css */
.mdi-clipboard-edit-outline::before {
  content: "\f14e6";
}

/* line 6688, app/assets/stylesheets/icons.css */
.mdi-clipboard-file::before {
  content: "\f1265";
}

/* line 6692, app/assets/stylesheets/icons.css */
.mdi-clipboard-file-outline::before {
  content: "\f1266";
}

/* line 6696, app/assets/stylesheets/icons.css */
.mdi-clipboard-flow::before {
  content: "\f06c8";
}

/* line 6700, app/assets/stylesheets/icons.css */
.mdi-clipboard-flow-outline::before {
  content: "\f1117";
}

/* line 6704, app/assets/stylesheets/icons.css */
.mdi-clipboard-list::before {
  content: "\f10d4";
}

/* line 6708, app/assets/stylesheets/icons.css */
.mdi-clipboard-list-outline::before {
  content: "\f10d5";
}

/* line 6712, app/assets/stylesheets/icons.css */
.mdi-clipboard-minus::before {
  content: "\f1618";
}

/* line 6716, app/assets/stylesheets/icons.css */
.mdi-clipboard-minus-outline::before {
  content: "\f1619";
}

/* line 6720, app/assets/stylesheets/icons.css */
.mdi-clipboard-multiple::before {
  content: "\f1267";
}

/* line 6724, app/assets/stylesheets/icons.css */
.mdi-clipboard-multiple-outline::before {
  content: "\f1268";
}

/* line 6728, app/assets/stylesheets/icons.css */
.mdi-clipboard-off::before {
  content: "\f161a";
}

/* line 6732, app/assets/stylesheets/icons.css */
.mdi-clipboard-off-outline::before {
  content: "\f161b";
}

/* line 6736, app/assets/stylesheets/icons.css */
.mdi-clipboard-outline::before {
  content: "\f014c";
}

/* line 6740, app/assets/stylesheets/icons.css */
.mdi-clipboard-play::before {
  content: "\f0c59";
}

/* line 6744, app/assets/stylesheets/icons.css */
.mdi-clipboard-play-multiple::before {
  content: "\f1269";
}

/* line 6748, app/assets/stylesheets/icons.css */
.mdi-clipboard-play-multiple-outline::before {
  content: "\f126a";
}

/* line 6752, app/assets/stylesheets/icons.css */
.mdi-clipboard-play-outline::before {
  content: "\f0c5a";
}

/* line 6756, app/assets/stylesheets/icons.css */
.mdi-clipboard-plus::before {
  content: "\f0751";
}

/* line 6760, app/assets/stylesheets/icons.css */
.mdi-clipboard-plus-outline::before {
  content: "\f131f";
}

/* line 6764, app/assets/stylesheets/icons.css */
.mdi-clipboard-pulse::before {
  content: "\f085d";
}

/* line 6768, app/assets/stylesheets/icons.css */
.mdi-clipboard-pulse-outline::before {
  content: "\f085e";
}

/* line 6772, app/assets/stylesheets/icons.css */
.mdi-clipboard-remove::before {
  content: "\f161c";
}

/* line 6776, app/assets/stylesheets/icons.css */
.mdi-clipboard-remove-outline::before {
  content: "\f161d";
}

/* line 6780, app/assets/stylesheets/icons.css */
.mdi-clipboard-search::before {
  content: "\f161e";
}

/* line 6784, app/assets/stylesheets/icons.css */
.mdi-clipboard-search-outline::before {
  content: "\f161f";
}

/* line 6788, app/assets/stylesheets/icons.css */
.mdi-clipboard-text::before {
  content: "\f014d";
}

/* line 6792, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-clock::before {
  content: "\f18f9";
}

/* line 6796, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-clock-outline::before {
  content: "\f18fa";
}

/* line 6800, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-multiple::before {
  content: "\f126b";
}

/* line 6804, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-multiple-outline::before {
  content: "\f126c";
}

/* line 6808, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-off::before {
  content: "\f1620";
}

/* line 6812, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-off-outline::before {
  content: "\f1621";
}

/* line 6816, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-outline::before {
  content: "\f0a38";
}

/* line 6820, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-play::before {
  content: "\f0c5b";
}

/* line 6824, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-play-outline::before {
  content: "\f0c5c";
}

/* line 6828, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-search::before {
  content: "\f1622";
}

/* line 6832, app/assets/stylesheets/icons.css */
.mdi-clipboard-text-search-outline::before {
  content: "\f1623";
}

/* line 6836, app/assets/stylesheets/icons.css */
.mdi-clippy::before {
  content: "\f014f";
}

/* line 6840, app/assets/stylesheets/icons.css */
.mdi-clock::before {
  content: "\f0954";
}

/* line 6844, app/assets/stylesheets/icons.css */
.mdi-clock-alert::before {
  content: "\f0955";
}

/* line 6848, app/assets/stylesheets/icons.css */
.mdi-clock-alert-outline::before {
  content: "\f05ce";
}

/* line 6852, app/assets/stylesheets/icons.css */
.mdi-clock-check::before {
  content: "\f0fa8";
}

/* line 6856, app/assets/stylesheets/icons.css */
.mdi-clock-check-outline::before {
  content: "\f0fa9";
}

/* line 6860, app/assets/stylesheets/icons.css */
.mdi-clock-digital::before {
  content: "\f0e97";
}

/* line 6864, app/assets/stylesheets/icons.css */
.mdi-clock-edit::before {
  content: "\f19ba";
}

/* line 6868, app/assets/stylesheets/icons.css */
.mdi-clock-edit-outline::before {
  content: "\f19bb";
}

/* line 6872, app/assets/stylesheets/icons.css */
.mdi-clock-end::before {
  content: "\f0151";
}

/* line 6876, app/assets/stylesheets/icons.css */
.mdi-clock-fast::before {
  content: "\f0152";
}

/* line 6880, app/assets/stylesheets/icons.css */
.mdi-clock-in::before {
  content: "\f0153";
}

/* line 6884, app/assets/stylesheets/icons.css */
.mdi-clock-minus::before {
  content: "\f1863";
}

/* line 6888, app/assets/stylesheets/icons.css */
.mdi-clock-minus-outline::before {
  content: "\f1864";
}

/* line 6892, app/assets/stylesheets/icons.css */
.mdi-clock-out::before {
  content: "\f0154";
}

/* line 6896, app/assets/stylesheets/icons.css */
.mdi-clock-outline::before {
  content: "\f0150";
}

/* line 6900, app/assets/stylesheets/icons.css */
.mdi-clock-plus::before {
  content: "\f1861";
}

/* line 6904, app/assets/stylesheets/icons.css */
.mdi-clock-plus-outline::before {
  content: "\f1862";
}

/* line 6908, app/assets/stylesheets/icons.css */
.mdi-clock-remove::before {
  content: "\f1865";
}

/* line 6912, app/assets/stylesheets/icons.css */
.mdi-clock-remove-outline::before {
  content: "\f1866";
}

/* line 6916, app/assets/stylesheets/icons.css */
.mdi-clock-start::before {
  content: "\f0155";
}

/* line 6920, app/assets/stylesheets/icons.css */
.mdi-clock-time-eight::before {
  content: "\f1446";
}

/* line 6924, app/assets/stylesheets/icons.css */
.mdi-clock-time-eight-outline::before {
  content: "\f1452";
}

/* line 6928, app/assets/stylesheets/icons.css */
.mdi-clock-time-eleven::before {
  content: "\f1449";
}

/* line 6932, app/assets/stylesheets/icons.css */
.mdi-clock-time-eleven-outline::before {
  content: "\f1455";
}

/* line 6936, app/assets/stylesheets/icons.css */
.mdi-clock-time-five::before {
  content: "\f1443";
}

/* line 6940, app/assets/stylesheets/icons.css */
.mdi-clock-time-five-outline::before {
  content: "\f144f";
}

/* line 6944, app/assets/stylesheets/icons.css */
.mdi-clock-time-four::before {
  content: "\f1442";
}

/* line 6948, app/assets/stylesheets/icons.css */
.mdi-clock-time-four-outline::before {
  content: "\f144e";
}

/* line 6952, app/assets/stylesheets/icons.css */
.mdi-clock-time-nine::before {
  content: "\f1447";
}

/* line 6956, app/assets/stylesheets/icons.css */
.mdi-clock-time-nine-outline::before {
  content: "\f1453";
}

/* line 6960, app/assets/stylesheets/icons.css */
.mdi-clock-time-one::before {
  content: "\f143f";
}

/* line 6964, app/assets/stylesheets/icons.css */
.mdi-clock-time-one-outline::before {
  content: "\f144b";
}

/* line 6968, app/assets/stylesheets/icons.css */
.mdi-clock-time-seven::before {
  content: "\f1445";
}

/* line 6972, app/assets/stylesheets/icons.css */
.mdi-clock-time-seven-outline::before {
  content: "\f1451";
}

/* line 6976, app/assets/stylesheets/icons.css */
.mdi-clock-time-six::before {
  content: "\f1444";
}

/* line 6980, app/assets/stylesheets/icons.css */
.mdi-clock-time-six-outline::before {
  content: "\f1450";
}

/* line 6984, app/assets/stylesheets/icons.css */
.mdi-clock-time-ten::before {
  content: "\f1448";
}

/* line 6988, app/assets/stylesheets/icons.css */
.mdi-clock-time-ten-outline::before {
  content: "\f1454";
}

/* line 6992, app/assets/stylesheets/icons.css */
.mdi-clock-time-three::before {
  content: "\f1441";
}

/* line 6996, app/assets/stylesheets/icons.css */
.mdi-clock-time-three-outline::before {
  content: "\f144d";
}

/* line 7000, app/assets/stylesheets/icons.css */
.mdi-clock-time-twelve::before {
  content: "\f144a";
}

/* line 7004, app/assets/stylesheets/icons.css */
.mdi-clock-time-twelve-outline::before {
  content: "\f1456";
}

/* line 7008, app/assets/stylesheets/icons.css */
.mdi-clock-time-two::before {
  content: "\f1440";
}

/* line 7012, app/assets/stylesheets/icons.css */
.mdi-clock-time-two-outline::before {
  content: "\f144c";
}

/* line 7016, app/assets/stylesheets/icons.css */
.mdi-close::before {
  content: "\f0156";
}

/* line 7020, app/assets/stylesheets/icons.css */
.mdi-close-box::before {
  content: "\f0157";
}

/* line 7024, app/assets/stylesheets/icons.css */
.mdi-close-box-multiple::before {
  content: "\f0c5d";
}

/* line 7028, app/assets/stylesheets/icons.css */
.mdi-close-box-multiple-outline::before {
  content: "\f0c5e";
}

/* line 7032, app/assets/stylesheets/icons.css */
.mdi-close-box-outline::before {
  content: "\f0158";
}

/* line 7036, app/assets/stylesheets/icons.css */
.mdi-close-circle::before {
  content: "\f0159";
}

/* line 7040, app/assets/stylesheets/icons.css */
.mdi-close-circle-multiple::before {
  content: "\f062a";
}

/* line 7044, app/assets/stylesheets/icons.css */
.mdi-close-circle-multiple-outline::before {
  content: "\f0883";
}

/* line 7048, app/assets/stylesheets/icons.css */
.mdi-close-circle-outline::before {
  content: "\f015a";
}

/* line 7052, app/assets/stylesheets/icons.css */
.mdi-close-network::before {
  content: "\f015b";
}

/* line 7056, app/assets/stylesheets/icons.css */
.mdi-close-network-outline::before {
  content: "\f0c5f";
}

/* line 7060, app/assets/stylesheets/icons.css */
.mdi-close-octagon::before {
  content: "\f015c";
}

/* line 7064, app/assets/stylesheets/icons.css */
.mdi-close-octagon-outline::before {
  content: "\f015d";
}

/* line 7068, app/assets/stylesheets/icons.css */
.mdi-close-outline::before {
  content: "\f06c9";
}

/* line 7072, app/assets/stylesheets/icons.css */
.mdi-close-thick::before {
  content: "\f1398";
}

/* line 7076, app/assets/stylesheets/icons.css */
.mdi-closed-caption::before {
  content: "\f015e";
}

/* line 7080, app/assets/stylesheets/icons.css */
.mdi-closed-caption-outline::before {
  content: "\f0dbd";
}

/* line 7084, app/assets/stylesheets/icons.css */
.mdi-cloud::before {
  content: "\f015f";
}

/* line 7088, app/assets/stylesheets/icons.css */
.mdi-cloud-alert::before {
  content: "\f09e0";
}

/* line 7092, app/assets/stylesheets/icons.css */
.mdi-cloud-braces::before {
  content: "\f07b5";
}

/* line 7096, app/assets/stylesheets/icons.css */
.mdi-cloud-check::before {
  content: "\f0160";
}

/* line 7100, app/assets/stylesheets/icons.css */
.mdi-cloud-check-outline::before {
  content: "\f12cc";
}

/* line 7104, app/assets/stylesheets/icons.css */
.mdi-cloud-circle::before {
  content: "\f0161";
}

/* line 7108, app/assets/stylesheets/icons.css */
.mdi-cloud-download::before {
  content: "\f0162";
}

/* line 7112, app/assets/stylesheets/icons.css */
.mdi-cloud-download-outline::before {
  content: "\f0b7d";
}

/* line 7116, app/assets/stylesheets/icons.css */
.mdi-cloud-lock::before {
  content: "\f11f1";
}

/* line 7120, app/assets/stylesheets/icons.css */
.mdi-cloud-lock-outline::before {
  content: "\f11f2";
}

/* line 7124, app/assets/stylesheets/icons.css */
.mdi-cloud-off-outline::before {
  content: "\f0164";
}

/* line 7128, app/assets/stylesheets/icons.css */
.mdi-cloud-outline::before {
  content: "\f0163";
}

/* line 7132, app/assets/stylesheets/icons.css */
.mdi-cloud-print::before {
  content: "\f0165";
}

/* line 7136, app/assets/stylesheets/icons.css */
.mdi-cloud-print-outline::before {
  content: "\f0166";
}

/* line 7140, app/assets/stylesheets/icons.css */
.mdi-cloud-question::before {
  content: "\f0a39";
}

/* line 7144, app/assets/stylesheets/icons.css */
.mdi-cloud-refresh::before {
  content: "\f052a";
}

/* line 7148, app/assets/stylesheets/icons.css */
.mdi-cloud-search::before {
  content: "\f0956";
}

/* line 7152, app/assets/stylesheets/icons.css */
.mdi-cloud-search-outline::before {
  content: "\f0957";
}

/* line 7156, app/assets/stylesheets/icons.css */
.mdi-cloud-sync::before {
  content: "\f063f";
}

/* line 7160, app/assets/stylesheets/icons.css */
.mdi-cloud-sync-outline::before {
  content: "\f12d6";
}

/* line 7164, app/assets/stylesheets/icons.css */
.mdi-cloud-tags::before {
  content: "\f07b6";
}

/* line 7168, app/assets/stylesheets/icons.css */
.mdi-cloud-upload::before {
  content: "\f0167";
}

/* line 7172, app/assets/stylesheets/icons.css */
.mdi-cloud-upload-outline::before {
  content: "\f0b7e";
}

/* line 7176, app/assets/stylesheets/icons.css */
.mdi-clover::before {
  content: "\f0816";
}

/* line 7180, app/assets/stylesheets/icons.css */
.mdi-coach-lamp::before {
  content: "\f1020";
}

/* line 7184, app/assets/stylesheets/icons.css */
.mdi-coat-rack::before {
  content: "\f109e";
}

/* line 7188, app/assets/stylesheets/icons.css */
.mdi-code-array::before {
  content: "\f0168";
}

/* line 7192, app/assets/stylesheets/icons.css */
.mdi-code-braces::before {
  content: "\f0169";
}

/* line 7196, app/assets/stylesheets/icons.css */
.mdi-code-braces-box::before {
  content: "\f10d6";
}

/* line 7200, app/assets/stylesheets/icons.css */
.mdi-code-brackets::before {
  content: "\f016a";
}

/* line 7204, app/assets/stylesheets/icons.css */
.mdi-code-equal::before {
  content: "\f016b";
}

/* line 7208, app/assets/stylesheets/icons.css */
.mdi-code-greater-than::before {
  content: "\f016c";
}

/* line 7212, app/assets/stylesheets/icons.css */
.mdi-code-greater-than-or-equal::before {
  content: "\f016d";
}

/* line 7216, app/assets/stylesheets/icons.css */
.mdi-code-json::before {
  content: "\f0626";
}

/* line 7220, app/assets/stylesheets/icons.css */
.mdi-code-less-than::before {
  content: "\f016e";
}

/* line 7224, app/assets/stylesheets/icons.css */
.mdi-code-less-than-or-equal::before {
  content: "\f016f";
}

/* line 7228, app/assets/stylesheets/icons.css */
.mdi-code-not-equal::before {
  content: "\f0170";
}

/* line 7232, app/assets/stylesheets/icons.css */
.mdi-code-not-equal-variant::before {
  content: "\f0171";
}

/* line 7236, app/assets/stylesheets/icons.css */
.mdi-code-parentheses::before {
  content: "\f0172";
}

/* line 7240, app/assets/stylesheets/icons.css */
.mdi-code-parentheses-box::before {
  content: "\f10d7";
}

/* line 7244, app/assets/stylesheets/icons.css */
.mdi-code-string::before {
  content: "\f0173";
}

/* line 7248, app/assets/stylesheets/icons.css */
.mdi-code-tags::before {
  content: "\f0174";
}

/* line 7252, app/assets/stylesheets/icons.css */
.mdi-code-tags-check::before {
  content: "\f0694";
}

/* line 7256, app/assets/stylesheets/icons.css */
.mdi-codepen::before {
  content: "\f0175";
}

/* line 7260, app/assets/stylesheets/icons.css */
.mdi-coffee::before {
  content: "\f0176";
}

/* line 7264, app/assets/stylesheets/icons.css */
.mdi-coffee-maker::before {
  content: "\f109f";
}

/* line 7268, app/assets/stylesheets/icons.css */
.mdi-coffee-maker-check::before {
  content: "\f1931";
}

/* line 7272, app/assets/stylesheets/icons.css */
.mdi-coffee-maker-check-outline::before {
  content: "\f1932";
}

/* line 7276, app/assets/stylesheets/icons.css */
.mdi-coffee-maker-outline::before {
  content: "\f181b";
}

/* line 7280, app/assets/stylesheets/icons.css */
.mdi-coffee-off::before {
  content: "\f0faa";
}

/* line 7284, app/assets/stylesheets/icons.css */
.mdi-coffee-off-outline::before {
  content: "\f0fab";
}

/* line 7288, app/assets/stylesheets/icons.css */
.mdi-coffee-outline::before {
  content: "\f06ca";
}

/* line 7292, app/assets/stylesheets/icons.css */
.mdi-coffee-to-go::before {
  content: "\f0177";
}

/* line 7296, app/assets/stylesheets/icons.css */
.mdi-coffee-to-go-outline::before {
  content: "\f130e";
}

/* line 7300, app/assets/stylesheets/icons.css */
.mdi-coffin::before {
  content: "\f0b7f";
}

/* line 7304, app/assets/stylesheets/icons.css */
.mdi-cog::before {
  content: "\f0493";
}

/* line 7308, app/assets/stylesheets/icons.css */
.mdi-cog-box::before {
  content: "\f0494";
}

/* line 7312, app/assets/stylesheets/icons.css */
.mdi-cog-clockwise::before {
  content: "\f11dd";
}

/* line 7316, app/assets/stylesheets/icons.css */
.mdi-cog-counterclockwise::before {
  content: "\f11de";
}

/* line 7320, app/assets/stylesheets/icons.css */
.mdi-cog-off::before {
  content: "\f13ce";
}

/* line 7324, app/assets/stylesheets/icons.css */
.mdi-cog-off-outline::before {
  content: "\f13cf";
}

/* line 7328, app/assets/stylesheets/icons.css */
.mdi-cog-outline::before {
  content: "\f08bb";
}

/* line 7332, app/assets/stylesheets/icons.css */
.mdi-cog-pause::before {
  content: "\f1933";
}

/* line 7336, app/assets/stylesheets/icons.css */
.mdi-cog-pause-outline::before {
  content: "\f1934";
}

/* line 7340, app/assets/stylesheets/icons.css */
.mdi-cog-play::before {
  content: "\f1935";
}

/* line 7344, app/assets/stylesheets/icons.css */
.mdi-cog-play-outline::before {
  content: "\f1936";
}

/* line 7348, app/assets/stylesheets/icons.css */
.mdi-cog-refresh::before {
  content: "\f145e";
}

/* line 7352, app/assets/stylesheets/icons.css */
.mdi-cog-refresh-outline::before {
  content: "\f145f";
}

/* line 7356, app/assets/stylesheets/icons.css */
.mdi-cog-stop::before {
  content: "\f1937";
}

/* line 7360, app/assets/stylesheets/icons.css */
.mdi-cog-stop-outline::before {
  content: "\f1938";
}

/* line 7364, app/assets/stylesheets/icons.css */
.mdi-cog-sync::before {
  content: "\f1460";
}

/* line 7368, app/assets/stylesheets/icons.css */
.mdi-cog-sync-outline::before {
  content: "\f1461";
}

/* line 7372, app/assets/stylesheets/icons.css */
.mdi-cog-transfer::before {
  content: "\f105b";
}

/* line 7376, app/assets/stylesheets/icons.css */
.mdi-cog-transfer-outline::before {
  content: "\f105c";
}

/* line 7380, app/assets/stylesheets/icons.css */
.mdi-cogs::before {
  content: "\f08d6";
}

/* line 7384, app/assets/stylesheets/icons.css */
.mdi-collage::before {
  content: "\f0640";
}

/* line 7388, app/assets/stylesheets/icons.css */
.mdi-collapse-all::before {
  content: "\f0aa6";
}

/* line 7392, app/assets/stylesheets/icons.css */
.mdi-collapse-all-outline::before {
  content: "\f0aa7";
}

/* line 7396, app/assets/stylesheets/icons.css */
.mdi-color-helper::before {
  content: "\f0179";
}

/* line 7400, app/assets/stylesheets/icons.css */
.mdi-comma::before {
  content: "\f0e23";
}

/* line 7404, app/assets/stylesheets/icons.css */
.mdi-comma-box::before {
  content: "\f0e2b";
}

/* line 7408, app/assets/stylesheets/icons.css */
.mdi-comma-box-outline::before {
  content: "\f0e24";
}

/* line 7412, app/assets/stylesheets/icons.css */
.mdi-comma-circle::before {
  content: "\f0e25";
}

/* line 7416, app/assets/stylesheets/icons.css */
.mdi-comma-circle-outline::before {
  content: "\f0e26";
}

/* line 7420, app/assets/stylesheets/icons.css */
.mdi-comment::before {
  content: "\f017a";
}

/* line 7424, app/assets/stylesheets/icons.css */
.mdi-comment-account::before {
  content: "\f017b";
}

/* line 7428, app/assets/stylesheets/icons.css */
.mdi-comment-account-outline::before {
  content: "\f017c";
}

/* line 7432, app/assets/stylesheets/icons.css */
.mdi-comment-alert::before {
  content: "\f017d";
}

/* line 7436, app/assets/stylesheets/icons.css */
.mdi-comment-alert-outline::before {
  content: "\f017e";
}

/* line 7440, app/assets/stylesheets/icons.css */
.mdi-comment-arrow-left::before {
  content: "\f09e1";
}

/* line 7444, app/assets/stylesheets/icons.css */
.mdi-comment-arrow-left-outline::before {
  content: "\f09e2";
}

/* line 7448, app/assets/stylesheets/icons.css */
.mdi-comment-arrow-right::before {
  content: "\f09e3";
}

/* line 7452, app/assets/stylesheets/icons.css */
.mdi-comment-arrow-right-outline::before {
  content: "\f09e4";
}

/* line 7456, app/assets/stylesheets/icons.css */
.mdi-comment-bookmark::before {
  content: "\f15ae";
}

/* line 7460, app/assets/stylesheets/icons.css */
.mdi-comment-bookmark-outline::before {
  content: "\f15af";
}

/* line 7464, app/assets/stylesheets/icons.css */
.mdi-comment-check::before {
  content: "\f017f";
}

/* line 7468, app/assets/stylesheets/icons.css */
.mdi-comment-check-outline::before {
  content: "\f0180";
}

/* line 7472, app/assets/stylesheets/icons.css */
.mdi-comment-edit::before {
  content: "\f11bf";
}

/* line 7476, app/assets/stylesheets/icons.css */
.mdi-comment-edit-outline::before {
  content: "\f12c4";
}

/* line 7480, app/assets/stylesheets/icons.css */
.mdi-comment-eye::before {
  content: "\f0a3a";
}

/* line 7484, app/assets/stylesheets/icons.css */
.mdi-comment-eye-outline::before {
  content: "\f0a3b";
}

/* line 7488, app/assets/stylesheets/icons.css */
.mdi-comment-flash::before {
  content: "\f15b0";
}

/* line 7492, app/assets/stylesheets/icons.css */
.mdi-comment-flash-outline::before {
  content: "\f15b1";
}

/* line 7496, app/assets/stylesheets/icons.css */
.mdi-comment-minus::before {
  content: "\f15df";
}

/* line 7500, app/assets/stylesheets/icons.css */
.mdi-comment-minus-outline::before {
  content: "\f15e0";
}

/* line 7504, app/assets/stylesheets/icons.css */
.mdi-comment-multiple::before {
  content: "\f085f";
}

/* line 7508, app/assets/stylesheets/icons.css */
.mdi-comment-multiple-outline::before {
  content: "\f0181";
}

/* line 7512, app/assets/stylesheets/icons.css */
.mdi-comment-off::before {
  content: "\f15e1";
}

/* line 7516, app/assets/stylesheets/icons.css */
.mdi-comment-off-outline::before {
  content: "\f15e2";
}

/* line 7520, app/assets/stylesheets/icons.css */
.mdi-comment-outline::before {
  content: "\f0182";
}

/* line 7524, app/assets/stylesheets/icons.css */
.mdi-comment-plus::before {
  content: "\f09e5";
}

/* line 7528, app/assets/stylesheets/icons.css */
.mdi-comment-plus-outline::before {
  content: "\f0183";
}

/* line 7532, app/assets/stylesheets/icons.css */
.mdi-comment-processing::before {
  content: "\f0184";
}

/* line 7536, app/assets/stylesheets/icons.css */
.mdi-comment-processing-outline::before {
  content: "\f0185";
}

/* line 7540, app/assets/stylesheets/icons.css */
.mdi-comment-question::before {
  content: "\f0817";
}

/* line 7544, app/assets/stylesheets/icons.css */
.mdi-comment-question-outline::before {
  content: "\f0186";
}

/* line 7548, app/assets/stylesheets/icons.css */
.mdi-comment-quote::before {
  content: "\f1021";
}

/* line 7552, app/assets/stylesheets/icons.css */
.mdi-comment-quote-outline::before {
  content: "\f1022";
}

/* line 7556, app/assets/stylesheets/icons.css */
.mdi-comment-remove::before {
  content: "\f05de";
}

/* line 7560, app/assets/stylesheets/icons.css */
.mdi-comment-remove-outline::before {
  content: "\f0187";
}

/* line 7564, app/assets/stylesheets/icons.css */
.mdi-comment-search::before {
  content: "\f0a3c";
}

/* line 7568, app/assets/stylesheets/icons.css */
.mdi-comment-search-outline::before {
  content: "\f0a3d";
}

/* line 7572, app/assets/stylesheets/icons.css */
.mdi-comment-text::before {
  content: "\f0188";
}

/* line 7576, app/assets/stylesheets/icons.css */
.mdi-comment-text-multiple::before {
  content: "\f0860";
}

/* line 7580, app/assets/stylesheets/icons.css */
.mdi-comment-text-multiple-outline::before {
  content: "\f0861";
}

/* line 7584, app/assets/stylesheets/icons.css */
.mdi-comment-text-outline::before {
  content: "\f0189";
}

/* line 7588, app/assets/stylesheets/icons.css */
.mdi-compare::before {
  content: "\f018a";
}

/* line 7592, app/assets/stylesheets/icons.css */
.mdi-compare-horizontal::before {
  content: "\f1492";
}

/* line 7596, app/assets/stylesheets/icons.css */
.mdi-compare-remove::before {
  content: "\f18b3";
}

/* line 7600, app/assets/stylesheets/icons.css */
.mdi-compare-vertical::before {
  content: "\f1493";
}

/* line 7604, app/assets/stylesheets/icons.css */
.mdi-compass::before {
  content: "\f018b";
}

/* line 7608, app/assets/stylesheets/icons.css */
.mdi-compass-off::before {
  content: "\f0b80";
}

/* line 7612, app/assets/stylesheets/icons.css */
.mdi-compass-off-outline::before {
  content: "\f0b81";
}

/* line 7616, app/assets/stylesheets/icons.css */
.mdi-compass-outline::before {
  content: "\f018c";
}

/* line 7620, app/assets/stylesheets/icons.css */
.mdi-compass-rose::before {
  content: "\f1382";
}

/* line 7624, app/assets/stylesheets/icons.css */
.mdi-cone::before {
  content: "\f194c";
}

/* line 7628, app/assets/stylesheets/icons.css */
.mdi-cone-off::before {
  content: "\f194d";
}

/* line 7632, app/assets/stylesheets/icons.css */
.mdi-connection::before {
  content: "\f1616";
}

/* line 7636, app/assets/stylesheets/icons.css */
.mdi-console::before {
  content: "\f018d";
}

/* line 7640, app/assets/stylesheets/icons.css */
.mdi-console-line::before {
  content: "\f07b7";
}

/* line 7644, app/assets/stylesheets/icons.css */
.mdi-console-network::before {
  content: "\f08a9";
}

/* line 7648, app/assets/stylesheets/icons.css */
.mdi-console-network-outline::before {
  content: "\f0c60";
}

/* line 7652, app/assets/stylesheets/icons.css */
.mdi-consolidate::before {
  content: "\f10d8";
}

/* line 7656, app/assets/stylesheets/icons.css */
.mdi-contactless-payment::before {
  content: "\f0d6a";
}

/* line 7660, app/assets/stylesheets/icons.css */
.mdi-contactless-payment-circle::before {
  content: "\f0321";
}

/* line 7664, app/assets/stylesheets/icons.css */
.mdi-contactless-payment-circle-outline::before {
  content: "\f0408";
}

/* line 7668, app/assets/stylesheets/icons.css */
.mdi-contacts::before {
  content: "\f06cb";
}

/* line 7672, app/assets/stylesheets/icons.css */
.mdi-contacts-outline::before {
  content: "\f05b8";
}

/* line 7676, app/assets/stylesheets/icons.css */
.mdi-contain::before {
  content: "\f0a3e";
}

/* line 7680, app/assets/stylesheets/icons.css */
.mdi-contain-end::before {
  content: "\f0a3f";
}

/* line 7684, app/assets/stylesheets/icons.css */
.mdi-contain-start::before {
  content: "\f0a40";
}

/* line 7688, app/assets/stylesheets/icons.css */
.mdi-content-copy::before {
  content: "\f018f";
}

/* line 7692, app/assets/stylesheets/icons.css */
.mdi-content-cut::before {
  content: "\f0190";
}

/* line 7696, app/assets/stylesheets/icons.css */
.mdi-content-duplicate::before {
  content: "\f0191";
}

/* line 7700, app/assets/stylesheets/icons.css */
.mdi-content-paste::before {
  content: "\f0192";
}

/* line 7704, app/assets/stylesheets/icons.css */
.mdi-content-save::before {
  content: "\f0193";
}

/* line 7708, app/assets/stylesheets/icons.css */
.mdi-content-save-alert::before {
  content: "\f0f42";
}

/* line 7712, app/assets/stylesheets/icons.css */
.mdi-content-save-alert-outline::before {
  content: "\f0f43";
}

/* line 7716, app/assets/stylesheets/icons.css */
.mdi-content-save-all::before {
  content: "\f0194";
}

/* line 7720, app/assets/stylesheets/icons.css */
.mdi-content-save-all-outline::before {
  content: "\f0f44";
}

/* line 7724, app/assets/stylesheets/icons.css */
.mdi-content-save-check::before {
  content: "\f18ea";
}

/* line 7728, app/assets/stylesheets/icons.css */
.mdi-content-save-check-outline::before {
  content: "\f18eb";
}

/* line 7732, app/assets/stylesheets/icons.css */
.mdi-content-save-cog::before {
  content: "\f145b";
}

/* line 7736, app/assets/stylesheets/icons.css */
.mdi-content-save-cog-outline::before {
  content: "\f145c";
}

/* line 7740, app/assets/stylesheets/icons.css */
.mdi-content-save-edit::before {
  content: "\f0cfb";
}

/* line 7744, app/assets/stylesheets/icons.css */
.mdi-content-save-edit-outline::before {
  content: "\f0cfc";
}

/* line 7748, app/assets/stylesheets/icons.css */
.mdi-content-save-move::before {
  content: "\f0e27";
}

/* line 7752, app/assets/stylesheets/icons.css */
.mdi-content-save-move-outline::before {
  content: "\f0e28";
}

/* line 7756, app/assets/stylesheets/icons.css */
.mdi-content-save-off::before {
  content: "\f1643";
}

/* line 7760, app/assets/stylesheets/icons.css */
.mdi-content-save-off-outline::before {
  content: "\f1644";
}

/* line 7764, app/assets/stylesheets/icons.css */
.mdi-content-save-outline::before {
  content: "\f0818";
}

/* line 7768, app/assets/stylesheets/icons.css */
.mdi-content-save-settings::before {
  content: "\f061b";
}

/* line 7772, app/assets/stylesheets/icons.css */
.mdi-content-save-settings-outline::before {
  content: "\f0b2e";
}

/* line 7776, app/assets/stylesheets/icons.css */
.mdi-contrast::before {
  content: "\f0195";
}

/* line 7780, app/assets/stylesheets/icons.css */
.mdi-contrast-box::before {
  content: "\f0196";
}

/* line 7784, app/assets/stylesheets/icons.css */
.mdi-contrast-circle::before {
  content: "\f0197";
}

/* line 7788, app/assets/stylesheets/icons.css */
.mdi-controller-classic::before {
  content: "\f0b82";
}

/* line 7792, app/assets/stylesheets/icons.css */
.mdi-controller-classic-outline::before {
  content: "\f0b83";
}

/* line 7796, app/assets/stylesheets/icons.css */
.mdi-cookie::before {
  content: "\f0198";
}

/* line 7800, app/assets/stylesheets/icons.css */
.mdi-cookie-alert::before {
  content: "\f16d0";
}

/* line 7804, app/assets/stylesheets/icons.css */
.mdi-cookie-alert-outline::before {
  content: "\f16d1";
}

/* line 7808, app/assets/stylesheets/icons.css */
.mdi-cookie-check::before {
  content: "\f16d2";
}

/* line 7812, app/assets/stylesheets/icons.css */
.mdi-cookie-check-outline::before {
  content: "\f16d3";
}

/* line 7816, app/assets/stylesheets/icons.css */
.mdi-cookie-clock::before {
  content: "\f16e4";
}

/* line 7820, app/assets/stylesheets/icons.css */
.mdi-cookie-clock-outline::before {
  content: "\f16e5";
}

/* line 7824, app/assets/stylesheets/icons.css */
.mdi-cookie-cog::before {
  content: "\f16d4";
}

/* line 7828, app/assets/stylesheets/icons.css */
.mdi-cookie-cog-outline::before {
  content: "\f16d5";
}

/* line 7832, app/assets/stylesheets/icons.css */
.mdi-cookie-edit::before {
  content: "\f16e6";
}

/* line 7836, app/assets/stylesheets/icons.css */
.mdi-cookie-edit-outline::before {
  content: "\f16e7";
}

/* line 7840, app/assets/stylesheets/icons.css */
.mdi-cookie-lock::before {
  content: "\f16e8";
}

/* line 7844, app/assets/stylesheets/icons.css */
.mdi-cookie-lock-outline::before {
  content: "\f16e9";
}

/* line 7848, app/assets/stylesheets/icons.css */
.mdi-cookie-minus::before {
  content: "\f16da";
}

/* line 7852, app/assets/stylesheets/icons.css */
.mdi-cookie-minus-outline::before {
  content: "\f16db";
}

/* line 7856, app/assets/stylesheets/icons.css */
.mdi-cookie-off::before {
  content: "\f16ea";
}

/* line 7860, app/assets/stylesheets/icons.css */
.mdi-cookie-off-outline::before {
  content: "\f16eb";
}

/* line 7864, app/assets/stylesheets/icons.css */
.mdi-cookie-outline::before {
  content: "\f16de";
}

/* line 7868, app/assets/stylesheets/icons.css */
.mdi-cookie-plus::before {
  content: "\f16d6";
}

/* line 7872, app/assets/stylesheets/icons.css */
.mdi-cookie-plus-outline::before {
  content: "\f16d7";
}

/* line 7876, app/assets/stylesheets/icons.css */
.mdi-cookie-refresh::before {
  content: "\f16ec";
}

/* line 7880, app/assets/stylesheets/icons.css */
.mdi-cookie-refresh-outline::before {
  content: "\f16ed";
}

/* line 7884, app/assets/stylesheets/icons.css */
.mdi-cookie-remove::before {
  content: "\f16d8";
}

/* line 7888, app/assets/stylesheets/icons.css */
.mdi-cookie-remove-outline::before {
  content: "\f16d9";
}

/* line 7892, app/assets/stylesheets/icons.css */
.mdi-cookie-settings::before {
  content: "\f16dc";
}

/* line 7896, app/assets/stylesheets/icons.css */
.mdi-cookie-settings-outline::before {
  content: "\f16dd";
}

/* line 7900, app/assets/stylesheets/icons.css */
.mdi-coolant-temperature::before {
  content: "\f03c8";
}

/* line 7904, app/assets/stylesheets/icons.css */
.mdi-copyleft::before {
  content: "\f1939";
}

/* line 7908, app/assets/stylesheets/icons.css */
.mdi-copyright::before {
  content: "\f05e6";
}

/* line 7912, app/assets/stylesheets/icons.css */
.mdi-cordova::before {
  content: "\f0958";
}

/* line 7916, app/assets/stylesheets/icons.css */
.mdi-corn::before {
  content: "\f07b8";
}

/* line 7920, app/assets/stylesheets/icons.css */
.mdi-corn-off::before {
  content: "\f13ef";
}

/* line 7924, app/assets/stylesheets/icons.css */
.mdi-cosine-wave::before {
  content: "\f1479";
}

/* line 7928, app/assets/stylesheets/icons.css */
.mdi-counter::before {
  content: "\f0199";
}

/* line 7932, app/assets/stylesheets/icons.css */
.mdi-countertop::before {
  content: "\f181c";
}

/* line 7936, app/assets/stylesheets/icons.css */
.mdi-countertop-outline::before {
  content: "\f181d";
}

/* line 7940, app/assets/stylesheets/icons.css */
.mdi-cow::before {
  content: "\f019a";
}

/* line 7944, app/assets/stylesheets/icons.css */
.mdi-cow-off::before {
  content: "\f18fc";
}

/* line 7948, app/assets/stylesheets/icons.css */
.mdi-cpu-32-bit::before {
  content: "\f0edf";
}

/* line 7952, app/assets/stylesheets/icons.css */
.mdi-cpu-64-bit::before {
  content: "\f0ee0";
}

/* line 7956, app/assets/stylesheets/icons.css */
.mdi-cradle::before {
  content: "\f198b";
}

/* line 7960, app/assets/stylesheets/icons.css */
.mdi-cradle-outline::before {
  content: "\f1991";
}

/* line 7964, app/assets/stylesheets/icons.css */
.mdi-crane::before {
  content: "\f0862";
}

/* line 7968, app/assets/stylesheets/icons.css */
.mdi-creation::before {
  content: "\f0674";
}

/* line 7972, app/assets/stylesheets/icons.css */
.mdi-creative-commons::before {
  content: "\f0d6b";
}

/* line 7976, app/assets/stylesheets/icons.css */
.mdi-credit-card::before {
  content: "\f0fef";
}

/* line 7980, app/assets/stylesheets/icons.css */
.mdi-credit-card-check::before {
  content: "\f13d0";
}

/* line 7984, app/assets/stylesheets/icons.css */
.mdi-credit-card-check-outline::before {
  content: "\f13d1";
}

/* line 7988, app/assets/stylesheets/icons.css */
.mdi-credit-card-chip::before {
  content: "\f190f";
}

/* line 7992, app/assets/stylesheets/icons.css */
.mdi-credit-card-chip-outline::before {
  content: "\f1910";
}

/* line 7996, app/assets/stylesheets/icons.css */
.mdi-credit-card-clock::before {
  content: "\f0ee1";
}

/* line 8000, app/assets/stylesheets/icons.css */
.mdi-credit-card-clock-outline::before {
  content: "\f0ee2";
}

/* line 8004, app/assets/stylesheets/icons.css */
.mdi-credit-card-edit::before {
  content: "\f17d7";
}

/* line 8008, app/assets/stylesheets/icons.css */
.mdi-credit-card-edit-outline::before {
  content: "\f17d8";
}

/* line 8012, app/assets/stylesheets/icons.css */
.mdi-credit-card-fast::before {
  content: "\f1911";
}

/* line 8016, app/assets/stylesheets/icons.css */
.mdi-credit-card-fast-outline::before {
  content: "\f1912";
}

/* line 8020, app/assets/stylesheets/icons.css */
.mdi-credit-card-lock::before {
  content: "\f18e7";
}

/* line 8024, app/assets/stylesheets/icons.css */
.mdi-credit-card-lock-outline::before {
  content: "\f18e8";
}

/* line 8028, app/assets/stylesheets/icons.css */
.mdi-credit-card-marker::before {
  content: "\f06a8";
}

/* line 8032, app/assets/stylesheets/icons.css */
.mdi-credit-card-marker-outline::before {
  content: "\f0dbe";
}

/* line 8036, app/assets/stylesheets/icons.css */
.mdi-credit-card-minus::before {
  content: "\f0fac";
}

/* line 8040, app/assets/stylesheets/icons.css */
.mdi-credit-card-minus-outline::before {
  content: "\f0fad";
}

/* line 8044, app/assets/stylesheets/icons.css */
.mdi-credit-card-multiple::before {
  content: "\f0ff0";
}

/* line 8048, app/assets/stylesheets/icons.css */
.mdi-credit-card-multiple-outline::before {
  content: "\f019c";
}

/* line 8052, app/assets/stylesheets/icons.css */
.mdi-credit-card-off::before {
  content: "\f0ff1";
}

/* line 8056, app/assets/stylesheets/icons.css */
.mdi-credit-card-off-outline::before {
  content: "\f05e4";
}

/* line 8060, app/assets/stylesheets/icons.css */
.mdi-credit-card-outline::before {
  content: "\f019b";
}

/* line 8064, app/assets/stylesheets/icons.css */
.mdi-credit-card-plus::before {
  content: "\f0ff2";
}

/* line 8068, app/assets/stylesheets/icons.css */
.mdi-credit-card-plus-outline::before {
  content: "\f0676";
}

/* line 8072, app/assets/stylesheets/icons.css */
.mdi-credit-card-refresh::before {
  content: "\f1645";
}

/* line 8076, app/assets/stylesheets/icons.css */
.mdi-credit-card-refresh-outline::before {
  content: "\f1646";
}

/* line 8080, app/assets/stylesheets/icons.css */
.mdi-credit-card-refund::before {
  content: "\f0ff3";
}

/* line 8084, app/assets/stylesheets/icons.css */
.mdi-credit-card-refund-outline::before {
  content: "\f0aa8";
}

/* line 8088, app/assets/stylesheets/icons.css */
.mdi-credit-card-remove::before {
  content: "\f0fae";
}

/* line 8092, app/assets/stylesheets/icons.css */
.mdi-credit-card-remove-outline::before {
  content: "\f0faf";
}

/* line 8096, app/assets/stylesheets/icons.css */
.mdi-credit-card-scan::before {
  content: "\f0ff4";
}

/* line 8100, app/assets/stylesheets/icons.css */
.mdi-credit-card-scan-outline::before {
  content: "\f019d";
}

/* line 8104, app/assets/stylesheets/icons.css */
.mdi-credit-card-search::before {
  content: "\f1647";
}

/* line 8108, app/assets/stylesheets/icons.css */
.mdi-credit-card-search-outline::before {
  content: "\f1648";
}

/* line 8112, app/assets/stylesheets/icons.css */
.mdi-credit-card-settings::before {
  content: "\f0ff5";
}

/* line 8116, app/assets/stylesheets/icons.css */
.mdi-credit-card-settings-outline::before {
  content: "\f08d7";
}

/* line 8120, app/assets/stylesheets/icons.css */
.mdi-credit-card-sync::before {
  content: "\f1649";
}

/* line 8124, app/assets/stylesheets/icons.css */
.mdi-credit-card-sync-outline::before {
  content: "\f164a";
}

/* line 8128, app/assets/stylesheets/icons.css */
.mdi-credit-card-wireless::before {
  content: "\f0802";
}

/* line 8132, app/assets/stylesheets/icons.css */
.mdi-credit-card-wireless-off::before {
  content: "\f057a";
}

/* line 8136, app/assets/stylesheets/icons.css */
.mdi-credit-card-wireless-off-outline::before {
  content: "\f057b";
}

/* line 8140, app/assets/stylesheets/icons.css */
.mdi-credit-card-wireless-outline::before {
  content: "\f0d6c";
}

/* line 8144, app/assets/stylesheets/icons.css */
.mdi-cricket::before {
  content: "\f0d6d";
}

/* line 8148, app/assets/stylesheets/icons.css */
.mdi-crop::before {
  content: "\f019e";
}

/* line 8152, app/assets/stylesheets/icons.css */
.mdi-crop-free::before {
  content: "\f019f";
}

/* line 8156, app/assets/stylesheets/icons.css */
.mdi-crop-landscape::before {
  content: "\f01a0";
}

/* line 8160, app/assets/stylesheets/icons.css */
.mdi-crop-portrait::before {
  content: "\f01a1";
}

/* line 8164, app/assets/stylesheets/icons.css */
.mdi-crop-rotate::before {
  content: "\f0696";
}

/* line 8168, app/assets/stylesheets/icons.css */
.mdi-crop-square::before {
  content: "\f01a2";
}

/* line 8172, app/assets/stylesheets/icons.css */
.mdi-cross::before {
  content: "\f0953";
}

/* line 8176, app/assets/stylesheets/icons.css */
.mdi-cross-bolnisi::before {
  content: "\f0ced";
}

/* line 8180, app/assets/stylesheets/icons.css */
.mdi-cross-celtic::before {
  content: "\f0cf5";
}

/* line 8184, app/assets/stylesheets/icons.css */
.mdi-cross-outline::before {
  content: "\f0cf6";
}

/* line 8188, app/assets/stylesheets/icons.css */
.mdi-crosshairs::before {
  content: "\f01a3";
}

/* line 8192, app/assets/stylesheets/icons.css */
.mdi-crosshairs-gps::before {
  content: "\f01a4";
}

/* line 8196, app/assets/stylesheets/icons.css */
.mdi-crosshairs-off::before {
  content: "\f0f45";
}

/* line 8200, app/assets/stylesheets/icons.css */
.mdi-crosshairs-question::before {
  content: "\f1136";
}

/* line 8204, app/assets/stylesheets/icons.css */
.mdi-crowd::before {
  content: "\f1975";
}

/* line 8208, app/assets/stylesheets/icons.css */
.mdi-crown::before {
  content: "\f01a5";
}

/* line 8212, app/assets/stylesheets/icons.css */
.mdi-crown-circle::before {
  content: "\f17dc";
}

/* line 8216, app/assets/stylesheets/icons.css */
.mdi-crown-circle-outline::before {
  content: "\f17dd";
}

/* line 8220, app/assets/stylesheets/icons.css */
.mdi-crown-outline::before {
  content: "\f11d0";
}

/* line 8224, app/assets/stylesheets/icons.css */
.mdi-cryengine::before {
  content: "\f0959";
}

/* line 8228, app/assets/stylesheets/icons.css */
.mdi-crystal-ball::before {
  content: "\f0b2f";
}

/* line 8232, app/assets/stylesheets/icons.css */
.mdi-cube::before {
  content: "\f01a6";
}

/* line 8236, app/assets/stylesheets/icons.css */
.mdi-cube-off::before {
  content: "\f141c";
}

/* line 8240, app/assets/stylesheets/icons.css */
.mdi-cube-off-outline::before {
  content: "\f141d";
}

/* line 8244, app/assets/stylesheets/icons.css */
.mdi-cube-outline::before {
  content: "\f01a7";
}

/* line 8248, app/assets/stylesheets/icons.css */
.mdi-cube-scan::before {
  content: "\f0b84";
}

/* line 8252, app/assets/stylesheets/icons.css */
.mdi-cube-send::before {
  content: "\f01a8";
}

/* line 8256, app/assets/stylesheets/icons.css */
.mdi-cube-unfolded::before {
  content: "\f01a9";
}

/* line 8260, app/assets/stylesheets/icons.css */
.mdi-cup::before {
  content: "\f01aa";
}

/* line 8264, app/assets/stylesheets/icons.css */
.mdi-cup-off::before {
  content: "\f05e5";
}

/* line 8268, app/assets/stylesheets/icons.css */
.mdi-cup-off-outline::before {
  content: "\f137d";
}

/* line 8272, app/assets/stylesheets/icons.css */
.mdi-cup-outline::before {
  content: "\f130f";
}

/* line 8276, app/assets/stylesheets/icons.css */
.mdi-cup-water::before {
  content: "\f01ab";
}

/* line 8280, app/assets/stylesheets/icons.css */
.mdi-cupboard::before {
  content: "\f0f46";
}

/* line 8284, app/assets/stylesheets/icons.css */
.mdi-cupboard-outline::before {
  content: "\f0f47";
}

/* line 8288, app/assets/stylesheets/icons.css */
.mdi-cupcake::before {
  content: "\f095a";
}

/* line 8292, app/assets/stylesheets/icons.css */
.mdi-curling::before {
  content: "\f0863";
}

/* line 8296, app/assets/stylesheets/icons.css */
.mdi-currency-bdt::before {
  content: "\f0864";
}

/* line 8300, app/assets/stylesheets/icons.css */
.mdi-currency-brl::before {
  content: "\f0b85";
}

/* line 8304, app/assets/stylesheets/icons.css */
.mdi-currency-btc::before {
  content: "\f01ac";
}

/* line 8308, app/assets/stylesheets/icons.css */
.mdi-currency-cny::before {
  content: "\f07ba";
}

/* line 8312, app/assets/stylesheets/icons.css */
.mdi-currency-eth::before {
  content: "\f07bb";
}

/* line 8316, app/assets/stylesheets/icons.css */
.mdi-currency-eur::before {
  content: "\f01ad";
}

/* line 8320, app/assets/stylesheets/icons.css */
.mdi-currency-eur-off::before {
  content: "\f1315";
}

/* line 8324, app/assets/stylesheets/icons.css */
.mdi-currency-gbp::before {
  content: "\f01ae";
}

/* line 8328, app/assets/stylesheets/icons.css */
.mdi-currency-ils::before {
  content: "\f0c61";
}

/* line 8332, app/assets/stylesheets/icons.css */
.mdi-currency-inr::before {
  content: "\f01af";
}

/* line 8336, app/assets/stylesheets/icons.css */
.mdi-currency-jpy::before {
  content: "\f07bc";
}

/* line 8340, app/assets/stylesheets/icons.css */
.mdi-currency-krw::before {
  content: "\f07bd";
}

/* line 8344, app/assets/stylesheets/icons.css */
.mdi-currency-kzt::before {
  content: "\f0865";
}

/* line 8348, app/assets/stylesheets/icons.css */
.mdi-currency-mnt::before {
  content: "\f1512";
}

/* line 8352, app/assets/stylesheets/icons.css */
.mdi-currency-ngn::before {
  content: "\f01b0";
}

/* line 8356, app/assets/stylesheets/icons.css */
.mdi-currency-php::before {
  content: "\f09e6";
}

/* line 8360, app/assets/stylesheets/icons.css */
.mdi-currency-rial::before {
  content: "\f0e9c";
}

/* line 8364, app/assets/stylesheets/icons.css */
.mdi-currency-rub::before {
  content: "\f01b1";
}

/* line 8368, app/assets/stylesheets/icons.css */
.mdi-currency-rupee::before {
  content: "\f1976";
}

/* line 8372, app/assets/stylesheets/icons.css */
.mdi-currency-sign::before {
  content: "\f07be";
}

/* line 8376, app/assets/stylesheets/icons.css */
.mdi-currency-try::before {
  content: "\f01b2";
}

/* line 8380, app/assets/stylesheets/icons.css */
.mdi-currency-twd::before {
  content: "\f07bf";
}

/* line 8384, app/assets/stylesheets/icons.css */
.mdi-currency-usd::before {
  content: "\f01c1";
}

/* line 8388, app/assets/stylesheets/icons.css */
.mdi-currency-usd-off::before {
  content: "\f067a";
}

/* line 8392, app/assets/stylesheets/icons.css */
.mdi-current-ac::before {
  content: "\f1480";
}

/* line 8396, app/assets/stylesheets/icons.css */
.mdi-current-dc::before {
  content: "\f095c";
}

/* line 8400, app/assets/stylesheets/icons.css */
.mdi-cursor-default::before {
  content: "\f01c0";
}

/* line 8404, app/assets/stylesheets/icons.css */
.mdi-cursor-default-click::before {
  content: "\f0cfd";
}

/* line 8408, app/assets/stylesheets/icons.css */
.mdi-cursor-default-click-outline::before {
  content: "\f0cfe";
}

/* line 8412, app/assets/stylesheets/icons.css */
.mdi-cursor-default-gesture::before {
  content: "\f1127";
}

/* line 8416, app/assets/stylesheets/icons.css */
.mdi-cursor-default-gesture-outline::before {
  content: "\f1128";
}

/* line 8420, app/assets/stylesheets/icons.css */
.mdi-cursor-default-outline::before {
  content: "\f01bf";
}

/* line 8424, app/assets/stylesheets/icons.css */
.mdi-cursor-move::before {
  content: "\f01be";
}

/* line 8428, app/assets/stylesheets/icons.css */
.mdi-cursor-pointer::before {
  content: "\f01bd";
}

/* line 8432, app/assets/stylesheets/icons.css */
.mdi-cursor-text::before {
  content: "\f05e7";
}

/* line 8436, app/assets/stylesheets/icons.css */
.mdi-curtains::before {
  content: "\f1846";
}

/* line 8440, app/assets/stylesheets/icons.css */
.mdi-curtains-closed::before {
  content: "\f1847";
}

/* line 8444, app/assets/stylesheets/icons.css */
.mdi-cylinder::before {
  content: "\f194e";
}

/* line 8448, app/assets/stylesheets/icons.css */
.mdi-cylinder-off::before {
  content: "\f194f";
}

/* line 8452, app/assets/stylesheets/icons.css */
.mdi-dance-ballroom::before {
  content: "\f15fb";
}

/* line 8456, app/assets/stylesheets/icons.css */
.mdi-dance-pole::before {
  content: "\f1578";
}

/* line 8460, app/assets/stylesheets/icons.css */
.mdi-data-matrix::before {
  content: "\f153c";
}

/* line 8464, app/assets/stylesheets/icons.css */
.mdi-data-matrix-edit::before {
  content: "\f153d";
}

/* line 8468, app/assets/stylesheets/icons.css */
.mdi-data-matrix-minus::before {
  content: "\f153e";
}

/* line 8472, app/assets/stylesheets/icons.css */
.mdi-data-matrix-plus::before {
  content: "\f153f";
}

/* line 8476, app/assets/stylesheets/icons.css */
.mdi-data-matrix-remove::before {
  content: "\f1540";
}

/* line 8480, app/assets/stylesheets/icons.css */
.mdi-data-matrix-scan::before {
  content: "\f1541";
}

/* line 8484, app/assets/stylesheets/icons.css */
.mdi-database::before {
  content: "\f01bc";
}

/* line 8488, app/assets/stylesheets/icons.css */
.mdi-database-alert::before {
  content: "\f163a";
}

/* line 8492, app/assets/stylesheets/icons.css */
.mdi-database-alert-outline::before {
  content: "\f1624";
}

/* line 8496, app/assets/stylesheets/icons.css */
.mdi-database-arrow-down::before {
  content: "\f163b";
}

/* line 8500, app/assets/stylesheets/icons.css */
.mdi-database-arrow-down-outline::before {
  content: "\f1625";
}

/* line 8504, app/assets/stylesheets/icons.css */
.mdi-database-arrow-left::before {
  content: "\f163c";
}

/* line 8508, app/assets/stylesheets/icons.css */
.mdi-database-arrow-left-outline::before {
  content: "\f1626";
}

/* line 8512, app/assets/stylesheets/icons.css */
.mdi-database-arrow-right::before {
  content: "\f163d";
}

/* line 8516, app/assets/stylesheets/icons.css */
.mdi-database-arrow-right-outline::before {
  content: "\f1627";
}

/* line 8520, app/assets/stylesheets/icons.css */
.mdi-database-arrow-up::before {
  content: "\f163e";
}

/* line 8524, app/assets/stylesheets/icons.css */
.mdi-database-arrow-up-outline::before {
  content: "\f1628";
}

/* line 8528, app/assets/stylesheets/icons.css */
.mdi-database-check::before {
  content: "\f0aa9";
}

/* line 8532, app/assets/stylesheets/icons.css */
.mdi-database-check-outline::before {
  content: "\f1629";
}

/* line 8536, app/assets/stylesheets/icons.css */
.mdi-database-clock::before {
  content: "\f163f";
}

/* line 8540, app/assets/stylesheets/icons.css */
.mdi-database-clock-outline::before {
  content: "\f162a";
}

/* line 8544, app/assets/stylesheets/icons.css */
.mdi-database-cog::before {
  content: "\f164b";
}

/* line 8548, app/assets/stylesheets/icons.css */
.mdi-database-cog-outline::before {
  content: "\f164c";
}

/* line 8552, app/assets/stylesheets/icons.css */
.mdi-database-edit::before {
  content: "\f0b86";
}

/* line 8556, app/assets/stylesheets/icons.css */
.mdi-database-edit-outline::before {
  content: "\f162b";
}

/* line 8560, app/assets/stylesheets/icons.css */
.mdi-database-export::before {
  content: "\f095e";
}

/* line 8564, app/assets/stylesheets/icons.css */
.mdi-database-export-outline::before {
  content: "\f162c";
}

/* line 8568, app/assets/stylesheets/icons.css */
.mdi-database-eye::before {
  content: "\f191f";
}

/* line 8572, app/assets/stylesheets/icons.css */
.mdi-database-eye-off::before {
  content: "\f1920";
}

/* line 8576, app/assets/stylesheets/icons.css */
.mdi-database-eye-off-outline::before {
  content: "\f1921";
}

/* line 8580, app/assets/stylesheets/icons.css */
.mdi-database-eye-outline::before {
  content: "\f1922";
}

/* line 8584, app/assets/stylesheets/icons.css */
.mdi-database-import::before {
  content: "\f095d";
}

/* line 8588, app/assets/stylesheets/icons.css */
.mdi-database-import-outline::before {
  content: "\f162d";
}

/* line 8592, app/assets/stylesheets/icons.css */
.mdi-database-lock::before {
  content: "\f0aaa";
}

/* line 8596, app/assets/stylesheets/icons.css */
.mdi-database-lock-outline::before {
  content: "\f162e";
}

/* line 8600, app/assets/stylesheets/icons.css */
.mdi-database-marker::before {
  content: "\f12f6";
}

/* line 8604, app/assets/stylesheets/icons.css */
.mdi-database-marker-outline::before {
  content: "\f162f";
}

/* line 8608, app/assets/stylesheets/icons.css */
.mdi-database-minus::before {
  content: "\f01bb";
}

/* line 8612, app/assets/stylesheets/icons.css */
.mdi-database-minus-outline::before {
  content: "\f1630";
}

/* line 8616, app/assets/stylesheets/icons.css */
.mdi-database-off::before {
  content: "\f1640";
}

/* line 8620, app/assets/stylesheets/icons.css */
.mdi-database-off-outline::before {
  content: "\f1631";
}

/* line 8624, app/assets/stylesheets/icons.css */
.mdi-database-outline::before {
  content: "\f1632";
}

/* line 8628, app/assets/stylesheets/icons.css */
.mdi-database-plus::before {
  content: "\f01ba";
}

/* line 8632, app/assets/stylesheets/icons.css */
.mdi-database-plus-outline::before {
  content: "\f1633";
}

/* line 8636, app/assets/stylesheets/icons.css */
.mdi-database-refresh::before {
  content: "\f05c2";
}

/* line 8640, app/assets/stylesheets/icons.css */
.mdi-database-refresh-outline::before {
  content: "\f1634";
}

/* line 8644, app/assets/stylesheets/icons.css */
.mdi-database-remove::before {
  content: "\f0d00";
}

/* line 8648, app/assets/stylesheets/icons.css */
.mdi-database-remove-outline::before {
  content: "\f1635";
}

/* line 8652, app/assets/stylesheets/icons.css */
.mdi-database-search::before {
  content: "\f0866";
}

/* line 8656, app/assets/stylesheets/icons.css */
.mdi-database-search-outline::before {
  content: "\f1636";
}

/* line 8660, app/assets/stylesheets/icons.css */
.mdi-database-settings::before {
  content: "\f0d01";
}

/* line 8664, app/assets/stylesheets/icons.css */
.mdi-database-settings-outline::before {
  content: "\f1637";
}

/* line 8668, app/assets/stylesheets/icons.css */
.mdi-database-sync::before {
  content: "\f0cff";
}

/* line 8672, app/assets/stylesheets/icons.css */
.mdi-database-sync-outline::before {
  content: "\f1638";
}

/* line 8676, app/assets/stylesheets/icons.css */
.mdi-death-star::before {
  content: "\f08d8";
}

/* line 8680, app/assets/stylesheets/icons.css */
.mdi-death-star-variant::before {
  content: "\f08d9";
}

/* line 8684, app/assets/stylesheets/icons.css */
.mdi-deathly-hallows::before {
  content: "\f0b87";
}

/* line 8688, app/assets/stylesheets/icons.css */
.mdi-debian::before {
  content: "\f08da";
}

/* line 8692, app/assets/stylesheets/icons.css */
.mdi-debug-step-into::before {
  content: "\f01b9";
}

/* line 8696, app/assets/stylesheets/icons.css */
.mdi-debug-step-out::before {
  content: "\f01b8";
}

/* line 8700, app/assets/stylesheets/icons.css */
.mdi-debug-step-over::before {
  content: "\f01b7";
}

/* line 8704, app/assets/stylesheets/icons.css */
.mdi-decagram::before {
  content: "\f076c";
}

/* line 8708, app/assets/stylesheets/icons.css */
.mdi-decagram-outline::before {
  content: "\f076d";
}

/* line 8712, app/assets/stylesheets/icons.css */
.mdi-decimal::before {
  content: "\f10a1";
}

/* line 8716, app/assets/stylesheets/icons.css */
.mdi-decimal-comma::before {
  content: "\f10a2";
}

/* line 8720, app/assets/stylesheets/icons.css */
.mdi-decimal-comma-decrease::before {
  content: "\f10a3";
}

/* line 8724, app/assets/stylesheets/icons.css */
.mdi-decimal-comma-increase::before {
  content: "\f10a4";
}

/* line 8728, app/assets/stylesheets/icons.css */
.mdi-decimal-decrease::before {
  content: "\f01b6";
}

/* line 8732, app/assets/stylesheets/icons.css */
.mdi-decimal-increase::before {
  content: "\f01b5";
}

/* line 8736, app/assets/stylesheets/icons.css */
.mdi-delete::before {
  content: "\f01b4";
}

/* line 8740, app/assets/stylesheets/icons.css */
.mdi-delete-alert::before {
  content: "\f10a5";
}

/* line 8744, app/assets/stylesheets/icons.css */
.mdi-delete-alert-outline::before {
  content: "\f10a6";
}

/* line 8748, app/assets/stylesheets/icons.css */
.mdi-delete-circle::before {
  content: "\f0683";
}

/* line 8752, app/assets/stylesheets/icons.css */
.mdi-delete-circle-outline::before {
  content: "\f0b88";
}

/* line 8756, app/assets/stylesheets/icons.css */
.mdi-delete-clock::before {
  content: "\f1556";
}

/* line 8760, app/assets/stylesheets/icons.css */
.mdi-delete-clock-outline::before {
  content: "\f1557";
}

/* line 8764, app/assets/stylesheets/icons.css */
.mdi-delete-empty::before {
  content: "\f06cc";
}

/* line 8768, app/assets/stylesheets/icons.css */
.mdi-delete-empty-outline::before {
  content: "\f0e9d";
}

/* line 8772, app/assets/stylesheets/icons.css */
.mdi-delete-forever::before {
  content: "\f05e8";
}

/* line 8776, app/assets/stylesheets/icons.css */
.mdi-delete-forever-outline::before {
  content: "\f0b89";
}

/* line 8780, app/assets/stylesheets/icons.css */
.mdi-delete-off::before {
  content: "\f10a7";
}

/* line 8784, app/assets/stylesheets/icons.css */
.mdi-delete-off-outline::before {
  content: "\f10a8";
}

/* line 8788, app/assets/stylesheets/icons.css */
.mdi-delete-outline::before {
  content: "\f09e7";
}

/* line 8792, app/assets/stylesheets/icons.css */
.mdi-delete-restore::before {
  content: "\f0819";
}

/* line 8796, app/assets/stylesheets/icons.css */
.mdi-delete-sweep::before {
  content: "\f05e9";
}

/* line 8800, app/assets/stylesheets/icons.css */
.mdi-delete-sweep-outline::before {
  content: "\f0c62";
}

/* line 8804, app/assets/stylesheets/icons.css */
.mdi-delete-variant::before {
  content: "\f01b3";
}

/* line 8808, app/assets/stylesheets/icons.css */
.mdi-delta::before {
  content: "\f01c2";
}

/* line 8812, app/assets/stylesheets/icons.css */
.mdi-desk::before {
  content: "\f1239";
}

/* line 8816, app/assets/stylesheets/icons.css */
.mdi-desk-lamp::before {
  content: "\f095f";
}

/* line 8820, app/assets/stylesheets/icons.css */
.mdi-deskphone::before {
  content: "\f01c3";
}

/* line 8824, app/assets/stylesheets/icons.css */
.mdi-desktop-classic::before {
  content: "\f07c0";
}

/* line 8828, app/assets/stylesheets/icons.css */
.mdi-desktop-mac::before {
  content: "\f01c4";
}

/* line 8832, app/assets/stylesheets/icons.css */
.mdi-desktop-mac-dashboard::before {
  content: "\f09e8";
}

/* line 8836, app/assets/stylesheets/icons.css */
.mdi-desktop-tower::before {
  content: "\f01c5";
}

/* line 8840, app/assets/stylesheets/icons.css */
.mdi-desktop-tower-monitor::before {
  content: "\f0aab";
}

/* line 8844, app/assets/stylesheets/icons.css */
.mdi-details::before {
  content: "\f01c6";
}

/* line 8848, app/assets/stylesheets/icons.css */
.mdi-dev-to::before {
  content: "\f0d6e";
}

/* line 8852, app/assets/stylesheets/icons.css */
.mdi-developer-board::before {
  content: "\f0697";
}

/* line 8856, app/assets/stylesheets/icons.css */
.mdi-deviantart::before {
  content: "\f01c7";
}

/* line 8860, app/assets/stylesheets/icons.css */
.mdi-devices::before {
  content: "\f0fb0";
}

/* line 8864, app/assets/stylesheets/icons.css */
.mdi-dharmachakra::before {
  content: "\f094b";
}

/* line 8868, app/assets/stylesheets/icons.css */
.mdi-diabetes::before {
  content: "\f1126";
}

/* line 8872, app/assets/stylesheets/icons.css */
.mdi-dialpad::before {
  content: "\f061c";
}

/* line 8876, app/assets/stylesheets/icons.css */
.mdi-diameter::before {
  content: "\f0c63";
}

/* line 8880, app/assets/stylesheets/icons.css */
.mdi-diameter-outline::before {
  content: "\f0c64";
}

/* line 8884, app/assets/stylesheets/icons.css */
.mdi-diameter-variant::before {
  content: "\f0c65";
}

/* line 8888, app/assets/stylesheets/icons.css */
.mdi-diamond::before {
  content: "\f0b8a";
}

/* line 8892, app/assets/stylesheets/icons.css */
.mdi-diamond-outline::before {
  content: "\f0b8b";
}

/* line 8896, app/assets/stylesheets/icons.css */
.mdi-diamond-stone::before {
  content: "\f01c8";
}

/* line 8900, app/assets/stylesheets/icons.css */
.mdi-dice-1::before {
  content: "\f01ca";
}

/* line 8904, app/assets/stylesheets/icons.css */
.mdi-dice-1-outline::before {
  content: "\f114a";
}

/* line 8908, app/assets/stylesheets/icons.css */
.mdi-dice-2::before {
  content: "\f01cb";
}

/* line 8912, app/assets/stylesheets/icons.css */
.mdi-dice-2-outline::before {
  content: "\f114b";
}

/* line 8916, app/assets/stylesheets/icons.css */
.mdi-dice-3::before {
  content: "\f01cc";
}

/* line 8920, app/assets/stylesheets/icons.css */
.mdi-dice-3-outline::before {
  content: "\f114c";
}

/* line 8924, app/assets/stylesheets/icons.css */
.mdi-dice-4::before {
  content: "\f01cd";
}

/* line 8928, app/assets/stylesheets/icons.css */
.mdi-dice-4-outline::before {
  content: "\f114d";
}

/* line 8932, app/assets/stylesheets/icons.css */
.mdi-dice-5::before {
  content: "\f01ce";
}

/* line 8936, app/assets/stylesheets/icons.css */
.mdi-dice-5-outline::before {
  content: "\f114e";
}

/* line 8940, app/assets/stylesheets/icons.css */
.mdi-dice-6::before {
  content: "\f01cf";
}

/* line 8944, app/assets/stylesheets/icons.css */
.mdi-dice-6-outline::before {
  content: "\f114f";
}

/* line 8948, app/assets/stylesheets/icons.css */
.mdi-dice-d10::before {
  content: "\f1153";
}

/* line 8952, app/assets/stylesheets/icons.css */
.mdi-dice-d10-outline::before {
  content: "\f076f";
}

/* line 8956, app/assets/stylesheets/icons.css */
.mdi-dice-d12::before {
  content: "\f1154";
}

/* line 8960, app/assets/stylesheets/icons.css */
.mdi-dice-d12-outline::before {
  content: "\f0867";
}

/* line 8964, app/assets/stylesheets/icons.css */
.mdi-dice-d20::before {
  content: "\f1155";
}

/* line 8968, app/assets/stylesheets/icons.css */
.mdi-dice-d20-outline::before {
  content: "\f05ea";
}

/* line 8972, app/assets/stylesheets/icons.css */
.mdi-dice-d4::before {
  content: "\f1150";
}

/* line 8976, app/assets/stylesheets/icons.css */
.mdi-dice-d4-outline::before {
  content: "\f05eb";
}

/* line 8980, app/assets/stylesheets/icons.css */
.mdi-dice-d6::before {
  content: "\f1151";
}

/* line 8984, app/assets/stylesheets/icons.css */
.mdi-dice-d6-outline::before {
  content: "\f05ed";
}

/* line 8988, app/assets/stylesheets/icons.css */
.mdi-dice-d8::before {
  content: "\f1152";
}

/* line 8992, app/assets/stylesheets/icons.css */
.mdi-dice-d8-outline::before {
  content: "\f05ec";
}

/* line 8996, app/assets/stylesheets/icons.css */
.mdi-dice-multiple::before {
  content: "\f076e";
}

/* line 9000, app/assets/stylesheets/icons.css */
.mdi-dice-multiple-outline::before {
  content: "\f1156";
}

/* line 9004, app/assets/stylesheets/icons.css */
.mdi-digital-ocean::before {
  content: "\f1237";
}

/* line 9008, app/assets/stylesheets/icons.css */
.mdi-dip-switch::before {
  content: "\f07c1";
}

/* line 9012, app/assets/stylesheets/icons.css */
.mdi-directions::before {
  content: "\f01d0";
}

/* line 9016, app/assets/stylesheets/icons.css */
.mdi-directions-fork::before {
  content: "\f0641";
}

/* line 9020, app/assets/stylesheets/icons.css */
.mdi-disc::before {
  content: "\f05ee";
}

/* line 9024, app/assets/stylesheets/icons.css */
.mdi-disc-alert::before {
  content: "\f01d1";
}

/* line 9028, app/assets/stylesheets/icons.css */
.mdi-disc-player::before {
  content: "\f0960";
}

/* line 9032, app/assets/stylesheets/icons.css */
.mdi-discord::before {
  content: "\f066f";
}

/* line 9036, app/assets/stylesheets/icons.css */
.mdi-dishwasher::before {
  content: "\f0aac";
}

/* line 9040, app/assets/stylesheets/icons.css */
.mdi-dishwasher-alert::before {
  content: "\f11b8";
}

/* line 9044, app/assets/stylesheets/icons.css */
.mdi-dishwasher-off::before {
  content: "\f11b9";
}

/* line 9048, app/assets/stylesheets/icons.css */
.mdi-disqus::before {
  content: "\f01d2";
}

/* line 9052, app/assets/stylesheets/icons.css */
.mdi-distribute-horizontal-center::before {
  content: "\f11c9";
}

/* line 9056, app/assets/stylesheets/icons.css */
.mdi-distribute-horizontal-left::before {
  content: "\f11c8";
}

/* line 9060, app/assets/stylesheets/icons.css */
.mdi-distribute-horizontal-right::before {
  content: "\f11ca";
}

/* line 9064, app/assets/stylesheets/icons.css */
.mdi-distribute-vertical-bottom::before {
  content: "\f11cb";
}

/* line 9068, app/assets/stylesheets/icons.css */
.mdi-distribute-vertical-center::before {
  content: "\f11cc";
}

/* line 9072, app/assets/stylesheets/icons.css */
.mdi-distribute-vertical-top::before {
  content: "\f11cd";
}

/* line 9076, app/assets/stylesheets/icons.css */
.mdi-diversify::before {
  content: "\f1877";
}

/* line 9080, app/assets/stylesheets/icons.css */
.mdi-diving::before {
  content: "\f1977";
}

/* line 9084, app/assets/stylesheets/icons.css */
.mdi-diving-flippers::before {
  content: "\f0dbf";
}

/* line 9088, app/assets/stylesheets/icons.css */
.mdi-diving-helmet::before {
  content: "\f0dc0";
}

/* line 9092, app/assets/stylesheets/icons.css */
.mdi-diving-scuba::before {
  content: "\f0dc1";
}

/* line 9096, app/assets/stylesheets/icons.css */
.mdi-diving-scuba-flag::before {
  content: "\f0dc2";
}

/* line 9100, app/assets/stylesheets/icons.css */
.mdi-diving-scuba-tank::before {
  content: "\f0dc3";
}

/* line 9104, app/assets/stylesheets/icons.css */
.mdi-diving-scuba-tank-multiple::before {
  content: "\f0dc4";
}

/* line 9108, app/assets/stylesheets/icons.css */
.mdi-diving-snorkel::before {
  content: "\f0dc5";
}

/* line 9112, app/assets/stylesheets/icons.css */
.mdi-division::before {
  content: "\f01d4";
}

/* line 9116, app/assets/stylesheets/icons.css */
.mdi-division-box::before {
  content: "\f01d5";
}

/* line 9120, app/assets/stylesheets/icons.css */
.mdi-dlna::before {
  content: "\f0a41";
}

/* line 9124, app/assets/stylesheets/icons.css */
.mdi-dna::before {
  content: "\f0684";
}

/* line 9128, app/assets/stylesheets/icons.css */
.mdi-dns::before {
  content: "\f01d6";
}

/* line 9132, app/assets/stylesheets/icons.css */
.mdi-dns-outline::before {
  content: "\f0b8c";
}

/* line 9136, app/assets/stylesheets/icons.css */
.mdi-dock-bottom::before {
  content: "\f10a9";
}

/* line 9140, app/assets/stylesheets/icons.css */
.mdi-dock-left::before {
  content: "\f10aa";
}

/* line 9144, app/assets/stylesheets/icons.css */
.mdi-dock-right::before {
  content: "\f10ab";
}

/* line 9148, app/assets/stylesheets/icons.css */
.mdi-dock-top::before {
  content: "\f1513";
}

/* line 9152, app/assets/stylesheets/icons.css */
.mdi-dock-window::before {
  content: "\f10ac";
}

/* line 9156, app/assets/stylesheets/icons.css */
.mdi-docker::before {
  content: "\f0868";
}

/* line 9160, app/assets/stylesheets/icons.css */
.mdi-doctor::before {
  content: "\f0a42";
}

/* line 9164, app/assets/stylesheets/icons.css */
.mdi-dog::before {
  content: "\f0a43";
}

/* line 9168, app/assets/stylesheets/icons.css */
.mdi-dog-service::before {
  content: "\f0aad";
}

/* line 9172, app/assets/stylesheets/icons.css */
.mdi-dog-side::before {
  content: "\f0a44";
}

/* line 9176, app/assets/stylesheets/icons.css */
.mdi-dog-side-off::before {
  content: "\f16ee";
}

/* line 9180, app/assets/stylesheets/icons.css */
.mdi-dolby::before {
  content: "\f06b3";
}

/* line 9184, app/assets/stylesheets/icons.css */
.mdi-dolly::before {
  content: "\f0e9e";
}

/* line 9188, app/assets/stylesheets/icons.css */
.mdi-dolphin::before {
  content: "\f18b4";
}

/* line 9192, app/assets/stylesheets/icons.css */
.mdi-domain::before {
  content: "\f01d7";
}

/* line 9196, app/assets/stylesheets/icons.css */
.mdi-domain-off::before {
  content: "\f0d6f";
}

/* line 9200, app/assets/stylesheets/icons.css */
.mdi-domain-plus::before {
  content: "\f10ad";
}

/* line 9204, app/assets/stylesheets/icons.css */
.mdi-domain-remove::before {
  content: "\f10ae";
}

/* line 9208, app/assets/stylesheets/icons.css */
.mdi-dome-light::before {
  content: "\f141e";
}

/* line 9212, app/assets/stylesheets/icons.css */
.mdi-domino-mask::before {
  content: "\f1023";
}

/* line 9216, app/assets/stylesheets/icons.css */
.mdi-donkey::before {
  content: "\f07c2";
}

/* line 9220, app/assets/stylesheets/icons.css */
.mdi-door::before {
  content: "\f081a";
}

/* line 9224, app/assets/stylesheets/icons.css */
.mdi-door-closed::before {
  content: "\f081b";
}

/* line 9228, app/assets/stylesheets/icons.css */
.mdi-door-closed-lock::before {
  content: "\f10af";
}

/* line 9232, app/assets/stylesheets/icons.css */
.mdi-door-open::before {
  content: "\f081c";
}

/* line 9236, app/assets/stylesheets/icons.css */
.mdi-door-sliding::before {
  content: "\f181e";
}

/* line 9240, app/assets/stylesheets/icons.css */
.mdi-door-sliding-lock::before {
  content: "\f181f";
}

/* line 9244, app/assets/stylesheets/icons.css */
.mdi-door-sliding-open::before {
  content: "\f1820";
}

/* line 9248, app/assets/stylesheets/icons.css */
.mdi-doorbell::before {
  content: "\f12e6";
}

/* line 9252, app/assets/stylesheets/icons.css */
.mdi-doorbell-video::before {
  content: "\f0869";
}

/* line 9256, app/assets/stylesheets/icons.css */
.mdi-dot-net::before {
  content: "\f0aae";
}

/* line 9260, app/assets/stylesheets/icons.css */
.mdi-dots-circle::before {
  content: "\f1978";
}

/* line 9264, app/assets/stylesheets/icons.css */
.mdi-dots-grid::before {
  content: "\f15fc";
}

/* line 9268, app/assets/stylesheets/icons.css */
.mdi-dots-hexagon::before {
  content: "\f15ff";
}

/* line 9272, app/assets/stylesheets/icons.css */
.mdi-dots-horizontal::before {
  content: "\f01d8";
}

/* line 9276, app/assets/stylesheets/icons.css */
.mdi-dots-horizontal-circle::before {
  content: "\f07c3";
}

/* line 9280, app/assets/stylesheets/icons.css */
.mdi-dots-horizontal-circle-outline::before {
  content: "\f0b8d";
}

/* line 9284, app/assets/stylesheets/icons.css */
.mdi-dots-square::before {
  content: "\f15fd";
}

/* line 9288, app/assets/stylesheets/icons.css */
.mdi-dots-triangle::before {
  content: "\f15fe";
}

/* line 9292, app/assets/stylesheets/icons.css */
.mdi-dots-vertical::before {
  content: "\f01d9";
}

/* line 9296, app/assets/stylesheets/icons.css */
.mdi-dots-vertical-circle::before {
  content: "\f07c4";
}

/* line 9300, app/assets/stylesheets/icons.css */
.mdi-dots-vertical-circle-outline::before {
  content: "\f0b8e";
}

/* line 9304, app/assets/stylesheets/icons.css */
.mdi-download::before {
  content: "\f01da";
}

/* line 9308, app/assets/stylesheets/icons.css */
.mdi-download-box::before {
  content: "\f1462";
}

/* line 9312, app/assets/stylesheets/icons.css */
.mdi-download-box-outline::before {
  content: "\f1463";
}

/* line 9316, app/assets/stylesheets/icons.css */
.mdi-download-circle::before {
  content: "\f1464";
}

/* line 9320, app/assets/stylesheets/icons.css */
.mdi-download-circle-outline::before {
  content: "\f1465";
}

/* line 9324, app/assets/stylesheets/icons.css */
.mdi-download-lock::before {
  content: "\f1320";
}

/* line 9328, app/assets/stylesheets/icons.css */
.mdi-download-lock-outline::before {
  content: "\f1321";
}

/* line 9332, app/assets/stylesheets/icons.css */
.mdi-download-multiple::before {
  content: "\f09e9";
}

/* line 9336, app/assets/stylesheets/icons.css */
.mdi-download-network::before {
  content: "\f06f4";
}

/* line 9340, app/assets/stylesheets/icons.css */
.mdi-download-network-outline::before {
  content: "\f0c66";
}

/* line 9344, app/assets/stylesheets/icons.css */
.mdi-download-off::before {
  content: "\f10b0";
}

/* line 9348, app/assets/stylesheets/icons.css */
.mdi-download-off-outline::before {
  content: "\f10b1";
}

/* line 9352, app/assets/stylesheets/icons.css */
.mdi-download-outline::before {
  content: "\f0b8f";
}

/* line 9356, app/assets/stylesheets/icons.css */
.mdi-drag::before {
  content: "\f01db";
}

/* line 9360, app/assets/stylesheets/icons.css */
.mdi-drag-horizontal::before {
  content: "\f01dc";
}

/* line 9364, app/assets/stylesheets/icons.css */
.mdi-drag-horizontal-variant::before {
  content: "\f12f0";
}

/* line 9368, app/assets/stylesheets/icons.css */
.mdi-drag-variant::before {
  content: "\f0b90";
}

/* line 9372, app/assets/stylesheets/icons.css */
.mdi-drag-vertical::before {
  content: "\f01dd";
}

/* line 9376, app/assets/stylesheets/icons.css */
.mdi-drag-vertical-variant::before {
  content: "\f12f1";
}

/* line 9380, app/assets/stylesheets/icons.css */
.mdi-drama-masks::before {
  content: "\f0d02";
}

/* line 9384, app/assets/stylesheets/icons.css */
.mdi-draw::before {
  content: "\f0f49";
}

/* line 9388, app/assets/stylesheets/icons.css */
.mdi-draw-pen::before {
  content: "\f19b9";
}

/* line 9392, app/assets/stylesheets/icons.css */
.mdi-drawing::before {
  content: "\f01de";
}

/* line 9396, app/assets/stylesheets/icons.css */
.mdi-drawing-box::before {
  content: "\f01df";
}

/* line 9400, app/assets/stylesheets/icons.css */
.mdi-dresser::before {
  content: "\f0f4a";
}

/* line 9404, app/assets/stylesheets/icons.css */
.mdi-dresser-outline::before {
  content: "\f0f4b";
}

/* line 9408, app/assets/stylesheets/icons.css */
.mdi-drone::before {
  content: "\f01e2";
}

/* line 9412, app/assets/stylesheets/icons.css */
.mdi-dropbox::before {
  content: "\f01e3";
}

/* line 9416, app/assets/stylesheets/icons.css */
.mdi-drupal::before {
  content: "\f01e4";
}

/* line 9420, app/assets/stylesheets/icons.css */
.mdi-duck::before {
  content: "\f01e5";
}

/* line 9424, app/assets/stylesheets/icons.css */
.mdi-dumbbell::before {
  content: "\f01e6";
}

/* line 9428, app/assets/stylesheets/icons.css */
.mdi-dump-truck::before {
  content: "\f0c67";
}

/* line 9432, app/assets/stylesheets/icons.css */
.mdi-ear-hearing::before {
  content: "\f07c5";
}

/* line 9436, app/assets/stylesheets/icons.css */
.mdi-ear-hearing-off::before {
  content: "\f0a45";
}

/* line 9440, app/assets/stylesheets/icons.css */
.mdi-earbuds::before {
  content: "\f184f";
}

/* line 9444, app/assets/stylesheets/icons.css */
.mdi-earbuds-off::before {
  content: "\f1850";
}

/* line 9448, app/assets/stylesheets/icons.css */
.mdi-earbuds-off-outline::before {
  content: "\f1851";
}

/* line 9452, app/assets/stylesheets/icons.css */
.mdi-earbuds-outline::before {
  content: "\f1852";
}

/* line 9456, app/assets/stylesheets/icons.css */
.mdi-earth::before {
  content: "\f01e7";
}

/* line 9460, app/assets/stylesheets/icons.css */
.mdi-earth-arrow-right::before {
  content: "\f1311";
}

/* line 9464, app/assets/stylesheets/icons.css */
.mdi-earth-box::before {
  content: "\f06cd";
}

/* line 9468, app/assets/stylesheets/icons.css */
.mdi-earth-box-minus::before {
  content: "\f1407";
}

/* line 9472, app/assets/stylesheets/icons.css */
.mdi-earth-box-off::before {
  content: "\f06ce";
}

/* line 9476, app/assets/stylesheets/icons.css */
.mdi-earth-box-plus::before {
  content: "\f1406";
}

/* line 9480, app/assets/stylesheets/icons.css */
.mdi-earth-box-remove::before {
  content: "\f1408";
}

/* line 9484, app/assets/stylesheets/icons.css */
.mdi-earth-minus::before {
  content: "\f1404";
}

/* line 9488, app/assets/stylesheets/icons.css */
.mdi-earth-off::before {
  content: "\f01e8";
}

/* line 9492, app/assets/stylesheets/icons.css */
.mdi-earth-plus::before {
  content: "\f1403";
}

/* line 9496, app/assets/stylesheets/icons.css */
.mdi-earth-remove::before {
  content: "\f1405";
}

/* line 9500, app/assets/stylesheets/icons.css */
.mdi-egg::before {
  content: "\f0aaf";
}

/* line 9504, app/assets/stylesheets/icons.css */
.mdi-egg-easter::before {
  content: "\f0ab0";
}

/* line 9508, app/assets/stylesheets/icons.css */
.mdi-egg-fried::before {
  content: "\f184a";
}

/* line 9512, app/assets/stylesheets/icons.css */
.mdi-egg-off::before {
  content: "\f13f0";
}

/* line 9516, app/assets/stylesheets/icons.css */
.mdi-egg-off-outline::before {
  content: "\f13f1";
}

/* line 9520, app/assets/stylesheets/icons.css */
.mdi-egg-outline::before {
  content: "\f13f2";
}

/* line 9524, app/assets/stylesheets/icons.css */
.mdi-eiffel-tower::before {
  content: "\f156b";
}

/* line 9528, app/assets/stylesheets/icons.css */
.mdi-eight-track::before {
  content: "\f09ea";
}

/* line 9532, app/assets/stylesheets/icons.css */
.mdi-eject::before {
  content: "\f01ea";
}

/* line 9536, app/assets/stylesheets/icons.css */
.mdi-eject-outline::before {
  content: "\f0b91";
}

/* line 9540, app/assets/stylesheets/icons.css */
.mdi-electric-switch::before {
  content: "\f0e9f";
}

/* line 9544, app/assets/stylesheets/icons.css */
.mdi-electric-switch-closed::before {
  content: "\f10d9";
}

/* line 9548, app/assets/stylesheets/icons.css */
.mdi-electron-framework::before {
  content: "\f1024";
}

/* line 9552, app/assets/stylesheets/icons.css */
.mdi-elephant::before {
  content: "\f07c6";
}

/* line 9556, app/assets/stylesheets/icons.css */
.mdi-elevation-decline::before {
  content: "\f01eb";
}

/* line 9560, app/assets/stylesheets/icons.css */
.mdi-elevation-rise::before {
  content: "\f01ec";
}

/* line 9564, app/assets/stylesheets/icons.css */
.mdi-elevator::before {
  content: "\f01ed";
}

/* line 9568, app/assets/stylesheets/icons.css */
.mdi-elevator-down::before {
  content: "\f12c2";
}

/* line 9572, app/assets/stylesheets/icons.css */
.mdi-elevator-passenger::before {
  content: "\f1381";
}

/* line 9576, app/assets/stylesheets/icons.css */
.mdi-elevator-passenger-off::before {
  content: "\f1979";
}

/* line 9580, app/assets/stylesheets/icons.css */
.mdi-elevator-passenger-off-outline::before {
  content: "\f197a";
}

/* line 9584, app/assets/stylesheets/icons.css */
.mdi-elevator-passenger-outline::before {
  content: "\f197b";
}

/* line 9588, app/assets/stylesheets/icons.css */
.mdi-elevator-up::before {
  content: "\f12c1";
}

/* line 9592, app/assets/stylesheets/icons.css */
.mdi-ellipse::before {
  content: "\f0ea0";
}

/* line 9596, app/assets/stylesheets/icons.css */
.mdi-ellipse-outline::before {
  content: "\f0ea1";
}

/* line 9600, app/assets/stylesheets/icons.css */
.mdi-email::before {
  content: "\f01ee";
}

/* line 9604, app/assets/stylesheets/icons.css */
.mdi-email-alert::before {
  content: "\f06cf";
}

/* line 9608, app/assets/stylesheets/icons.css */
.mdi-email-alert-outline::before {
  content: "\f0d42";
}

/* line 9612, app/assets/stylesheets/icons.css */
.mdi-email-box::before {
  content: "\f0d03";
}

/* line 9616, app/assets/stylesheets/icons.css */
.mdi-email-check::before {
  content: "\f0ab1";
}

/* line 9620, app/assets/stylesheets/icons.css */
.mdi-email-check-outline::before {
  content: "\f0ab2";
}

/* line 9624, app/assets/stylesheets/icons.css */
.mdi-email-edit::before {
  content: "\f0ee3";
}

/* line 9628, app/assets/stylesheets/icons.css */
.mdi-email-edit-outline::before {
  content: "\f0ee4";
}

/* line 9632, app/assets/stylesheets/icons.css */
.mdi-email-fast::before {
  content: "\f186f";
}

/* line 9636, app/assets/stylesheets/icons.css */
.mdi-email-fast-outline::before {
  content: "\f1870";
}

/* line 9640, app/assets/stylesheets/icons.css */
.mdi-email-lock::before {
  content: "\f01f1";
}

/* line 9644, app/assets/stylesheets/icons.css */
.mdi-email-mark-as-unread::before {
  content: "\f0b92";
}

/* line 9648, app/assets/stylesheets/icons.css */
.mdi-email-minus::before {
  content: "\f0ee5";
}

/* line 9652, app/assets/stylesheets/icons.css */
.mdi-email-minus-outline::before {
  content: "\f0ee6";
}

/* line 9656, app/assets/stylesheets/icons.css */
.mdi-email-multiple::before {
  content: "\f0ee7";
}

/* line 9660, app/assets/stylesheets/icons.css */
.mdi-email-multiple-outline::before {
  content: "\f0ee8";
}

/* line 9664, app/assets/stylesheets/icons.css */
.mdi-email-newsletter::before {
  content: "\f0fb1";
}

/* line 9668, app/assets/stylesheets/icons.css */
.mdi-email-off::before {
  content: "\f13e3";
}

/* line 9672, app/assets/stylesheets/icons.css */
.mdi-email-off-outline::before {
  content: "\f13e4";
}

/* line 9676, app/assets/stylesheets/icons.css */
.mdi-email-open::before {
  content: "\f01ef";
}

/* line 9680, app/assets/stylesheets/icons.css */
.mdi-email-open-multiple::before {
  content: "\f0ee9";
}

/* line 9684, app/assets/stylesheets/icons.css */
.mdi-email-open-multiple-outline::before {
  content: "\f0eea";
}

/* line 9688, app/assets/stylesheets/icons.css */
.mdi-email-open-outline::before {
  content: "\f05ef";
}

/* line 9692, app/assets/stylesheets/icons.css */
.mdi-email-outline::before {
  content: "\f01f0";
}

/* line 9696, app/assets/stylesheets/icons.css */
.mdi-email-plus::before {
  content: "\f09eb";
}

/* line 9700, app/assets/stylesheets/icons.css */
.mdi-email-plus-outline::before {
  content: "\f09ec";
}

/* line 9704, app/assets/stylesheets/icons.css */
.mdi-email-receive::before {
  content: "\f10da";
}

/* line 9708, app/assets/stylesheets/icons.css */
.mdi-email-receive-outline::before {
  content: "\f10db";
}

/* line 9712, app/assets/stylesheets/icons.css */
.mdi-email-remove::before {
  content: "\f1661";
}

/* line 9716, app/assets/stylesheets/icons.css */
.mdi-email-remove-outline::before {
  content: "\f1662";
}

/* line 9720, app/assets/stylesheets/icons.css */
.mdi-email-seal::before {
  content: "\f195b";
}

/* line 9724, app/assets/stylesheets/icons.css */
.mdi-email-seal-outline::before {
  content: "\f195c";
}

/* line 9728, app/assets/stylesheets/icons.css */
.mdi-email-search::before {
  content: "\f0961";
}

/* line 9732, app/assets/stylesheets/icons.css */
.mdi-email-search-outline::before {
  content: "\f0962";
}

/* line 9736, app/assets/stylesheets/icons.css */
.mdi-email-send::before {
  content: "\f10dc";
}

/* line 9740, app/assets/stylesheets/icons.css */
.mdi-email-send-outline::before {
  content: "\f10dd";
}

/* line 9744, app/assets/stylesheets/icons.css */
.mdi-email-sync::before {
  content: "\f12c7";
}

/* line 9748, app/assets/stylesheets/icons.css */
.mdi-email-sync-outline::before {
  content: "\f12c8";
}

/* line 9752, app/assets/stylesheets/icons.css */
.mdi-email-variant::before {
  content: "\f05f0";
}

/* line 9756, app/assets/stylesheets/icons.css */
.mdi-ember::before {
  content: "\f0b30";
}

/* line 9760, app/assets/stylesheets/icons.css */
.mdi-emby::before {
  content: "\f06b4";
}

/* line 9764, app/assets/stylesheets/icons.css */
.mdi-emoticon::before {
  content: "\f0c68";
}

/* line 9768, app/assets/stylesheets/icons.css */
.mdi-emoticon-angry::before {
  content: "\f0c69";
}

/* line 9772, app/assets/stylesheets/icons.css */
.mdi-emoticon-angry-outline::before {
  content: "\f0c6a";
}

/* line 9776, app/assets/stylesheets/icons.css */
.mdi-emoticon-confused::before {
  content: "\f10de";
}

/* line 9780, app/assets/stylesheets/icons.css */
.mdi-emoticon-confused-outline::before {
  content: "\f10df";
}

/* line 9784, app/assets/stylesheets/icons.css */
.mdi-emoticon-cool::before {
  content: "\f0c6b";
}

/* line 9788, app/assets/stylesheets/icons.css */
.mdi-emoticon-cool-outline::before {
  content: "\f01f3";
}

/* line 9792, app/assets/stylesheets/icons.css */
.mdi-emoticon-cry::before {
  content: "\f0c6c";
}

/* line 9796, app/assets/stylesheets/icons.css */
.mdi-emoticon-cry-outline::before {
  content: "\f0c6d";
}

/* line 9800, app/assets/stylesheets/icons.css */
.mdi-emoticon-dead::before {
  content: "\f0c6e";
}

/* line 9804, app/assets/stylesheets/icons.css */
.mdi-emoticon-dead-outline::before {
  content: "\f069b";
}

/* line 9808, app/assets/stylesheets/icons.css */
.mdi-emoticon-devil::before {
  content: "\f0c6f";
}

/* line 9812, app/assets/stylesheets/icons.css */
.mdi-emoticon-devil-outline::before {
  content: "\f01f4";
}

/* line 9816, app/assets/stylesheets/icons.css */
.mdi-emoticon-excited::before {
  content: "\f0c70";
}

/* line 9820, app/assets/stylesheets/icons.css */
.mdi-emoticon-excited-outline::before {
  content: "\f069c";
}

/* line 9824, app/assets/stylesheets/icons.css */
.mdi-emoticon-frown::before {
  content: "\f0f4c";
}

/* line 9828, app/assets/stylesheets/icons.css */
.mdi-emoticon-frown-outline::before {
  content: "\f0f4d";
}

/* line 9832, app/assets/stylesheets/icons.css */
.mdi-emoticon-happy::before {
  content: "\f0c71";
}

/* line 9836, app/assets/stylesheets/icons.css */
.mdi-emoticon-happy-outline::before {
  content: "\f01f5";
}

/* line 9840, app/assets/stylesheets/icons.css */
.mdi-emoticon-kiss::before {
  content: "\f0c72";
}

/* line 9844, app/assets/stylesheets/icons.css */
.mdi-emoticon-kiss-outline::before {
  content: "\f0c73";
}

/* line 9848, app/assets/stylesheets/icons.css */
.mdi-emoticon-lol::before {
  content: "\f1214";
}

/* line 9852, app/assets/stylesheets/icons.css */
.mdi-emoticon-lol-outline::before {
  content: "\f1215";
}

/* line 9856, app/assets/stylesheets/icons.css */
.mdi-emoticon-neutral::before {
  content: "\f0c74";
}

/* line 9860, app/assets/stylesheets/icons.css */
.mdi-emoticon-neutral-outline::before {
  content: "\f01f6";
}

/* line 9864, app/assets/stylesheets/icons.css */
.mdi-emoticon-outline::before {
  content: "\f01f2";
}

/* line 9868, app/assets/stylesheets/icons.css */
.mdi-emoticon-poop::before {
  content: "\f01f7";
}

/* line 9872, app/assets/stylesheets/icons.css */
.mdi-emoticon-poop-outline::before {
  content: "\f0c75";
}

/* line 9876, app/assets/stylesheets/icons.css */
.mdi-emoticon-sad::before {
  content: "\f0c76";
}

/* line 9880, app/assets/stylesheets/icons.css */
.mdi-emoticon-sad-outline::before {
  content: "\f01f8";
}

/* line 9884, app/assets/stylesheets/icons.css */
.mdi-emoticon-sick::before {
  content: "\f157c";
}

/* line 9888, app/assets/stylesheets/icons.css */
.mdi-emoticon-sick-outline::before {
  content: "\f157d";
}

/* line 9892, app/assets/stylesheets/icons.css */
.mdi-emoticon-tongue::before {
  content: "\f01f9";
}

/* line 9896, app/assets/stylesheets/icons.css */
.mdi-emoticon-tongue-outline::before {
  content: "\f0c77";
}

/* line 9900, app/assets/stylesheets/icons.css */
.mdi-emoticon-wink::before {
  content: "\f0c78";
}

/* line 9904, app/assets/stylesheets/icons.css */
.mdi-emoticon-wink-outline::before {
  content: "\f0c79";
}

/* line 9908, app/assets/stylesheets/icons.css */
.mdi-engine::before {
  content: "\f01fa";
}

/* line 9912, app/assets/stylesheets/icons.css */
.mdi-engine-off::before {
  content: "\f0a46";
}

/* line 9916, app/assets/stylesheets/icons.css */
.mdi-engine-off-outline::before {
  content: "\f0a47";
}

/* line 9920, app/assets/stylesheets/icons.css */
.mdi-engine-outline::before {
  content: "\f01fb";
}

/* line 9924, app/assets/stylesheets/icons.css */
.mdi-epsilon::before {
  content: "\f10e0";
}

/* line 9928, app/assets/stylesheets/icons.css */
.mdi-equal::before {
  content: "\f01fc";
}

/* line 9932, app/assets/stylesheets/icons.css */
.mdi-equal-box::before {
  content: "\f01fd";
}

/* line 9936, app/assets/stylesheets/icons.css */
.mdi-equalizer::before {
  content: "\f0ea2";
}

/* line 9940, app/assets/stylesheets/icons.css */
.mdi-equalizer-outline::before {
  content: "\f0ea3";
}

/* line 9944, app/assets/stylesheets/icons.css */
.mdi-eraser::before {
  content: "\f01fe";
}

/* line 9948, app/assets/stylesheets/icons.css */
.mdi-eraser-variant::before {
  content: "\f0642";
}

/* line 9952, app/assets/stylesheets/icons.css */
.mdi-escalator::before {
  content: "\f01ff";
}

/* line 9956, app/assets/stylesheets/icons.css */
.mdi-escalator-box::before {
  content: "\f1399";
}

/* line 9960, app/assets/stylesheets/icons.css */
.mdi-escalator-down::before {
  content: "\f12c0";
}

/* line 9964, app/assets/stylesheets/icons.css */
.mdi-escalator-up::before {
  content: "\f12bf";
}

/* line 9968, app/assets/stylesheets/icons.css */
.mdi-eslint::before {
  content: "\f0c7a";
}

/* line 9972, app/assets/stylesheets/icons.css */
.mdi-et::before {
  content: "\f0ab3";
}

/* line 9976, app/assets/stylesheets/icons.css */
.mdi-ethereum::before {
  content: "\f086a";
}

/* line 9980, app/assets/stylesheets/icons.css */
.mdi-ethernet::before {
  content: "\f0200";
}

/* line 9984, app/assets/stylesheets/icons.css */
.mdi-ethernet-cable::before {
  content: "\f0201";
}

/* line 9988, app/assets/stylesheets/icons.css */
.mdi-ethernet-cable-off::before {
  content: "\f0202";
}

/* line 9992, app/assets/stylesheets/icons.css */
.mdi-ev-plug-ccs1::before {
  content: "\f1519";
}

/* line 9996, app/assets/stylesheets/icons.css */
.mdi-ev-plug-ccs2::before {
  content: "\f151a";
}

/* line 10000, app/assets/stylesheets/icons.css */
.mdi-ev-plug-chademo::before {
  content: "\f151b";
}

/* line 10004, app/assets/stylesheets/icons.css */
.mdi-ev-plug-tesla::before {
  content: "\f151c";
}

/* line 10008, app/assets/stylesheets/icons.css */
.mdi-ev-plug-type1::before {
  content: "\f151d";
}

/* line 10012, app/assets/stylesheets/icons.css */
.mdi-ev-plug-type2::before {
  content: "\f151e";
}

/* line 10016, app/assets/stylesheets/icons.css */
.mdi-ev-station::before {
  content: "\f05f1";
}

/* line 10020, app/assets/stylesheets/icons.css */
.mdi-evernote::before {
  content: "\f0204";
}

/* line 10024, app/assets/stylesheets/icons.css */
.mdi-excavator::before {
  content: "\f1025";
}

/* line 10028, app/assets/stylesheets/icons.css */
.mdi-exclamation::before {
  content: "\f0205";
}

/* line 10032, app/assets/stylesheets/icons.css */
.mdi-exclamation-thick::before {
  content: "\f1238";
}

/* line 10036, app/assets/stylesheets/icons.css */
.mdi-exit-run::before {
  content: "\f0a48";
}

/* line 10040, app/assets/stylesheets/icons.css */
.mdi-exit-to-app::before {
  content: "\f0206";
}

/* line 10044, app/assets/stylesheets/icons.css */
.mdi-expand-all::before {
  content: "\f0ab4";
}

/* line 10048, app/assets/stylesheets/icons.css */
.mdi-expand-all-outline::before {
  content: "\f0ab5";
}

/* line 10052, app/assets/stylesheets/icons.css */
.mdi-expansion-card::before {
  content: "\f08ae";
}

/* line 10056, app/assets/stylesheets/icons.css */
.mdi-expansion-card-variant::before {
  content: "\f0fb2";
}

/* line 10060, app/assets/stylesheets/icons.css */
.mdi-exponent::before {
  content: "\f0963";
}

/* line 10064, app/assets/stylesheets/icons.css */
.mdi-exponent-box::before {
  content: "\f0964";
}

/* line 10068, app/assets/stylesheets/icons.css */
.mdi-export::before {
  content: "\f0207";
}

/* line 10072, app/assets/stylesheets/icons.css */
.mdi-export-variant::before {
  content: "\f0b93";
}

/* line 10076, app/assets/stylesheets/icons.css */
.mdi-eye::before {
  content: "\f0208";
}

/* line 10080, app/assets/stylesheets/icons.css */
.mdi-eye-arrow-left::before {
  content: "\f18fd";
}

/* line 10084, app/assets/stylesheets/icons.css */
.mdi-eye-arrow-left-outline::before {
  content: "\f18fe";
}

/* line 10088, app/assets/stylesheets/icons.css */
.mdi-eye-arrow-right::before {
  content: "\f18ff";
}

/* line 10092, app/assets/stylesheets/icons.css */
.mdi-eye-arrow-right-outline::before {
  content: "\f1900";
}

/* line 10096, app/assets/stylesheets/icons.css */
.mdi-eye-check::before {
  content: "\f0d04";
}

/* line 10100, app/assets/stylesheets/icons.css */
.mdi-eye-check-outline::before {
  content: "\f0d05";
}

/* line 10104, app/assets/stylesheets/icons.css */
.mdi-eye-circle::before {
  content: "\f0b94";
}

/* line 10108, app/assets/stylesheets/icons.css */
.mdi-eye-circle-outline::before {
  content: "\f0b95";
}

/* line 10112, app/assets/stylesheets/icons.css */
.mdi-eye-minus::before {
  content: "\f1026";
}

/* line 10116, app/assets/stylesheets/icons.css */
.mdi-eye-minus-outline::before {
  content: "\f1027";
}

/* line 10120, app/assets/stylesheets/icons.css */
.mdi-eye-off::before {
  content: "\f0209";
}

/* line 10124, app/assets/stylesheets/icons.css */
.mdi-eye-off-outline::before {
  content: "\f06d1";
}

/* line 10128, app/assets/stylesheets/icons.css */
.mdi-eye-outline::before {
  content: "\f06d0";
}

/* line 10132, app/assets/stylesheets/icons.css */
.mdi-eye-plus::before {
  content: "\f086b";
}

/* line 10136, app/assets/stylesheets/icons.css */
.mdi-eye-plus-outline::before {
  content: "\f086c";
}

/* line 10140, app/assets/stylesheets/icons.css */
.mdi-eye-refresh::before {
  content: "\f197c";
}

/* line 10144, app/assets/stylesheets/icons.css */
.mdi-eye-refresh-outline::before {
  content: "\f197d";
}

/* line 10148, app/assets/stylesheets/icons.css */
.mdi-eye-remove::before {
  content: "\f15e3";
}

/* line 10152, app/assets/stylesheets/icons.css */
.mdi-eye-remove-outline::before {
  content: "\f15e4";
}

/* line 10156, app/assets/stylesheets/icons.css */
.mdi-eye-settings::before {
  content: "\f086d";
}

/* line 10160, app/assets/stylesheets/icons.css */
.mdi-eye-settings-outline::before {
  content: "\f086e";
}

/* line 10164, app/assets/stylesheets/icons.css */
.mdi-eyedropper::before {
  content: "\f020a";
}

/* line 10168, app/assets/stylesheets/icons.css */
.mdi-eyedropper-minus::before {
  content: "\f13dd";
}

/* line 10172, app/assets/stylesheets/icons.css */
.mdi-eyedropper-off::before {
  content: "\f13df";
}

/* line 10176, app/assets/stylesheets/icons.css */
.mdi-eyedropper-plus::before {
  content: "\f13dc";
}

/* line 10180, app/assets/stylesheets/icons.css */
.mdi-eyedropper-remove::before {
  content: "\f13de";
}

/* line 10184, app/assets/stylesheets/icons.css */
.mdi-eyedropper-variant::before {
  content: "\f020b";
}

/* line 10188, app/assets/stylesheets/icons.css */
.mdi-face-agent::before {
  content: "\f0d70";
}

/* line 10192, app/assets/stylesheets/icons.css */
.mdi-face-man::before {
  content: "\f0643";
}

/* line 10196, app/assets/stylesheets/icons.css */
.mdi-face-man-outline::before {
  content: "\f0b96";
}

/* line 10200, app/assets/stylesheets/icons.css */
.mdi-face-man-profile::before {
  content: "\f0644";
}

/* line 10204, app/assets/stylesheets/icons.css */
.mdi-face-man-shimmer::before {
  content: "\f15cc";
}

/* line 10208, app/assets/stylesheets/icons.css */
.mdi-face-man-shimmer-outline::before {
  content: "\f15cd";
}

/* line 10212, app/assets/stylesheets/icons.css */
.mdi-face-mask::before {
  content: "\f1586";
}

/* line 10216, app/assets/stylesheets/icons.css */
.mdi-face-mask-outline::before {
  content: "\f1587";
}

/* line 10220, app/assets/stylesheets/icons.css */
.mdi-face-recognition::before {
  content: "\f0c7b";
}

/* line 10224, app/assets/stylesheets/icons.css */
.mdi-face-woman::before {
  content: "\f1077";
}

/* line 10228, app/assets/stylesheets/icons.css */
.mdi-face-woman-outline::before {
  content: "\f1078";
}

/* line 10232, app/assets/stylesheets/icons.css */
.mdi-face-woman-profile::before {
  content: "\f1076";
}

/* line 10236, app/assets/stylesheets/icons.css */
.mdi-face-woman-shimmer::before {
  content: "\f15ce";
}

/* line 10240, app/assets/stylesheets/icons.css */
.mdi-face-woman-shimmer-outline::before {
  content: "\f15cf";
}

/* line 10244, app/assets/stylesheets/icons.css */
.mdi-facebook::before {
  content: "\f020c";
}

/* line 10248, app/assets/stylesheets/icons.css */
.mdi-facebook-gaming::before {
  content: "\f07dd";
}

/* line 10252, app/assets/stylesheets/icons.css */
.mdi-facebook-messenger::before {
  content: "\f020e";
}

/* line 10256, app/assets/stylesheets/icons.css */
.mdi-facebook-workplace::before {
  content: "\f0b31";
}

/* line 10260, app/assets/stylesheets/icons.css */
.mdi-factory::before {
  content: "\f020f";
}

/* line 10264, app/assets/stylesheets/icons.css */
.mdi-family-tree::before {
  content: "\f160e";
}

/* line 10268, app/assets/stylesheets/icons.css */
.mdi-fan::before {
  content: "\f0210";
}

/* line 10272, app/assets/stylesheets/icons.css */
.mdi-fan-alert::before {
  content: "\f146c";
}

/* line 10276, app/assets/stylesheets/icons.css */
.mdi-fan-auto::before {
  content: "\f171d";
}

/* line 10280, app/assets/stylesheets/icons.css */
.mdi-fan-chevron-down::before {
  content: "\f146d";
}

/* line 10284, app/assets/stylesheets/icons.css */
.mdi-fan-chevron-up::before {
  content: "\f146e";
}

/* line 10288, app/assets/stylesheets/icons.css */
.mdi-fan-minus::before {
  content: "\f1470";
}

/* line 10292, app/assets/stylesheets/icons.css */
.mdi-fan-off::before {
  content: "\f081d";
}

/* line 10296, app/assets/stylesheets/icons.css */
.mdi-fan-plus::before {
  content: "\f146f";
}

/* line 10300, app/assets/stylesheets/icons.css */
.mdi-fan-remove::before {
  content: "\f1471";
}

/* line 10304, app/assets/stylesheets/icons.css */
.mdi-fan-speed-1::before {
  content: "\f1472";
}

/* line 10308, app/assets/stylesheets/icons.css */
.mdi-fan-speed-2::before {
  content: "\f1473";
}

/* line 10312, app/assets/stylesheets/icons.css */
.mdi-fan-speed-3::before {
  content: "\f1474";
}

/* line 10316, app/assets/stylesheets/icons.css */
.mdi-fast-forward::before {
  content: "\f0211";
}

/* line 10320, app/assets/stylesheets/icons.css */
.mdi-fast-forward-10::before {
  content: "\f0d71";
}

/* line 10324, app/assets/stylesheets/icons.css */
.mdi-fast-forward-15::before {
  content: "\f193a";
}

/* line 10328, app/assets/stylesheets/icons.css */
.mdi-fast-forward-30::before {
  content: "\f0d06";
}

/* line 10332, app/assets/stylesheets/icons.css */
.mdi-fast-forward-5::before {
  content: "\f11f8";
}

/* line 10336, app/assets/stylesheets/icons.css */
.mdi-fast-forward-60::before {
  content: "\f160b";
}

/* line 10340, app/assets/stylesheets/icons.css */
.mdi-fast-forward-outline::before {
  content: "\f06d2";
}

/* line 10344, app/assets/stylesheets/icons.css */
.mdi-fax::before {
  content: "\f0212";
}

/* line 10348, app/assets/stylesheets/icons.css */
.mdi-feather::before {
  content: "\f06d3";
}

/* line 10352, app/assets/stylesheets/icons.css */
.mdi-feature-search::before {
  content: "\f0a49";
}

/* line 10356, app/assets/stylesheets/icons.css */
.mdi-feature-search-outline::before {
  content: "\f0a4a";
}

/* line 10360, app/assets/stylesheets/icons.css */
.mdi-fedora::before {
  content: "\f08db";
}

/* line 10364, app/assets/stylesheets/icons.css */
.mdi-fence::before {
  content: "\f179a";
}

/* line 10368, app/assets/stylesheets/icons.css */
.mdi-fence-electric::before {
  content: "\f17f6";
}

/* line 10372, app/assets/stylesheets/icons.css */
.mdi-fencing::before {
  content: "\f14c1";
}

/* line 10376, app/assets/stylesheets/icons.css */
.mdi-ferris-wheel::before {
  content: "\f0ea4";
}

/* line 10380, app/assets/stylesheets/icons.css */
.mdi-ferry::before {
  content: "\f0213";
}

/* line 10384, app/assets/stylesheets/icons.css */
.mdi-file::before {
  content: "\f0214";
}

/* line 10388, app/assets/stylesheets/icons.css */
.mdi-file-account::before {
  content: "\f073b";
}

/* line 10392, app/assets/stylesheets/icons.css */
.mdi-file-account-outline::before {
  content: "\f1028";
}

/* line 10396, app/assets/stylesheets/icons.css */
.mdi-file-alert::before {
  content: "\f0a4b";
}

/* line 10400, app/assets/stylesheets/icons.css */
.mdi-file-alert-outline::before {
  content: "\f0a4c";
}

/* line 10404, app/assets/stylesheets/icons.css */
.mdi-file-cabinet::before {
  content: "\f0ab6";
}

/* line 10408, app/assets/stylesheets/icons.css */
.mdi-file-cad::before {
  content: "\f0eeb";
}

/* line 10412, app/assets/stylesheets/icons.css */
.mdi-file-cad-box::before {
  content: "\f0eec";
}

/* line 10416, app/assets/stylesheets/icons.css */
.mdi-file-cancel::before {
  content: "\f0dc6";
}

/* line 10420, app/assets/stylesheets/icons.css */
.mdi-file-cancel-outline::before {
  content: "\f0dc7";
}

/* line 10424, app/assets/stylesheets/icons.css */
.mdi-file-certificate::before {
  content: "\f1186";
}

/* line 10428, app/assets/stylesheets/icons.css */
.mdi-file-certificate-outline::before {
  content: "\f1187";
}

/* line 10432, app/assets/stylesheets/icons.css */
.mdi-file-chart::before {
  content: "\f0215";
}

/* line 10436, app/assets/stylesheets/icons.css */
.mdi-file-chart-outline::before {
  content: "\f1029";
}

/* line 10440, app/assets/stylesheets/icons.css */
.mdi-file-check::before {
  content: "\f0216";
}

/* line 10444, app/assets/stylesheets/icons.css */
.mdi-file-check-outline::before {
  content: "\f0e29";
}

/* line 10448, app/assets/stylesheets/icons.css */
.mdi-file-clock::before {
  content: "\f12e1";
}

/* line 10452, app/assets/stylesheets/icons.css */
.mdi-file-clock-outline::before {
  content: "\f12e2";
}

/* line 10456, app/assets/stylesheets/icons.css */
.mdi-file-cloud::before {
  content: "\f0217";
}

/* line 10460, app/assets/stylesheets/icons.css */
.mdi-file-cloud-outline::before {
  content: "\f102a";
}

/* line 10464, app/assets/stylesheets/icons.css */
.mdi-file-code::before {
  content: "\f022e";
}

/* line 10468, app/assets/stylesheets/icons.css */
.mdi-file-code-outline::before {
  content: "\f102b";
}

/* line 10472, app/assets/stylesheets/icons.css */
.mdi-file-cog::before {
  content: "\f107b";
}

/* line 10476, app/assets/stylesheets/icons.css */
.mdi-file-cog-outline::before {
  content: "\f107c";
}

/* line 10480, app/assets/stylesheets/icons.css */
.mdi-file-compare::before {
  content: "\f08aa";
}

/* line 10484, app/assets/stylesheets/icons.css */
.mdi-file-delimited::before {
  content: "\f0218";
}

/* line 10488, app/assets/stylesheets/icons.css */
.mdi-file-delimited-outline::before {
  content: "\f0ea5";
}

/* line 10492, app/assets/stylesheets/icons.css */
.mdi-file-document::before {
  content: "\f0219";
}

/* line 10496, app/assets/stylesheets/icons.css */
.mdi-file-document-edit::before {
  content: "\f0dc8";
}

/* line 10500, app/assets/stylesheets/icons.css */
.mdi-file-document-edit-outline::before {
  content: "\f0dc9";
}

/* line 10504, app/assets/stylesheets/icons.css */
.mdi-file-document-multiple::before {
  content: "\f1517";
}

/* line 10508, app/assets/stylesheets/icons.css */
.mdi-file-document-multiple-outline::before {
  content: "\f1518";
}

/* line 10512, app/assets/stylesheets/icons.css */
.mdi-file-document-outline::before {
  content: "\f09ee";
}

/* line 10516, app/assets/stylesheets/icons.css */
.mdi-file-download::before {
  content: "\f0965";
}

/* line 10520, app/assets/stylesheets/icons.css */
.mdi-file-download-outline::before {
  content: "\f0966";
}

/* line 10524, app/assets/stylesheets/icons.css */
.mdi-file-edit::before {
  content: "\f11e7";
}

/* line 10528, app/assets/stylesheets/icons.css */
.mdi-file-edit-outline::before {
  content: "\f11e8";
}

/* line 10532, app/assets/stylesheets/icons.css */
.mdi-file-excel::before {
  content: "\f021b";
}

/* line 10536, app/assets/stylesheets/icons.css */
.mdi-file-excel-box::before {
  content: "\f021c";
}

/* line 10540, app/assets/stylesheets/icons.css */
.mdi-file-excel-box-outline::before {
  content: "\f102c";
}

/* line 10544, app/assets/stylesheets/icons.css */
.mdi-file-excel-outline::before {
  content: "\f102d";
}

/* line 10548, app/assets/stylesheets/icons.css */
.mdi-file-export::before {
  content: "\f021d";
}

/* line 10552, app/assets/stylesheets/icons.css */
.mdi-file-export-outline::before {
  content: "\f102e";
}

/* line 10556, app/assets/stylesheets/icons.css */
.mdi-file-eye::before {
  content: "\f0dca";
}

/* line 10560, app/assets/stylesheets/icons.css */
.mdi-file-eye-outline::before {
  content: "\f0dcb";
}

/* line 10564, app/assets/stylesheets/icons.css */
.mdi-file-find::before {
  content: "\f021e";
}

/* line 10568, app/assets/stylesheets/icons.css */
.mdi-file-find-outline::before {
  content: "\f0b97";
}

/* line 10572, app/assets/stylesheets/icons.css */
.mdi-file-gif-box::before {
  content: "\f0d78";
}

/* line 10576, app/assets/stylesheets/icons.css */
.mdi-file-hidden::before {
  content: "\f0613";
}

/* line 10580, app/assets/stylesheets/icons.css */
.mdi-file-image::before {
  content: "\f021f";
}

/* line 10584, app/assets/stylesheets/icons.css */
.mdi-file-image-marker::before {
  content: "\f1772";
}

/* line 10588, app/assets/stylesheets/icons.css */
.mdi-file-image-marker-outline::before {
  content: "\f1773";
}

/* line 10592, app/assets/stylesheets/icons.css */
.mdi-file-image-minus::before {
  content: "\f193b";
}

/* line 10596, app/assets/stylesheets/icons.css */
.mdi-file-image-minus-outline::before {
  content: "\f193c";
}

/* line 10600, app/assets/stylesheets/icons.css */
.mdi-file-image-outline::before {
  content: "\f0eb0";
}

/* line 10604, app/assets/stylesheets/icons.css */
.mdi-file-image-plus::before {
  content: "\f193d";
}

/* line 10608, app/assets/stylesheets/icons.css */
.mdi-file-image-plus-outline::before {
  content: "\f193e";
}

/* line 10612, app/assets/stylesheets/icons.css */
.mdi-file-image-remove::before {
  content: "\f193f";
}

/* line 10616, app/assets/stylesheets/icons.css */
.mdi-file-image-remove-outline::before {
  content: "\f1940";
}

/* line 10620, app/assets/stylesheets/icons.css */
.mdi-file-import::before {
  content: "\f0220";
}

/* line 10624, app/assets/stylesheets/icons.css */
.mdi-file-import-outline::before {
  content: "\f102f";
}

/* line 10628, app/assets/stylesheets/icons.css */
.mdi-file-jpg-box::before {
  content: "\f0225";
}

/* line 10632, app/assets/stylesheets/icons.css */
.mdi-file-key::before {
  content: "\f1184";
}

/* line 10636, app/assets/stylesheets/icons.css */
.mdi-file-key-outline::before {
  content: "\f1185";
}

/* line 10640, app/assets/stylesheets/icons.css */
.mdi-file-link::before {
  content: "\f1177";
}

/* line 10644, app/assets/stylesheets/icons.css */
.mdi-file-link-outline::before {
  content: "\f1178";
}

/* line 10648, app/assets/stylesheets/icons.css */
.mdi-file-lock::before {
  content: "\f0221";
}

/* line 10652, app/assets/stylesheets/icons.css */
.mdi-file-lock-outline::before {
  content: "\f1030";
}

/* line 10656, app/assets/stylesheets/icons.css */
.mdi-file-marker::before {
  content: "\f1774";
}

/* line 10660, app/assets/stylesheets/icons.css */
.mdi-file-marker-outline::before {
  content: "\f1775";
}

/* line 10664, app/assets/stylesheets/icons.css */
.mdi-file-move::before {
  content: "\f0ab9";
}

/* line 10668, app/assets/stylesheets/icons.css */
.mdi-file-move-outline::before {
  content: "\f1031";
}

/* line 10672, app/assets/stylesheets/icons.css */
.mdi-file-multiple::before {
  content: "\f0222";
}

/* line 10676, app/assets/stylesheets/icons.css */
.mdi-file-multiple-outline::before {
  content: "\f1032";
}

/* line 10680, app/assets/stylesheets/icons.css */
.mdi-file-music::before {
  content: "\f0223";
}

/* line 10684, app/assets/stylesheets/icons.css */
.mdi-file-music-outline::before {
  content: "\f0e2a";
}

/* line 10688, app/assets/stylesheets/icons.css */
.mdi-file-outline::before {
  content: "\f0224";
}

/* line 10692, app/assets/stylesheets/icons.css */
.mdi-file-pdf-box::before {
  content: "\f0226";
}

/* line 10696, app/assets/stylesheets/icons.css */
.mdi-file-percent::before {
  content: "\f081e";
}

/* line 10700, app/assets/stylesheets/icons.css */
.mdi-file-percent-outline::before {
  content: "\f1033";
}

/* line 10704, app/assets/stylesheets/icons.css */
.mdi-file-phone::before {
  content: "\f1179";
}

/* line 10708, app/assets/stylesheets/icons.css */
.mdi-file-phone-outline::before {
  content: "\f117a";
}

/* line 10712, app/assets/stylesheets/icons.css */
.mdi-file-plus::before {
  content: "\f0752";
}

/* line 10716, app/assets/stylesheets/icons.css */
.mdi-file-plus-outline::before {
  content: "\f0eed";
}

/* line 10720, app/assets/stylesheets/icons.css */
.mdi-file-png-box::before {
  content: "\f0e2d";
}

/* line 10724, app/assets/stylesheets/icons.css */
.mdi-file-powerpoint::before {
  content: "\f0227";
}

/* line 10728, app/assets/stylesheets/icons.css */
.mdi-file-powerpoint-box::before {
  content: "\f0228";
}

/* line 10732, app/assets/stylesheets/icons.css */
.mdi-file-powerpoint-box-outline::before {
  content: "\f1034";
}

/* line 10736, app/assets/stylesheets/icons.css */
.mdi-file-powerpoint-outline::before {
  content: "\f1035";
}

/* line 10740, app/assets/stylesheets/icons.css */
.mdi-file-presentation-box::before {
  content: "\f0229";
}

/* line 10744, app/assets/stylesheets/icons.css */
.mdi-file-question::before {
  content: "\f086f";
}

/* line 10748, app/assets/stylesheets/icons.css */
.mdi-file-question-outline::before {
  content: "\f1036";
}

/* line 10752, app/assets/stylesheets/icons.css */
.mdi-file-refresh::before {
  content: "\f0918";
}

/* line 10756, app/assets/stylesheets/icons.css */
.mdi-file-refresh-outline::before {
  content: "\f0541";
}

/* line 10760, app/assets/stylesheets/icons.css */
.mdi-file-remove::before {
  content: "\f0b98";
}

/* line 10764, app/assets/stylesheets/icons.css */
.mdi-file-remove-outline::before {
  content: "\f1037";
}

/* line 10768, app/assets/stylesheets/icons.css */
.mdi-file-replace::before {
  content: "\f0b32";
}

/* line 10772, app/assets/stylesheets/icons.css */
.mdi-file-replace-outline::before {
  content: "\f0b33";
}

/* line 10776, app/assets/stylesheets/icons.css */
.mdi-file-restore::before {
  content: "\f0670";
}

/* line 10780, app/assets/stylesheets/icons.css */
.mdi-file-restore-outline::before {
  content: "\f1038";
}

/* line 10784, app/assets/stylesheets/icons.css */
.mdi-file-search::before {
  content: "\f0c7c";
}

/* line 10788, app/assets/stylesheets/icons.css */
.mdi-file-search-outline::before {
  content: "\f0c7d";
}

/* line 10792, app/assets/stylesheets/icons.css */
.mdi-file-send::before {
  content: "\f022a";
}

/* line 10796, app/assets/stylesheets/icons.css */
.mdi-file-send-outline::before {
  content: "\f1039";
}

/* line 10800, app/assets/stylesheets/icons.css */
.mdi-file-settings::before {
  content: "\f1079";
}

/* line 10804, app/assets/stylesheets/icons.css */
.mdi-file-settings-outline::before {
  content: "\f107a";
}

/* line 10808, app/assets/stylesheets/icons.css */
.mdi-file-sign::before {
  content: "\f19c3";
}

/* line 10812, app/assets/stylesheets/icons.css */
.mdi-file-star::before {
  content: "\f103a";
}

/* line 10816, app/assets/stylesheets/icons.css */
.mdi-file-star-outline::before {
  content: "\f103b";
}

/* line 10820, app/assets/stylesheets/icons.css */
.mdi-file-swap::before {
  content: "\f0fb4";
}

/* line 10824, app/assets/stylesheets/icons.css */
.mdi-file-swap-outline::before {
  content: "\f0fb5";
}

/* line 10828, app/assets/stylesheets/icons.css */
.mdi-file-sync::before {
  content: "\f1216";
}

/* line 10832, app/assets/stylesheets/icons.css */
.mdi-file-sync-outline::before {
  content: "\f1217";
}

/* line 10836, app/assets/stylesheets/icons.css */
.mdi-file-table::before {
  content: "\f0c7e";
}

/* line 10840, app/assets/stylesheets/icons.css */
.mdi-file-table-box::before {
  content: "\f10e1";
}

/* line 10844, app/assets/stylesheets/icons.css */
.mdi-file-table-box-multiple::before {
  content: "\f10e2";
}

/* line 10848, app/assets/stylesheets/icons.css */
.mdi-file-table-box-multiple-outline::before {
  content: "\f10e3";
}

/* line 10852, app/assets/stylesheets/icons.css */
.mdi-file-table-box-outline::before {
  content: "\f10e4";
}

/* line 10856, app/assets/stylesheets/icons.css */
.mdi-file-table-outline::before {
  content: "\f0c7f";
}

/* line 10860, app/assets/stylesheets/icons.css */
.mdi-file-tree::before {
  content: "\f0645";
}

/* line 10864, app/assets/stylesheets/icons.css */
.mdi-file-tree-outline::before {
  content: "\f13d2";
}

/* line 10868, app/assets/stylesheets/icons.css */
.mdi-file-undo::before {
  content: "\f08dc";
}

/* line 10872, app/assets/stylesheets/icons.css */
.mdi-file-undo-outline::before {
  content: "\f103c";
}

/* line 10876, app/assets/stylesheets/icons.css */
.mdi-file-upload::before {
  content: "\f0a4d";
}

/* line 10880, app/assets/stylesheets/icons.css */
.mdi-file-upload-outline::before {
  content: "\f0a4e";
}

/* line 10884, app/assets/stylesheets/icons.css */
.mdi-file-video::before {
  content: "\f022b";
}

/* line 10888, app/assets/stylesheets/icons.css */
.mdi-file-video-outline::before {
  content: "\f0e2c";
}

/* line 10892, app/assets/stylesheets/icons.css */
.mdi-file-word::before {
  content: "\f022c";
}

/* line 10896, app/assets/stylesheets/icons.css */
.mdi-file-word-box::before {
  content: "\f022d";
}

/* line 10900, app/assets/stylesheets/icons.css */
.mdi-file-word-box-outline::before {
  content: "\f103d";
}

/* line 10904, app/assets/stylesheets/icons.css */
.mdi-file-word-outline::before {
  content: "\f103e";
}

/* line 10908, app/assets/stylesheets/icons.css */
.mdi-film::before {
  content: "\f022f";
}

/* line 10912, app/assets/stylesheets/icons.css */
.mdi-filmstrip::before {
  content: "\f0230";
}

/* line 10916, app/assets/stylesheets/icons.css */
.mdi-filmstrip-box::before {
  content: "\f0332";
}

/* line 10920, app/assets/stylesheets/icons.css */
.mdi-filmstrip-box-multiple::before {
  content: "\f0d18";
}

/* line 10924, app/assets/stylesheets/icons.css */
.mdi-filmstrip-off::before {
  content: "\f0231";
}

/* line 10928, app/assets/stylesheets/icons.css */
.mdi-filter::before {
  content: "\f0232";
}

/* line 10932, app/assets/stylesheets/icons.css */
.mdi-filter-check::before {
  content: "\f18ec";
}

/* line 10936, app/assets/stylesheets/icons.css */
.mdi-filter-check-outline::before {
  content: "\f18ed";
}

/* line 10940, app/assets/stylesheets/icons.css */
.mdi-filter-menu::before {
  content: "\f10e5";
}

/* line 10944, app/assets/stylesheets/icons.css */
.mdi-filter-menu-outline::before {
  content: "\f10e6";
}

/* line 10948, app/assets/stylesheets/icons.css */
.mdi-filter-minus::before {
  content: "\f0eee";
}

/* line 10952, app/assets/stylesheets/icons.css */
.mdi-filter-minus-outline::before {
  content: "\f0eef";
}

/* line 10956, app/assets/stylesheets/icons.css */
.mdi-filter-off::before {
  content: "\f14ef";
}

/* line 10960, app/assets/stylesheets/icons.css */
.mdi-filter-off-outline::before {
  content: "\f14f0";
}

/* line 10964, app/assets/stylesheets/icons.css */
.mdi-filter-outline::before {
  content: "\f0233";
}

/* line 10968, app/assets/stylesheets/icons.css */
.mdi-filter-plus::before {
  content: "\f0ef0";
}

/* line 10972, app/assets/stylesheets/icons.css */
.mdi-filter-plus-outline::before {
  content: "\f0ef1";
}

/* line 10976, app/assets/stylesheets/icons.css */
.mdi-filter-remove::before {
  content: "\f0234";
}

/* line 10980, app/assets/stylesheets/icons.css */
.mdi-filter-remove-outline::before {
  content: "\f0235";
}

/* line 10984, app/assets/stylesheets/icons.css */
.mdi-filter-variant::before {
  content: "\f0236";
}

/* line 10988, app/assets/stylesheets/icons.css */
.mdi-filter-variant-minus::before {
  content: "\f1112";
}

/* line 10992, app/assets/stylesheets/icons.css */
.mdi-filter-variant-plus::before {
  content: "\f1113";
}

/* line 10996, app/assets/stylesheets/icons.css */
.mdi-filter-variant-remove::before {
  content: "\f103f";
}

/* line 11000, app/assets/stylesheets/icons.css */
.mdi-finance::before {
  content: "\f081f";
}

/* line 11004, app/assets/stylesheets/icons.css */
.mdi-find-replace::before {
  content: "\f06d4";
}

/* line 11008, app/assets/stylesheets/icons.css */
.mdi-fingerprint::before {
  content: "\f0237";
}

/* line 11012, app/assets/stylesheets/icons.css */
.mdi-fingerprint-off::before {
  content: "\f0eb1";
}

/* line 11016, app/assets/stylesheets/icons.css */
.mdi-fire::before {
  content: "\f0238";
}

/* line 11020, app/assets/stylesheets/icons.css */
.mdi-fire-alert::before {
  content: "\f15d7";
}

/* line 11024, app/assets/stylesheets/icons.css */
.mdi-fire-circle::before {
  content: "\f1807";
}

/* line 11028, app/assets/stylesheets/icons.css */
.mdi-fire-extinguisher::before {
  content: "\f0ef2";
}

/* line 11032, app/assets/stylesheets/icons.css */
.mdi-fire-hydrant::before {
  content: "\f1137";
}

/* line 11036, app/assets/stylesheets/icons.css */
.mdi-fire-hydrant-alert::before {
  content: "\f1138";
}

/* line 11040, app/assets/stylesheets/icons.css */
.mdi-fire-hydrant-off::before {
  content: "\f1139";
}

/* line 11044, app/assets/stylesheets/icons.css */
.mdi-fire-off::before {
  content: "\f1722";
}

/* line 11048, app/assets/stylesheets/icons.css */
.mdi-fire-truck::before {
  content: "\f08ab";
}

/* line 11052, app/assets/stylesheets/icons.css */
.mdi-firebase::before {
  content: "\f0967";
}

/* line 11056, app/assets/stylesheets/icons.css */
.mdi-firefox::before {
  content: "\f0239";
}

/* line 11060, app/assets/stylesheets/icons.css */
.mdi-fireplace::before {
  content: "\f0e2e";
}

/* line 11064, app/assets/stylesheets/icons.css */
.mdi-fireplace-off::before {
  content: "\f0e2f";
}

/* line 11068, app/assets/stylesheets/icons.css */
.mdi-firewire::before {
  content: "\f05be";
}

/* line 11072, app/assets/stylesheets/icons.css */
.mdi-firework::before {
  content: "\f0e30";
}

/* line 11076, app/assets/stylesheets/icons.css */
.mdi-firework-off::before {
  content: "\f1723";
}

/* line 11080, app/assets/stylesheets/icons.css */
.mdi-fish::before {
  content: "\f023a";
}

/* line 11084, app/assets/stylesheets/icons.css */
.mdi-fish-off::before {
  content: "\f13f3";
}

/* line 11088, app/assets/stylesheets/icons.css */
.mdi-fishbowl::before {
  content: "\f0ef3";
}

/* line 11092, app/assets/stylesheets/icons.css */
.mdi-fishbowl-outline::before {
  content: "\f0ef4";
}

/* line 11096, app/assets/stylesheets/icons.css */
.mdi-fit-to-page::before {
  content: "\f0ef5";
}

/* line 11100, app/assets/stylesheets/icons.css */
.mdi-fit-to-page-outline::before {
  content: "\f0ef6";
}

/* line 11104, app/assets/stylesheets/icons.css */
.mdi-fit-to-screen::before {
  content: "\f18f4";
}

/* line 11108, app/assets/stylesheets/icons.css */
.mdi-fit-to-screen-outline::before {
  content: "\f18f5";
}

/* line 11112, app/assets/stylesheets/icons.css */
.mdi-flag::before {
  content: "\f023b";
}

/* line 11116, app/assets/stylesheets/icons.css */
.mdi-flag-checkered::before {
  content: "\f023c";
}

/* line 11120, app/assets/stylesheets/icons.css */
.mdi-flag-minus::before {
  content: "\f0b99";
}

/* line 11124, app/assets/stylesheets/icons.css */
.mdi-flag-minus-outline::before {
  content: "\f10b2";
}

/* line 11128, app/assets/stylesheets/icons.css */
.mdi-flag-off::before {
  content: "\f18ee";
}

/* line 11132, app/assets/stylesheets/icons.css */
.mdi-flag-off-outline::before {
  content: "\f18ef";
}

/* line 11136, app/assets/stylesheets/icons.css */
.mdi-flag-outline::before {
  content: "\f023d";
}

/* line 11140, app/assets/stylesheets/icons.css */
.mdi-flag-plus::before {
  content: "\f0b9a";
}

/* line 11144, app/assets/stylesheets/icons.css */
.mdi-flag-plus-outline::before {
  content: "\f10b3";
}

/* line 11148, app/assets/stylesheets/icons.css */
.mdi-flag-remove::before {
  content: "\f0b9b";
}

/* line 11152, app/assets/stylesheets/icons.css */
.mdi-flag-remove-outline::before {
  content: "\f10b4";
}

/* line 11156, app/assets/stylesheets/icons.css */
.mdi-flag-triangle::before {
  content: "\f023f";
}

/* line 11160, app/assets/stylesheets/icons.css */
.mdi-flag-variant::before {
  content: "\f0240";
}

/* line 11164, app/assets/stylesheets/icons.css */
.mdi-flag-variant-outline::before {
  content: "\f023e";
}

/* line 11168, app/assets/stylesheets/icons.css */
.mdi-flare::before {
  content: "\f0d72";
}

/* line 11172, app/assets/stylesheets/icons.css */
.mdi-flash::before {
  content: "\f0241";
}

/* line 11176, app/assets/stylesheets/icons.css */
.mdi-flash-alert::before {
  content: "\f0ef7";
}

/* line 11180, app/assets/stylesheets/icons.css */
.mdi-flash-alert-outline::before {
  content: "\f0ef8";
}

/* line 11184, app/assets/stylesheets/icons.css */
.mdi-flash-auto::before {
  content: "\f0242";
}

/* line 11188, app/assets/stylesheets/icons.css */
.mdi-flash-off::before {
  content: "\f0243";
}

/* line 11192, app/assets/stylesheets/icons.css */
.mdi-flash-outline::before {
  content: "\f06d5";
}

/* line 11196, app/assets/stylesheets/icons.css */
.mdi-flash-red-eye::before {
  content: "\f067b";
}

/* line 11200, app/assets/stylesheets/icons.css */
.mdi-flashlight::before {
  content: "\f0244";
}

/* line 11204, app/assets/stylesheets/icons.css */
.mdi-flashlight-off::before {
  content: "\f0245";
}

/* line 11208, app/assets/stylesheets/icons.css */
.mdi-flask::before {
  content: "\f0093";
}

/* line 11212, app/assets/stylesheets/icons.css */
.mdi-flask-empty::before {
  content: "\f0094";
}

/* line 11216, app/assets/stylesheets/icons.css */
.mdi-flask-empty-minus::before {
  content: "\f123a";
}

/* line 11220, app/assets/stylesheets/icons.css */
.mdi-flask-empty-minus-outline::before {
  content: "\f123b";
}

/* line 11224, app/assets/stylesheets/icons.css */
.mdi-flask-empty-off::before {
  content: "\f13f4";
}

/* line 11228, app/assets/stylesheets/icons.css */
.mdi-flask-empty-off-outline::before {
  content: "\f13f5";
}

/* line 11232, app/assets/stylesheets/icons.css */
.mdi-flask-empty-outline::before {
  content: "\f0095";
}

/* line 11236, app/assets/stylesheets/icons.css */
.mdi-flask-empty-plus::before {
  content: "\f123c";
}

/* line 11240, app/assets/stylesheets/icons.css */
.mdi-flask-empty-plus-outline::before {
  content: "\f123d";
}

/* line 11244, app/assets/stylesheets/icons.css */
.mdi-flask-empty-remove::before {
  content: "\f123e";
}

/* line 11248, app/assets/stylesheets/icons.css */
.mdi-flask-empty-remove-outline::before {
  content: "\f123f";
}

/* line 11252, app/assets/stylesheets/icons.css */
.mdi-flask-minus::before {
  content: "\f1240";
}

/* line 11256, app/assets/stylesheets/icons.css */
.mdi-flask-minus-outline::before {
  content: "\f1241";
}

/* line 11260, app/assets/stylesheets/icons.css */
.mdi-flask-off::before {
  content: "\f13f6";
}

/* line 11264, app/assets/stylesheets/icons.css */
.mdi-flask-off-outline::before {
  content: "\f13f7";
}

/* line 11268, app/assets/stylesheets/icons.css */
.mdi-flask-outline::before {
  content: "\f0096";
}

/* line 11272, app/assets/stylesheets/icons.css */
.mdi-flask-plus::before {
  content: "\f1242";
}

/* line 11276, app/assets/stylesheets/icons.css */
.mdi-flask-plus-outline::before {
  content: "\f1243";
}

/* line 11280, app/assets/stylesheets/icons.css */
.mdi-flask-remove::before {
  content: "\f1244";
}

/* line 11284, app/assets/stylesheets/icons.css */
.mdi-flask-remove-outline::before {
  content: "\f1245";
}

/* line 11288, app/assets/stylesheets/icons.css */
.mdi-flask-round-bottom::before {
  content: "\f124b";
}

/* line 11292, app/assets/stylesheets/icons.css */
.mdi-flask-round-bottom-empty::before {
  content: "\f124c";
}

/* line 11296, app/assets/stylesheets/icons.css */
.mdi-flask-round-bottom-empty-outline::before {
  content: "\f124d";
}

/* line 11300, app/assets/stylesheets/icons.css */
.mdi-flask-round-bottom-outline::before {
  content: "\f124e";
}

/* line 11304, app/assets/stylesheets/icons.css */
.mdi-fleur-de-lis::before {
  content: "\f1303";
}

/* line 11308, app/assets/stylesheets/icons.css */
.mdi-flip-horizontal::before {
  content: "\f10e7";
}

/* line 11312, app/assets/stylesheets/icons.css */
.mdi-flip-to-back::before {
  content: "\f0247";
}

/* line 11316, app/assets/stylesheets/icons.css */
.mdi-flip-to-front::before {
  content: "\f0248";
}

/* line 11320, app/assets/stylesheets/icons.css */
.mdi-flip-vertical::before {
  content: "\f10e8";
}

/* line 11324, app/assets/stylesheets/icons.css */
.mdi-floor-lamp::before {
  content: "\f08dd";
}

/* line 11328, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-dual::before {
  content: "\f1040";
}

/* line 11332, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-dual-outline::before {
  content: "\f17ce";
}

/* line 11336, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-outline::before {
  content: "\f17c8";
}

/* line 11340, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-torchiere::before {
  content: "\f1747";
}

/* line 11344, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-torchiere-outline::before {
  content: "\f17d6";
}

/* line 11348, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-torchiere-variant::before {
  content: "\f1041";
}

/* line 11352, app/assets/stylesheets/icons.css */
.mdi-floor-lamp-torchiere-variant-outline::before {
  content: "\f17cf";
}

/* line 11356, app/assets/stylesheets/icons.css */
.mdi-floor-plan::before {
  content: "\f0821";
}

/* line 11360, app/assets/stylesheets/icons.css */
.mdi-floppy::before {
  content: "\f0249";
}

/* line 11364, app/assets/stylesheets/icons.css */
.mdi-floppy-variant::before {
  content: "\f09ef";
}

/* line 11368, app/assets/stylesheets/icons.css */
.mdi-flower::before {
  content: "\f024a";
}

/* line 11372, app/assets/stylesheets/icons.css */
.mdi-flower-outline::before {
  content: "\f09f0";
}

/* line 11376, app/assets/stylesheets/icons.css */
.mdi-flower-pollen::before {
  content: "\f1885";
}

/* line 11380, app/assets/stylesheets/icons.css */
.mdi-flower-pollen-outline::before {
  content: "\f1886";
}

/* line 11384, app/assets/stylesheets/icons.css */
.mdi-flower-poppy::before {
  content: "\f0d08";
}

/* line 11388, app/assets/stylesheets/icons.css */
.mdi-flower-tulip::before {
  content: "\f09f1";
}

/* line 11392, app/assets/stylesheets/icons.css */
.mdi-flower-tulip-outline::before {
  content: "\f09f2";
}

/* line 11396, app/assets/stylesheets/icons.css */
.mdi-focus-auto::before {
  content: "\f0f4e";
}

/* line 11400, app/assets/stylesheets/icons.css */
.mdi-focus-field::before {
  content: "\f0f4f";
}

/* line 11404, app/assets/stylesheets/icons.css */
.mdi-focus-field-horizontal::before {
  content: "\f0f50";
}

/* line 11408, app/assets/stylesheets/icons.css */
.mdi-focus-field-vertical::before {
  content: "\f0f51";
}

/* line 11412, app/assets/stylesheets/icons.css */
.mdi-folder::before {
  content: "\f024b";
}

/* line 11416, app/assets/stylesheets/icons.css */
.mdi-folder-account::before {
  content: "\f024c";
}

/* line 11420, app/assets/stylesheets/icons.css */
.mdi-folder-account-outline::before {
  content: "\f0b9c";
}

/* line 11424, app/assets/stylesheets/icons.css */
.mdi-folder-alert::before {
  content: "\f0dcc";
}

/* line 11428, app/assets/stylesheets/icons.css */
.mdi-folder-alert-outline::before {
  content: "\f0dcd";
}

/* line 11432, app/assets/stylesheets/icons.css */
.mdi-folder-check::before {
  content: "\f197e";
}

/* line 11436, app/assets/stylesheets/icons.css */
.mdi-folder-check-outline::before {
  content: "\f197f";
}

/* line 11440, app/assets/stylesheets/icons.css */
.mdi-folder-clock::before {
  content: "\f0aba";
}

/* line 11444, app/assets/stylesheets/icons.css */
.mdi-folder-clock-outline::before {
  content: "\f0abb";
}

/* line 11448, app/assets/stylesheets/icons.css */
.mdi-folder-cog::before {
  content: "\f107f";
}

/* line 11452, app/assets/stylesheets/icons.css */
.mdi-folder-cog-outline::before {
  content: "\f1080";
}

/* line 11456, app/assets/stylesheets/icons.css */
.mdi-folder-download::before {
  content: "\f024d";
}

/* line 11460, app/assets/stylesheets/icons.css */
.mdi-folder-download-outline::before {
  content: "\f10e9";
}

/* line 11464, app/assets/stylesheets/icons.css */
.mdi-folder-edit::before {
  content: "\f08de";
}

/* line 11468, app/assets/stylesheets/icons.css */
.mdi-folder-edit-outline::before {
  content: "\f0dce";
}

/* line 11472, app/assets/stylesheets/icons.css */
.mdi-folder-eye::before {
  content: "\f178a";
}

/* line 11476, app/assets/stylesheets/icons.css */
.mdi-folder-eye-outline::before {
  content: "\f178b";
}

/* line 11480, app/assets/stylesheets/icons.css */
.mdi-folder-google-drive::before {
  content: "\f024e";
}

/* line 11484, app/assets/stylesheets/icons.css */
.mdi-folder-heart::before {
  content: "\f10ea";
}

/* line 11488, app/assets/stylesheets/icons.css */
.mdi-folder-heart-outline::before {
  content: "\f10eb";
}

/* line 11492, app/assets/stylesheets/icons.css */
.mdi-folder-hidden::before {
  content: "\f179e";
}

/* line 11496, app/assets/stylesheets/icons.css */
.mdi-folder-home::before {
  content: "\f10b5";
}

/* line 11500, app/assets/stylesheets/icons.css */
.mdi-folder-home-outline::before {
  content: "\f10b6";
}

/* line 11504, app/assets/stylesheets/icons.css */
.mdi-folder-image::before {
  content: "\f024f";
}

/* line 11508, app/assets/stylesheets/icons.css */
.mdi-folder-information::before {
  content: "\f10b7";
}

/* line 11512, app/assets/stylesheets/icons.css */
.mdi-folder-information-outline::before {
  content: "\f10b8";
}

/* line 11516, app/assets/stylesheets/icons.css */
.mdi-folder-key::before {
  content: "\f08ac";
}

/* line 11520, app/assets/stylesheets/icons.css */
.mdi-folder-key-network::before {
  content: "\f08ad";
}

/* line 11524, app/assets/stylesheets/icons.css */
.mdi-folder-key-network-outline::before {
  content: "\f0c80";
}

/* line 11528, app/assets/stylesheets/icons.css */
.mdi-folder-key-outline::before {
  content: "\f10ec";
}

/* line 11532, app/assets/stylesheets/icons.css */
.mdi-folder-lock::before {
  content: "\f0250";
}

/* line 11536, app/assets/stylesheets/icons.css */
.mdi-folder-lock-open::before {
  content: "\f0251";
}

/* line 11540, app/assets/stylesheets/icons.css */
.mdi-folder-marker::before {
  content: "\f126d";
}

/* line 11544, app/assets/stylesheets/icons.css */
.mdi-folder-marker-outline::before {
  content: "\f126e";
}

/* line 11548, app/assets/stylesheets/icons.css */
.mdi-folder-move::before {
  content: "\f0252";
}

/* line 11552, app/assets/stylesheets/icons.css */
.mdi-folder-move-outline::before {
  content: "\f1246";
}

/* line 11556, app/assets/stylesheets/icons.css */
.mdi-folder-multiple::before {
  content: "\f0253";
}

/* line 11560, app/assets/stylesheets/icons.css */
.mdi-folder-multiple-image::before {
  content: "\f0254";
}

/* line 11564, app/assets/stylesheets/icons.css */
.mdi-folder-multiple-outline::before {
  content: "\f0255";
}

/* line 11568, app/assets/stylesheets/icons.css */
.mdi-folder-multiple-plus::before {
  content: "\f147e";
}

/* line 11572, app/assets/stylesheets/icons.css */
.mdi-folder-multiple-plus-outline::before {
  content: "\f147f";
}

/* line 11576, app/assets/stylesheets/icons.css */
.mdi-folder-music::before {
  content: "\f1359";
}

/* line 11580, app/assets/stylesheets/icons.css */
.mdi-folder-music-outline::before {
  content: "\f135a";
}

/* line 11584, app/assets/stylesheets/icons.css */
.mdi-folder-network::before {
  content: "\f0870";
}

/* line 11588, app/assets/stylesheets/icons.css */
.mdi-folder-network-outline::before {
  content: "\f0c81";
}

/* line 11592, app/assets/stylesheets/icons.css */
.mdi-folder-open::before {
  content: "\f0770";
}

/* line 11596, app/assets/stylesheets/icons.css */
.mdi-folder-open-outline::before {
  content: "\f0dcf";
}

/* line 11600, app/assets/stylesheets/icons.css */
.mdi-folder-outline::before {
  content: "\f0256";
}

/* line 11604, app/assets/stylesheets/icons.css */
.mdi-folder-plus::before {
  content: "\f0257";
}

/* line 11608, app/assets/stylesheets/icons.css */
.mdi-folder-plus-outline::before {
  content: "\f0b9d";
}

/* line 11612, app/assets/stylesheets/icons.css */
.mdi-folder-pound::before {
  content: "\f0d09";
}

/* line 11616, app/assets/stylesheets/icons.css */
.mdi-folder-pound-outline::before {
  content: "\f0d0a";
}

/* line 11620, app/assets/stylesheets/icons.css */
.mdi-folder-refresh::before {
  content: "\f0749";
}

/* line 11624, app/assets/stylesheets/icons.css */
.mdi-folder-refresh-outline::before {
  content: "\f0542";
}

/* line 11628, app/assets/stylesheets/icons.css */
.mdi-folder-remove::before {
  content: "\f0258";
}

/* line 11632, app/assets/stylesheets/icons.css */
.mdi-folder-remove-outline::before {
  content: "\f0b9e";
}

/* line 11636, app/assets/stylesheets/icons.css */
.mdi-folder-search::before {
  content: "\f0968";
}

/* line 11640, app/assets/stylesheets/icons.css */
.mdi-folder-search-outline::before {
  content: "\f0969";
}

/* line 11644, app/assets/stylesheets/icons.css */
.mdi-folder-settings::before {
  content: "\f107d";
}

/* line 11648, app/assets/stylesheets/icons.css */
.mdi-folder-settings-outline::before {
  content: "\f107e";
}

/* line 11652, app/assets/stylesheets/icons.css */
.mdi-folder-star::before {
  content: "\f069d";
}

/* line 11656, app/assets/stylesheets/icons.css */
.mdi-folder-star-multiple::before {
  content: "\f13d3";
}

/* line 11660, app/assets/stylesheets/icons.css */
.mdi-folder-star-multiple-outline::before {
  content: "\f13d4";
}

/* line 11664, app/assets/stylesheets/icons.css */
.mdi-folder-star-outline::before {
  content: "\f0b9f";
}

/* line 11668, app/assets/stylesheets/icons.css */
.mdi-folder-swap::before {
  content: "\f0fb6";
}

/* line 11672, app/assets/stylesheets/icons.css */
.mdi-folder-swap-outline::before {
  content: "\f0fb7";
}

/* line 11676, app/assets/stylesheets/icons.css */
.mdi-folder-sync::before {
  content: "\f0d0b";
}

/* line 11680, app/assets/stylesheets/icons.css */
.mdi-folder-sync-outline::before {
  content: "\f0d0c";
}

/* line 11684, app/assets/stylesheets/icons.css */
.mdi-folder-table::before {
  content: "\f12e3";
}

/* line 11688, app/assets/stylesheets/icons.css */
.mdi-folder-table-outline::before {
  content: "\f12e4";
}

/* line 11692, app/assets/stylesheets/icons.css */
.mdi-folder-text::before {
  content: "\f0c82";
}

/* line 11696, app/assets/stylesheets/icons.css */
.mdi-folder-text-outline::before {
  content: "\f0c83";
}

/* line 11700, app/assets/stylesheets/icons.css */
.mdi-folder-upload::before {
  content: "\f0259";
}

/* line 11704, app/assets/stylesheets/icons.css */
.mdi-folder-upload-outline::before {
  content: "\f10ed";
}

/* line 11708, app/assets/stylesheets/icons.css */
.mdi-folder-zip::before {
  content: "\f06eb";
}

/* line 11712, app/assets/stylesheets/icons.css */
.mdi-folder-zip-outline::before {
  content: "\f07b9";
}

/* line 11716, app/assets/stylesheets/icons.css */
.mdi-font-awesome::before {
  content: "\f003a";
}

/* line 11720, app/assets/stylesheets/icons.css */
.mdi-food::before {
  content: "\f025a";
}

/* line 11724, app/assets/stylesheets/icons.css */
.mdi-food-apple::before {
  content: "\f025b";
}

/* line 11728, app/assets/stylesheets/icons.css */
.mdi-food-apple-outline::before {
  content: "\f0c84";
}

/* line 11732, app/assets/stylesheets/icons.css */
.mdi-food-croissant::before {
  content: "\f07c8";
}

/* line 11736, app/assets/stylesheets/icons.css */
.mdi-food-drumstick::before {
  content: "\f141f";
}

/* line 11740, app/assets/stylesheets/icons.css */
.mdi-food-drumstick-off::before {
  content: "\f1468";
}

/* line 11744, app/assets/stylesheets/icons.css */
.mdi-food-drumstick-off-outline::before {
  content: "\f1469";
}

/* line 11748, app/assets/stylesheets/icons.css */
.mdi-food-drumstick-outline::before {
  content: "\f1420";
}

/* line 11752, app/assets/stylesheets/icons.css */
.mdi-food-fork-drink::before {
  content: "\f05f2";
}

/* line 11756, app/assets/stylesheets/icons.css */
.mdi-food-halal::before {
  content: "\f1572";
}

/* line 11760, app/assets/stylesheets/icons.css */
.mdi-food-hot-dog::before {
  content: "\f184b";
}

/* line 11764, app/assets/stylesheets/icons.css */
.mdi-food-kosher::before {
  content: "\f1573";
}

/* line 11768, app/assets/stylesheets/icons.css */
.mdi-food-off::before {
  content: "\f05f3";
}

/* line 11772, app/assets/stylesheets/icons.css */
.mdi-food-off-outline::before {
  content: "\f1915";
}

/* line 11776, app/assets/stylesheets/icons.css */
.mdi-food-outline::before {
  content: "\f1916";
}

/* line 11780, app/assets/stylesheets/icons.css */
.mdi-food-steak::before {
  content: "\f146a";
}

/* line 11784, app/assets/stylesheets/icons.css */
.mdi-food-steak-off::before {
  content: "\f146b";
}

/* line 11788, app/assets/stylesheets/icons.css */
.mdi-food-takeout-box::before {
  content: "\f1836";
}

/* line 11792, app/assets/stylesheets/icons.css */
.mdi-food-takeout-box-outline::before {
  content: "\f1837";
}

/* line 11796, app/assets/stylesheets/icons.css */
.mdi-food-turkey::before {
  content: "\f171c";
}

/* line 11800, app/assets/stylesheets/icons.css */
.mdi-food-variant::before {
  content: "\f025c";
}

/* line 11804, app/assets/stylesheets/icons.css */
.mdi-food-variant-off::before {
  content: "\f13e5";
}

/* line 11808, app/assets/stylesheets/icons.css */
.mdi-foot-print::before {
  content: "\f0f52";
}

/* line 11812, app/assets/stylesheets/icons.css */
.mdi-football::before {
  content: "\f025d";
}

/* line 11816, app/assets/stylesheets/icons.css */
.mdi-football-australian::before {
  content: "\f025e";
}

/* line 11820, app/assets/stylesheets/icons.css */
.mdi-football-helmet::before {
  content: "\f025f";
}

/* line 11824, app/assets/stylesheets/icons.css */
.mdi-forest::before {
  content: "\f1897";
}

/* line 11828, app/assets/stylesheets/icons.css */
.mdi-forklift::before {
  content: "\f07c9";
}

/* line 11832, app/assets/stylesheets/icons.css */
.mdi-form-dropdown::before {
  content: "\f1400";
}

/* line 11836, app/assets/stylesheets/icons.css */
.mdi-form-select::before {
  content: "\f1401";
}

/* line 11840, app/assets/stylesheets/icons.css */
.mdi-form-textarea::before {
  content: "\f1095";
}

/* line 11844, app/assets/stylesheets/icons.css */
.mdi-form-textbox::before {
  content: "\f060e";
}

/* line 11848, app/assets/stylesheets/icons.css */
.mdi-form-textbox-lock::before {
  content: "\f135d";
}

/* line 11852, app/assets/stylesheets/icons.css */
.mdi-form-textbox-password::before {
  content: "\f07f5";
}

/* line 11856, app/assets/stylesheets/icons.css */
.mdi-format-align-bottom::before {
  content: "\f0753";
}

/* line 11860, app/assets/stylesheets/icons.css */
.mdi-format-align-center::before {
  content: "\f0260";
}

/* line 11864, app/assets/stylesheets/icons.css */
.mdi-format-align-justify::before {
  content: "\f0261";
}

/* line 11868, app/assets/stylesheets/icons.css */
.mdi-format-align-left::before {
  content: "\f0262";
}

/* line 11872, app/assets/stylesheets/icons.css */
.mdi-format-align-middle::before {
  content: "\f0754";
}

/* line 11876, app/assets/stylesheets/icons.css */
.mdi-format-align-right::before {
  content: "\f0263";
}

/* line 11880, app/assets/stylesheets/icons.css */
.mdi-format-align-top::before {
  content: "\f0755";
}

/* line 11884, app/assets/stylesheets/icons.css */
.mdi-format-annotation-minus::before {
  content: "\f0abc";
}

/* line 11888, app/assets/stylesheets/icons.css */
.mdi-format-annotation-plus::before {
  content: "\f0646";
}

/* line 11892, app/assets/stylesheets/icons.css */
.mdi-format-bold::before {
  content: "\f0264";
}

/* line 11896, app/assets/stylesheets/icons.css */
.mdi-format-clear::before {
  content: "\f0265";
}

/* line 11900, app/assets/stylesheets/icons.css */
.mdi-format-color-fill::before {
  content: "\f0266";
}

/* line 11904, app/assets/stylesheets/icons.css */
.mdi-format-color-highlight::before {
  content: "\f0e31";
}

/* line 11908, app/assets/stylesheets/icons.css */
.mdi-format-color-marker-cancel::before {
  content: "\f1313";
}

/* line 11912, app/assets/stylesheets/icons.css */
.mdi-format-color-text::before {
  content: "\f069e";
}

/* line 11916, app/assets/stylesheets/icons.css */
.mdi-format-columns::before {
  content: "\f08df";
}

/* line 11920, app/assets/stylesheets/icons.css */
.mdi-format-float-center::before {
  content: "\f0267";
}

/* line 11924, app/assets/stylesheets/icons.css */
.mdi-format-float-left::before {
  content: "\f0268";
}

/* line 11928, app/assets/stylesheets/icons.css */
.mdi-format-float-none::before {
  content: "\f0269";
}

/* line 11932, app/assets/stylesheets/icons.css */
.mdi-format-float-right::before {
  content: "\f026a";
}

/* line 11936, app/assets/stylesheets/icons.css */
.mdi-format-font::before {
  content: "\f06d6";
}

/* line 11940, app/assets/stylesheets/icons.css */
.mdi-format-font-size-decrease::before {
  content: "\f09f3";
}

/* line 11944, app/assets/stylesheets/icons.css */
.mdi-format-font-size-increase::before {
  content: "\f09f4";
}

/* line 11948, app/assets/stylesheets/icons.css */
.mdi-format-header-1::before {
  content: "\f026b";
}

/* line 11952, app/assets/stylesheets/icons.css */
.mdi-format-header-2::before {
  content: "\f026c";
}

/* line 11956, app/assets/stylesheets/icons.css */
.mdi-format-header-3::before {
  content: "\f026d";
}

/* line 11960, app/assets/stylesheets/icons.css */
.mdi-format-header-4::before {
  content: "\f026e";
}

/* line 11964, app/assets/stylesheets/icons.css */
.mdi-format-header-5::before {
  content: "\f026f";
}

/* line 11968, app/assets/stylesheets/icons.css */
.mdi-format-header-6::before {
  content: "\f0270";
}

/* line 11972, app/assets/stylesheets/icons.css */
.mdi-format-header-decrease::before {
  content: "\f0271";
}

/* line 11976, app/assets/stylesheets/icons.css */
.mdi-format-header-equal::before {
  content: "\f0272";
}

/* line 11980, app/assets/stylesheets/icons.css */
.mdi-format-header-increase::before {
  content: "\f0273";
}

/* line 11984, app/assets/stylesheets/icons.css */
.mdi-format-header-pound::before {
  content: "\f0274";
}

/* line 11988, app/assets/stylesheets/icons.css */
.mdi-format-horizontal-align-center::before {
  content: "\f061e";
}

/* line 11992, app/assets/stylesheets/icons.css */
.mdi-format-horizontal-align-left::before {
  content: "\f061f";
}

/* line 11996, app/assets/stylesheets/icons.css */
.mdi-format-horizontal-align-right::before {
  content: "\f0620";
}

/* line 12000, app/assets/stylesheets/icons.css */
.mdi-format-indent-decrease::before {
  content: "\f0275";
}

/* line 12004, app/assets/stylesheets/icons.css */
.mdi-format-indent-increase::before {
  content: "\f0276";
}

/* line 12008, app/assets/stylesheets/icons.css */
.mdi-format-italic::before {
  content: "\f0277";
}

/* line 12012, app/assets/stylesheets/icons.css */
.mdi-format-letter-case::before {
  content: "\f0b34";
}

/* line 12016, app/assets/stylesheets/icons.css */
.mdi-format-letter-case-lower::before {
  content: "\f0b35";
}

/* line 12020, app/assets/stylesheets/icons.css */
.mdi-format-letter-case-upper::before {
  content: "\f0b36";
}

/* line 12024, app/assets/stylesheets/icons.css */
.mdi-format-letter-ends-with::before {
  content: "\f0fb8";
}

/* line 12028, app/assets/stylesheets/icons.css */
.mdi-format-letter-matches::before {
  content: "\f0fb9";
}

/* line 12032, app/assets/stylesheets/icons.css */
.mdi-format-letter-spacing::before {
  content: "\f1956";
}

/* line 12036, app/assets/stylesheets/icons.css */
.mdi-format-letter-starts-with::before {
  content: "\f0fba";
}

/* line 12040, app/assets/stylesheets/icons.css */
.mdi-format-line-spacing::before {
  content: "\f0278";
}

/* line 12044, app/assets/stylesheets/icons.css */
.mdi-format-line-style::before {
  content: "\f05c8";
}

/* line 12048, app/assets/stylesheets/icons.css */
.mdi-format-line-weight::before {
  content: "\f05c9";
}

/* line 12052, app/assets/stylesheets/icons.css */
.mdi-format-list-bulleted::before {
  content: "\f0279";
}

/* line 12056, app/assets/stylesheets/icons.css */
.mdi-format-list-bulleted-square::before {
  content: "\f0dd0";
}

/* line 12060, app/assets/stylesheets/icons.css */
.mdi-format-list-bulleted-triangle::before {
  content: "\f0eb2";
}

/* line 12064, app/assets/stylesheets/icons.css */
.mdi-format-list-bulleted-type::before {
  content: "\f027a";
}

/* line 12068, app/assets/stylesheets/icons.css */
.mdi-format-list-checkbox::before {
  content: "\f096a";
}

/* line 12072, app/assets/stylesheets/icons.css */
.mdi-format-list-checks::before {
  content: "\f0756";
}

/* line 12076, app/assets/stylesheets/icons.css */
.mdi-format-list-group::before {
  content: "\f1860";
}

/* line 12080, app/assets/stylesheets/icons.css */
.mdi-format-list-numbered::before {
  content: "\f027b";
}

/* line 12084, app/assets/stylesheets/icons.css */
.mdi-format-list-numbered-rtl::before {
  content: "\f0d0d";
}

/* line 12088, app/assets/stylesheets/icons.css */
.mdi-format-list-text::before {
  content: "\f126f";
}

/* line 12092, app/assets/stylesheets/icons.css */
.mdi-format-overline::before {
  content: "\f0eb3";
}

/* line 12096, app/assets/stylesheets/icons.css */
.mdi-format-page-break::before {
  content: "\f06d7";
}

/* line 12100, app/assets/stylesheets/icons.css */
.mdi-format-page-split::before {
  content: "\f1917";
}

/* line 12104, app/assets/stylesheets/icons.css */
.mdi-format-paint::before {
  content: "\f027c";
}

/* line 12108, app/assets/stylesheets/icons.css */
.mdi-format-paragraph::before {
  content: "\f027d";
}

/* line 12112, app/assets/stylesheets/icons.css */
.mdi-format-pilcrow::before {
  content: "\f06d8";
}

/* line 12116, app/assets/stylesheets/icons.css */
.mdi-format-quote-close::before {
  content: "\f027e";
}

/* line 12120, app/assets/stylesheets/icons.css */
.mdi-format-quote-close-outline::before {
  content: "\f11a8";
}

/* line 12124, app/assets/stylesheets/icons.css */
.mdi-format-quote-open::before {
  content: "\f0757";
}

/* line 12128, app/assets/stylesheets/icons.css */
.mdi-format-quote-open-outline::before {
  content: "\f11a7";
}

/* line 12132, app/assets/stylesheets/icons.css */
.mdi-format-rotate-90::before {
  content: "\f06aa";
}

/* line 12136, app/assets/stylesheets/icons.css */
.mdi-format-section::before {
  content: "\f069f";
}

/* line 12140, app/assets/stylesheets/icons.css */
.mdi-format-size::before {
  content: "\f027f";
}

/* line 12144, app/assets/stylesheets/icons.css */
.mdi-format-strikethrough::before {
  content: "\f0280";
}

/* line 12148, app/assets/stylesheets/icons.css */
.mdi-format-strikethrough-variant::before {
  content: "\f0281";
}

/* line 12152, app/assets/stylesheets/icons.css */
.mdi-format-subscript::before {
  content: "\f0282";
}

/* line 12156, app/assets/stylesheets/icons.css */
.mdi-format-superscript::before {
  content: "\f0283";
}

/* line 12160, app/assets/stylesheets/icons.css */
.mdi-format-text::before {
  content: "\f0284";
}

/* line 12164, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-angle-down::before {
  content: "\f0fbb";
}

/* line 12168, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-angle-up::before {
  content: "\f0fbc";
}

/* line 12172, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-down::before {
  content: "\f0d73";
}

/* line 12176, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-down-vertical::before {
  content: "\f0fbd";
}

/* line 12180, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-none::before {
  content: "\f0d74";
}

/* line 12184, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-up::before {
  content: "\f0fbe";
}

/* line 12188, app/assets/stylesheets/icons.css */
.mdi-format-text-rotation-vertical::before {
  content: "\f0fbf";
}

/* line 12192, app/assets/stylesheets/icons.css */
.mdi-format-text-variant::before {
  content: "\f0e32";
}

/* line 12196, app/assets/stylesheets/icons.css */
.mdi-format-text-variant-outline::before {
  content: "\f150f";
}

/* line 12200, app/assets/stylesheets/icons.css */
.mdi-format-text-wrapping-clip::before {
  content: "\f0d0e";
}

/* line 12204, app/assets/stylesheets/icons.css */
.mdi-format-text-wrapping-overflow::before {
  content: "\f0d0f";
}

/* line 12208, app/assets/stylesheets/icons.css */
.mdi-format-text-wrapping-wrap::before {
  content: "\f0d10";
}

/* line 12212, app/assets/stylesheets/icons.css */
.mdi-format-textbox::before {
  content: "\f0d11";
}

/* line 12216, app/assets/stylesheets/icons.css */
.mdi-format-textdirection-l-to-r::before {
  content: "\f0285";
}

/* line 12220, app/assets/stylesheets/icons.css */
.mdi-format-textdirection-r-to-l::before {
  content: "\f0286";
}

/* line 12224, app/assets/stylesheets/icons.css */
.mdi-format-title::before {
  content: "\f05f4";
}

/* line 12228, app/assets/stylesheets/icons.css */
.mdi-format-underline::before {
  content: "\f0287";
}

/* line 12232, app/assets/stylesheets/icons.css */
.mdi-format-underline-wavy::before {
  content: "\f18e9";
}

/* line 12236, app/assets/stylesheets/icons.css */
.mdi-format-vertical-align-bottom::before {
  content: "\f0621";
}

/* line 12240, app/assets/stylesheets/icons.css */
.mdi-format-vertical-align-center::before {
  content: "\f0622";
}

/* line 12244, app/assets/stylesheets/icons.css */
.mdi-format-vertical-align-top::before {
  content: "\f0623";
}

/* line 12248, app/assets/stylesheets/icons.css */
.mdi-format-wrap-inline::before {
  content: "\f0288";
}

/* line 12252, app/assets/stylesheets/icons.css */
.mdi-format-wrap-square::before {
  content: "\f0289";
}

/* line 12256, app/assets/stylesheets/icons.css */
.mdi-format-wrap-tight::before {
  content: "\f028a";
}

/* line 12260, app/assets/stylesheets/icons.css */
.mdi-format-wrap-top-bottom::before {
  content: "\f028b";
}

/* line 12264, app/assets/stylesheets/icons.css */
.mdi-forum::before {
  content: "\f028c";
}

/* line 12268, app/assets/stylesheets/icons.css */
.mdi-forum-outline::before {
  content: "\f0822";
}

/* line 12272, app/assets/stylesheets/icons.css */
.mdi-forward::before {
  content: "\f028d";
}

/* line 12276, app/assets/stylesheets/icons.css */
.mdi-forwardburger::before {
  content: "\f0d75";
}

/* line 12280, app/assets/stylesheets/icons.css */
.mdi-fountain::before {
  content: "\f096b";
}

/* line 12284, app/assets/stylesheets/icons.css */
.mdi-fountain-pen::before {
  content: "\f0d12";
}

/* line 12288, app/assets/stylesheets/icons.css */
.mdi-fountain-pen-tip::before {
  content: "\f0d13";
}

/* line 12292, app/assets/stylesheets/icons.css */
.mdi-fraction-one-half::before {
  content: "\f1992";
}

/* line 12296, app/assets/stylesheets/icons.css */
.mdi-freebsd::before {
  content: "\f08e0";
}

/* line 12300, app/assets/stylesheets/icons.css */
.mdi-french-fries::before {
  content: "\f1957";
}

/* line 12304, app/assets/stylesheets/icons.css */
.mdi-frequently-asked-questions::before {
  content: "\f0eb4";
}

/* line 12308, app/assets/stylesheets/icons.css */
.mdi-fridge::before {
  content: "\f0290";
}

/* line 12312, app/assets/stylesheets/icons.css */
.mdi-fridge-alert::before {
  content: "\f11b1";
}

/* line 12316, app/assets/stylesheets/icons.css */
.mdi-fridge-alert-outline::before {
  content: "\f11b2";
}

/* line 12320, app/assets/stylesheets/icons.css */
.mdi-fridge-bottom::before {
  content: "\f0292";
}

/* line 12324, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial::before {
  content: "\f15ee";
}

/* line 12328, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial-alert::before {
  content: "\f15ef";
}

/* line 12332, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial-alert-outline::before {
  content: "\f15f0";
}

/* line 12336, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial-off::before {
  content: "\f15f1";
}

/* line 12340, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial-off-outline::before {
  content: "\f15f2";
}

/* line 12344, app/assets/stylesheets/icons.css */
.mdi-fridge-industrial-outline::before {
  content: "\f15f3";
}

/* line 12348, app/assets/stylesheets/icons.css */
.mdi-fridge-off::before {
  content: "\f11af";
}

/* line 12352, app/assets/stylesheets/icons.css */
.mdi-fridge-off-outline::before {
  content: "\f11b0";
}

/* line 12356, app/assets/stylesheets/icons.css */
.mdi-fridge-outline::before {
  content: "\f028f";
}

/* line 12360, app/assets/stylesheets/icons.css */
.mdi-fridge-top::before {
  content: "\f0291";
}

/* line 12364, app/assets/stylesheets/icons.css */
.mdi-fridge-variant::before {
  content: "\f15f4";
}

/* line 12368, app/assets/stylesheets/icons.css */
.mdi-fridge-variant-alert::before {
  content: "\f15f5";
}

/* line 12372, app/assets/stylesheets/icons.css */
.mdi-fridge-variant-alert-outline::before {
  content: "\f15f6";
}

/* line 12376, app/assets/stylesheets/icons.css */
.mdi-fridge-variant-off::before {
  content: "\f15f7";
}

/* line 12380, app/assets/stylesheets/icons.css */
.mdi-fridge-variant-off-outline::before {
  content: "\f15f8";
}

/* line 12384, app/assets/stylesheets/icons.css */
.mdi-fridge-variant-outline::before {
  content: "\f15f9";
}

/* line 12388, app/assets/stylesheets/icons.css */
.mdi-fruit-cherries::before {
  content: "\f1042";
}

/* line 12392, app/assets/stylesheets/icons.css */
.mdi-fruit-cherries-off::before {
  content: "\f13f8";
}

/* line 12396, app/assets/stylesheets/icons.css */
.mdi-fruit-citrus::before {
  content: "\f1043";
}

/* line 12400, app/assets/stylesheets/icons.css */
.mdi-fruit-citrus-off::before {
  content: "\f13f9";
}

/* line 12404, app/assets/stylesheets/icons.css */
.mdi-fruit-grapes::before {
  content: "\f1044";
}

/* line 12408, app/assets/stylesheets/icons.css */
.mdi-fruit-grapes-outline::before {
  content: "\f1045";
}

/* line 12412, app/assets/stylesheets/icons.css */
.mdi-fruit-pineapple::before {
  content: "\f1046";
}

/* line 12416, app/assets/stylesheets/icons.css */
.mdi-fruit-watermelon::before {
  content: "\f1047";
}

/* line 12420, app/assets/stylesheets/icons.css */
.mdi-fuel::before {
  content: "\f07ca";
}

/* line 12424, app/assets/stylesheets/icons.css */
.mdi-fuel-cell::before {
  content: "\f18b5";
}

/* line 12428, app/assets/stylesheets/icons.css */
.mdi-fullscreen::before {
  content: "\f0293";
}

/* line 12432, app/assets/stylesheets/icons.css */
.mdi-fullscreen-exit::before {
  content: "\f0294";
}

/* line 12436, app/assets/stylesheets/icons.css */
.mdi-function::before {
  content: "\f0295";
}

/* line 12440, app/assets/stylesheets/icons.css */
.mdi-function-variant::before {
  content: "\f0871";
}

/* line 12444, app/assets/stylesheets/icons.css */
.mdi-furigana-horizontal::before {
  content: "\f1081";
}

/* line 12448, app/assets/stylesheets/icons.css */
.mdi-furigana-vertical::before {
  content: "\f1082";
}

/* line 12452, app/assets/stylesheets/icons.css */
.mdi-fuse::before {
  content: "\f0c85";
}

/* line 12456, app/assets/stylesheets/icons.css */
.mdi-fuse-alert::before {
  content: "\f142d";
}

/* line 12460, app/assets/stylesheets/icons.css */
.mdi-fuse-blade::before {
  content: "\f0c86";
}

/* line 12464, app/assets/stylesheets/icons.css */
.mdi-fuse-off::before {
  content: "\f142c";
}

/* line 12468, app/assets/stylesheets/icons.css */
.mdi-gamepad::before {
  content: "\f0296";
}

/* line 12472, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle::before {
  content: "\f0e33";
}

/* line 12476, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle-down::before {
  content: "\f0e34";
}

/* line 12480, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle-left::before {
  content: "\f0e35";
}

/* line 12484, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle-outline::before {
  content: "\f0e36";
}

/* line 12488, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle-right::before {
  content: "\f0e37";
}

/* line 12492, app/assets/stylesheets/icons.css */
.mdi-gamepad-circle-up::before {
  content: "\f0e38";
}

/* line 12496, app/assets/stylesheets/icons.css */
.mdi-gamepad-down::before {
  content: "\f0e39";
}

/* line 12500, app/assets/stylesheets/icons.css */
.mdi-gamepad-left::before {
  content: "\f0e3a";
}

/* line 12504, app/assets/stylesheets/icons.css */
.mdi-gamepad-outline::before {
  content: "\f1919";
}

/* line 12508, app/assets/stylesheets/icons.css */
.mdi-gamepad-right::before {
  content: "\f0e3b";
}

/* line 12512, app/assets/stylesheets/icons.css */
.mdi-gamepad-round::before {
  content: "\f0e3c";
}

/* line 12516, app/assets/stylesheets/icons.css */
.mdi-gamepad-round-down::before {
  content: "\f0e3d";
}

/* line 12520, app/assets/stylesheets/icons.css */
.mdi-gamepad-round-left::before {
  content: "\f0e3e";
}

/* line 12524, app/assets/stylesheets/icons.css */
.mdi-gamepad-round-outline::before {
  content: "\f0e3f";
}

/* line 12528, app/assets/stylesheets/icons.css */
.mdi-gamepad-round-right::before {
  content: "\f0e40";
}

/* line 12532, app/assets/stylesheets/icons.css */
.mdi-gamepad-round-up::before {
  content: "\f0e41";
}

/* line 12536, app/assets/stylesheets/icons.css */
.mdi-gamepad-square::before {
  content: "\f0eb5";
}

/* line 12540, app/assets/stylesheets/icons.css */
.mdi-gamepad-square-outline::before {
  content: "\f0eb6";
}

/* line 12544, app/assets/stylesheets/icons.css */
.mdi-gamepad-up::before {
  content: "\f0e42";
}

/* line 12548, app/assets/stylesheets/icons.css */
.mdi-gamepad-variant::before {
  content: "\f0297";
}

/* line 12552, app/assets/stylesheets/icons.css */
.mdi-gamepad-variant-outline::before {
  content: "\f0eb7";
}

/* line 12556, app/assets/stylesheets/icons.css */
.mdi-gamma::before {
  content: "\f10ee";
}

/* line 12560, app/assets/stylesheets/icons.css */
.mdi-gantry-crane::before {
  content: "\f0dd1";
}

/* line 12564, app/assets/stylesheets/icons.css */
.mdi-garage::before {
  content: "\f06d9";
}

/* line 12568, app/assets/stylesheets/icons.css */
.mdi-garage-alert::before {
  content: "\f0872";
}

/* line 12572, app/assets/stylesheets/icons.css */
.mdi-garage-alert-variant::before {
  content: "\f12d5";
}

/* line 12576, app/assets/stylesheets/icons.css */
.mdi-garage-lock::before {
  content: "\f17fb";
}

/* line 12580, app/assets/stylesheets/icons.css */
.mdi-garage-open::before {
  content: "\f06da";
}

/* line 12584, app/assets/stylesheets/icons.css */
.mdi-garage-open-variant::before {
  content: "\f12d4";
}

/* line 12588, app/assets/stylesheets/icons.css */
.mdi-garage-variant::before {
  content: "\f12d3";
}

/* line 12592, app/assets/stylesheets/icons.css */
.mdi-garage-variant-lock::before {
  content: "\f17fc";
}

/* line 12596, app/assets/stylesheets/icons.css */
.mdi-gas-cylinder::before {
  content: "\f0647";
}

/* line 12600, app/assets/stylesheets/icons.css */
.mdi-gas-station::before {
  content: "\f0298";
}

/* line 12604, app/assets/stylesheets/icons.css */
.mdi-gas-station-off::before {
  content: "\f1409";
}

/* line 12608, app/assets/stylesheets/icons.css */
.mdi-gas-station-off-outline::before {
  content: "\f140a";
}

/* line 12612, app/assets/stylesheets/icons.css */
.mdi-gas-station-outline::before {
  content: "\f0eb8";
}

/* line 12616, app/assets/stylesheets/icons.css */
.mdi-gate::before {
  content: "\f0299";
}

/* line 12620, app/assets/stylesheets/icons.css */
.mdi-gate-alert::before {
  content: "\f17f8";
}

/* line 12624, app/assets/stylesheets/icons.css */
.mdi-gate-and::before {
  content: "\f08e1";
}

/* line 12628, app/assets/stylesheets/icons.css */
.mdi-gate-arrow-left::before {
  content: "\f17f7";
}

/* line 12632, app/assets/stylesheets/icons.css */
.mdi-gate-arrow-right::before {
  content: "\f1169";
}

/* line 12636, app/assets/stylesheets/icons.css */
.mdi-gate-nand::before {
  content: "\f08e2";
}

/* line 12640, app/assets/stylesheets/icons.css */
.mdi-gate-nor::before {
  content: "\f08e3";
}

/* line 12644, app/assets/stylesheets/icons.css */
.mdi-gate-not::before {
  content: "\f08e4";
}

/* line 12648, app/assets/stylesheets/icons.css */
.mdi-gate-open::before {
  content: "\f116a";
}

/* line 12652, app/assets/stylesheets/icons.css */
.mdi-gate-or::before {
  content: "\f08e5";
}

/* line 12656, app/assets/stylesheets/icons.css */
.mdi-gate-xnor::before {
  content: "\f08e6";
}

/* line 12660, app/assets/stylesheets/icons.css */
.mdi-gate-xor::before {
  content: "\f08e7";
}

/* line 12664, app/assets/stylesheets/icons.css */
.mdi-gatsby::before {
  content: "\f0e43";
}

/* line 12668, app/assets/stylesheets/icons.css */
.mdi-gauge::before {
  content: "\f029a";
}

/* line 12672, app/assets/stylesheets/icons.css */
.mdi-gauge-empty::before {
  content: "\f0873";
}

/* line 12676, app/assets/stylesheets/icons.css */
.mdi-gauge-full::before {
  content: "\f0874";
}

/* line 12680, app/assets/stylesheets/icons.css */
.mdi-gauge-low::before {
  content: "\f0875";
}

/* line 12684, app/assets/stylesheets/icons.css */
.mdi-gavel::before {
  content: "\f029b";
}

/* line 12688, app/assets/stylesheets/icons.css */
.mdi-gender-female::before {
  content: "\f029c";
}

/* line 12692, app/assets/stylesheets/icons.css */
.mdi-gender-male::before {
  content: "\f029d";
}

/* line 12696, app/assets/stylesheets/icons.css */
.mdi-gender-male-female::before {
  content: "\f029e";
}

/* line 12700, app/assets/stylesheets/icons.css */
.mdi-gender-male-female-variant::before {
  content: "\f113f";
}

/* line 12704, app/assets/stylesheets/icons.css */
.mdi-gender-non-binary::before {
  content: "\f1140";
}

/* line 12708, app/assets/stylesheets/icons.css */
.mdi-gender-transgender::before {
  content: "\f029f";
}

/* line 12712, app/assets/stylesheets/icons.css */
.mdi-gentoo::before {
  content: "\f08e8";
}

/* line 12716, app/assets/stylesheets/icons.css */
.mdi-gesture::before {
  content: "\f07cb";
}

/* line 12720, app/assets/stylesheets/icons.css */
.mdi-gesture-double-tap::before {
  content: "\f073c";
}

/* line 12724, app/assets/stylesheets/icons.css */
.mdi-gesture-pinch::before {
  content: "\f0abd";
}

/* line 12728, app/assets/stylesheets/icons.css */
.mdi-gesture-spread::before {
  content: "\f0abe";
}

/* line 12732, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe::before {
  content: "\f0d76";
}

/* line 12736, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-down::before {
  content: "\f073d";
}

/* line 12740, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-horizontal::before {
  content: "\f0abf";
}

/* line 12744, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-left::before {
  content: "\f073e";
}

/* line 12748, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-right::before {
  content: "\f073f";
}

/* line 12752, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-up::before {
  content: "\f0740";
}

/* line 12756, app/assets/stylesheets/icons.css */
.mdi-gesture-swipe-vertical::before {
  content: "\f0ac0";
}

/* line 12760, app/assets/stylesheets/icons.css */
.mdi-gesture-tap::before {
  content: "\f0741";
}

/* line 12764, app/assets/stylesheets/icons.css */
.mdi-gesture-tap-box::before {
  content: "\f12a9";
}

/* line 12768, app/assets/stylesheets/icons.css */
.mdi-gesture-tap-button::before {
  content: "\f12a8";
}

/* line 12772, app/assets/stylesheets/icons.css */
.mdi-gesture-tap-hold::before {
  content: "\f0d77";
}

/* line 12776, app/assets/stylesheets/icons.css */
.mdi-gesture-two-double-tap::before {
  content: "\f0742";
}

/* line 12780, app/assets/stylesheets/icons.css */
.mdi-gesture-two-tap::before {
  content: "\f0743";
}

/* line 12784, app/assets/stylesheets/icons.css */
.mdi-ghost::before {
  content: "\f02a0";
}

/* line 12788, app/assets/stylesheets/icons.css */
.mdi-ghost-off::before {
  content: "\f09f5";
}

/* line 12792, app/assets/stylesheets/icons.css */
.mdi-ghost-off-outline::before {
  content: "\f165c";
}

/* line 12796, app/assets/stylesheets/icons.css */
.mdi-ghost-outline::before {
  content: "\f165d";
}

/* line 12800, app/assets/stylesheets/icons.css */
.mdi-gift::before {
  content: "\f0e44";
}

/* line 12804, app/assets/stylesheets/icons.css */
.mdi-gift-off::before {
  content: "\f16ef";
}

/* line 12808, app/assets/stylesheets/icons.css */
.mdi-gift-off-outline::before {
  content: "\f16f0";
}

/* line 12812, app/assets/stylesheets/icons.css */
.mdi-gift-open::before {
  content: "\f16f1";
}

/* line 12816, app/assets/stylesheets/icons.css */
.mdi-gift-open-outline::before {
  content: "\f16f2";
}

/* line 12820, app/assets/stylesheets/icons.css */
.mdi-gift-outline::before {
  content: "\f02a1";
}

/* line 12824, app/assets/stylesheets/icons.css */
.mdi-git::before {
  content: "\f02a2";
}

/* line 12828, app/assets/stylesheets/icons.css */
.mdi-github::before {
  content: "\f02a4";
}

/* line 12832, app/assets/stylesheets/icons.css */
.mdi-gitlab::before {
  content: "\f0ba0";
}

/* line 12836, app/assets/stylesheets/icons.css */
.mdi-glass-cocktail::before {
  content: "\f0356";
}

/* line 12840, app/assets/stylesheets/icons.css */
.mdi-glass-cocktail-off::before {
  content: "\f15e6";
}

/* line 12844, app/assets/stylesheets/icons.css */
.mdi-glass-flute::before {
  content: "\f02a5";
}

/* line 12848, app/assets/stylesheets/icons.css */
.mdi-glass-fragile::before {
  content: "\f1873";
}

/* line 12852, app/assets/stylesheets/icons.css */
.mdi-glass-mug::before {
  content: "\f02a6";
}

/* line 12856, app/assets/stylesheets/icons.css */
.mdi-glass-mug-off::before {
  content: "\f15e7";
}

/* line 12860, app/assets/stylesheets/icons.css */
.mdi-glass-mug-variant::before {
  content: "\f1116";
}

/* line 12864, app/assets/stylesheets/icons.css */
.mdi-glass-mug-variant-off::before {
  content: "\f15e8";
}

/* line 12868, app/assets/stylesheets/icons.css */
.mdi-glass-pint-outline::before {
  content: "\f130d";
}

/* line 12872, app/assets/stylesheets/icons.css */
.mdi-glass-stange::before {
  content: "\f02a7";
}

/* line 12876, app/assets/stylesheets/icons.css */
.mdi-glass-tulip::before {
  content: "\f02a8";
}

/* line 12880, app/assets/stylesheets/icons.css */
.mdi-glass-wine::before {
  content: "\f0876";
}

/* line 12884, app/assets/stylesheets/icons.css */
.mdi-glasses::before {
  content: "\f02aa";
}

/* line 12888, app/assets/stylesheets/icons.css */
.mdi-globe-light::before {
  content: "\f12d7";
}

/* line 12892, app/assets/stylesheets/icons.css */
.mdi-globe-model::before {
  content: "\f08e9";
}

/* line 12896, app/assets/stylesheets/icons.css */
.mdi-gmail::before {
  content: "\f02ab";
}

/* line 12900, app/assets/stylesheets/icons.css */
.mdi-gnome::before {
  content: "\f02ac";
}

/* line 12904, app/assets/stylesheets/icons.css */
.mdi-go-kart::before {
  content: "\f0d79";
}

/* line 12908, app/assets/stylesheets/icons.css */
.mdi-go-kart-track::before {
  content: "\f0d7a";
}

/* line 12912, app/assets/stylesheets/icons.css */
.mdi-gog::before {
  content: "\f0ba1";
}

/* line 12916, app/assets/stylesheets/icons.css */
.mdi-gold::before {
  content: "\f124f";
}

/* line 12920, app/assets/stylesheets/icons.css */
.mdi-golf::before {
  content: "\f0823";
}

/* line 12924, app/assets/stylesheets/icons.css */
.mdi-golf-cart::before {
  content: "\f11a4";
}

/* line 12928, app/assets/stylesheets/icons.css */
.mdi-golf-tee::before {
  content: "\f1083";
}

/* line 12932, app/assets/stylesheets/icons.css */
.mdi-gondola::before {
  content: "\f0686";
}

/* line 12936, app/assets/stylesheets/icons.css */
.mdi-goodreads::before {
  content: "\f0d7b";
}

/* line 12940, app/assets/stylesheets/icons.css */
.mdi-google::before {
  content: "\f02ad";
}

/* line 12944, app/assets/stylesheets/icons.css */
.mdi-google-ads::before {
  content: "\f0c87";
}

/* line 12948, app/assets/stylesheets/icons.css */
.mdi-google-analytics::before {
  content: "\f07cc";
}

/* line 12952, app/assets/stylesheets/icons.css */
.mdi-google-assistant::before {
  content: "\f07cd";
}

/* line 12956, app/assets/stylesheets/icons.css */
.mdi-google-cardboard::before {
  content: "\f02ae";
}

/* line 12960, app/assets/stylesheets/icons.css */
.mdi-google-chrome::before {
  content: "\f02af";
}

/* line 12964, app/assets/stylesheets/icons.css */
.mdi-google-circles::before {
  content: "\f02b0";
}

/* line 12968, app/assets/stylesheets/icons.css */
.mdi-google-circles-communities::before {
  content: "\f02b1";
}

/* line 12972, app/assets/stylesheets/icons.css */
.mdi-google-circles-extended::before {
  content: "\f02b2";
}

/* line 12976, app/assets/stylesheets/icons.css */
.mdi-google-circles-group::before {
  content: "\f02b3";
}

/* line 12980, app/assets/stylesheets/icons.css */
.mdi-google-classroom::before {
  content: "\f02c0";
}

/* line 12984, app/assets/stylesheets/icons.css */
.mdi-google-cloud::before {
  content: "\f11f6";
}

/* line 12988, app/assets/stylesheets/icons.css */
.mdi-google-controller::before {
  content: "\f02b4";
}

/* line 12992, app/assets/stylesheets/icons.css */
.mdi-google-controller-off::before {
  content: "\f02b5";
}

/* line 12996, app/assets/stylesheets/icons.css */
.mdi-google-downasaur::before {
  content: "\f1362";
}

/* line 13000, app/assets/stylesheets/icons.css */
.mdi-google-drive::before {
  content: "\f02b6";
}

/* line 13004, app/assets/stylesheets/icons.css */
.mdi-google-earth::before {
  content: "\f02b7";
}

/* line 13008, app/assets/stylesheets/icons.css */
.mdi-google-fit::before {
  content: "\f096c";
}

/* line 13012, app/assets/stylesheets/icons.css */
.mdi-google-glass::before {
  content: "\f02b8";
}

/* line 13016, app/assets/stylesheets/icons.css */
.mdi-google-hangouts::before {
  content: "\f02c9";
}

/* line 13020, app/assets/stylesheets/icons.css */
.mdi-google-home::before {
  content: "\f0824";
}

/* line 13024, app/assets/stylesheets/icons.css */
.mdi-google-keep::before {
  content: "\f06dc";
}

/* line 13028, app/assets/stylesheets/icons.css */
.mdi-google-lens::before {
  content: "\f09f6";
}

/* line 13032, app/assets/stylesheets/icons.css */
.mdi-google-maps::before {
  content: "\f05f5";
}

/* line 13036, app/assets/stylesheets/icons.css */
.mdi-google-my-business::before {
  content: "\f1048";
}

/* line 13040, app/assets/stylesheets/icons.css */
.mdi-google-nearby::before {
  content: "\f02b9";
}

/* line 13044, app/assets/stylesheets/icons.css */
.mdi-google-play::before {
  content: "\f02bc";
}

/* line 13048, app/assets/stylesheets/icons.css */
.mdi-google-plus::before {
  content: "\f02bd";
}

/* line 13052, app/assets/stylesheets/icons.css */
.mdi-google-podcast::before {
  content: "\f0eb9";
}

/* line 13056, app/assets/stylesheets/icons.css */
.mdi-google-spreadsheet::before {
  content: "\f09f7";
}

/* line 13060, app/assets/stylesheets/icons.css */
.mdi-google-street-view::before {
  content: "\f0c88";
}

/* line 13064, app/assets/stylesheets/icons.css */
.mdi-google-translate::before {
  content: "\f02bf";
}

/* line 13068, app/assets/stylesheets/icons.css */
.mdi-gradient-horizontal::before {
  content: "\f174a";
}

/* line 13072, app/assets/stylesheets/icons.css */
.mdi-gradient-vertical::before {
  content: "\f06a0";
}

/* line 13076, app/assets/stylesheets/icons.css */
.mdi-grain::before {
  content: "\f0d7c";
}

/* line 13080, app/assets/stylesheets/icons.css */
.mdi-graph::before {
  content: "\f1049";
}

/* line 13084, app/assets/stylesheets/icons.css */
.mdi-graph-outline::before {
  content: "\f104a";
}

/* line 13088, app/assets/stylesheets/icons.css */
.mdi-graphql::before {
  content: "\f0877";
}

/* line 13092, app/assets/stylesheets/icons.css */
.mdi-grass::before {
  content: "\f1510";
}

/* line 13096, app/assets/stylesheets/icons.css */
.mdi-grave-stone::before {
  content: "\f0ba2";
}

/* line 13100, app/assets/stylesheets/icons.css */
.mdi-grease-pencil::before {
  content: "\f0648";
}

/* line 13104, app/assets/stylesheets/icons.css */
.mdi-greater-than::before {
  content: "\f096d";
}

/* line 13108, app/assets/stylesheets/icons.css */
.mdi-greater-than-or-equal::before {
  content: "\f096e";
}

/* line 13112, app/assets/stylesheets/icons.css */
.mdi-greenhouse::before {
  content: "\f002d";
}

/* line 13116, app/assets/stylesheets/icons.css */
.mdi-grid::before {
  content: "\f02c1";
}

/* line 13120, app/assets/stylesheets/icons.css */
.mdi-grid-large::before {
  content: "\f0758";
}

/* line 13124, app/assets/stylesheets/icons.css */
.mdi-grid-off::before {
  content: "\f02c2";
}

/* line 13128, app/assets/stylesheets/icons.css */
.mdi-grill::before {
  content: "\f0e45";
}

/* line 13132, app/assets/stylesheets/icons.css */
.mdi-grill-outline::before {
  content: "\f118a";
}

/* line 13136, app/assets/stylesheets/icons.css */
.mdi-group::before {
  content: "\f02c3";
}

/* line 13140, app/assets/stylesheets/icons.css */
.mdi-guitar-acoustic::before {
  content: "\f0771";
}

/* line 13144, app/assets/stylesheets/icons.css */
.mdi-guitar-electric::before {
  content: "\f02c4";
}

/* line 13148, app/assets/stylesheets/icons.css */
.mdi-guitar-pick::before {
  content: "\f02c5";
}

/* line 13152, app/assets/stylesheets/icons.css */
.mdi-guitar-pick-outline::before {
  content: "\f02c6";
}

/* line 13156, app/assets/stylesheets/icons.css */
.mdi-guy-fawkes-mask::before {
  content: "\f0825";
}

/* line 13160, app/assets/stylesheets/icons.css */
.mdi-hail::before {
  content: "\f0ac1";
}

/* line 13164, app/assets/stylesheets/icons.css */
.mdi-hair-dryer::before {
  content: "\f10ef";
}

/* line 13168, app/assets/stylesheets/icons.css */
.mdi-hair-dryer-outline::before {
  content: "\f10f0";
}

/* line 13172, app/assets/stylesheets/icons.css */
.mdi-halloween::before {
  content: "\f0ba3";
}

/* line 13176, app/assets/stylesheets/icons.css */
.mdi-hamburger::before {
  content: "\f0685";
}

/* line 13180, app/assets/stylesheets/icons.css */
.mdi-hamburger-check::before {
  content: "\f1776";
}

/* line 13184, app/assets/stylesheets/icons.css */
.mdi-hamburger-minus::before {
  content: "\f1777";
}

/* line 13188, app/assets/stylesheets/icons.css */
.mdi-hamburger-off::before {
  content: "\f1778";
}

/* line 13192, app/assets/stylesheets/icons.css */
.mdi-hamburger-plus::before {
  content: "\f1779";
}

/* line 13196, app/assets/stylesheets/icons.css */
.mdi-hamburger-remove::before {
  content: "\f177a";
}

/* line 13200, app/assets/stylesheets/icons.css */
.mdi-hammer::before {
  content: "\f08ea";
}

/* line 13204, app/assets/stylesheets/icons.css */
.mdi-hammer-screwdriver::before {
  content: "\f1322";
}

/* line 13208, app/assets/stylesheets/icons.css */
.mdi-hammer-sickle::before {
  content: "\f1887";
}

/* line 13212, app/assets/stylesheets/icons.css */
.mdi-hammer-wrench::before {
  content: "\f1323";
}

/* line 13216, app/assets/stylesheets/icons.css */
.mdi-hand-back-left::before {
  content: "\f0e46";
}

/* line 13220, app/assets/stylesheets/icons.css */
.mdi-hand-back-left-off::before {
  content: "\f1830";
}

/* line 13224, app/assets/stylesheets/icons.css */
.mdi-hand-back-left-off-outline::before {
  content: "\f1832";
}

/* line 13228, app/assets/stylesheets/icons.css */
.mdi-hand-back-left-outline::before {
  content: "\f182c";
}

/* line 13232, app/assets/stylesheets/icons.css */
.mdi-hand-back-right::before {
  content: "\f0e47";
}

/* line 13236, app/assets/stylesheets/icons.css */
.mdi-hand-back-right-off::before {
  content: "\f1831";
}

/* line 13240, app/assets/stylesheets/icons.css */
.mdi-hand-back-right-off-outline::before {
  content: "\f1833";
}

/* line 13244, app/assets/stylesheets/icons.css */
.mdi-hand-back-right-outline::before {
  content: "\f182d";
}

/* line 13248, app/assets/stylesheets/icons.css */
.mdi-hand-clap::before {
  content: "\f194b";
}

/* line 13252, app/assets/stylesheets/icons.css */
.mdi-hand-coin::before {
  content: "\f188f";
}

/* line 13256, app/assets/stylesheets/icons.css */
.mdi-hand-coin-outline::before {
  content: "\f1890";
}

/* line 13260, app/assets/stylesheets/icons.css */
.mdi-hand-extended::before {
  content: "\f18b6";
}

/* line 13264, app/assets/stylesheets/icons.css */
.mdi-hand-extended-outline::before {
  content: "\f18b7";
}

/* line 13268, app/assets/stylesheets/icons.css */
.mdi-hand-front-left::before {
  content: "\f182b";
}

/* line 13272, app/assets/stylesheets/icons.css */
.mdi-hand-front-left-outline::before {
  content: "\f182e";
}

/* line 13276, app/assets/stylesheets/icons.css */
.mdi-hand-front-right::before {
  content: "\f0a4f";
}

/* line 13280, app/assets/stylesheets/icons.css */
.mdi-hand-front-right-outline::before {
  content: "\f182f";
}

/* line 13284, app/assets/stylesheets/icons.css */
.mdi-hand-heart::before {
  content: "\f10f1";
}

/* line 13288, app/assets/stylesheets/icons.css */
.mdi-hand-heart-outline::before {
  content: "\f157e";
}

/* line 13292, app/assets/stylesheets/icons.css */
.mdi-hand-okay::before {
  content: "\f0a50";
}

/* line 13296, app/assets/stylesheets/icons.css */
.mdi-hand-peace::before {
  content: "\f0a51";
}

/* line 13300, app/assets/stylesheets/icons.css */
.mdi-hand-peace-variant::before {
  content: "\f0a52";
}

/* line 13304, app/assets/stylesheets/icons.css */
.mdi-hand-pointing-down::before {
  content: "\f0a53";
}

/* line 13308, app/assets/stylesheets/icons.css */
.mdi-hand-pointing-left::before {
  content: "\f0a54";
}

/* line 13312, app/assets/stylesheets/icons.css */
.mdi-hand-pointing-right::before {
  content: "\f02c7";
}

/* line 13316, app/assets/stylesheets/icons.css */
.mdi-hand-pointing-up::before {
  content: "\f0a55";
}

/* line 13320, app/assets/stylesheets/icons.css */
.mdi-hand-saw::before {
  content: "\f0e48";
}

/* line 13324, app/assets/stylesheets/icons.css */
.mdi-hand-wash::before {
  content: "\f157f";
}

/* line 13328, app/assets/stylesheets/icons.css */
.mdi-hand-wash-outline::before {
  content: "\f1580";
}

/* line 13332, app/assets/stylesheets/icons.css */
.mdi-hand-water::before {
  content: "\f139f";
}

/* line 13336, app/assets/stylesheets/icons.css */
.mdi-hand-wave::before {
  content: "\f1821";
}

/* line 13340, app/assets/stylesheets/icons.css */
.mdi-hand-wave-outline::before {
  content: "\f1822";
}

/* line 13344, app/assets/stylesheets/icons.css */
.mdi-handball::before {
  content: "\f0f53";
}

/* line 13348, app/assets/stylesheets/icons.css */
.mdi-handcuffs::before {
  content: "\f113e";
}

/* line 13352, app/assets/stylesheets/icons.css */
.mdi-hands-pray::before {
  content: "\f0579";
}

/* line 13356, app/assets/stylesheets/icons.css */
.mdi-handshake::before {
  content: "\f1218";
}

/* line 13360, app/assets/stylesheets/icons.css */
.mdi-handshake-outline::before {
  content: "\f15a1";
}

/* line 13364, app/assets/stylesheets/icons.css */
.mdi-hanger::before {
  content: "\f02c8";
}

/* line 13368, app/assets/stylesheets/icons.css */
.mdi-hard-hat::before {
  content: "\f096f";
}

/* line 13372, app/assets/stylesheets/icons.css */
.mdi-harddisk::before {
  content: "\f02ca";
}

/* line 13376, app/assets/stylesheets/icons.css */
.mdi-harddisk-plus::before {
  content: "\f104b";
}

/* line 13380, app/assets/stylesheets/icons.css */
.mdi-harddisk-remove::before {
  content: "\f104c";
}

/* line 13384, app/assets/stylesheets/icons.css */
.mdi-hat-fedora::before {
  content: "\f0ba4";
}

/* line 13388, app/assets/stylesheets/icons.css */
.mdi-hazard-lights::before {
  content: "\f0c89";
}

/* line 13392, app/assets/stylesheets/icons.css */
.mdi-hdr::before {
  content: "\f0d7d";
}

/* line 13396, app/assets/stylesheets/icons.css */
.mdi-hdr-off::before {
  content: "\f0d7e";
}

/* line 13400, app/assets/stylesheets/icons.css */
.mdi-head::before {
  content: "\f135e";
}

/* line 13404, app/assets/stylesheets/icons.css */
.mdi-head-alert::before {
  content: "\f1338";
}

/* line 13408, app/assets/stylesheets/icons.css */
.mdi-head-alert-outline::before {
  content: "\f1339";
}

/* line 13412, app/assets/stylesheets/icons.css */
.mdi-head-check::before {
  content: "\f133a";
}

/* line 13416, app/assets/stylesheets/icons.css */
.mdi-head-check-outline::before {
  content: "\f133b";
}

/* line 13420, app/assets/stylesheets/icons.css */
.mdi-head-cog::before {
  content: "\f133c";
}

/* line 13424, app/assets/stylesheets/icons.css */
.mdi-head-cog-outline::before {
  content: "\f133d";
}

/* line 13428, app/assets/stylesheets/icons.css */
.mdi-head-dots-horizontal::before {
  content: "\f133e";
}

/* line 13432, app/assets/stylesheets/icons.css */
.mdi-head-dots-horizontal-outline::before {
  content: "\f133f";
}

/* line 13436, app/assets/stylesheets/icons.css */
.mdi-head-flash::before {
  content: "\f1340";
}

/* line 13440, app/assets/stylesheets/icons.css */
.mdi-head-flash-outline::before {
  content: "\f1341";
}

/* line 13444, app/assets/stylesheets/icons.css */
.mdi-head-heart::before {
  content: "\f1342";
}

/* line 13448, app/assets/stylesheets/icons.css */
.mdi-head-heart-outline::before {
  content: "\f1343";
}

/* line 13452, app/assets/stylesheets/icons.css */
.mdi-head-lightbulb::before {
  content: "\f1344";
}

/* line 13456, app/assets/stylesheets/icons.css */
.mdi-head-lightbulb-outline::before {
  content: "\f1345";
}

/* line 13460, app/assets/stylesheets/icons.css */
.mdi-head-minus::before {
  content: "\f1346";
}

/* line 13464, app/assets/stylesheets/icons.css */
.mdi-head-minus-outline::before {
  content: "\f1347";
}

/* line 13468, app/assets/stylesheets/icons.css */
.mdi-head-outline::before {
  content: "\f135f";
}

/* line 13472, app/assets/stylesheets/icons.css */
.mdi-head-plus::before {
  content: "\f1348";
}

/* line 13476, app/assets/stylesheets/icons.css */
.mdi-head-plus-outline::before {
  content: "\f1349";
}

/* line 13480, app/assets/stylesheets/icons.css */
.mdi-head-question::before {
  content: "\f134a";
}

/* line 13484, app/assets/stylesheets/icons.css */
.mdi-head-question-outline::before {
  content: "\f134b";
}

/* line 13488, app/assets/stylesheets/icons.css */
.mdi-head-remove::before {
  content: "\f134c";
}

/* line 13492, app/assets/stylesheets/icons.css */
.mdi-head-remove-outline::before {
  content: "\f134d";
}

/* line 13496, app/assets/stylesheets/icons.css */
.mdi-head-snowflake::before {
  content: "\f134e";
}

/* line 13500, app/assets/stylesheets/icons.css */
.mdi-head-snowflake-outline::before {
  content: "\f134f";
}

/* line 13504, app/assets/stylesheets/icons.css */
.mdi-head-sync::before {
  content: "\f1350";
}

/* line 13508, app/assets/stylesheets/icons.css */
.mdi-head-sync-outline::before {
  content: "\f1351";
}

/* line 13512, app/assets/stylesheets/icons.css */
.mdi-headphones::before {
  content: "\f02cb";
}

/* line 13516, app/assets/stylesheets/icons.css */
.mdi-headphones-bluetooth::before {
  content: "\f0970";
}

/* line 13520, app/assets/stylesheets/icons.css */
.mdi-headphones-box::before {
  content: "\f02cc";
}

/* line 13524, app/assets/stylesheets/icons.css */
.mdi-headphones-off::before {
  content: "\f07ce";
}

/* line 13528, app/assets/stylesheets/icons.css */
.mdi-headphones-settings::before {
  content: "\f02cd";
}

/* line 13532, app/assets/stylesheets/icons.css */
.mdi-headset::before {
  content: "\f02ce";
}

/* line 13536, app/assets/stylesheets/icons.css */
.mdi-headset-dock::before {
  content: "\f02cf";
}

/* line 13540, app/assets/stylesheets/icons.css */
.mdi-headset-off::before {
  content: "\f02d0";
}

/* line 13544, app/assets/stylesheets/icons.css */
.mdi-heart::before {
  content: "\f02d1";
}

/* line 13548, app/assets/stylesheets/icons.css */
.mdi-heart-box::before {
  content: "\f02d2";
}

/* line 13552, app/assets/stylesheets/icons.css */
.mdi-heart-box-outline::before {
  content: "\f02d3";
}

/* line 13556, app/assets/stylesheets/icons.css */
.mdi-heart-broken::before {
  content: "\f02d4";
}

/* line 13560, app/assets/stylesheets/icons.css */
.mdi-heart-broken-outline::before {
  content: "\f0d14";
}

/* line 13564, app/assets/stylesheets/icons.css */
.mdi-heart-circle::before {
  content: "\f0971";
}

/* line 13568, app/assets/stylesheets/icons.css */
.mdi-heart-circle-outline::before {
  content: "\f0972";
}

/* line 13572, app/assets/stylesheets/icons.css */
.mdi-heart-cog::before {
  content: "\f1663";
}

/* line 13576, app/assets/stylesheets/icons.css */
.mdi-heart-cog-outline::before {
  content: "\f1664";
}

/* line 13580, app/assets/stylesheets/icons.css */
.mdi-heart-flash::before {
  content: "\f0ef9";
}

/* line 13584, app/assets/stylesheets/icons.css */
.mdi-heart-half::before {
  content: "\f06df";
}

/* line 13588, app/assets/stylesheets/icons.css */
.mdi-heart-half-full::before {
  content: "\f06de";
}

/* line 13592, app/assets/stylesheets/icons.css */
.mdi-heart-half-outline::before {
  content: "\f06e0";
}

/* line 13596, app/assets/stylesheets/icons.css */
.mdi-heart-minus::before {
  content: "\f142f";
}

/* line 13600, app/assets/stylesheets/icons.css */
.mdi-heart-minus-outline::before {
  content: "\f1432";
}

/* line 13604, app/assets/stylesheets/icons.css */
.mdi-heart-multiple::before {
  content: "\f0a56";
}

/* line 13608, app/assets/stylesheets/icons.css */
.mdi-heart-multiple-outline::before {
  content: "\f0a57";
}

/* line 13612, app/assets/stylesheets/icons.css */
.mdi-heart-off::before {
  content: "\f0759";
}

/* line 13616, app/assets/stylesheets/icons.css */
.mdi-heart-off-outline::before {
  content: "\f1434";
}

/* line 13620, app/assets/stylesheets/icons.css */
.mdi-heart-outline::before {
  content: "\f02d5";
}

/* line 13624, app/assets/stylesheets/icons.css */
.mdi-heart-plus::before {
  content: "\f142e";
}

/* line 13628, app/assets/stylesheets/icons.css */
.mdi-heart-plus-outline::before {
  content: "\f1431";
}

/* line 13632, app/assets/stylesheets/icons.css */
.mdi-heart-pulse::before {
  content: "\f05f6";
}

/* line 13636, app/assets/stylesheets/icons.css */
.mdi-heart-remove::before {
  content: "\f1430";
}

/* line 13640, app/assets/stylesheets/icons.css */
.mdi-heart-remove-outline::before {
  content: "\f1433";
}

/* line 13644, app/assets/stylesheets/icons.css */
.mdi-heart-settings::before {
  content: "\f1665";
}

/* line 13648, app/assets/stylesheets/icons.css */
.mdi-heart-settings-outline::before {
  content: "\f1666";
}

/* line 13652, app/assets/stylesheets/icons.css */
.mdi-helicopter::before {
  content: "\f0ac2";
}

/* line 13656, app/assets/stylesheets/icons.css */
.mdi-help::before {
  content: "\f02d6";
}

/* line 13660, app/assets/stylesheets/icons.css */
.mdi-help-box::before {
  content: "\f078b";
}

/* line 13664, app/assets/stylesheets/icons.css */
.mdi-help-circle::before {
  content: "\f02d7";
}

/* line 13668, app/assets/stylesheets/icons.css */
.mdi-help-circle-outline::before {
  content: "\f0625";
}

/* line 13672, app/assets/stylesheets/icons.css */
.mdi-help-network::before {
  content: "\f06f5";
}

/* line 13676, app/assets/stylesheets/icons.css */
.mdi-help-network-outline::before {
  content: "\f0c8a";
}

/* line 13680, app/assets/stylesheets/icons.css */
.mdi-help-rhombus::before {
  content: "\f0ba5";
}

/* line 13684, app/assets/stylesheets/icons.css */
.mdi-help-rhombus-outline::before {
  content: "\f0ba6";
}

/* line 13688, app/assets/stylesheets/icons.css */
.mdi-hexadecimal::before {
  content: "\f12a7";
}

/* line 13692, app/assets/stylesheets/icons.css */
.mdi-hexagon::before {
  content: "\f02d8";
}

/* line 13696, app/assets/stylesheets/icons.css */
.mdi-hexagon-multiple::before {
  content: "\f06e1";
}

/* line 13700, app/assets/stylesheets/icons.css */
.mdi-hexagon-multiple-outline::before {
  content: "\f10f2";
}

/* line 13704, app/assets/stylesheets/icons.css */
.mdi-hexagon-outline::before {
  content: "\f02d9";
}

/* line 13708, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-1::before {
  content: "\f0ac3";
}

/* line 13712, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-2::before {
  content: "\f0ac4";
}

/* line 13716, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-3::before {
  content: "\f0ac5";
}

/* line 13720, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-4::before {
  content: "\f0ac6";
}

/* line 13724, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-5::before {
  content: "\f0ac7";
}

/* line 13728, app/assets/stylesheets/icons.css */
.mdi-hexagon-slice-6::before {
  content: "\f0ac8";
}

/* line 13732, app/assets/stylesheets/icons.css */
.mdi-hexagram::before {
  content: "\f0ac9";
}

/* line 13736, app/assets/stylesheets/icons.css */
.mdi-hexagram-outline::before {
  content: "\f0aca";
}

/* line 13740, app/assets/stylesheets/icons.css */
.mdi-high-definition::before {
  content: "\f07cf";
}

/* line 13744, app/assets/stylesheets/icons.css */
.mdi-high-definition-box::before {
  content: "\f0878";
}

/* line 13748, app/assets/stylesheets/icons.css */
.mdi-highway::before {
  content: "\f05f7";
}

/* line 13752, app/assets/stylesheets/icons.css */
.mdi-hiking::before {
  content: "\f0d7f";
}

/* line 13756, app/assets/stylesheets/icons.css */
.mdi-history::before {
  content: "\f02da";
}

/* line 13760, app/assets/stylesheets/icons.css */
.mdi-hockey-puck::before {
  content: "\f0879";
}

/* line 13764, app/assets/stylesheets/icons.css */
.mdi-hockey-sticks::before {
  content: "\f087a";
}

/* line 13768, app/assets/stylesheets/icons.css */
.mdi-hololens::before {
  content: "\f02db";
}

/* line 13772, app/assets/stylesheets/icons.css */
.mdi-home::before {
  content: "\f02dc";
}

/* line 13776, app/assets/stylesheets/icons.css */
.mdi-home-account::before {
  content: "\f0826";
}

/* line 13780, app/assets/stylesheets/icons.css */
.mdi-home-alert::before {
  content: "\f087b";
}

/* line 13784, app/assets/stylesheets/icons.css */
.mdi-home-alert-outline::before {
  content: "\f15d0";
}

/* line 13788, app/assets/stylesheets/icons.css */
.mdi-home-analytics::before {
  content: "\f0eba";
}

/* line 13792, app/assets/stylesheets/icons.css */
.mdi-home-assistant::before {
  content: "\f07d0";
}

/* line 13796, app/assets/stylesheets/icons.css */
.mdi-home-automation::before {
  content: "\f07d1";
}

/* line 13800, app/assets/stylesheets/icons.css */
.mdi-home-battery::before {
  content: "\f1901";
}

/* line 13804, app/assets/stylesheets/icons.css */
.mdi-home-battery-outline::before {
  content: "\f1902";
}

/* line 13808, app/assets/stylesheets/icons.css */
.mdi-home-circle::before {
  content: "\f07d2";
}

/* line 13812, app/assets/stylesheets/icons.css */
.mdi-home-circle-outline::before {
  content: "\f104d";
}

/* line 13816, app/assets/stylesheets/icons.css */
.mdi-home-city::before {
  content: "\f0d15";
}

/* line 13820, app/assets/stylesheets/icons.css */
.mdi-home-city-outline::before {
  content: "\f0d16";
}

/* line 13824, app/assets/stylesheets/icons.css */
.mdi-home-edit::before {
  content: "\f1159";
}

/* line 13828, app/assets/stylesheets/icons.css */
.mdi-home-edit-outline::before {
  content: "\f115a";
}

/* line 13832, app/assets/stylesheets/icons.css */
.mdi-home-export-outline::before {
  content: "\f0f9b";
}

/* line 13836, app/assets/stylesheets/icons.css */
.mdi-home-flood::before {
  content: "\f0efa";
}

/* line 13840, app/assets/stylesheets/icons.css */
.mdi-home-floor-0::before {
  content: "\f0dd2";
}

/* line 13844, app/assets/stylesheets/icons.css */
.mdi-home-floor-1::before {
  content: "\f0d80";
}

/* line 13848, app/assets/stylesheets/icons.css */
.mdi-home-floor-2::before {
  content: "\f0d81";
}

/* line 13852, app/assets/stylesheets/icons.css */
.mdi-home-floor-3::before {
  content: "\f0d82";
}

/* line 13856, app/assets/stylesheets/icons.css */
.mdi-home-floor-a::before {
  content: "\f0d83";
}

/* line 13860, app/assets/stylesheets/icons.css */
.mdi-home-floor-b::before {
  content: "\f0d84";
}

/* line 13864, app/assets/stylesheets/icons.css */
.mdi-home-floor-g::before {
  content: "\f0d85";
}

/* line 13868, app/assets/stylesheets/icons.css */
.mdi-home-floor-l::before {
  content: "\f0d86";
}

/* line 13872, app/assets/stylesheets/icons.css */
.mdi-home-floor-negative-1::before {
  content: "\f0dd3";
}

/* line 13876, app/assets/stylesheets/icons.css */
.mdi-home-group::before {
  content: "\f0dd4";
}

/* line 13880, app/assets/stylesheets/icons.css */
.mdi-home-group-minus::before {
  content: "\f19c1";
}

/* line 13884, app/assets/stylesheets/icons.css */
.mdi-home-group-plus::before {
  content: "\f19c0";
}

/* line 13888, app/assets/stylesheets/icons.css */
.mdi-home-group-remove::before {
  content: "\f19c2";
}

/* line 13892, app/assets/stylesheets/icons.css */
.mdi-home-heart::before {
  content: "\f0827";
}

/* line 13896, app/assets/stylesheets/icons.css */
.mdi-home-import-outline::before {
  content: "\f0f9c";
}

/* line 13900, app/assets/stylesheets/icons.css */
.mdi-home-lightbulb::before {
  content: "\f1251";
}

/* line 13904, app/assets/stylesheets/icons.css */
.mdi-home-lightbulb-outline::before {
  content: "\f1252";
}

/* line 13908, app/assets/stylesheets/icons.css */
.mdi-home-lightning-bolt::before {
  content: "\f1903";
}

/* line 13912, app/assets/stylesheets/icons.css */
.mdi-home-lightning-bolt-outline::before {
  content: "\f1904";
}

/* line 13916, app/assets/stylesheets/icons.css */
.mdi-home-lock::before {
  content: "\f08eb";
}

/* line 13920, app/assets/stylesheets/icons.css */
.mdi-home-lock-open::before {
  content: "\f08ec";
}

/* line 13924, app/assets/stylesheets/icons.css */
.mdi-home-map-marker::before {
  content: "\f05f8";
}

/* line 13928, app/assets/stylesheets/icons.css */
.mdi-home-minus::before {
  content: "\f0974";
}

/* line 13932, app/assets/stylesheets/icons.css */
.mdi-home-minus-outline::before {
  content: "\f13d5";
}

/* line 13936, app/assets/stylesheets/icons.css */
.mdi-home-modern::before {
  content: "\f02dd";
}

/* line 13940, app/assets/stylesheets/icons.css */
.mdi-home-outline::before {
  content: "\f06a1";
}

/* line 13944, app/assets/stylesheets/icons.css */
.mdi-home-plus::before {
  content: "\f0975";
}

/* line 13948, app/assets/stylesheets/icons.css */
.mdi-home-plus-outline::before {
  content: "\f13d6";
}

/* line 13952, app/assets/stylesheets/icons.css */
.mdi-home-remove::before {
  content: "\f1247";
}

/* line 13956, app/assets/stylesheets/icons.css */
.mdi-home-remove-outline::before {
  content: "\f13d7";
}

/* line 13960, app/assets/stylesheets/icons.css */
.mdi-home-roof::before {
  content: "\f112b";
}

/* line 13964, app/assets/stylesheets/icons.css */
.mdi-home-search::before {
  content: "\f13b0";
}

/* line 13968, app/assets/stylesheets/icons.css */
.mdi-home-search-outline::before {
  content: "\f13b1";
}

/* line 13972, app/assets/stylesheets/icons.css */
.mdi-home-switch::before {
  content: "\f1794";
}

/* line 13976, app/assets/stylesheets/icons.css */
.mdi-home-switch-outline::before {
  content: "\f1795";
}

/* line 13980, app/assets/stylesheets/icons.css */
.mdi-home-thermometer::before {
  content: "\f0f54";
}

/* line 13984, app/assets/stylesheets/icons.css */
.mdi-home-thermometer-outline::before {
  content: "\f0f55";
}

/* line 13988, app/assets/stylesheets/icons.css */
.mdi-home-variant::before {
  content: "\f02de";
}

/* line 13992, app/assets/stylesheets/icons.css */
.mdi-home-variant-outline::before {
  content: "\f0ba7";
}

/* line 13996, app/assets/stylesheets/icons.css */
.mdi-hook::before {
  content: "\f06e2";
}

/* line 14000, app/assets/stylesheets/icons.css */
.mdi-hook-off::before {
  content: "\f06e3";
}

/* line 14004, app/assets/stylesheets/icons.css */
.mdi-hoop-house::before {
  content: "\f0e56";
}

/* line 14008, app/assets/stylesheets/icons.css */
.mdi-hops::before {
  content: "\f02df";
}

/* line 14012, app/assets/stylesheets/icons.css */
.mdi-horizontal-rotate-clockwise::before {
  content: "\f10f3";
}

/* line 14016, app/assets/stylesheets/icons.css */
.mdi-horizontal-rotate-counterclockwise::before {
  content: "\f10f4";
}

/* line 14020, app/assets/stylesheets/icons.css */
.mdi-horse::before {
  content: "\f15bf";
}

/* line 14024, app/assets/stylesheets/icons.css */
.mdi-horse-human::before {
  content: "\f15c0";
}

/* line 14028, app/assets/stylesheets/icons.css */
.mdi-horse-variant::before {
  content: "\f15c1";
}

/* line 14032, app/assets/stylesheets/icons.css */
.mdi-horse-variant-fast::before {
  content: "\f186e";
}

/* line 14036, app/assets/stylesheets/icons.css */
.mdi-horseshoe::before {
  content: "\f0a58";
}

/* line 14040, app/assets/stylesheets/icons.css */
.mdi-hospital::before {
  content: "\f0ff6";
}

/* line 14044, app/assets/stylesheets/icons.css */
.mdi-hospital-box::before {
  content: "\f02e0";
}

/* line 14048, app/assets/stylesheets/icons.css */
.mdi-hospital-box-outline::before {
  content: "\f0ff7";
}

/* line 14052, app/assets/stylesheets/icons.css */
.mdi-hospital-building::before {
  content: "\f02e1";
}

/* line 14056, app/assets/stylesheets/icons.css */
.mdi-hospital-marker::before {
  content: "\f02e2";
}

/* line 14060, app/assets/stylesheets/icons.css */
.mdi-hot-tub::before {
  content: "\f0828";
}

/* line 14064, app/assets/stylesheets/icons.css */
.mdi-hours-24::before {
  content: "\f1478";
}

/* line 14068, app/assets/stylesheets/icons.css */
.mdi-hubspot::before {
  content: "\f0d17";
}

/* line 14072, app/assets/stylesheets/icons.css */
.mdi-hulu::before {
  content: "\f0829";
}

/* line 14076, app/assets/stylesheets/icons.css */
.mdi-human::before {
  content: "\f02e6";
}

/* line 14080, app/assets/stylesheets/icons.css */
.mdi-human-baby-changing-table::before {
  content: "\f138b";
}

/* line 14084, app/assets/stylesheets/icons.css */
.mdi-human-cane::before {
  content: "\f1581";
}

/* line 14088, app/assets/stylesheets/icons.css */
.mdi-human-capacity-decrease::before {
  content: "\f159b";
}

/* line 14092, app/assets/stylesheets/icons.css */
.mdi-human-capacity-increase::before {
  content: "\f159c";
}

/* line 14096, app/assets/stylesheets/icons.css */
.mdi-human-child::before {
  content: "\f02e7";
}

/* line 14100, app/assets/stylesheets/icons.css */
.mdi-human-dolly::before {
  content: "\f1980";
}

/* line 14104, app/assets/stylesheets/icons.css */
.mdi-human-edit::before {
  content: "\f14e8";
}

/* line 14108, app/assets/stylesheets/icons.css */
.mdi-human-female::before {
  content: "\f0649";
}

/* line 14112, app/assets/stylesheets/icons.css */
.mdi-human-female-boy::before {
  content: "\f0a59";
}

/* line 14116, app/assets/stylesheets/icons.css */
.mdi-human-female-dance::before {
  content: "\f15c9";
}

/* line 14120, app/assets/stylesheets/icons.css */
.mdi-human-female-female::before {
  content: "\f0a5a";
}

/* line 14124, app/assets/stylesheets/icons.css */
.mdi-human-female-girl::before {
  content: "\f0a5b";
}

/* line 14128, app/assets/stylesheets/icons.css */
.mdi-human-greeting::before {
  content: "\f17c4";
}

/* line 14132, app/assets/stylesheets/icons.css */
.mdi-human-greeting-proximity::before {
  content: "\f159d";
}

/* line 14136, app/assets/stylesheets/icons.css */
.mdi-human-greeting-variant::before {
  content: "\f064a";
}

/* line 14140, app/assets/stylesheets/icons.css */
.mdi-human-handsdown::before {
  content: "\f064b";
}

/* line 14144, app/assets/stylesheets/icons.css */
.mdi-human-handsup::before {
  content: "\f064c";
}

/* line 14148, app/assets/stylesheets/icons.css */
.mdi-human-male::before {
  content: "\f064d";
}

/* line 14152, app/assets/stylesheets/icons.css */
.mdi-human-male-board::before {
  content: "\f0890";
}

/* line 14156, app/assets/stylesheets/icons.css */
.mdi-human-male-board-poll::before {
  content: "\f0846";
}

/* line 14160, app/assets/stylesheets/icons.css */
.mdi-human-male-boy::before {
  content: "\f0a5c";
}

/* line 14164, app/assets/stylesheets/icons.css */
.mdi-human-male-child::before {
  content: "\f138c";
}

/* line 14168, app/assets/stylesheets/icons.css */
.mdi-human-male-female::before {
  content: "\f02e8";
}

/* line 14172, app/assets/stylesheets/icons.css */
.mdi-human-male-female-child::before {
  content: "\f1823";
}

/* line 14176, app/assets/stylesheets/icons.css */
.mdi-human-male-girl::before {
  content: "\f0a5d";
}

/* line 14180, app/assets/stylesheets/icons.css */
.mdi-human-male-height::before {
  content: "\f0efb";
}

/* line 14184, app/assets/stylesheets/icons.css */
.mdi-human-male-height-variant::before {
  content: "\f0efc";
}

/* line 14188, app/assets/stylesheets/icons.css */
.mdi-human-male-male::before {
  content: "\f0a5e";
}

/* line 14192, app/assets/stylesheets/icons.css */
.mdi-human-non-binary::before {
  content: "\f1848";
}

/* line 14196, app/assets/stylesheets/icons.css */
.mdi-human-pregnant::before {
  content: "\f05cf";
}

/* line 14200, app/assets/stylesheets/icons.css */
.mdi-human-queue::before {
  content: "\f1571";
}

/* line 14204, app/assets/stylesheets/icons.css */
.mdi-human-scooter::before {
  content: "\f11e9";
}

/* line 14208, app/assets/stylesheets/icons.css */
.mdi-human-wheelchair::before {
  content: "\f138d";
}

/* line 14212, app/assets/stylesheets/icons.css */
.mdi-human-white-cane::before {
  content: "\f1981";
}

/* line 14216, app/assets/stylesheets/icons.css */
.mdi-humble-bundle::before {
  content: "\f0744";
}

/* line 14220, app/assets/stylesheets/icons.css */
.mdi-hvac::before {
  content: "\f1352";
}

/* line 14224, app/assets/stylesheets/icons.css */
.mdi-hvac-off::before {
  content: "\f159e";
}

/* line 14228, app/assets/stylesheets/icons.css */
.mdi-hydraulic-oil-level::before {
  content: "\f1324";
}

/* line 14232, app/assets/stylesheets/icons.css */
.mdi-hydraulic-oil-temperature::before {
  content: "\f1325";
}

/* line 14236, app/assets/stylesheets/icons.css */
.mdi-hydro-power::before {
  content: "\f12e5";
}

/* line 14240, app/assets/stylesheets/icons.css */
.mdi-hydrogen-station::before {
  content: "\f1894";
}

/* line 14244, app/assets/stylesheets/icons.css */
.mdi-ice-cream::before {
  content: "\f082a";
}

/* line 14248, app/assets/stylesheets/icons.css */
.mdi-ice-cream-off::before {
  content: "\f0e52";
}

/* line 14252, app/assets/stylesheets/icons.css */
.mdi-ice-pop::before {
  content: "\f0efd";
}

/* line 14256, app/assets/stylesheets/icons.css */
.mdi-id-card::before {
  content: "\f0fc0";
}

/* line 14260, app/assets/stylesheets/icons.css */
.mdi-identifier::before {
  content: "\f0efe";
}

/* line 14264, app/assets/stylesheets/icons.css */
.mdi-ideogram-cjk::before {
  content: "\f1331";
}

/* line 14268, app/assets/stylesheets/icons.css */
.mdi-ideogram-cjk-variant::before {
  content: "\f1332";
}

/* line 14272, app/assets/stylesheets/icons.css */
.mdi-image::before {
  content: "\f02e9";
}

/* line 14276, app/assets/stylesheets/icons.css */
.mdi-image-album::before {
  content: "\f02ea";
}

/* line 14280, app/assets/stylesheets/icons.css */
.mdi-image-area::before {
  content: "\f02eb";
}

/* line 14284, app/assets/stylesheets/icons.css */
.mdi-image-area-close::before {
  content: "\f02ec";
}

/* line 14288, app/assets/stylesheets/icons.css */
.mdi-image-auto-adjust::before {
  content: "\f0fc1";
}

/* line 14292, app/assets/stylesheets/icons.css */
.mdi-image-broken::before {
  content: "\f02ed";
}

/* line 14296, app/assets/stylesheets/icons.css */
.mdi-image-broken-variant::before {
  content: "\f02ee";
}

/* line 14300, app/assets/stylesheets/icons.css */
.mdi-image-edit::before {
  content: "\f11e3";
}

/* line 14304, app/assets/stylesheets/icons.css */
.mdi-image-edit-outline::before {
  content: "\f11e4";
}

/* line 14308, app/assets/stylesheets/icons.css */
.mdi-image-filter-black-white::before {
  content: "\f02f0";
}

/* line 14312, app/assets/stylesheets/icons.css */
.mdi-image-filter-center-focus::before {
  content: "\f02f1";
}

/* line 14316, app/assets/stylesheets/icons.css */
.mdi-image-filter-center-focus-strong::before {
  content: "\f0eff";
}

/* line 14320, app/assets/stylesheets/icons.css */
.mdi-image-filter-center-focus-strong-outline::before {
  content: "\f0f00";
}

/* line 14324, app/assets/stylesheets/icons.css */
.mdi-image-filter-center-focus-weak::before {
  content: "\f02f2";
}

/* line 14328, app/assets/stylesheets/icons.css */
.mdi-image-filter-drama::before {
  content: "\f02f3";
}

/* line 14332, app/assets/stylesheets/icons.css */
.mdi-image-filter-frames::before {
  content: "\f02f4";
}

/* line 14336, app/assets/stylesheets/icons.css */
.mdi-image-filter-hdr::before {
  content: "\f02f5";
}

/* line 14340, app/assets/stylesheets/icons.css */
.mdi-image-filter-none::before {
  content: "\f02f6";
}

/* line 14344, app/assets/stylesheets/icons.css */
.mdi-image-filter-tilt-shift::before {
  content: "\f02f7";
}

/* line 14348, app/assets/stylesheets/icons.css */
.mdi-image-filter-vintage::before {
  content: "\f02f8";
}

/* line 14352, app/assets/stylesheets/icons.css */
.mdi-image-frame::before {
  content: "\f0e49";
}

/* line 14356, app/assets/stylesheets/icons.css */
.mdi-image-marker::before {
  content: "\f177b";
}

/* line 14360, app/assets/stylesheets/icons.css */
.mdi-image-marker-outline::before {
  content: "\f177c";
}

/* line 14364, app/assets/stylesheets/icons.css */
.mdi-image-minus::before {
  content: "\f1419";
}

/* line 14368, app/assets/stylesheets/icons.css */
.mdi-image-move::before {
  content: "\f09f8";
}

/* line 14372, app/assets/stylesheets/icons.css */
.mdi-image-multiple::before {
  content: "\f02f9";
}

/* line 14376, app/assets/stylesheets/icons.css */
.mdi-image-multiple-outline::before {
  content: "\f02ef";
}

/* line 14380, app/assets/stylesheets/icons.css */
.mdi-image-off::before {
  content: "\f082b";
}

/* line 14384, app/assets/stylesheets/icons.css */
.mdi-image-off-outline::before {
  content: "\f11d1";
}

/* line 14388, app/assets/stylesheets/icons.css */
.mdi-image-outline::before {
  content: "\f0976";
}

/* line 14392, app/assets/stylesheets/icons.css */
.mdi-image-plus::before {
  content: "\f087c";
}

/* line 14396, app/assets/stylesheets/icons.css */
.mdi-image-remove::before {
  content: "\f1418";
}

/* line 14400, app/assets/stylesheets/icons.css */
.mdi-image-search::before {
  content: "\f0977";
}

/* line 14404, app/assets/stylesheets/icons.css */
.mdi-image-search-outline::before {
  content: "\f0978";
}

/* line 14408, app/assets/stylesheets/icons.css */
.mdi-image-size-select-actual::before {
  content: "\f0c8d";
}

/* line 14412, app/assets/stylesheets/icons.css */
.mdi-image-size-select-large::before {
  content: "\f0c8e";
}

/* line 14416, app/assets/stylesheets/icons.css */
.mdi-image-size-select-small::before {
  content: "\f0c8f";
}

/* line 14420, app/assets/stylesheets/icons.css */
.mdi-image-text::before {
  content: "\f160d";
}

/* line 14424, app/assets/stylesheets/icons.css */
.mdi-import::before {
  content: "\f02fa";
}

/* line 14428, app/assets/stylesheets/icons.css */
.mdi-inbox::before {
  content: "\f0687";
}

/* line 14432, app/assets/stylesheets/icons.css */
.mdi-inbox-arrow-down::before {
  content: "\f02fb";
}

/* line 14436, app/assets/stylesheets/icons.css */
.mdi-inbox-arrow-down-outline::before {
  content: "\f1270";
}

/* line 14440, app/assets/stylesheets/icons.css */
.mdi-inbox-arrow-up::before {
  content: "\f03d1";
}

/* line 14444, app/assets/stylesheets/icons.css */
.mdi-inbox-arrow-up-outline::before {
  content: "\f1271";
}

/* line 14448, app/assets/stylesheets/icons.css */
.mdi-inbox-full::before {
  content: "\f1272";
}

/* line 14452, app/assets/stylesheets/icons.css */
.mdi-inbox-full-outline::before {
  content: "\f1273";
}

/* line 14456, app/assets/stylesheets/icons.css */
.mdi-inbox-multiple::before {
  content: "\f08b0";
}

/* line 14460, app/assets/stylesheets/icons.css */
.mdi-inbox-multiple-outline::before {
  content: "\f0ba8";
}

/* line 14464, app/assets/stylesheets/icons.css */
.mdi-inbox-outline::before {
  content: "\f1274";
}

/* line 14468, app/assets/stylesheets/icons.css */
.mdi-inbox-remove::before {
  content: "\f159f";
}

/* line 14472, app/assets/stylesheets/icons.css */
.mdi-inbox-remove-outline::before {
  content: "\f15a0";
}

/* line 14476, app/assets/stylesheets/icons.css */
.mdi-incognito::before {
  content: "\f05f9";
}

/* line 14480, app/assets/stylesheets/icons.css */
.mdi-incognito-circle::before {
  content: "\f1421";
}

/* line 14484, app/assets/stylesheets/icons.css */
.mdi-incognito-circle-off::before {
  content: "\f1422";
}

/* line 14488, app/assets/stylesheets/icons.css */
.mdi-incognito-off::before {
  content: "\f0075";
}

/* line 14492, app/assets/stylesheets/icons.css */
.mdi-induction::before {
  content: "\f184c";
}

/* line 14496, app/assets/stylesheets/icons.css */
.mdi-infinity::before {
  content: "\f06e4";
}

/* line 14500, app/assets/stylesheets/icons.css */
.mdi-information::before {
  content: "\f02fc";
}

/* line 14504, app/assets/stylesheets/icons.css */
.mdi-information-off::before {
  content: "\f178c";
}

/* line 14508, app/assets/stylesheets/icons.css */
.mdi-information-off-outline::before {
  content: "\f178d";
}

/* line 14512, app/assets/stylesheets/icons.css */
.mdi-information-outline::before {
  content: "\f02fd";
}

/* line 14516, app/assets/stylesheets/icons.css */
.mdi-information-variant::before {
  content: "\f064e";
}

/* line 14520, app/assets/stylesheets/icons.css */
.mdi-instagram::before {
  content: "\f02fe";
}

/* line 14524, app/assets/stylesheets/icons.css */
.mdi-instrument-triangle::before {
  content: "\f104e";
}

/* line 14528, app/assets/stylesheets/icons.css */
.mdi-integrated-circuit-chip::before {
  content: "\f1913";
}

/* line 14532, app/assets/stylesheets/icons.css */
.mdi-invert-colors::before {
  content: "\f0301";
}

/* line 14536, app/assets/stylesheets/icons.css */
.mdi-invert-colors-off::before {
  content: "\f0e4a";
}

/* line 14540, app/assets/stylesheets/icons.css */
.mdi-iobroker::before {
  content: "\f12e8";
}

/* line 14544, app/assets/stylesheets/icons.css */
.mdi-ip::before {
  content: "\f0a5f";
}

/* line 14548, app/assets/stylesheets/icons.css */
.mdi-ip-network::before {
  content: "\f0a60";
}

/* line 14552, app/assets/stylesheets/icons.css */
.mdi-ip-network-outline::before {
  content: "\f0c90";
}

/* line 14556, app/assets/stylesheets/icons.css */
.mdi-ip-outline::before {
  content: "\f1982";
}

/* line 14560, app/assets/stylesheets/icons.css */
.mdi-ipod::before {
  content: "\f0c91";
}

/* line 14564, app/assets/stylesheets/icons.css */
.mdi-iron::before {
  content: "\f1824";
}

/* line 14568, app/assets/stylesheets/icons.css */
.mdi-iron-board::before {
  content: "\f1838";
}

/* line 14572, app/assets/stylesheets/icons.css */
.mdi-iron-outline::before {
  content: "\f1825";
}

/* line 14576, app/assets/stylesheets/icons.css */
.mdi-island::before {
  content: "\f104f";
}

/* line 14580, app/assets/stylesheets/icons.css */
.mdi-iv-bag::before {
  content: "\f10b9";
}

/* line 14584, app/assets/stylesheets/icons.css */
.mdi-jabber::before {
  content: "\f0dd5";
}

/* line 14588, app/assets/stylesheets/icons.css */
.mdi-jeepney::before {
  content: "\f0302";
}

/* line 14592, app/assets/stylesheets/icons.css */
.mdi-jellyfish::before {
  content: "\f0f01";
}

/* line 14596, app/assets/stylesheets/icons.css */
.mdi-jellyfish-outline::before {
  content: "\f0f02";
}

/* line 14600, app/assets/stylesheets/icons.css */
.mdi-jira::before {
  content: "\f0303";
}

/* line 14604, app/assets/stylesheets/icons.css */
.mdi-jquery::before {
  content: "\f087d";
}

/* line 14608, app/assets/stylesheets/icons.css */
.mdi-jsfiddle::before {
  content: "\f0304";
}

/* line 14612, app/assets/stylesheets/icons.css */
.mdi-jump-rope::before {
  content: "\f12ff";
}

/* line 14616, app/assets/stylesheets/icons.css */
.mdi-kabaddi::before {
  content: "\f0d87";
}

/* line 14620, app/assets/stylesheets/icons.css */
.mdi-kangaroo::before {
  content: "\f1558";
}

/* line 14624, app/assets/stylesheets/icons.css */
.mdi-karate::before {
  content: "\f082c";
}

/* line 14628, app/assets/stylesheets/icons.css */
.mdi-kayaking::before {
  content: "\f08af";
}

/* line 14632, app/assets/stylesheets/icons.css */
.mdi-keg::before {
  content: "\f0305";
}

/* line 14636, app/assets/stylesheets/icons.css */
.mdi-kettle::before {
  content: "\f05fa";
}

/* line 14640, app/assets/stylesheets/icons.css */
.mdi-kettle-alert::before {
  content: "\f1317";
}

/* line 14644, app/assets/stylesheets/icons.css */
.mdi-kettle-alert-outline::before {
  content: "\f1318";
}

/* line 14648, app/assets/stylesheets/icons.css */
.mdi-kettle-off::before {
  content: "\f131b";
}

/* line 14652, app/assets/stylesheets/icons.css */
.mdi-kettle-off-outline::before {
  content: "\f131c";
}

/* line 14656, app/assets/stylesheets/icons.css */
.mdi-kettle-outline::before {
  content: "\f0f56";
}

/* line 14660, app/assets/stylesheets/icons.css */
.mdi-kettle-pour-over::before {
  content: "\f173c";
}

/* line 14664, app/assets/stylesheets/icons.css */
.mdi-kettle-steam::before {
  content: "\f1319";
}

/* line 14668, app/assets/stylesheets/icons.css */
.mdi-kettle-steam-outline::before {
  content: "\f131a";
}

/* line 14672, app/assets/stylesheets/icons.css */
.mdi-kettlebell::before {
  content: "\f1300";
}

/* line 14676, app/assets/stylesheets/icons.css */
.mdi-key::before {
  content: "\f0306";
}

/* line 14680, app/assets/stylesheets/icons.css */
.mdi-key-alert::before {
  content: "\f1983";
}

/* line 14684, app/assets/stylesheets/icons.css */
.mdi-key-alert-outline::before {
  content: "\f1984";
}

/* line 14688, app/assets/stylesheets/icons.css */
.mdi-key-arrow-right::before {
  content: "\f1312";
}

/* line 14692, app/assets/stylesheets/icons.css */
.mdi-key-chain::before {
  content: "\f1574";
}

/* line 14696, app/assets/stylesheets/icons.css */
.mdi-key-chain-variant::before {
  content: "\f1575";
}

/* line 14700, app/assets/stylesheets/icons.css */
.mdi-key-change::before {
  content: "\f0307";
}

/* line 14704, app/assets/stylesheets/icons.css */
.mdi-key-link::before {
  content: "\f119f";
}

/* line 14708, app/assets/stylesheets/icons.css */
.mdi-key-minus::before {
  content: "\f0308";
}

/* line 14712, app/assets/stylesheets/icons.css */
.mdi-key-outline::before {
  content: "\f0dd6";
}

/* line 14716, app/assets/stylesheets/icons.css */
.mdi-key-plus::before {
  content: "\f0309";
}

/* line 14720, app/assets/stylesheets/icons.css */
.mdi-key-remove::before {
  content: "\f030a";
}

/* line 14724, app/assets/stylesheets/icons.css */
.mdi-key-star::before {
  content: "\f119e";
}

/* line 14728, app/assets/stylesheets/icons.css */
.mdi-key-variant::before {
  content: "\f030b";
}

/* line 14732, app/assets/stylesheets/icons.css */
.mdi-key-wireless::before {
  content: "\f0fc2";
}

/* line 14736, app/assets/stylesheets/icons.css */
.mdi-keyboard::before {
  content: "\f030c";
}

/* line 14740, app/assets/stylesheets/icons.css */
.mdi-keyboard-backspace::before {
  content: "\f030d";
}

/* line 14744, app/assets/stylesheets/icons.css */
.mdi-keyboard-caps::before {
  content: "\f030e";
}

/* line 14748, app/assets/stylesheets/icons.css */
.mdi-keyboard-close::before {
  content: "\f030f";
}

/* line 14752, app/assets/stylesheets/icons.css */
.mdi-keyboard-esc::before {
  content: "\f12b7";
}

/* line 14756, app/assets/stylesheets/icons.css */
.mdi-keyboard-f1::before {
  content: "\f12ab";
}

/* line 14760, app/assets/stylesheets/icons.css */
.mdi-keyboard-f10::before {
  content: "\f12b4";
}

/* line 14764, app/assets/stylesheets/icons.css */
.mdi-keyboard-f11::before {
  content: "\f12b5";
}

/* line 14768, app/assets/stylesheets/icons.css */
.mdi-keyboard-f12::before {
  content: "\f12b6";
}

/* line 14772, app/assets/stylesheets/icons.css */
.mdi-keyboard-f2::before {
  content: "\f12ac";
}

/* line 14776, app/assets/stylesheets/icons.css */
.mdi-keyboard-f3::before {
  content: "\f12ad";
}

/* line 14780, app/assets/stylesheets/icons.css */
.mdi-keyboard-f4::before {
  content: "\f12ae";
}

/* line 14784, app/assets/stylesheets/icons.css */
.mdi-keyboard-f5::before {
  content: "\f12af";
}

/* line 14788, app/assets/stylesheets/icons.css */
.mdi-keyboard-f6::before {
  content: "\f12b0";
}

/* line 14792, app/assets/stylesheets/icons.css */
.mdi-keyboard-f7::before {
  content: "\f12b1";
}

/* line 14796, app/assets/stylesheets/icons.css */
.mdi-keyboard-f8::before {
  content: "\f12b2";
}

/* line 14800, app/assets/stylesheets/icons.css */
.mdi-keyboard-f9::before {
  content: "\f12b3";
}

/* line 14804, app/assets/stylesheets/icons.css */
.mdi-keyboard-off::before {
  content: "\f0310";
}

/* line 14808, app/assets/stylesheets/icons.css */
.mdi-keyboard-off-outline::before {
  content: "\f0e4b";
}

/* line 14812, app/assets/stylesheets/icons.css */
.mdi-keyboard-outline::before {
  content: "\f097b";
}

/* line 14816, app/assets/stylesheets/icons.css */
.mdi-keyboard-return::before {
  content: "\f0311";
}

/* line 14820, app/assets/stylesheets/icons.css */
.mdi-keyboard-settings::before {
  content: "\f09f9";
}

/* line 14824, app/assets/stylesheets/icons.css */
.mdi-keyboard-settings-outline::before {
  content: "\f09fa";
}

/* line 14828, app/assets/stylesheets/icons.css */
.mdi-keyboard-space::before {
  content: "\f1050";
}

/* line 14832, app/assets/stylesheets/icons.css */
.mdi-keyboard-tab::before {
  content: "\f0312";
}

/* line 14836, app/assets/stylesheets/icons.css */
.mdi-keyboard-tab-reverse::before {
  content: "\f0325";
}

/* line 14840, app/assets/stylesheets/icons.css */
.mdi-keyboard-variant::before {
  content: "\f0313";
}

/* line 14844, app/assets/stylesheets/icons.css */
.mdi-khanda::before {
  content: "\f10fd";
}

/* line 14848, app/assets/stylesheets/icons.css */
.mdi-kickstarter::before {
  content: "\f0745";
}

/* line 14852, app/assets/stylesheets/icons.css */
.mdi-kite::before {
  content: "\f1985";
}

/* line 14856, app/assets/stylesheets/icons.css */
.mdi-kite-outline::before {
  content: "\f1986";
}

/* line 14860, app/assets/stylesheets/icons.css */
.mdi-kitesurfing::before {
  content: "\f1744";
}

/* line 14864, app/assets/stylesheets/icons.css */
.mdi-klingon::before {
  content: "\f135b";
}

/* line 14868, app/assets/stylesheets/icons.css */
.mdi-knife::before {
  content: "\f09fb";
}

/* line 14872, app/assets/stylesheets/icons.css */
.mdi-knife-military::before {
  content: "\f09fc";
}

/* line 14876, app/assets/stylesheets/icons.css */
.mdi-koala::before {
  content: "\f173f";
}

/* line 14880, app/assets/stylesheets/icons.css */
.mdi-kodi::before {
  content: "\f0314";
}

/* line 14884, app/assets/stylesheets/icons.css */
.mdi-kubernetes::before {
  content: "\f10fe";
}

/* line 14888, app/assets/stylesheets/icons.css */
.mdi-label::before {
  content: "\f0315";
}

/* line 14892, app/assets/stylesheets/icons.css */
.mdi-label-multiple::before {
  content: "\f1375";
}

/* line 14896, app/assets/stylesheets/icons.css */
.mdi-label-multiple-outline::before {
  content: "\f1376";
}

/* line 14900, app/assets/stylesheets/icons.css */
.mdi-label-off::before {
  content: "\f0acb";
}

/* line 14904, app/assets/stylesheets/icons.css */
.mdi-label-off-outline::before {
  content: "\f0acc";
}

/* line 14908, app/assets/stylesheets/icons.css */
.mdi-label-outline::before {
  content: "\f0316";
}

/* line 14912, app/assets/stylesheets/icons.css */
.mdi-label-percent::before {
  content: "\f12ea";
}

/* line 14916, app/assets/stylesheets/icons.css */
.mdi-label-percent-outline::before {
  content: "\f12eb";
}

/* line 14920, app/assets/stylesheets/icons.css */
.mdi-label-variant::before {
  content: "\f0acd";
}

/* line 14924, app/assets/stylesheets/icons.css */
.mdi-label-variant-outline::before {
  content: "\f0ace";
}

/* line 14928, app/assets/stylesheets/icons.css */
.mdi-ladder::before {
  content: "\f15a2";
}

/* line 14932, app/assets/stylesheets/icons.css */
.mdi-ladybug::before {
  content: "\f082d";
}

/* line 14936, app/assets/stylesheets/icons.css */
.mdi-lambda::before {
  content: "\f0627";
}

/* line 14940, app/assets/stylesheets/icons.css */
.mdi-lamp::before {
  content: "\f06b5";
}

/* line 14944, app/assets/stylesheets/icons.css */
.mdi-lamp-outline::before {
  content: "\f17d0";
}

/* line 14948, app/assets/stylesheets/icons.css */
.mdi-lamps::before {
  content: "\f1576";
}

/* line 14952, app/assets/stylesheets/icons.css */
.mdi-lamps-outline::before {
  content: "\f17d1";
}

/* line 14956, app/assets/stylesheets/icons.css */
.mdi-lan::before {
  content: "\f0317";
}

/* line 14960, app/assets/stylesheets/icons.css */
.mdi-lan-check::before {
  content: "\f12aa";
}

/* line 14964, app/assets/stylesheets/icons.css */
.mdi-lan-connect::before {
  content: "\f0318";
}

/* line 14968, app/assets/stylesheets/icons.css */
.mdi-lan-disconnect::before {
  content: "\f0319";
}

/* line 14972, app/assets/stylesheets/icons.css */
.mdi-lan-pending::before {
  content: "\f031a";
}

/* line 14976, app/assets/stylesheets/icons.css */
.mdi-language-c::before {
  content: "\f0671";
}

/* line 14980, app/assets/stylesheets/icons.css */
.mdi-language-cpp::before {
  content: "\f0672";
}

/* line 14984, app/assets/stylesheets/icons.css */
.mdi-language-csharp::before {
  content: "\f031b";
}

/* line 14988, app/assets/stylesheets/icons.css */
.mdi-language-css3::before {
  content: "\f031c";
}

/* line 14992, app/assets/stylesheets/icons.css */
.mdi-language-fortran::before {
  content: "\f121a";
}

/* line 14996, app/assets/stylesheets/icons.css */
.mdi-language-go::before {
  content: "\f07d3";
}

/* line 15000, app/assets/stylesheets/icons.css */
.mdi-language-haskell::before {
  content: "\f0c92";
}

/* line 15004, app/assets/stylesheets/icons.css */
.mdi-language-html5::before {
  content: "\f031d";
}

/* line 15008, app/assets/stylesheets/icons.css */
.mdi-language-java::before {
  content: "\f0b37";
}

/* line 15012, app/assets/stylesheets/icons.css */
.mdi-language-javascript::before {
  content: "\f031e";
}

/* line 15016, app/assets/stylesheets/icons.css */
.mdi-language-kotlin::before {
  content: "\f1219";
}

/* line 15020, app/assets/stylesheets/icons.css */
.mdi-language-lua::before {
  content: "\f08b1";
}

/* line 15024, app/assets/stylesheets/icons.css */
.mdi-language-markdown::before {
  content: "\f0354";
}

/* line 15028, app/assets/stylesheets/icons.css */
.mdi-language-markdown-outline::before {
  content: "\f0f5b";
}

/* line 15032, app/assets/stylesheets/icons.css */
.mdi-language-php::before {
  content: "\f031f";
}

/* line 15036, app/assets/stylesheets/icons.css */
.mdi-language-python::before {
  content: "\f0320";
}

/* line 15040, app/assets/stylesheets/icons.css */
.mdi-language-r::before {
  content: "\f07d4";
}

/* line 15044, app/assets/stylesheets/icons.css */
.mdi-language-ruby::before {
  content: "\f0d2d";
}

/* line 15048, app/assets/stylesheets/icons.css */
.mdi-language-ruby-on-rails::before {
  content: "\f0acf";
}

/* line 15052, app/assets/stylesheets/icons.css */
.mdi-language-rust::before {
  content: "\f1617";
}

/* line 15056, app/assets/stylesheets/icons.css */
.mdi-language-swift::before {
  content: "\f06e5";
}

/* line 15060, app/assets/stylesheets/icons.css */
.mdi-language-typescript::before {
  content: "\f06e6";
}

/* line 15064, app/assets/stylesheets/icons.css */
.mdi-language-xaml::before {
  content: "\f0673";
}

/* line 15068, app/assets/stylesheets/icons.css */
.mdi-laptop::before {
  content: "\f0322";
}

/* line 15072, app/assets/stylesheets/icons.css */
.mdi-laptop-off::before {
  content: "\f06e7";
}

/* line 15076, app/assets/stylesheets/icons.css */
.mdi-laravel::before {
  content: "\f0ad0";
}

/* line 15080, app/assets/stylesheets/icons.css */
.mdi-laser-pointer::before {
  content: "\f1484";
}

/* line 15084, app/assets/stylesheets/icons.css */
.mdi-lasso::before {
  content: "\f0f03";
}

/* line 15088, app/assets/stylesheets/icons.css */
.mdi-lastpass::before {
  content: "\f0446";
}

/* line 15092, app/assets/stylesheets/icons.css */
.mdi-latitude::before {
  content: "\f0f57";
}

/* line 15096, app/assets/stylesheets/icons.css */
.mdi-launch::before {
  content: "\f0327";
}

/* line 15100, app/assets/stylesheets/icons.css */
.mdi-lava-lamp::before {
  content: "\f07d5";
}

/* line 15104, app/assets/stylesheets/icons.css */
.mdi-layers::before {
  content: "\f0328";
}

/* line 15108, app/assets/stylesheets/icons.css */
.mdi-layers-edit::before {
  content: "\f1892";
}

/* line 15112, app/assets/stylesheets/icons.css */
.mdi-layers-minus::before {
  content: "\f0e4c";
}

/* line 15116, app/assets/stylesheets/icons.css */
.mdi-layers-off::before {
  content: "\f0329";
}

/* line 15120, app/assets/stylesheets/icons.css */
.mdi-layers-off-outline::before {
  content: "\f09fd";
}

/* line 15124, app/assets/stylesheets/icons.css */
.mdi-layers-outline::before {
  content: "\f09fe";
}

/* line 15128, app/assets/stylesheets/icons.css */
.mdi-layers-plus::before {
  content: "\f0e4d";
}

/* line 15132, app/assets/stylesheets/icons.css */
.mdi-layers-remove::before {
  content: "\f0e4e";
}

/* line 15136, app/assets/stylesheets/icons.css */
.mdi-layers-search::before {
  content: "\f1206";
}

/* line 15140, app/assets/stylesheets/icons.css */
.mdi-layers-search-outline::before {
  content: "\f1207";
}

/* line 15144, app/assets/stylesheets/icons.css */
.mdi-layers-triple::before {
  content: "\f0f58";
}

/* line 15148, app/assets/stylesheets/icons.css */
.mdi-layers-triple-outline::before {
  content: "\f0f59";
}

/* line 15152, app/assets/stylesheets/icons.css */
.mdi-lead-pencil::before {
  content: "\f064f";
}

/* line 15156, app/assets/stylesheets/icons.css */
.mdi-leaf::before {
  content: "\f032a";
}

/* line 15160, app/assets/stylesheets/icons.css */
.mdi-leaf-circle::before {
  content: "\f1905";
}

/* line 15164, app/assets/stylesheets/icons.css */
.mdi-leaf-circle-outline::before {
  content: "\f1906";
}

/* line 15168, app/assets/stylesheets/icons.css */
.mdi-leaf-maple::before {
  content: "\f0c93";
}

/* line 15172, app/assets/stylesheets/icons.css */
.mdi-leaf-maple-off::before {
  content: "\f12da";
}

/* line 15176, app/assets/stylesheets/icons.css */
.mdi-leaf-off::before {
  content: "\f12d9";
}

/* line 15180, app/assets/stylesheets/icons.css */
.mdi-leak::before {
  content: "\f0dd7";
}

/* line 15184, app/assets/stylesheets/icons.css */
.mdi-leak-off::before {
  content: "\f0dd8";
}

/* line 15188, app/assets/stylesheets/icons.css */
.mdi-led-off::before {
  content: "\f032b";
}

/* line 15192, app/assets/stylesheets/icons.css */
.mdi-led-on::before {
  content: "\f032c";
}

/* line 15196, app/assets/stylesheets/icons.css */
.mdi-led-outline::before {
  content: "\f032d";
}

/* line 15200, app/assets/stylesheets/icons.css */
.mdi-led-strip::before {
  content: "\f07d6";
}

/* line 15204, app/assets/stylesheets/icons.css */
.mdi-led-strip-variant::before {
  content: "\f1051";
}

/* line 15208, app/assets/stylesheets/icons.css */
.mdi-led-variant-off::before {
  content: "\f032e";
}

/* line 15212, app/assets/stylesheets/icons.css */
.mdi-led-variant-on::before {
  content: "\f032f";
}

/* line 15216, app/assets/stylesheets/icons.css */
.mdi-led-variant-outline::before {
  content: "\f0330";
}

/* line 15220, app/assets/stylesheets/icons.css */
.mdi-leek::before {
  content: "\f117d";
}

/* line 15224, app/assets/stylesheets/icons.css */
.mdi-less-than::before {
  content: "\f097c";
}

/* line 15228, app/assets/stylesheets/icons.css */
.mdi-less-than-or-equal::before {
  content: "\f097d";
}

/* line 15232, app/assets/stylesheets/icons.css */
.mdi-library::before {
  content: "\f0331";
}

/* line 15236, app/assets/stylesheets/icons.css */
.mdi-library-shelves::before {
  content: "\f0ba9";
}

/* line 15240, app/assets/stylesheets/icons.css */
.mdi-license::before {
  content: "\f0fc3";
}

/* line 15244, app/assets/stylesheets/icons.css */
.mdi-lifebuoy::before {
  content: "\f087e";
}

/* line 15248, app/assets/stylesheets/icons.css */
.mdi-light-flood-down::before {
  content: "\f1987";
}

/* line 15252, app/assets/stylesheets/icons.css */
.mdi-light-flood-up::before {
  content: "\f1988";
}

/* line 15256, app/assets/stylesheets/icons.css */
.mdi-light-recessed::before {
  content: "\f179b";
}

/* line 15260, app/assets/stylesheets/icons.css */
.mdi-light-switch::before {
  content: "\f097e";
}

/* line 15264, app/assets/stylesheets/icons.css */
.mdi-lightbulb::before {
  content: "\f0335";
}

/* line 15268, app/assets/stylesheets/icons.css */
.mdi-lightbulb-auto::before {
  content: "\f1800";
}

/* line 15272, app/assets/stylesheets/icons.css */
.mdi-lightbulb-auto-outline::before {
  content: "\f1801";
}

/* line 15276, app/assets/stylesheets/icons.css */
.mdi-lightbulb-cfl::before {
  content: "\f1208";
}

/* line 15280, app/assets/stylesheets/icons.css */
.mdi-lightbulb-cfl-off::before {
  content: "\f1209";
}

/* line 15284, app/assets/stylesheets/icons.css */
.mdi-lightbulb-cfl-spiral::before {
  content: "\f1275";
}

/* line 15288, app/assets/stylesheets/icons.css */
.mdi-lightbulb-cfl-spiral-off::before {
  content: "\f12c3";
}

/* line 15292, app/assets/stylesheets/icons.css */
.mdi-lightbulb-fluorescent-tube::before {
  content: "\f1804";
}

/* line 15296, app/assets/stylesheets/icons.css */
.mdi-lightbulb-fluorescent-tube-outline::before {
  content: "\f1805";
}

/* line 15300, app/assets/stylesheets/icons.css */
.mdi-lightbulb-group::before {
  content: "\f1253";
}

/* line 15304, app/assets/stylesheets/icons.css */
.mdi-lightbulb-group-off::before {
  content: "\f12cd";
}

/* line 15308, app/assets/stylesheets/icons.css */
.mdi-lightbulb-group-off-outline::before {
  content: "\f12ce";
}

/* line 15312, app/assets/stylesheets/icons.css */
.mdi-lightbulb-group-outline::before {
  content: "\f1254";
}

/* line 15316, app/assets/stylesheets/icons.css */
.mdi-lightbulb-multiple::before {
  content: "\f1255";
}

/* line 15320, app/assets/stylesheets/icons.css */
.mdi-lightbulb-multiple-off::before {
  content: "\f12cf";
}

/* line 15324, app/assets/stylesheets/icons.css */
.mdi-lightbulb-multiple-off-outline::before {
  content: "\f12d0";
}

/* line 15328, app/assets/stylesheets/icons.css */
.mdi-lightbulb-multiple-outline::before {
  content: "\f1256";
}

/* line 15332, app/assets/stylesheets/icons.css */
.mdi-lightbulb-off::before {
  content: "\f0e4f";
}

/* line 15336, app/assets/stylesheets/icons.css */
.mdi-lightbulb-off-outline::before {
  content: "\f0e50";
}

/* line 15340, app/assets/stylesheets/icons.css */
.mdi-lightbulb-on::before {
  content: "\f06e8";
}

/* line 15344, app/assets/stylesheets/icons.css */
.mdi-lightbulb-on-outline::before {
  content: "\f06e9";
}

/* line 15348, app/assets/stylesheets/icons.css */
.mdi-lightbulb-outline::before {
  content: "\f0336";
}

/* line 15352, app/assets/stylesheets/icons.css */
.mdi-lightbulb-spot::before {
  content: "\f17f4";
}

/* line 15356, app/assets/stylesheets/icons.css */
.mdi-lightbulb-spot-off::before {
  content: "\f17f5";
}

/* line 15360, app/assets/stylesheets/icons.css */
.mdi-lightbulb-variant::before {
  content: "\f1802";
}

/* line 15364, app/assets/stylesheets/icons.css */
.mdi-lightbulb-variant-outline::before {
  content: "\f1803";
}

/* line 15368, app/assets/stylesheets/icons.css */
.mdi-lighthouse::before {
  content: "\f09ff";
}

/* line 15372, app/assets/stylesheets/icons.css */
.mdi-lighthouse-on::before {
  content: "\f0a00";
}

/* line 15376, app/assets/stylesheets/icons.css */
.mdi-lightning-bolt::before {
  content: "\f140b";
}

/* line 15380, app/assets/stylesheets/icons.css */
.mdi-lightning-bolt-circle::before {
  content: "\f0820";
}

/* line 15384, app/assets/stylesheets/icons.css */
.mdi-lightning-bolt-outline::before {
  content: "\f140c";
}

/* line 15388, app/assets/stylesheets/icons.css */
.mdi-line-scan::before {
  content: "\f0624";
}

/* line 15392, app/assets/stylesheets/icons.css */
.mdi-lingerie::before {
  content: "\f1476";
}

/* line 15396, app/assets/stylesheets/icons.css */
.mdi-link::before {
  content: "\f0337";
}

/* line 15400, app/assets/stylesheets/icons.css */
.mdi-link-box::before {
  content: "\f0d1a";
}

/* line 15404, app/assets/stylesheets/icons.css */
.mdi-link-box-outline::before {
  content: "\f0d1b";
}

/* line 15408, app/assets/stylesheets/icons.css */
.mdi-link-box-variant::before {
  content: "\f0d1c";
}

/* line 15412, app/assets/stylesheets/icons.css */
.mdi-link-box-variant-outline::before {
  content: "\f0d1d";
}

/* line 15416, app/assets/stylesheets/icons.css */
.mdi-link-lock::before {
  content: "\f10ba";
}

/* line 15420, app/assets/stylesheets/icons.css */
.mdi-link-off::before {
  content: "\f0338";
}

/* line 15424, app/assets/stylesheets/icons.css */
.mdi-link-plus::before {
  content: "\f0c94";
}

/* line 15428, app/assets/stylesheets/icons.css */
.mdi-link-variant::before {
  content: "\f0339";
}

/* line 15432, app/assets/stylesheets/icons.css */
.mdi-link-variant-minus::before {
  content: "\f10ff";
}

/* line 15436, app/assets/stylesheets/icons.css */
.mdi-link-variant-off::before {
  content: "\f033a";
}

/* line 15440, app/assets/stylesheets/icons.css */
.mdi-link-variant-plus::before {
  content: "\f1100";
}

/* line 15444, app/assets/stylesheets/icons.css */
.mdi-link-variant-remove::before {
  content: "\f1101";
}

/* line 15448, app/assets/stylesheets/icons.css */
.mdi-linkedin::before {
  content: "\f033b";
}

/* line 15452, app/assets/stylesheets/icons.css */
.mdi-linux::before {
  content: "\f033d";
}

/* line 15456, app/assets/stylesheets/icons.css */
.mdi-linux-mint::before {
  content: "\f08ed";
}

/* line 15460, app/assets/stylesheets/icons.css */
.mdi-lipstick::before {
  content: "\f13b5";
}

/* line 15464, app/assets/stylesheets/icons.css */
.mdi-liquid-spot::before {
  content: "\f1826";
}

/* line 15468, app/assets/stylesheets/icons.css */
.mdi-liquor::before {
  content: "\f191e";
}

/* line 15472, app/assets/stylesheets/icons.css */
.mdi-list-status::before {
  content: "\f15ab";
}

/* line 15476, app/assets/stylesheets/icons.css */
.mdi-litecoin::before {
  content: "\f0a61";
}

/* line 15480, app/assets/stylesheets/icons.css */
.mdi-loading::before {
  content: "\f0772";
}

/* line 15484, app/assets/stylesheets/icons.css */
.mdi-location-enter::before {
  content: "\f0fc4";
}

/* line 15488, app/assets/stylesheets/icons.css */
.mdi-location-exit::before {
  content: "\f0fc5";
}

/* line 15492, app/assets/stylesheets/icons.css */
.mdi-lock::before {
  content: "\f033e";
}

/* line 15496, app/assets/stylesheets/icons.css */
.mdi-lock-alert::before {
  content: "\f08ee";
}

/* line 15500, app/assets/stylesheets/icons.css */
.mdi-lock-alert-outline::before {
  content: "\f15d1";
}

/* line 15504, app/assets/stylesheets/icons.css */
.mdi-lock-check::before {
  content: "\f139a";
}

/* line 15508, app/assets/stylesheets/icons.css */
.mdi-lock-check-outline::before {
  content: "\f16a8";
}

/* line 15512, app/assets/stylesheets/icons.css */
.mdi-lock-clock::before {
  content: "\f097f";
}

/* line 15516, app/assets/stylesheets/icons.css */
.mdi-lock-minus::before {
  content: "\f16a9";
}

/* line 15520, app/assets/stylesheets/icons.css */
.mdi-lock-minus-outline::before {
  content: "\f16aa";
}

/* line 15524, app/assets/stylesheets/icons.css */
.mdi-lock-off::before {
  content: "\f1671";
}

/* line 15528, app/assets/stylesheets/icons.css */
.mdi-lock-off-outline::before {
  content: "\f1672";
}

/* line 15532, app/assets/stylesheets/icons.css */
.mdi-lock-open::before {
  content: "\f033f";
}

/* line 15536, app/assets/stylesheets/icons.css */
.mdi-lock-open-alert::before {
  content: "\f139b";
}

/* line 15540, app/assets/stylesheets/icons.css */
.mdi-lock-open-alert-outline::before {
  content: "\f15d2";
}

/* line 15544, app/assets/stylesheets/icons.css */
.mdi-lock-open-check::before {
  content: "\f139c";
}

/* line 15548, app/assets/stylesheets/icons.css */
.mdi-lock-open-check-outline::before {
  content: "\f16ab";
}

/* line 15552, app/assets/stylesheets/icons.css */
.mdi-lock-open-minus::before {
  content: "\f16ac";
}

/* line 15556, app/assets/stylesheets/icons.css */
.mdi-lock-open-minus-outline::before {
  content: "\f16ad";
}

/* line 15560, app/assets/stylesheets/icons.css */
.mdi-lock-open-outline::before {
  content: "\f0340";
}

/* line 15564, app/assets/stylesheets/icons.css */
.mdi-lock-open-plus::before {
  content: "\f16ae";
}

/* line 15568, app/assets/stylesheets/icons.css */
.mdi-lock-open-plus-outline::before {
  content: "\f16af";
}

/* line 15572, app/assets/stylesheets/icons.css */
.mdi-lock-open-remove::before {
  content: "\f16b0";
}

/* line 15576, app/assets/stylesheets/icons.css */
.mdi-lock-open-remove-outline::before {
  content: "\f16b1";
}

/* line 15580, app/assets/stylesheets/icons.css */
.mdi-lock-open-variant::before {
  content: "\f0fc6";
}

/* line 15584, app/assets/stylesheets/icons.css */
.mdi-lock-open-variant-outline::before {
  content: "\f0fc7";
}

/* line 15588, app/assets/stylesheets/icons.css */
.mdi-lock-outline::before {
  content: "\f0341";
}

/* line 15592, app/assets/stylesheets/icons.css */
.mdi-lock-pattern::before {
  content: "\f06ea";
}

/* line 15596, app/assets/stylesheets/icons.css */
.mdi-lock-plus::before {
  content: "\f05fb";
}

/* line 15600, app/assets/stylesheets/icons.css */
.mdi-lock-plus-outline::before {
  content: "\f16b2";
}

/* line 15604, app/assets/stylesheets/icons.css */
.mdi-lock-question::before {
  content: "\f08ef";
}

/* line 15608, app/assets/stylesheets/icons.css */
.mdi-lock-remove::before {
  content: "\f16b3";
}

/* line 15612, app/assets/stylesheets/icons.css */
.mdi-lock-remove-outline::before {
  content: "\f16b4";
}

/* line 15616, app/assets/stylesheets/icons.css */
.mdi-lock-reset::before {
  content: "\f0773";
}

/* line 15620, app/assets/stylesheets/icons.css */
.mdi-lock-smart::before {
  content: "\f08b2";
}

/* line 15624, app/assets/stylesheets/icons.css */
.mdi-locker::before {
  content: "\f07d7";
}

/* line 15628, app/assets/stylesheets/icons.css */
.mdi-locker-multiple::before {
  content: "\f07d8";
}

/* line 15632, app/assets/stylesheets/icons.css */
.mdi-login::before {
  content: "\f0342";
}

/* line 15636, app/assets/stylesheets/icons.css */
.mdi-login-variant::before {
  content: "\f05fc";
}

/* line 15640, app/assets/stylesheets/icons.css */
.mdi-logout::before {
  content: "\f0343";
}

/* line 15644, app/assets/stylesheets/icons.css */
.mdi-logout-variant::before {
  content: "\f05fd";
}

/* line 15648, app/assets/stylesheets/icons.css */
.mdi-longitude::before {
  content: "\f0f5a";
}

/* line 15652, app/assets/stylesheets/icons.css */
.mdi-looks::before {
  content: "\f0344";
}

/* line 15656, app/assets/stylesheets/icons.css */
.mdi-lotion::before {
  content: "\f1582";
}

/* line 15660, app/assets/stylesheets/icons.css */
.mdi-lotion-outline::before {
  content: "\f1583";
}

/* line 15664, app/assets/stylesheets/icons.css */
.mdi-lotion-plus::before {
  content: "\f1584";
}

/* line 15668, app/assets/stylesheets/icons.css */
.mdi-lotion-plus-outline::before {
  content: "\f1585";
}

/* line 15672, app/assets/stylesheets/icons.css */
.mdi-loupe::before {
  content: "\f0345";
}

/* line 15676, app/assets/stylesheets/icons.css */
.mdi-lumx::before {
  content: "\f0346";
}

/* line 15680, app/assets/stylesheets/icons.css */
.mdi-lungs::before {
  content: "\f1084";
}

/* line 15684, app/assets/stylesheets/icons.css */
.mdi-mace::before {
  content: "\f1843";
}

/* line 15688, app/assets/stylesheets/icons.css */
.mdi-magazine-pistol::before {
  content: "\f0324";
}

/* line 15692, app/assets/stylesheets/icons.css */
.mdi-magazine-rifle::before {
  content: "\f0323";
}

/* line 15696, app/assets/stylesheets/icons.css */
.mdi-magic-staff::before {
  content: "\f1844";
}

/* line 15700, app/assets/stylesheets/icons.css */
.mdi-magnet::before {
  content: "\f0347";
}

/* line 15704, app/assets/stylesheets/icons.css */
.mdi-magnet-on::before {
  content: "\f0348";
}

/* line 15708, app/assets/stylesheets/icons.css */
.mdi-magnify::before {
  content: "\f0349";
}

/* line 15712, app/assets/stylesheets/icons.css */
.mdi-magnify-close::before {
  content: "\f0980";
}

/* line 15716, app/assets/stylesheets/icons.css */
.mdi-magnify-expand::before {
  content: "\f1874";
}

/* line 15720, app/assets/stylesheets/icons.css */
.mdi-magnify-minus::before {
  content: "\f034a";
}

/* line 15724, app/assets/stylesheets/icons.css */
.mdi-magnify-minus-cursor::before {
  content: "\f0a62";
}

/* line 15728, app/assets/stylesheets/icons.css */
.mdi-magnify-minus-outline::before {
  content: "\f06ec";
}

/* line 15732, app/assets/stylesheets/icons.css */
.mdi-magnify-plus::before {
  content: "\f034b";
}

/* line 15736, app/assets/stylesheets/icons.css */
.mdi-magnify-plus-cursor::before {
  content: "\f0a63";
}

/* line 15740, app/assets/stylesheets/icons.css */
.mdi-magnify-plus-outline::before {
  content: "\f06ed";
}

/* line 15744, app/assets/stylesheets/icons.css */
.mdi-magnify-remove-cursor::before {
  content: "\f120c";
}

/* line 15748, app/assets/stylesheets/icons.css */
.mdi-magnify-remove-outline::before {
  content: "\f120d";
}

/* line 15752, app/assets/stylesheets/icons.css */
.mdi-magnify-scan::before {
  content: "\f1276";
}

/* line 15756, app/assets/stylesheets/icons.css */
.mdi-mail::before {
  content: "\f0ebb";
}

/* line 15760, app/assets/stylesheets/icons.css */
.mdi-mailbox::before {
  content: "\f06ee";
}

/* line 15764, app/assets/stylesheets/icons.css */
.mdi-mailbox-open::before {
  content: "\f0d88";
}

/* line 15768, app/assets/stylesheets/icons.css */
.mdi-mailbox-open-outline::before {
  content: "\f0d89";
}

/* line 15772, app/assets/stylesheets/icons.css */
.mdi-mailbox-open-up::before {
  content: "\f0d8a";
}

/* line 15776, app/assets/stylesheets/icons.css */
.mdi-mailbox-open-up-outline::before {
  content: "\f0d8b";
}

/* line 15780, app/assets/stylesheets/icons.css */
.mdi-mailbox-outline::before {
  content: "\f0d8c";
}

/* line 15784, app/assets/stylesheets/icons.css */
.mdi-mailbox-up::before {
  content: "\f0d8d";
}

/* line 15788, app/assets/stylesheets/icons.css */
.mdi-mailbox-up-outline::before {
  content: "\f0d8e";
}

/* line 15792, app/assets/stylesheets/icons.css */
.mdi-manjaro::before {
  content: "\f160a";
}

/* line 15796, app/assets/stylesheets/icons.css */
.mdi-map::before {
  content: "\f034d";
}

/* line 15800, app/assets/stylesheets/icons.css */
.mdi-map-check::before {
  content: "\f0ebc";
}

/* line 15804, app/assets/stylesheets/icons.css */
.mdi-map-check-outline::before {
  content: "\f0ebd";
}

/* line 15808, app/assets/stylesheets/icons.css */
.mdi-map-clock::before {
  content: "\f0d1e";
}

/* line 15812, app/assets/stylesheets/icons.css */
.mdi-map-clock-outline::before {
  content: "\f0d1f";
}

/* line 15816, app/assets/stylesheets/icons.css */
.mdi-map-legend::before {
  content: "\f0a01";
}

/* line 15820, app/assets/stylesheets/icons.css */
.mdi-map-marker::before {
  content: "\f034e";
}

/* line 15824, app/assets/stylesheets/icons.css */
.mdi-map-marker-account::before {
  content: "\f18e3";
}

/* line 15828, app/assets/stylesheets/icons.css */
.mdi-map-marker-account-outline::before {
  content: "\f18e4";
}

/* line 15832, app/assets/stylesheets/icons.css */
.mdi-map-marker-alert::before {
  content: "\f0f05";
}

/* line 15836, app/assets/stylesheets/icons.css */
.mdi-map-marker-alert-outline::before {
  content: "\f0f06";
}

/* line 15840, app/assets/stylesheets/icons.css */
.mdi-map-marker-check::before {
  content: "\f0c95";
}

/* line 15844, app/assets/stylesheets/icons.css */
.mdi-map-marker-check-outline::before {
  content: "\f12fb";
}

/* line 15848, app/assets/stylesheets/icons.css */
.mdi-map-marker-circle::before {
  content: "\f034f";
}

/* line 15852, app/assets/stylesheets/icons.css */
.mdi-map-marker-distance::before {
  content: "\f08f0";
}

/* line 15856, app/assets/stylesheets/icons.css */
.mdi-map-marker-down::before {
  content: "\f1102";
}

/* line 15860, app/assets/stylesheets/icons.css */
.mdi-map-marker-left::before {
  content: "\f12db";
}

/* line 15864, app/assets/stylesheets/icons.css */
.mdi-map-marker-left-outline::before {
  content: "\f12dd";
}

/* line 15868, app/assets/stylesheets/icons.css */
.mdi-map-marker-minus::before {
  content: "\f0650";
}

/* line 15872, app/assets/stylesheets/icons.css */
.mdi-map-marker-minus-outline::before {
  content: "\f12f9";
}

/* line 15876, app/assets/stylesheets/icons.css */
.mdi-map-marker-multiple::before {
  content: "\f0350";
}

/* line 15880, app/assets/stylesheets/icons.css */
.mdi-map-marker-multiple-outline::before {
  content: "\f1277";
}

/* line 15884, app/assets/stylesheets/icons.css */
.mdi-map-marker-off::before {
  content: "\f0351";
}

/* line 15888, app/assets/stylesheets/icons.css */
.mdi-map-marker-off-outline::before {
  content: "\f12fd";
}

/* line 15892, app/assets/stylesheets/icons.css */
.mdi-map-marker-outline::before {
  content: "\f07d9";
}

/* line 15896, app/assets/stylesheets/icons.css */
.mdi-map-marker-path::before {
  content: "\f0d20";
}

/* line 15900, app/assets/stylesheets/icons.css */
.mdi-map-marker-plus::before {
  content: "\f0651";
}

/* line 15904, app/assets/stylesheets/icons.css */
.mdi-map-marker-plus-outline::before {
  content: "\f12f8";
}

/* line 15908, app/assets/stylesheets/icons.css */
.mdi-map-marker-question::before {
  content: "\f0f07";
}

/* line 15912, app/assets/stylesheets/icons.css */
.mdi-map-marker-question-outline::before {
  content: "\f0f08";
}

/* line 15916, app/assets/stylesheets/icons.css */
.mdi-map-marker-radius::before {
  content: "\f0352";
}

/* line 15920, app/assets/stylesheets/icons.css */
.mdi-map-marker-radius-outline::before {
  content: "\f12fc";
}

/* line 15924, app/assets/stylesheets/icons.css */
.mdi-map-marker-remove::before {
  content: "\f0f09";
}

/* line 15928, app/assets/stylesheets/icons.css */
.mdi-map-marker-remove-outline::before {
  content: "\f12fa";
}

/* line 15932, app/assets/stylesheets/icons.css */
.mdi-map-marker-remove-variant::before {
  content: "\f0f0a";
}

/* line 15936, app/assets/stylesheets/icons.css */
.mdi-map-marker-right::before {
  content: "\f12dc";
}

/* line 15940, app/assets/stylesheets/icons.css */
.mdi-map-marker-right-outline::before {
  content: "\f12de";
}

/* line 15944, app/assets/stylesheets/icons.css */
.mdi-map-marker-star::before {
  content: "\f1608";
}

/* line 15948, app/assets/stylesheets/icons.css */
.mdi-map-marker-star-outline::before {
  content: "\f1609";
}

/* line 15952, app/assets/stylesheets/icons.css */
.mdi-map-marker-up::before {
  content: "\f1103";
}

/* line 15956, app/assets/stylesheets/icons.css */
.mdi-map-minus::before {
  content: "\f0981";
}

/* line 15960, app/assets/stylesheets/icons.css */
.mdi-map-outline::before {
  content: "\f0982";
}

/* line 15964, app/assets/stylesheets/icons.css */
.mdi-map-plus::before {
  content: "\f0983";
}

/* line 15968, app/assets/stylesheets/icons.css */
.mdi-map-search::before {
  content: "\f0984";
}

/* line 15972, app/assets/stylesheets/icons.css */
.mdi-map-search-outline::before {
  content: "\f0985";
}

/* line 15976, app/assets/stylesheets/icons.css */
.mdi-mapbox::before {
  content: "\f0baa";
}

/* line 15980, app/assets/stylesheets/icons.css */
.mdi-margin::before {
  content: "\f0353";
}

/* line 15984, app/assets/stylesheets/icons.css */
.mdi-marker::before {
  content: "\f0652";
}

/* line 15988, app/assets/stylesheets/icons.css */
.mdi-marker-cancel::before {
  content: "\f0dd9";
}

/* line 15992, app/assets/stylesheets/icons.css */
.mdi-marker-check::before {
  content: "\f0355";
}

/* line 15996, app/assets/stylesheets/icons.css */
.mdi-mastodon::before {
  content: "\f0ad1";
}

/* line 16000, app/assets/stylesheets/icons.css */
.mdi-material-design::before {
  content: "\f0986";
}

/* line 16004, app/assets/stylesheets/icons.css */
.mdi-material-ui::before {
  content: "\f0357";
}

/* line 16008, app/assets/stylesheets/icons.css */
.mdi-math-compass::before {
  content: "\f0358";
}

/* line 16012, app/assets/stylesheets/icons.css */
.mdi-math-cos::before {
  content: "\f0c96";
}

/* line 16016, app/assets/stylesheets/icons.css */
.mdi-math-integral::before {
  content: "\f0fc8";
}

/* line 16020, app/assets/stylesheets/icons.css */
.mdi-math-integral-box::before {
  content: "\f0fc9";
}

/* line 16024, app/assets/stylesheets/icons.css */
.mdi-math-log::before {
  content: "\f1085";
}

/* line 16028, app/assets/stylesheets/icons.css */
.mdi-math-norm::before {
  content: "\f0fca";
}

/* line 16032, app/assets/stylesheets/icons.css */
.mdi-math-norm-box::before {
  content: "\f0fcb";
}

/* line 16036, app/assets/stylesheets/icons.css */
.mdi-math-sin::before {
  content: "\f0c97";
}

/* line 16040, app/assets/stylesheets/icons.css */
.mdi-math-tan::before {
  content: "\f0c98";
}

/* line 16044, app/assets/stylesheets/icons.css */
.mdi-matrix::before {
  content: "\f0628";
}

/* line 16048, app/assets/stylesheets/icons.css */
.mdi-medal::before {
  content: "\f0987";
}

/* line 16052, app/assets/stylesheets/icons.css */
.mdi-medal-outline::before {
  content: "\f1326";
}

/* line 16056, app/assets/stylesheets/icons.css */
.mdi-medical-bag::before {
  content: "\f06ef";
}

/* line 16060, app/assets/stylesheets/icons.css */
.mdi-meditation::before {
  content: "\f117b";
}

/* line 16064, app/assets/stylesheets/icons.css */
.mdi-memory::before {
  content: "\f035b";
}

/* line 16068, app/assets/stylesheets/icons.css */
.mdi-menorah::before {
  content: "\f17d4";
}

/* line 16072, app/assets/stylesheets/icons.css */
.mdi-menorah-fire::before {
  content: "\f17d5";
}

/* line 16076, app/assets/stylesheets/icons.css */
.mdi-menu::before {
  content: "\f035c";
}

/* line 16080, app/assets/stylesheets/icons.css */
.mdi-menu-down::before {
  content: "\f035d";
}

/* line 16084, app/assets/stylesheets/icons.css */
.mdi-menu-down-outline::before {
  content: "\f06b6";
}

/* line 16088, app/assets/stylesheets/icons.css */
.mdi-menu-left::before {
  content: "\f035e";
}

/* line 16092, app/assets/stylesheets/icons.css */
.mdi-menu-left-outline::before {
  content: "\f0a02";
}

/* line 16096, app/assets/stylesheets/icons.css */
.mdi-menu-open::before {
  content: "\f0bab";
}

/* line 16100, app/assets/stylesheets/icons.css */
.mdi-menu-right::before {
  content: "\f035f";
}

/* line 16104, app/assets/stylesheets/icons.css */
.mdi-menu-right-outline::before {
  content: "\f0a03";
}

/* line 16108, app/assets/stylesheets/icons.css */
.mdi-menu-swap::before {
  content: "\f0a64";
}

/* line 16112, app/assets/stylesheets/icons.css */
.mdi-menu-swap-outline::before {
  content: "\f0a65";
}

/* line 16116, app/assets/stylesheets/icons.css */
.mdi-menu-up::before {
  content: "\f0360";
}

/* line 16120, app/assets/stylesheets/icons.css */
.mdi-menu-up-outline::before {
  content: "\f06b7";
}

/* line 16124, app/assets/stylesheets/icons.css */
.mdi-merge::before {
  content: "\f0f5c";
}

/* line 16128, app/assets/stylesheets/icons.css */
.mdi-message::before {
  content: "\f0361";
}

/* line 16132, app/assets/stylesheets/icons.css */
.mdi-message-alert::before {
  content: "\f0362";
}

/* line 16136, app/assets/stylesheets/icons.css */
.mdi-message-alert-outline::before {
  content: "\f0a04";
}

/* line 16140, app/assets/stylesheets/icons.css */
.mdi-message-arrow-left::before {
  content: "\f12f2";
}

/* line 16144, app/assets/stylesheets/icons.css */
.mdi-message-arrow-left-outline::before {
  content: "\f12f3";
}

/* line 16148, app/assets/stylesheets/icons.css */
.mdi-message-arrow-right::before {
  content: "\f12f4";
}

/* line 16152, app/assets/stylesheets/icons.css */
.mdi-message-arrow-right-outline::before {
  content: "\f12f5";
}

/* line 16156, app/assets/stylesheets/icons.css */
.mdi-message-badge::before {
  content: "\f1941";
}

/* line 16160, app/assets/stylesheets/icons.css */
.mdi-message-badge-outline::before {
  content: "\f1942";
}

/* line 16164, app/assets/stylesheets/icons.css */
.mdi-message-bookmark::before {
  content: "\f15ac";
}

/* line 16168, app/assets/stylesheets/icons.css */
.mdi-message-bookmark-outline::before {
  content: "\f15ad";
}

/* line 16172, app/assets/stylesheets/icons.css */
.mdi-message-bulleted::before {
  content: "\f06a2";
}

/* line 16176, app/assets/stylesheets/icons.css */
.mdi-message-bulleted-off::before {
  content: "\f06a3";
}

/* line 16180, app/assets/stylesheets/icons.css */
.mdi-message-cog::before {
  content: "\f06f1";
}

/* line 16184, app/assets/stylesheets/icons.css */
.mdi-message-cog-outline::before {
  content: "\f1172";
}

/* line 16188, app/assets/stylesheets/icons.css */
.mdi-message-draw::before {
  content: "\f0363";
}

/* line 16192, app/assets/stylesheets/icons.css */
.mdi-message-flash::before {
  content: "\f15a9";
}

/* line 16196, app/assets/stylesheets/icons.css */
.mdi-message-flash-outline::before {
  content: "\f15aa";
}

/* line 16200, app/assets/stylesheets/icons.css */
.mdi-message-image::before {
  content: "\f0364";
}

/* line 16204, app/assets/stylesheets/icons.css */
.mdi-message-image-outline::before {
  content: "\f116c";
}

/* line 16208, app/assets/stylesheets/icons.css */
.mdi-message-lock::before {
  content: "\f0fcc";
}

/* line 16212, app/assets/stylesheets/icons.css */
.mdi-message-lock-outline::before {
  content: "\f116d";
}

/* line 16216, app/assets/stylesheets/icons.css */
.mdi-message-minus::before {
  content: "\f116e";
}

/* line 16220, app/assets/stylesheets/icons.css */
.mdi-message-minus-outline::before {
  content: "\f116f";
}

/* line 16224, app/assets/stylesheets/icons.css */
.mdi-message-off::before {
  content: "\f164d";
}

/* line 16228, app/assets/stylesheets/icons.css */
.mdi-message-off-outline::before {
  content: "\f164e";
}

/* line 16232, app/assets/stylesheets/icons.css */
.mdi-message-outline::before {
  content: "\f0365";
}

/* line 16236, app/assets/stylesheets/icons.css */
.mdi-message-plus::before {
  content: "\f0653";
}

/* line 16240, app/assets/stylesheets/icons.css */
.mdi-message-plus-outline::before {
  content: "\f10bb";
}

/* line 16244, app/assets/stylesheets/icons.css */
.mdi-message-processing::before {
  content: "\f0366";
}

/* line 16248, app/assets/stylesheets/icons.css */
.mdi-message-processing-outline::before {
  content: "\f1170";
}

/* line 16252, app/assets/stylesheets/icons.css */
.mdi-message-question::before {
  content: "\f173a";
}

/* line 16256, app/assets/stylesheets/icons.css */
.mdi-message-question-outline::before {
  content: "\f173b";
}

/* line 16260, app/assets/stylesheets/icons.css */
.mdi-message-reply::before {
  content: "\f0367";
}

/* line 16264, app/assets/stylesheets/icons.css */
.mdi-message-reply-outline::before {
  content: "\f173d";
}

/* line 16268, app/assets/stylesheets/icons.css */
.mdi-message-reply-text::before {
  content: "\f0368";
}

/* line 16272, app/assets/stylesheets/icons.css */
.mdi-message-reply-text-outline::before {
  content: "\f173e";
}

/* line 16276, app/assets/stylesheets/icons.css */
.mdi-message-settings::before {
  content: "\f06f0";
}

/* line 16280, app/assets/stylesheets/icons.css */
.mdi-message-settings-outline::before {
  content: "\f1171";
}

/* line 16284, app/assets/stylesheets/icons.css */
.mdi-message-star::before {
  content: "\f069a";
}

/* line 16288, app/assets/stylesheets/icons.css */
.mdi-message-star-outline::before {
  content: "\f1250";
}

/* line 16292, app/assets/stylesheets/icons.css */
.mdi-message-text::before {
  content: "\f0369";
}

/* line 16296, app/assets/stylesheets/icons.css */
.mdi-message-text-clock::before {
  content: "\f1173";
}

/* line 16300, app/assets/stylesheets/icons.css */
.mdi-message-text-clock-outline::before {
  content: "\f1174";
}

/* line 16304, app/assets/stylesheets/icons.css */
.mdi-message-text-lock::before {
  content: "\f0fcd";
}

/* line 16308, app/assets/stylesheets/icons.css */
.mdi-message-text-lock-outline::before {
  content: "\f1175";
}

/* line 16312, app/assets/stylesheets/icons.css */
.mdi-message-text-outline::before {
  content: "\f036a";
}

/* line 16316, app/assets/stylesheets/icons.css */
.mdi-message-video::before {
  content: "\f036b";
}

/* line 16320, app/assets/stylesheets/icons.css */
.mdi-meteor::before {
  content: "\f0629";
}

/* line 16324, app/assets/stylesheets/icons.css */
.mdi-metronome::before {
  content: "\f07da";
}

/* line 16328, app/assets/stylesheets/icons.css */
.mdi-metronome-tick::before {
  content: "\f07db";
}

/* line 16332, app/assets/stylesheets/icons.css */
.mdi-micro-sd::before {
  content: "\f07dc";
}

/* line 16336, app/assets/stylesheets/icons.css */
.mdi-microphone::before {
  content: "\f036c";
}

/* line 16340, app/assets/stylesheets/icons.css */
.mdi-microphone-minus::before {
  content: "\f08b3";
}

/* line 16344, app/assets/stylesheets/icons.css */
.mdi-microphone-off::before {
  content: "\f036d";
}

/* line 16348, app/assets/stylesheets/icons.css */
.mdi-microphone-outline::before {
  content: "\f036e";
}

/* line 16352, app/assets/stylesheets/icons.css */
.mdi-microphone-plus::before {
  content: "\f08b4";
}

/* line 16356, app/assets/stylesheets/icons.css */
.mdi-microphone-question::before {
  content: "\f1989";
}

/* line 16360, app/assets/stylesheets/icons.css */
.mdi-microphone-question-outline::before {
  content: "\f198a";
}

/* line 16364, app/assets/stylesheets/icons.css */
.mdi-microphone-settings::before {
  content: "\f036f";
}

/* line 16368, app/assets/stylesheets/icons.css */
.mdi-microphone-variant::before {
  content: "\f0370";
}

/* line 16372, app/assets/stylesheets/icons.css */
.mdi-microphone-variant-off::before {
  content: "\f0371";
}

/* line 16376, app/assets/stylesheets/icons.css */
.mdi-microscope::before {
  content: "\f0654";
}

/* line 16380, app/assets/stylesheets/icons.css */
.mdi-microsoft::before {
  content: "\f0372";
}

/* line 16384, app/assets/stylesheets/icons.css */
.mdi-microsoft-access::before {
  content: "\f138e";
}

/* line 16388, app/assets/stylesheets/icons.css */
.mdi-microsoft-azure::before {
  content: "\f0805";
}

/* line 16392, app/assets/stylesheets/icons.css */
.mdi-microsoft-azure-devops::before {
  content: "\f0fd5";
}

/* line 16396, app/assets/stylesheets/icons.css */
.mdi-microsoft-bing::before {
  content: "\f00a4";
}

/* line 16400, app/assets/stylesheets/icons.css */
.mdi-microsoft-dynamics-365::before {
  content: "\f0988";
}

/* line 16404, app/assets/stylesheets/icons.css */
.mdi-microsoft-edge::before {
  content: "\f01e9";
}

/* line 16408, app/assets/stylesheets/icons.css */
.mdi-microsoft-excel::before {
  content: "\f138f";
}

/* line 16412, app/assets/stylesheets/icons.css */
.mdi-microsoft-internet-explorer::before {
  content: "\f0300";
}

/* line 16416, app/assets/stylesheets/icons.css */
.mdi-microsoft-office::before {
  content: "\f03c6";
}

/* line 16420, app/assets/stylesheets/icons.css */
.mdi-microsoft-onedrive::before {
  content: "\f03ca";
}

/* line 16424, app/assets/stylesheets/icons.css */
.mdi-microsoft-onenote::before {
  content: "\f0747";
}

/* line 16428, app/assets/stylesheets/icons.css */
.mdi-microsoft-outlook::before {
  content: "\f0d22";
}

/* line 16432, app/assets/stylesheets/icons.css */
.mdi-microsoft-powerpoint::before {
  content: "\f1390";
}

/* line 16436, app/assets/stylesheets/icons.css */
.mdi-microsoft-sharepoint::before {
  content: "\f1391";
}

/* line 16440, app/assets/stylesheets/icons.css */
.mdi-microsoft-teams::before {
  content: "\f02bb";
}

/* line 16444, app/assets/stylesheets/icons.css */
.mdi-microsoft-visual-studio::before {
  content: "\f0610";
}

/* line 16448, app/assets/stylesheets/icons.css */
.mdi-microsoft-visual-studio-code::before {
  content: "\f0a1e";
}

/* line 16452, app/assets/stylesheets/icons.css */
.mdi-microsoft-windows::before {
  content: "\f05b3";
}

/* line 16456, app/assets/stylesheets/icons.css */
.mdi-microsoft-windows-classic::before {
  content: "\f0a21";
}

/* line 16460, app/assets/stylesheets/icons.css */
.mdi-microsoft-word::before {
  content: "\f1392";
}

/* line 16464, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox::before {
  content: "\f05b9";
}

/* line 16468, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller::before {
  content: "\f05ba";
}

/* line 16472, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-alert::before {
  content: "\f074b";
}

/* line 16476, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-charging::before {
  content: "\f0a22";
}

/* line 16480, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-empty::before {
  content: "\f074c";
}

/* line 16484, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-full::before {
  content: "\f074d";
}

/* line 16488, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-low::before {
  content: "\f074e";
}

/* line 16492, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-medium::before {
  content: "\f074f";
}

/* line 16496, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-battery-unknown::before {
  content: "\f0750";
}

/* line 16500, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-menu::before {
  content: "\f0e6f";
}

/* line 16504, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-off::before {
  content: "\f05bb";
}

/* line 16508, app/assets/stylesheets/icons.css */
.mdi-microsoft-xbox-controller-view::before {
  content: "\f0e70";
}

/* line 16512, app/assets/stylesheets/icons.css */
.mdi-microwave::before {
  content: "\f0c99";
}

/* line 16516, app/assets/stylesheets/icons.css */
.mdi-microwave-off::before {
  content: "\f1423";
}

/* line 16520, app/assets/stylesheets/icons.css */
.mdi-middleware::before {
  content: "\f0f5d";
}

/* line 16524, app/assets/stylesheets/icons.css */
.mdi-middleware-outline::before {
  content: "\f0f5e";
}

/* line 16528, app/assets/stylesheets/icons.css */
.mdi-midi::before {
  content: "\f08f1";
}

/* line 16532, app/assets/stylesheets/icons.css */
.mdi-midi-port::before {
  content: "\f08f2";
}

/* line 16536, app/assets/stylesheets/icons.css */
.mdi-mine::before {
  content: "\f0dda";
}

/* line 16540, app/assets/stylesheets/icons.css */
.mdi-minecraft::before {
  content: "\f0373";
}

/* line 16544, app/assets/stylesheets/icons.css */
.mdi-mini-sd::before {
  content: "\f0a05";
}

/* line 16548, app/assets/stylesheets/icons.css */
.mdi-minidisc::before {
  content: "\f0a06";
}

/* line 16552, app/assets/stylesheets/icons.css */
.mdi-minus::before {
  content: "\f0374";
}

/* line 16556, app/assets/stylesheets/icons.css */
.mdi-minus-box::before {
  content: "\f0375";
}

/* line 16560, app/assets/stylesheets/icons.css */
.mdi-minus-box-multiple::before {
  content: "\f1141";
}

/* line 16564, app/assets/stylesheets/icons.css */
.mdi-minus-box-multiple-outline::before {
  content: "\f1142";
}

/* line 16568, app/assets/stylesheets/icons.css */
.mdi-minus-box-outline::before {
  content: "\f06f2";
}

/* line 16572, app/assets/stylesheets/icons.css */
.mdi-minus-circle::before {
  content: "\f0376";
}

/* line 16576, app/assets/stylesheets/icons.css */
.mdi-minus-circle-multiple::before {
  content: "\f035a";
}

/* line 16580, app/assets/stylesheets/icons.css */
.mdi-minus-circle-multiple-outline::before {
  content: "\f0ad3";
}

/* line 16584, app/assets/stylesheets/icons.css */
.mdi-minus-circle-off::before {
  content: "\f1459";
}

/* line 16588, app/assets/stylesheets/icons.css */
.mdi-minus-circle-off-outline::before {
  content: "\f145a";
}

/* line 16592, app/assets/stylesheets/icons.css */
.mdi-minus-circle-outline::before {
  content: "\f0377";
}

/* line 16596, app/assets/stylesheets/icons.css */
.mdi-minus-network::before {
  content: "\f0378";
}

/* line 16600, app/assets/stylesheets/icons.css */
.mdi-minus-network-outline::before {
  content: "\f0c9a";
}

/* line 16604, app/assets/stylesheets/icons.css */
.mdi-minus-thick::before {
  content: "\f1639";
}

/* line 16608, app/assets/stylesheets/icons.css */
.mdi-mirror::before {
  content: "\f11fd";
}

/* line 16612, app/assets/stylesheets/icons.css */
.mdi-mirror-rectangle::before {
  content: "\f179f";
}

/* line 16616, app/assets/stylesheets/icons.css */
.mdi-mirror-variant::before {
  content: "\f17a0";
}

/* line 16620, app/assets/stylesheets/icons.css */
.mdi-mixed-martial-arts::before {
  content: "\f0d8f";
}

/* line 16624, app/assets/stylesheets/icons.css */
.mdi-mixed-reality::before {
  content: "\f087f";
}

/* line 16628, app/assets/stylesheets/icons.css */
.mdi-molecule::before {
  content: "\f0bac";
}

/* line 16632, app/assets/stylesheets/icons.css */
.mdi-molecule-co::before {
  content: "\f12fe";
}

/* line 16636, app/assets/stylesheets/icons.css */
.mdi-molecule-co2::before {
  content: "\f07e4";
}

/* line 16640, app/assets/stylesheets/icons.css */
.mdi-monitor::before {
  content: "\f0379";
}

/* line 16644, app/assets/stylesheets/icons.css */
.mdi-monitor-cellphone::before {
  content: "\f0989";
}

/* line 16648, app/assets/stylesheets/icons.css */
.mdi-monitor-cellphone-star::before {
  content: "\f098a";
}

/* line 16652, app/assets/stylesheets/icons.css */
.mdi-monitor-dashboard::before {
  content: "\f0a07";
}

/* line 16656, app/assets/stylesheets/icons.css */
.mdi-monitor-edit::before {
  content: "\f12c6";
}

/* line 16660, app/assets/stylesheets/icons.css */
.mdi-monitor-eye::before {
  content: "\f13b4";
}

/* line 16664, app/assets/stylesheets/icons.css */
.mdi-monitor-lock::before {
  content: "\f0ddb";
}

/* line 16668, app/assets/stylesheets/icons.css */
.mdi-monitor-multiple::before {
  content: "\f037a";
}

/* line 16672, app/assets/stylesheets/icons.css */
.mdi-monitor-off::before {
  content: "\f0d90";
}

/* line 16676, app/assets/stylesheets/icons.css */
.mdi-monitor-screenshot::before {
  content: "\f0e51";
}

/* line 16680, app/assets/stylesheets/icons.css */
.mdi-monitor-share::before {
  content: "\f1483";
}

/* line 16684, app/assets/stylesheets/icons.css */
.mdi-monitor-shimmer::before {
  content: "\f1104";
}

/* line 16688, app/assets/stylesheets/icons.css */
.mdi-monitor-small::before {
  content: "\f1876";
}

/* line 16692, app/assets/stylesheets/icons.css */
.mdi-monitor-speaker::before {
  content: "\f0f5f";
}

/* line 16696, app/assets/stylesheets/icons.css */
.mdi-monitor-speaker-off::before {
  content: "\f0f60";
}

/* line 16700, app/assets/stylesheets/icons.css */
.mdi-monitor-star::before {
  content: "\f0ddc";
}

/* line 16704, app/assets/stylesheets/icons.css */
.mdi-moon-first-quarter::before {
  content: "\f0f61";
}

/* line 16708, app/assets/stylesheets/icons.css */
.mdi-moon-full::before {
  content: "\f0f62";
}

/* line 16712, app/assets/stylesheets/icons.css */
.mdi-moon-last-quarter::before {
  content: "\f0f63";
}

/* line 16716, app/assets/stylesheets/icons.css */
.mdi-moon-new::before {
  content: "\f0f64";
}

/* line 16720, app/assets/stylesheets/icons.css */
.mdi-moon-waning-crescent::before {
  content: "\f0f65";
}

/* line 16724, app/assets/stylesheets/icons.css */
.mdi-moon-waning-gibbous::before {
  content: "\f0f66";
}

/* line 16728, app/assets/stylesheets/icons.css */
.mdi-moon-waxing-crescent::before {
  content: "\f0f67";
}

/* line 16732, app/assets/stylesheets/icons.css */
.mdi-moon-waxing-gibbous::before {
  content: "\f0f68";
}

/* line 16736, app/assets/stylesheets/icons.css */
.mdi-moped::before {
  content: "\f1086";
}

/* line 16740, app/assets/stylesheets/icons.css */
.mdi-moped-electric::before {
  content: "\f15b7";
}

/* line 16744, app/assets/stylesheets/icons.css */
.mdi-moped-electric-outline::before {
  content: "\f15b8";
}

/* line 16748, app/assets/stylesheets/icons.css */
.mdi-moped-outline::before {
  content: "\f15b9";
}

/* line 16752, app/assets/stylesheets/icons.css */
.mdi-more::before {
  content: "\f037b";
}

/* line 16756, app/assets/stylesheets/icons.css */
.mdi-mortar-pestle::before {
  content: "\f1748";
}

/* line 16760, app/assets/stylesheets/icons.css */
.mdi-mortar-pestle-plus::before {
  content: "\f03f1";
}

/* line 16764, app/assets/stylesheets/icons.css */
.mdi-mosque::before {
  content: "\f1827";
}

/* line 16768, app/assets/stylesheets/icons.css */
.mdi-mother-heart::before {
  content: "\f1314";
}

/* line 16772, app/assets/stylesheets/icons.css */
.mdi-mother-nurse::before {
  content: "\f0d21";
}

/* line 16776, app/assets/stylesheets/icons.css */
.mdi-motion::before {
  content: "\f15b2";
}

/* line 16780, app/assets/stylesheets/icons.css */
.mdi-motion-outline::before {
  content: "\f15b3";
}

/* line 16784, app/assets/stylesheets/icons.css */
.mdi-motion-pause::before {
  content: "\f1590";
}

/* line 16788, app/assets/stylesheets/icons.css */
.mdi-motion-pause-outline::before {
  content: "\f1592";
}

/* line 16792, app/assets/stylesheets/icons.css */
.mdi-motion-play::before {
  content: "\f158f";
}

/* line 16796, app/assets/stylesheets/icons.css */
.mdi-motion-play-outline::before {
  content: "\f1591";
}

/* line 16800, app/assets/stylesheets/icons.css */
.mdi-motion-sensor::before {
  content: "\f0d91";
}

/* line 16804, app/assets/stylesheets/icons.css */
.mdi-motion-sensor-off::before {
  content: "\f1435";
}

/* line 16808, app/assets/stylesheets/icons.css */
.mdi-motorbike::before {
  content: "\f037c";
}

/* line 16812, app/assets/stylesheets/icons.css */
.mdi-motorbike-electric::before {
  content: "\f15ba";
}

/* line 16816, app/assets/stylesheets/icons.css */
.mdi-mouse::before {
  content: "\f037d";
}

/* line 16820, app/assets/stylesheets/icons.css */
.mdi-mouse-bluetooth::before {
  content: "\f098b";
}

/* line 16824, app/assets/stylesheets/icons.css */
.mdi-mouse-move-down::before {
  content: "\f1550";
}

/* line 16828, app/assets/stylesheets/icons.css */
.mdi-mouse-move-up::before {
  content: "\f1551";
}

/* line 16832, app/assets/stylesheets/icons.css */
.mdi-mouse-move-vertical::before {
  content: "\f1552";
}

/* line 16836, app/assets/stylesheets/icons.css */
.mdi-mouse-off::before {
  content: "\f037e";
}

/* line 16840, app/assets/stylesheets/icons.css */
.mdi-mouse-variant::before {
  content: "\f037f";
}

/* line 16844, app/assets/stylesheets/icons.css */
.mdi-mouse-variant-off::before {
  content: "\f0380";
}

/* line 16848, app/assets/stylesheets/icons.css */
.mdi-move-resize::before {
  content: "\f0655";
}

/* line 16852, app/assets/stylesheets/icons.css */
.mdi-move-resize-variant::before {
  content: "\f0656";
}

/* line 16856, app/assets/stylesheets/icons.css */
.mdi-movie::before {
  content: "\f0381";
}

/* line 16860, app/assets/stylesheets/icons.css */
.mdi-movie-check::before {
  content: "\f16f3";
}

/* line 16864, app/assets/stylesheets/icons.css */
.mdi-movie-check-outline::before {
  content: "\f16f4";
}

/* line 16868, app/assets/stylesheets/icons.css */
.mdi-movie-cog::before {
  content: "\f16f5";
}

/* line 16872, app/assets/stylesheets/icons.css */
.mdi-movie-cog-outline::before {
  content: "\f16f6";
}

/* line 16876, app/assets/stylesheets/icons.css */
.mdi-movie-edit::before {
  content: "\f1122";
}

/* line 16880, app/assets/stylesheets/icons.css */
.mdi-movie-edit-outline::before {
  content: "\f1123";
}

/* line 16884, app/assets/stylesheets/icons.css */
.mdi-movie-filter::before {
  content: "\f1124";
}

/* line 16888, app/assets/stylesheets/icons.css */
.mdi-movie-filter-outline::before {
  content: "\f1125";
}

/* line 16892, app/assets/stylesheets/icons.css */
.mdi-movie-minus::before {
  content: "\f16f7";
}

/* line 16896, app/assets/stylesheets/icons.css */
.mdi-movie-minus-outline::before {
  content: "\f16f8";
}

/* line 16900, app/assets/stylesheets/icons.css */
.mdi-movie-off::before {
  content: "\f16f9";
}

/* line 16904, app/assets/stylesheets/icons.css */
.mdi-movie-off-outline::before {
  content: "\f16fa";
}

/* line 16908, app/assets/stylesheets/icons.css */
.mdi-movie-open::before {
  content: "\f0fce";
}

/* line 16912, app/assets/stylesheets/icons.css */
.mdi-movie-open-check::before {
  content: "\f16fb";
}

/* line 16916, app/assets/stylesheets/icons.css */
.mdi-movie-open-check-outline::before {
  content: "\f16fc";
}

/* line 16920, app/assets/stylesheets/icons.css */
.mdi-movie-open-cog::before {
  content: "\f16fd";
}

/* line 16924, app/assets/stylesheets/icons.css */
.mdi-movie-open-cog-outline::before {
  content: "\f16fe";
}

/* line 16928, app/assets/stylesheets/icons.css */
.mdi-movie-open-edit::before {
  content: "\f16ff";
}

/* line 16932, app/assets/stylesheets/icons.css */
.mdi-movie-open-edit-outline::before {
  content: "\f1700";
}

/* line 16936, app/assets/stylesheets/icons.css */
.mdi-movie-open-minus::before {
  content: "\f1701";
}

/* line 16940, app/assets/stylesheets/icons.css */
.mdi-movie-open-minus-outline::before {
  content: "\f1702";
}

/* line 16944, app/assets/stylesheets/icons.css */
.mdi-movie-open-off::before {
  content: "\f1703";
}

/* line 16948, app/assets/stylesheets/icons.css */
.mdi-movie-open-off-outline::before {
  content: "\f1704";
}

/* line 16952, app/assets/stylesheets/icons.css */
.mdi-movie-open-outline::before {
  content: "\f0fcf";
}

/* line 16956, app/assets/stylesheets/icons.css */
.mdi-movie-open-play::before {
  content: "\f1705";
}

/* line 16960, app/assets/stylesheets/icons.css */
.mdi-movie-open-play-outline::before {
  content: "\f1706";
}

/* line 16964, app/assets/stylesheets/icons.css */
.mdi-movie-open-plus::before {
  content: "\f1707";
}

/* line 16968, app/assets/stylesheets/icons.css */
.mdi-movie-open-plus-outline::before {
  content: "\f1708";
}

/* line 16972, app/assets/stylesheets/icons.css */
.mdi-movie-open-remove::before {
  content: "\f1709";
}

/* line 16976, app/assets/stylesheets/icons.css */
.mdi-movie-open-remove-outline::before {
  content: "\f170a";
}

/* line 16980, app/assets/stylesheets/icons.css */
.mdi-movie-open-settings::before {
  content: "\f170b";
}

/* line 16984, app/assets/stylesheets/icons.css */
.mdi-movie-open-settings-outline::before {
  content: "\f170c";
}

/* line 16988, app/assets/stylesheets/icons.css */
.mdi-movie-open-star::before {
  content: "\f170d";
}

/* line 16992, app/assets/stylesheets/icons.css */
.mdi-movie-open-star-outline::before {
  content: "\f170e";
}

/* line 16996, app/assets/stylesheets/icons.css */
.mdi-movie-outline::before {
  content: "\f0ddd";
}

/* line 17000, app/assets/stylesheets/icons.css */
.mdi-movie-play::before {
  content: "\f170f";
}

/* line 17004, app/assets/stylesheets/icons.css */
.mdi-movie-play-outline::before {
  content: "\f1710";
}

/* line 17008, app/assets/stylesheets/icons.css */
.mdi-movie-plus::before {
  content: "\f1711";
}

/* line 17012, app/assets/stylesheets/icons.css */
.mdi-movie-plus-outline::before {
  content: "\f1712";
}

/* line 17016, app/assets/stylesheets/icons.css */
.mdi-movie-remove::before {
  content: "\f1713";
}

/* line 17020, app/assets/stylesheets/icons.css */
.mdi-movie-remove-outline::before {
  content: "\f1714";
}

/* line 17024, app/assets/stylesheets/icons.css */
.mdi-movie-roll::before {
  content: "\f07de";
}

/* line 17028, app/assets/stylesheets/icons.css */
.mdi-movie-search::before {
  content: "\f11d2";
}

/* line 17032, app/assets/stylesheets/icons.css */
.mdi-movie-search-outline::before {
  content: "\f11d3";
}

/* line 17036, app/assets/stylesheets/icons.css */
.mdi-movie-settings::before {
  content: "\f1715";
}

/* line 17040, app/assets/stylesheets/icons.css */
.mdi-movie-settings-outline::before {
  content: "\f1716";
}

/* line 17044, app/assets/stylesheets/icons.css */
.mdi-movie-star::before {
  content: "\f1717";
}

/* line 17048, app/assets/stylesheets/icons.css */
.mdi-movie-star-outline::before {
  content: "\f1718";
}

/* line 17052, app/assets/stylesheets/icons.css */
.mdi-mower::before {
  content: "\f166f";
}

/* line 17056, app/assets/stylesheets/icons.css */
.mdi-mower-bag::before {
  content: "\f1670";
}

/* line 17060, app/assets/stylesheets/icons.css */
.mdi-muffin::before {
  content: "\f098c";
}

/* line 17064, app/assets/stylesheets/icons.css */
.mdi-multicast::before {
  content: "\f1893";
}

/* line 17068, app/assets/stylesheets/icons.css */
.mdi-multiplication::before {
  content: "\f0382";
}

/* line 17072, app/assets/stylesheets/icons.css */
.mdi-multiplication-box::before {
  content: "\f0383";
}

/* line 17076, app/assets/stylesheets/icons.css */
.mdi-mushroom::before {
  content: "\f07df";
}

/* line 17080, app/assets/stylesheets/icons.css */
.mdi-mushroom-off::before {
  content: "\f13fa";
}

/* line 17084, app/assets/stylesheets/icons.css */
.mdi-mushroom-off-outline::before {
  content: "\f13fb";
}

/* line 17088, app/assets/stylesheets/icons.css */
.mdi-mushroom-outline::before {
  content: "\f07e0";
}

/* line 17092, app/assets/stylesheets/icons.css */
.mdi-music::before {
  content: "\f075a";
}

/* line 17096, app/assets/stylesheets/icons.css */
.mdi-music-accidental-double-flat::before {
  content: "\f0f69";
}

/* line 17100, app/assets/stylesheets/icons.css */
.mdi-music-accidental-double-sharp::before {
  content: "\f0f6a";
}

/* line 17104, app/assets/stylesheets/icons.css */
.mdi-music-accidental-flat::before {
  content: "\f0f6b";
}

/* line 17108, app/assets/stylesheets/icons.css */
.mdi-music-accidental-natural::before {
  content: "\f0f6c";
}

/* line 17112, app/assets/stylesheets/icons.css */
.mdi-music-accidental-sharp::before {
  content: "\f0f6d";
}

/* line 17116, app/assets/stylesheets/icons.css */
.mdi-music-box::before {
  content: "\f0384";
}

/* line 17120, app/assets/stylesheets/icons.css */
.mdi-music-box-multiple::before {
  content: "\f0333";
}

/* line 17124, app/assets/stylesheets/icons.css */
.mdi-music-box-multiple-outline::before {
  content: "\f0f04";
}

/* line 17128, app/assets/stylesheets/icons.css */
.mdi-music-box-outline::before {
  content: "\f0385";
}

/* line 17132, app/assets/stylesheets/icons.css */
.mdi-music-circle::before {
  content: "\f0386";
}

/* line 17136, app/assets/stylesheets/icons.css */
.mdi-music-circle-outline::before {
  content: "\f0ad4";
}

/* line 17140, app/assets/stylesheets/icons.css */
.mdi-music-clef-alto::before {
  content: "\f0f6e";
}

/* line 17144, app/assets/stylesheets/icons.css */
.mdi-music-clef-bass::before {
  content: "\f0f6f";
}

/* line 17148, app/assets/stylesheets/icons.css */
.mdi-music-clef-treble::before {
  content: "\f0f70";
}

/* line 17152, app/assets/stylesheets/icons.css */
.mdi-music-note::before {
  content: "\f0387";
}

/* line 17156, app/assets/stylesheets/icons.css */
.mdi-music-note-bluetooth::before {
  content: "\f05fe";
}

/* line 17160, app/assets/stylesheets/icons.css */
.mdi-music-note-bluetooth-off::before {
  content: "\f05ff";
}

/* line 17164, app/assets/stylesheets/icons.css */
.mdi-music-note-eighth::before {
  content: "\f0388";
}

/* line 17168, app/assets/stylesheets/icons.css */
.mdi-music-note-eighth-dotted::before {
  content: "\f0f71";
}

/* line 17172, app/assets/stylesheets/icons.css */
.mdi-music-note-half::before {
  content: "\f0389";
}

/* line 17176, app/assets/stylesheets/icons.css */
.mdi-music-note-half-dotted::before {
  content: "\f0f72";
}

/* line 17180, app/assets/stylesheets/icons.css */
.mdi-music-note-off::before {
  content: "\f038a";
}

/* line 17184, app/assets/stylesheets/icons.css */
.mdi-music-note-off-outline::before {
  content: "\f0f73";
}

/* line 17188, app/assets/stylesheets/icons.css */
.mdi-music-note-outline::before {
  content: "\f0f74";
}

/* line 17192, app/assets/stylesheets/icons.css */
.mdi-music-note-plus::before {
  content: "\f0dde";
}

/* line 17196, app/assets/stylesheets/icons.css */
.mdi-music-note-quarter::before {
  content: "\f038b";
}

/* line 17200, app/assets/stylesheets/icons.css */
.mdi-music-note-quarter-dotted::before {
  content: "\f0f75";
}

/* line 17204, app/assets/stylesheets/icons.css */
.mdi-music-note-sixteenth::before {
  content: "\f038c";
}

/* line 17208, app/assets/stylesheets/icons.css */
.mdi-music-note-sixteenth-dotted::before {
  content: "\f0f76";
}

/* line 17212, app/assets/stylesheets/icons.css */
.mdi-music-note-whole::before {
  content: "\f038d";
}

/* line 17216, app/assets/stylesheets/icons.css */
.mdi-music-note-whole-dotted::before {
  content: "\f0f77";
}

/* line 17220, app/assets/stylesheets/icons.css */
.mdi-music-off::before {
  content: "\f075b";
}

/* line 17224, app/assets/stylesheets/icons.css */
.mdi-music-rest-eighth::before {
  content: "\f0f78";
}

/* line 17228, app/assets/stylesheets/icons.css */
.mdi-music-rest-half::before {
  content: "\f0f79";
}

/* line 17232, app/assets/stylesheets/icons.css */
.mdi-music-rest-quarter::before {
  content: "\f0f7a";
}

/* line 17236, app/assets/stylesheets/icons.css */
.mdi-music-rest-sixteenth::before {
  content: "\f0f7b";
}

/* line 17240, app/assets/stylesheets/icons.css */
.mdi-music-rest-whole::before {
  content: "\f0f7c";
}

/* line 17244, app/assets/stylesheets/icons.css */
.mdi-mustache::before {
  content: "\f15de";
}

/* line 17248, app/assets/stylesheets/icons.css */
.mdi-nail::before {
  content: "\f0ddf";
}

/* line 17252, app/assets/stylesheets/icons.css */
.mdi-nas::before {
  content: "\f08f3";
}

/* line 17256, app/assets/stylesheets/icons.css */
.mdi-nativescript::before {
  content: "\f0880";
}

/* line 17260, app/assets/stylesheets/icons.css */
.mdi-nature::before {
  content: "\f038e";
}

/* line 17264, app/assets/stylesheets/icons.css */
.mdi-nature-people::before {
  content: "\f038f";
}

/* line 17268, app/assets/stylesheets/icons.css */
.mdi-navigation::before {
  content: "\f0390";
}

/* line 17272, app/assets/stylesheets/icons.css */
.mdi-navigation-outline::before {
  content: "\f1607";
}

/* line 17276, app/assets/stylesheets/icons.css */
.mdi-navigation-variant::before {
  content: "\f18f0";
}

/* line 17280, app/assets/stylesheets/icons.css */
.mdi-navigation-variant-outline::before {
  content: "\f18f1";
}

/* line 17284, app/assets/stylesheets/icons.css */
.mdi-near-me::before {
  content: "\f05cd";
}

/* line 17288, app/assets/stylesheets/icons.css */
.mdi-necklace::before {
  content: "\f0f0b";
}

/* line 17292, app/assets/stylesheets/icons.css */
.mdi-needle::before {
  content: "\f0391";
}

/* line 17296, app/assets/stylesheets/icons.css */
.mdi-netflix::before {
  content: "\f0746";
}

/* line 17300, app/assets/stylesheets/icons.css */
.mdi-network::before {
  content: "\f06f3";
}

/* line 17304, app/assets/stylesheets/icons.css */
.mdi-network-off::before {
  content: "\f0c9b";
}

/* line 17308, app/assets/stylesheets/icons.css */
.mdi-network-off-outline::before {
  content: "\f0c9c";
}

/* line 17312, app/assets/stylesheets/icons.css */
.mdi-network-outline::before {
  content: "\f0c9d";
}

/* line 17316, app/assets/stylesheets/icons.css */
.mdi-network-strength-1::before {
  content: "\f08f4";
}

/* line 17320, app/assets/stylesheets/icons.css */
.mdi-network-strength-1-alert::before {
  content: "\f08f5";
}

/* line 17324, app/assets/stylesheets/icons.css */
.mdi-network-strength-2::before {
  content: "\f08f6";
}

/* line 17328, app/assets/stylesheets/icons.css */
.mdi-network-strength-2-alert::before {
  content: "\f08f7";
}

/* line 17332, app/assets/stylesheets/icons.css */
.mdi-network-strength-3::before {
  content: "\f08f8";
}

/* line 17336, app/assets/stylesheets/icons.css */
.mdi-network-strength-3-alert::before {
  content: "\f08f9";
}

/* line 17340, app/assets/stylesheets/icons.css */
.mdi-network-strength-4::before {
  content: "\f08fa";
}

/* line 17344, app/assets/stylesheets/icons.css */
.mdi-network-strength-4-alert::before {
  content: "\f08fb";
}

/* line 17348, app/assets/stylesheets/icons.css */
.mdi-network-strength-4-cog::before {
  content: "\f191a";
}

/* line 17352, app/assets/stylesheets/icons.css */
.mdi-network-strength-off::before {
  content: "\f08fc";
}

/* line 17356, app/assets/stylesheets/icons.css */
.mdi-network-strength-off-outline::before {
  content: "\f08fd";
}

/* line 17360, app/assets/stylesheets/icons.css */
.mdi-network-strength-outline::before {
  content: "\f08fe";
}

/* line 17364, app/assets/stylesheets/icons.css */
.mdi-new-box::before {
  content: "\f0394";
}

/* line 17368, app/assets/stylesheets/icons.css */
.mdi-newspaper::before {
  content: "\f0395";
}

/* line 17372, app/assets/stylesheets/icons.css */
.mdi-newspaper-check::before {
  content: "\f1943";
}

/* line 17376, app/assets/stylesheets/icons.css */
.mdi-newspaper-minus::before {
  content: "\f0f0c";
}

/* line 17380, app/assets/stylesheets/icons.css */
.mdi-newspaper-plus::before {
  content: "\f0f0d";
}

/* line 17384, app/assets/stylesheets/icons.css */
.mdi-newspaper-remove::before {
  content: "\f1944";
}

/* line 17388, app/assets/stylesheets/icons.css */
.mdi-newspaper-variant::before {
  content: "\f1001";
}

/* line 17392, app/assets/stylesheets/icons.css */
.mdi-newspaper-variant-multiple::before {
  content: "\f1002";
}

/* line 17396, app/assets/stylesheets/icons.css */
.mdi-newspaper-variant-multiple-outline::before {
  content: "\f1003";
}

/* line 17400, app/assets/stylesheets/icons.css */
.mdi-newspaper-variant-outline::before {
  content: "\f1004";
}

/* line 17404, app/assets/stylesheets/icons.css */
.mdi-nfc::before {
  content: "\f0396";
}

/* line 17408, app/assets/stylesheets/icons.css */
.mdi-nfc-search-variant::before {
  content: "\f0e53";
}

/* line 17412, app/assets/stylesheets/icons.css */
.mdi-nfc-tap::before {
  content: "\f0397";
}

/* line 17416, app/assets/stylesheets/icons.css */
.mdi-nfc-variant::before {
  content: "\f0398";
}

/* line 17420, app/assets/stylesheets/icons.css */
.mdi-nfc-variant-off::before {
  content: "\f0e54";
}

/* line 17424, app/assets/stylesheets/icons.css */
.mdi-ninja::before {
  content: "\f0774";
}

/* line 17428, app/assets/stylesheets/icons.css */
.mdi-nintendo-game-boy::before {
  content: "\f1393";
}

/* line 17432, app/assets/stylesheets/icons.css */
.mdi-nintendo-switch::before {
  content: "\f07e1";
}

/* line 17436, app/assets/stylesheets/icons.css */
.mdi-nintendo-wii::before {
  content: "\f05ab";
}

/* line 17440, app/assets/stylesheets/icons.css */
.mdi-nintendo-wiiu::before {
  content: "\f072d";
}

/* line 17444, app/assets/stylesheets/icons.css */
.mdi-nix::before {
  content: "\f1105";
}

/* line 17448, app/assets/stylesheets/icons.css */
.mdi-nodejs::before {
  content: "\f0399";
}

/* line 17452, app/assets/stylesheets/icons.css */
.mdi-noodles::before {
  content: "\f117e";
}

/* line 17456, app/assets/stylesheets/icons.css */
.mdi-not-equal::before {
  content: "\f098d";
}

/* line 17460, app/assets/stylesheets/icons.css */
.mdi-not-equal-variant::before {
  content: "\f098e";
}

/* line 17464, app/assets/stylesheets/icons.css */
.mdi-note::before {
  content: "\f039a";
}

/* line 17468, app/assets/stylesheets/icons.css */
.mdi-note-alert::before {
  content: "\f177d";
}

/* line 17472, app/assets/stylesheets/icons.css */
.mdi-note-alert-outline::before {
  content: "\f177e";
}

/* line 17476, app/assets/stylesheets/icons.css */
.mdi-note-check::before {
  content: "\f177f";
}

/* line 17480, app/assets/stylesheets/icons.css */
.mdi-note-check-outline::before {
  content: "\f1780";
}

/* line 17484, app/assets/stylesheets/icons.css */
.mdi-note-edit::before {
  content: "\f1781";
}

/* line 17488, app/assets/stylesheets/icons.css */
.mdi-note-edit-outline::before {
  content: "\f1782";
}

/* line 17492, app/assets/stylesheets/icons.css */
.mdi-note-minus::before {
  content: "\f164f";
}

/* line 17496, app/assets/stylesheets/icons.css */
.mdi-note-minus-outline::before {
  content: "\f1650";
}

/* line 17500, app/assets/stylesheets/icons.css */
.mdi-note-multiple::before {
  content: "\f06b8";
}

/* line 17504, app/assets/stylesheets/icons.css */
.mdi-note-multiple-outline::before {
  content: "\f06b9";
}

/* line 17508, app/assets/stylesheets/icons.css */
.mdi-note-off::before {
  content: "\f1783";
}

/* line 17512, app/assets/stylesheets/icons.css */
.mdi-note-off-outline::before {
  content: "\f1784";
}

/* line 17516, app/assets/stylesheets/icons.css */
.mdi-note-outline::before {
  content: "\f039b";
}

/* line 17520, app/assets/stylesheets/icons.css */
.mdi-note-plus::before {
  content: "\f039c";
}

/* line 17524, app/assets/stylesheets/icons.css */
.mdi-note-plus-outline::before {
  content: "\f039d";
}

/* line 17528, app/assets/stylesheets/icons.css */
.mdi-note-remove::before {
  content: "\f1651";
}

/* line 17532, app/assets/stylesheets/icons.css */
.mdi-note-remove-outline::before {
  content: "\f1652";
}

/* line 17536, app/assets/stylesheets/icons.css */
.mdi-note-search::before {
  content: "\f1653";
}

/* line 17540, app/assets/stylesheets/icons.css */
.mdi-note-search-outline::before {
  content: "\f1654";
}

/* line 17544, app/assets/stylesheets/icons.css */
.mdi-note-text::before {
  content: "\f039e";
}

/* line 17548, app/assets/stylesheets/icons.css */
.mdi-note-text-outline::before {
  content: "\f11d7";
}

/* line 17552, app/assets/stylesheets/icons.css */
.mdi-notebook::before {
  content: "\f082e";
}

/* line 17556, app/assets/stylesheets/icons.css */
.mdi-notebook-check::before {
  content: "\f14f5";
}

/* line 17560, app/assets/stylesheets/icons.css */
.mdi-notebook-check-outline::before {
  content: "\f14f6";
}

/* line 17564, app/assets/stylesheets/icons.css */
.mdi-notebook-edit::before {
  content: "\f14e7";
}

/* line 17568, app/assets/stylesheets/icons.css */
.mdi-notebook-edit-outline::before {
  content: "\f14e9";
}

/* line 17572, app/assets/stylesheets/icons.css */
.mdi-notebook-minus::before {
  content: "\f1610";
}

/* line 17576, app/assets/stylesheets/icons.css */
.mdi-notebook-minus-outline::before {
  content: "\f1611";
}

/* line 17580, app/assets/stylesheets/icons.css */
.mdi-notebook-multiple::before {
  content: "\f0e55";
}

/* line 17584, app/assets/stylesheets/icons.css */
.mdi-notebook-outline::before {
  content: "\f0ebf";
}

/* line 17588, app/assets/stylesheets/icons.css */
.mdi-notebook-plus::before {
  content: "\f1612";
}

/* line 17592, app/assets/stylesheets/icons.css */
.mdi-notebook-plus-outline::before {
  content: "\f1613";
}

/* line 17596, app/assets/stylesheets/icons.css */
.mdi-notebook-remove::before {
  content: "\f1614";
}

/* line 17600, app/assets/stylesheets/icons.css */
.mdi-notebook-remove-outline::before {
  content: "\f1615";
}

/* line 17604, app/assets/stylesheets/icons.css */
.mdi-notification-clear-all::before {
  content: "\f039f";
}

/* line 17608, app/assets/stylesheets/icons.css */
.mdi-npm::before {
  content: "\f06f7";
}

/* line 17612, app/assets/stylesheets/icons.css */
.mdi-nuke::before {
  content: "\f06a4";
}

/* line 17616, app/assets/stylesheets/icons.css */
.mdi-null::before {
  content: "\f07e2";
}

/* line 17620, app/assets/stylesheets/icons.css */
.mdi-numeric::before {
  content: "\f03a0";
}

/* line 17624, app/assets/stylesheets/icons.css */
.mdi-numeric-0::before {
  content: "\f0b39";
}

/* line 17628, app/assets/stylesheets/icons.css */
.mdi-numeric-0-box::before {
  content: "\f03a1";
}

/* line 17632, app/assets/stylesheets/icons.css */
.mdi-numeric-0-box-multiple::before {
  content: "\f0f0e";
}

/* line 17636, app/assets/stylesheets/icons.css */
.mdi-numeric-0-box-multiple-outline::before {
  content: "\f03a2";
}

/* line 17640, app/assets/stylesheets/icons.css */
.mdi-numeric-0-box-outline::before {
  content: "\f03a3";
}

/* line 17644, app/assets/stylesheets/icons.css */
.mdi-numeric-0-circle::before {
  content: "\f0c9e";
}

/* line 17648, app/assets/stylesheets/icons.css */
.mdi-numeric-0-circle-outline::before {
  content: "\f0c9f";
}

/* line 17652, app/assets/stylesheets/icons.css */
.mdi-numeric-1::before {
  content: "\f0b3a";
}

/* line 17656, app/assets/stylesheets/icons.css */
.mdi-numeric-1-box::before {
  content: "\f03a4";
}

/* line 17660, app/assets/stylesheets/icons.css */
.mdi-numeric-1-box-multiple::before {
  content: "\f0f0f";
}

/* line 17664, app/assets/stylesheets/icons.css */
.mdi-numeric-1-box-multiple-outline::before {
  content: "\f03a5";
}

/* line 17668, app/assets/stylesheets/icons.css */
.mdi-numeric-1-box-outline::before {
  content: "\f03a6";
}

/* line 17672, app/assets/stylesheets/icons.css */
.mdi-numeric-1-circle::before {
  content: "\f0ca0";
}

/* line 17676, app/assets/stylesheets/icons.css */
.mdi-numeric-1-circle-outline::before {
  content: "\f0ca1";
}

/* line 17680, app/assets/stylesheets/icons.css */
.mdi-numeric-10::before {
  content: "\f0fe9";
}

/* line 17684, app/assets/stylesheets/icons.css */
.mdi-numeric-10-box::before {
  content: "\f0f7d";
}

/* line 17688, app/assets/stylesheets/icons.css */
.mdi-numeric-10-box-multiple::before {
  content: "\f0fea";
}

/* line 17692, app/assets/stylesheets/icons.css */
.mdi-numeric-10-box-multiple-outline::before {
  content: "\f0feb";
}

/* line 17696, app/assets/stylesheets/icons.css */
.mdi-numeric-10-box-outline::before {
  content: "\f0f7e";
}

/* line 17700, app/assets/stylesheets/icons.css */
.mdi-numeric-10-circle::before {
  content: "\f0fec";
}

/* line 17704, app/assets/stylesheets/icons.css */
.mdi-numeric-10-circle-outline::before {
  content: "\f0fed";
}

/* line 17708, app/assets/stylesheets/icons.css */
.mdi-numeric-2::before {
  content: "\f0b3b";
}

/* line 17712, app/assets/stylesheets/icons.css */
.mdi-numeric-2-box::before {
  content: "\f03a7";
}

/* line 17716, app/assets/stylesheets/icons.css */
.mdi-numeric-2-box-multiple::before {
  content: "\f0f10";
}

/* line 17720, app/assets/stylesheets/icons.css */
.mdi-numeric-2-box-multiple-outline::before {
  content: "\f03a8";
}

/* line 17724, app/assets/stylesheets/icons.css */
.mdi-numeric-2-box-outline::before {
  content: "\f03a9";
}

/* line 17728, app/assets/stylesheets/icons.css */
.mdi-numeric-2-circle::before {
  content: "\f0ca2";
}

/* line 17732, app/assets/stylesheets/icons.css */
.mdi-numeric-2-circle-outline::before {
  content: "\f0ca3";
}

/* line 17736, app/assets/stylesheets/icons.css */
.mdi-numeric-3::before {
  content: "\f0b3c";
}

/* line 17740, app/assets/stylesheets/icons.css */
.mdi-numeric-3-box::before {
  content: "\f03aa";
}

/* line 17744, app/assets/stylesheets/icons.css */
.mdi-numeric-3-box-multiple::before {
  content: "\f0f11";
}

/* line 17748, app/assets/stylesheets/icons.css */
.mdi-numeric-3-box-multiple-outline::before {
  content: "\f03ab";
}

/* line 17752, app/assets/stylesheets/icons.css */
.mdi-numeric-3-box-outline::before {
  content: "\f03ac";
}

/* line 17756, app/assets/stylesheets/icons.css */
.mdi-numeric-3-circle::before {
  content: "\f0ca4";
}

/* line 17760, app/assets/stylesheets/icons.css */
.mdi-numeric-3-circle-outline::before {
  content: "\f0ca5";
}

/* line 17764, app/assets/stylesheets/icons.css */
.mdi-numeric-4::before {
  content: "\f0b3d";
}

/* line 17768, app/assets/stylesheets/icons.css */
.mdi-numeric-4-box::before {
  content: "\f03ad";
}

/* line 17772, app/assets/stylesheets/icons.css */
.mdi-numeric-4-box-multiple::before {
  content: "\f0f12";
}

/* line 17776, app/assets/stylesheets/icons.css */
.mdi-numeric-4-box-multiple-outline::before {
  content: "\f03b2";
}

/* line 17780, app/assets/stylesheets/icons.css */
.mdi-numeric-4-box-outline::before {
  content: "\f03ae";
}

/* line 17784, app/assets/stylesheets/icons.css */
.mdi-numeric-4-circle::before {
  content: "\f0ca6";
}

/* line 17788, app/assets/stylesheets/icons.css */
.mdi-numeric-4-circle-outline::before {
  content: "\f0ca7";
}

/* line 17792, app/assets/stylesheets/icons.css */
.mdi-numeric-5::before {
  content: "\f0b3e";
}

/* line 17796, app/assets/stylesheets/icons.css */
.mdi-numeric-5-box::before {
  content: "\f03b1";
}

/* line 17800, app/assets/stylesheets/icons.css */
.mdi-numeric-5-box-multiple::before {
  content: "\f0f13";
}

/* line 17804, app/assets/stylesheets/icons.css */
.mdi-numeric-5-box-multiple-outline::before {
  content: "\f03af";
}

/* line 17808, app/assets/stylesheets/icons.css */
.mdi-numeric-5-box-outline::before {
  content: "\f03b0";
}

/* line 17812, app/assets/stylesheets/icons.css */
.mdi-numeric-5-circle::before {
  content: "\f0ca8";
}

/* line 17816, app/assets/stylesheets/icons.css */
.mdi-numeric-5-circle-outline::before {
  content: "\f0ca9";
}

/* line 17820, app/assets/stylesheets/icons.css */
.mdi-numeric-6::before {
  content: "\f0b3f";
}

/* line 17824, app/assets/stylesheets/icons.css */
.mdi-numeric-6-box::before {
  content: "\f03b3";
}

/* line 17828, app/assets/stylesheets/icons.css */
.mdi-numeric-6-box-multiple::before {
  content: "\f0f14";
}

/* line 17832, app/assets/stylesheets/icons.css */
.mdi-numeric-6-box-multiple-outline::before {
  content: "\f03b4";
}

/* line 17836, app/assets/stylesheets/icons.css */
.mdi-numeric-6-box-outline::before {
  content: "\f03b5";
}

/* line 17840, app/assets/stylesheets/icons.css */
.mdi-numeric-6-circle::before {
  content: "\f0caa";
}

/* line 17844, app/assets/stylesheets/icons.css */
.mdi-numeric-6-circle-outline::before {
  content: "\f0cab";
}

/* line 17848, app/assets/stylesheets/icons.css */
.mdi-numeric-7::before {
  content: "\f0b40";
}

/* line 17852, app/assets/stylesheets/icons.css */
.mdi-numeric-7-box::before {
  content: "\f03b6";
}

/* line 17856, app/assets/stylesheets/icons.css */
.mdi-numeric-7-box-multiple::before {
  content: "\f0f15";
}

/* line 17860, app/assets/stylesheets/icons.css */
.mdi-numeric-7-box-multiple-outline::before {
  content: "\f03b7";
}

/* line 17864, app/assets/stylesheets/icons.css */
.mdi-numeric-7-box-outline::before {
  content: "\f03b8";
}

/* line 17868, app/assets/stylesheets/icons.css */
.mdi-numeric-7-circle::before {
  content: "\f0cac";
}

/* line 17872, app/assets/stylesheets/icons.css */
.mdi-numeric-7-circle-outline::before {
  content: "\f0cad";
}

/* line 17876, app/assets/stylesheets/icons.css */
.mdi-numeric-8::before {
  content: "\f0b41";
}

/* line 17880, app/assets/stylesheets/icons.css */
.mdi-numeric-8-box::before {
  content: "\f03b9";
}

/* line 17884, app/assets/stylesheets/icons.css */
.mdi-numeric-8-box-multiple::before {
  content: "\f0f16";
}

/* line 17888, app/assets/stylesheets/icons.css */
.mdi-numeric-8-box-multiple-outline::before {
  content: "\f03ba";
}

/* line 17892, app/assets/stylesheets/icons.css */
.mdi-numeric-8-box-outline::before {
  content: "\f03bb";
}

/* line 17896, app/assets/stylesheets/icons.css */
.mdi-numeric-8-circle::before {
  content: "\f0cae";
}

/* line 17900, app/assets/stylesheets/icons.css */
.mdi-numeric-8-circle-outline::before {
  content: "\f0caf";
}

/* line 17904, app/assets/stylesheets/icons.css */
.mdi-numeric-9::before {
  content: "\f0b42";
}

/* line 17908, app/assets/stylesheets/icons.css */
.mdi-numeric-9-box::before {
  content: "\f03bc";
}

/* line 17912, app/assets/stylesheets/icons.css */
.mdi-numeric-9-box-multiple::before {
  content: "\f0f17";
}

/* line 17916, app/assets/stylesheets/icons.css */
.mdi-numeric-9-box-multiple-outline::before {
  content: "\f03bd";
}

/* line 17920, app/assets/stylesheets/icons.css */
.mdi-numeric-9-box-outline::before {
  content: "\f03be";
}

/* line 17924, app/assets/stylesheets/icons.css */
.mdi-numeric-9-circle::before {
  content: "\f0cb0";
}

/* line 17928, app/assets/stylesheets/icons.css */
.mdi-numeric-9-circle-outline::before {
  content: "\f0cb1";
}

/* line 17932, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus::before {
  content: "\f0fee";
}

/* line 17936, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-box::before {
  content: "\f03bf";
}

/* line 17940, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-box-multiple::before {
  content: "\f0f18";
}

/* line 17944, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\f03c0";
}

/* line 17948, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-box-outline::before {
  content: "\f03c1";
}

/* line 17952, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-circle::before {
  content: "\f0cb2";
}

/* line 17956, app/assets/stylesheets/icons.css */
.mdi-numeric-9-plus-circle-outline::before {
  content: "\f0cb3";
}

/* line 17960, app/assets/stylesheets/icons.css */
.mdi-numeric-negative-1::before {
  content: "\f1052";
}

/* line 17964, app/assets/stylesheets/icons.css */
.mdi-numeric-positive-1::before {
  content: "\f15cb";
}

/* line 17968, app/assets/stylesheets/icons.css */
.mdi-nut::before {
  content: "\f06f8";
}

/* line 17972, app/assets/stylesheets/icons.css */
.mdi-nutrition::before {
  content: "\f03c2";
}

/* line 17976, app/assets/stylesheets/icons.css */
.mdi-nuxt::before {
  content: "\f1106";
}

/* line 17980, app/assets/stylesheets/icons.css */
.mdi-oar::before {
  content: "\f067c";
}

/* line 17984, app/assets/stylesheets/icons.css */
.mdi-ocarina::before {
  content: "\f0de0";
}

/* line 17988, app/assets/stylesheets/icons.css */
.mdi-oci::before {
  content: "\f12e9";
}

/* line 17992, app/assets/stylesheets/icons.css */
.mdi-ocr::before {
  content: "\f113a";
}

/* line 17996, app/assets/stylesheets/icons.css */
.mdi-octagon::before {
  content: "\f03c3";
}

/* line 18000, app/assets/stylesheets/icons.css */
.mdi-octagon-outline::before {
  content: "\f03c4";
}

/* line 18004, app/assets/stylesheets/icons.css */
.mdi-octagram::before {
  content: "\f06f9";
}

/* line 18008, app/assets/stylesheets/icons.css */
.mdi-octagram-outline::before {
  content: "\f0775";
}

/* line 18012, app/assets/stylesheets/icons.css */
.mdi-octahedron::before {
  content: "\f1950";
}

/* line 18016, app/assets/stylesheets/icons.css */
.mdi-octahedron-off::before {
  content: "\f1951";
}

/* line 18020, app/assets/stylesheets/icons.css */
.mdi-odnoklassniki::before {
  content: "\f03c5";
}

/* line 18024, app/assets/stylesheets/icons.css */
.mdi-offer::before {
  content: "\f121b";
}

/* line 18028, app/assets/stylesheets/icons.css */
.mdi-office-building::before {
  content: "\f0991";
}

/* line 18032, app/assets/stylesheets/icons.css */
.mdi-office-building-cog::before {
  content: "\f1949";
}

/* line 18036, app/assets/stylesheets/icons.css */
.mdi-office-building-cog-outline::before {
  content: "\f194a";
}

/* line 18040, app/assets/stylesheets/icons.css */
.mdi-office-building-marker::before {
  content: "\f1520";
}

/* line 18044, app/assets/stylesheets/icons.css */
.mdi-office-building-marker-outline::before {
  content: "\f1521";
}

/* line 18048, app/assets/stylesheets/icons.css */
.mdi-office-building-outline::before {
  content: "\f151f";
}

/* line 18052, app/assets/stylesheets/icons.css */
.mdi-oil::before {
  content: "\f03c7";
}

/* line 18056, app/assets/stylesheets/icons.css */
.mdi-oil-lamp::before {
  content: "\f0f19";
}

/* line 18060, app/assets/stylesheets/icons.css */
.mdi-oil-level::before {
  content: "\f1053";
}

/* line 18064, app/assets/stylesheets/icons.css */
.mdi-oil-temperature::before {
  content: "\f0ff8";
}

/* line 18068, app/assets/stylesheets/icons.css */
.mdi-om::before {
  content: "\f0973";
}

/* line 18072, app/assets/stylesheets/icons.css */
.mdi-omega::before {
  content: "\f03c9";
}

/* line 18076, app/assets/stylesheets/icons.css */
.mdi-one-up::before {
  content: "\f0bad";
}

/* line 18080, app/assets/stylesheets/icons.css */
.mdi-onepassword::before {
  content: "\f0881";
}

/* line 18084, app/assets/stylesheets/icons.css */
.mdi-opacity::before {
  content: "\f05cc";
}

/* line 18088, app/assets/stylesheets/icons.css */
.mdi-open-in-app::before {
  content: "\f03cb";
}

/* line 18092, app/assets/stylesheets/icons.css */
.mdi-open-in-new::before {
  content: "\f03cc";
}

/* line 18096, app/assets/stylesheets/icons.css */
.mdi-open-source-initiative::before {
  content: "\f0bae";
}

/* line 18100, app/assets/stylesheets/icons.css */
.mdi-openid::before {
  content: "\f03cd";
}

/* line 18104, app/assets/stylesheets/icons.css */
.mdi-opera::before {
  content: "\f03ce";
}

/* line 18108, app/assets/stylesheets/icons.css */
.mdi-orbit::before {
  content: "\f0018";
}

/* line 18112, app/assets/stylesheets/icons.css */
.mdi-orbit-variant::before {
  content: "\f15db";
}

/* line 18116, app/assets/stylesheets/icons.css */
.mdi-order-alphabetical-ascending::before {
  content: "\f020d";
}

/* line 18120, app/assets/stylesheets/icons.css */
.mdi-order-alphabetical-descending::before {
  content: "\f0d07";
}

/* line 18124, app/assets/stylesheets/icons.css */
.mdi-order-bool-ascending::before {
  content: "\f02be";
}

/* line 18128, app/assets/stylesheets/icons.css */
.mdi-order-bool-ascending-variant::before {
  content: "\f098f";
}

/* line 18132, app/assets/stylesheets/icons.css */
.mdi-order-bool-descending::before {
  content: "\f1384";
}

/* line 18136, app/assets/stylesheets/icons.css */
.mdi-order-bool-descending-variant::before {
  content: "\f0990";
}

/* line 18140, app/assets/stylesheets/icons.css */
.mdi-order-numeric-ascending::before {
  content: "\f0545";
}

/* line 18144, app/assets/stylesheets/icons.css */
.mdi-order-numeric-descending::before {
  content: "\f0546";
}

/* line 18148, app/assets/stylesheets/icons.css */
.mdi-origin::before {
  content: "\f0b43";
}

/* line 18152, app/assets/stylesheets/icons.css */
.mdi-ornament::before {
  content: "\f03cf";
}

/* line 18156, app/assets/stylesheets/icons.css */
.mdi-ornament-variant::before {
  content: "\f03d0";
}

/* line 18160, app/assets/stylesheets/icons.css */
.mdi-outdoor-lamp::before {
  content: "\f1054";
}

/* line 18164, app/assets/stylesheets/icons.css */
.mdi-overscan::before {
  content: "\f1005";
}

/* line 18168, app/assets/stylesheets/icons.css */
.mdi-owl::before {
  content: "\f03d2";
}

/* line 18172, app/assets/stylesheets/icons.css */
.mdi-pac-man::before {
  content: "\f0baf";
}

/* line 18176, app/assets/stylesheets/icons.css */
.mdi-package::before {
  content: "\f03d3";
}

/* line 18180, app/assets/stylesheets/icons.css */
.mdi-package-down::before {
  content: "\f03d4";
}

/* line 18184, app/assets/stylesheets/icons.css */
.mdi-package-up::before {
  content: "\f03d5";
}

/* line 18188, app/assets/stylesheets/icons.css */
.mdi-package-variant::before {
  content: "\f03d6";
}

/* line 18192, app/assets/stylesheets/icons.css */
.mdi-package-variant-closed::before {
  content: "\f03d7";
}

/* line 18196, app/assets/stylesheets/icons.css */
.mdi-page-first::before {
  content: "\f0600";
}

/* line 18200, app/assets/stylesheets/icons.css */
.mdi-page-last::before {
  content: "\f0601";
}

/* line 18204, app/assets/stylesheets/icons.css */
.mdi-page-layout-body::before {
  content: "\f06fa";
}

/* line 18208, app/assets/stylesheets/icons.css */
.mdi-page-layout-footer::before {
  content: "\f06fb";
}

/* line 18212, app/assets/stylesheets/icons.css */
.mdi-page-layout-header::before {
  content: "\f06fc";
}

/* line 18216, app/assets/stylesheets/icons.css */
.mdi-page-layout-header-footer::before {
  content: "\f0f7f";
}

/* line 18220, app/assets/stylesheets/icons.css */
.mdi-page-layout-sidebar-left::before {
  content: "\f06fd";
}

/* line 18224, app/assets/stylesheets/icons.css */
.mdi-page-layout-sidebar-right::before {
  content: "\f06fe";
}

/* line 18228, app/assets/stylesheets/icons.css */
.mdi-page-next::before {
  content: "\f0bb0";
}

/* line 18232, app/assets/stylesheets/icons.css */
.mdi-page-next-outline::before {
  content: "\f0bb1";
}

/* line 18236, app/assets/stylesheets/icons.css */
.mdi-page-previous::before {
  content: "\f0bb2";
}

/* line 18240, app/assets/stylesheets/icons.css */
.mdi-page-previous-outline::before {
  content: "\f0bb3";
}

/* line 18244, app/assets/stylesheets/icons.css */
.mdi-pail::before {
  content: "\f1417";
}

/* line 18248, app/assets/stylesheets/icons.css */
.mdi-pail-minus::before {
  content: "\f1437";
}

/* line 18252, app/assets/stylesheets/icons.css */
.mdi-pail-minus-outline::before {
  content: "\f143c";
}

/* line 18256, app/assets/stylesheets/icons.css */
.mdi-pail-off::before {
  content: "\f1439";
}

/* line 18260, app/assets/stylesheets/icons.css */
.mdi-pail-off-outline::before {
  content: "\f143e";
}

/* line 18264, app/assets/stylesheets/icons.css */
.mdi-pail-outline::before {
  content: "\f143a";
}

/* line 18268, app/assets/stylesheets/icons.css */
.mdi-pail-plus::before {
  content: "\f1436";
}

/* line 18272, app/assets/stylesheets/icons.css */
.mdi-pail-plus-outline::before {
  content: "\f143b";
}

/* line 18276, app/assets/stylesheets/icons.css */
.mdi-pail-remove::before {
  content: "\f1438";
}

/* line 18280, app/assets/stylesheets/icons.css */
.mdi-pail-remove-outline::before {
  content: "\f143d";
}

/* line 18284, app/assets/stylesheets/icons.css */
.mdi-palette::before {
  content: "\f03d8";
}

/* line 18288, app/assets/stylesheets/icons.css */
.mdi-palette-advanced::before {
  content: "\f03d9";
}

/* line 18292, app/assets/stylesheets/icons.css */
.mdi-palette-outline::before {
  content: "\f0e0c";
}

/* line 18296, app/assets/stylesheets/icons.css */
.mdi-palette-swatch::before {
  content: "\f08b5";
}

/* line 18300, app/assets/stylesheets/icons.css */
.mdi-palette-swatch-outline::before {
  content: "\f135c";
}

/* line 18304, app/assets/stylesheets/icons.css */
.mdi-palette-swatch-variant::before {
  content: "\f195a";
}

/* line 18308, app/assets/stylesheets/icons.css */
.mdi-palm-tree::before {
  content: "\f1055";
}

/* line 18312, app/assets/stylesheets/icons.css */
.mdi-pan::before {
  content: "\f0bb4";
}

/* line 18316, app/assets/stylesheets/icons.css */
.mdi-pan-bottom-left::before {
  content: "\f0bb5";
}

/* line 18320, app/assets/stylesheets/icons.css */
.mdi-pan-bottom-right::before {
  content: "\f0bb6";
}

/* line 18324, app/assets/stylesheets/icons.css */
.mdi-pan-down::before {
  content: "\f0bb7";
}

/* line 18328, app/assets/stylesheets/icons.css */
.mdi-pan-horizontal::before {
  content: "\f0bb8";
}

/* line 18332, app/assets/stylesheets/icons.css */
.mdi-pan-left::before {
  content: "\f0bb9";
}

/* line 18336, app/assets/stylesheets/icons.css */
.mdi-pan-right::before {
  content: "\f0bba";
}

/* line 18340, app/assets/stylesheets/icons.css */
.mdi-pan-top-left::before {
  content: "\f0bbb";
}

/* line 18344, app/assets/stylesheets/icons.css */
.mdi-pan-top-right::before {
  content: "\f0bbc";
}

/* line 18348, app/assets/stylesheets/icons.css */
.mdi-pan-up::before {
  content: "\f0bbd";
}

/* line 18352, app/assets/stylesheets/icons.css */
.mdi-pan-vertical::before {
  content: "\f0bbe";
}

/* line 18356, app/assets/stylesheets/icons.css */
.mdi-panda::before {
  content: "\f03da";
}

/* line 18360, app/assets/stylesheets/icons.css */
.mdi-pandora::before {
  content: "\f03db";
}

/* line 18364, app/assets/stylesheets/icons.css */
.mdi-panorama::before {
  content: "\f03dc";
}

/* line 18368, app/assets/stylesheets/icons.css */
.mdi-panorama-fisheye::before {
  content: "\f03dd";
}

/* line 18372, app/assets/stylesheets/icons.css */
.mdi-panorama-horizontal::before {
  content: "\f1928";
}

/* line 18376, app/assets/stylesheets/icons.css */
.mdi-panorama-horizontal-outline::before {
  content: "\f03de";
}

/* line 18380, app/assets/stylesheets/icons.css */
.mdi-panorama-outline::before {
  content: "\f198c";
}

/* line 18384, app/assets/stylesheets/icons.css */
.mdi-panorama-sphere::before {
  content: "\f198d";
}

/* line 18388, app/assets/stylesheets/icons.css */
.mdi-panorama-sphere-outline::before {
  content: "\f198e";
}

/* line 18392, app/assets/stylesheets/icons.css */
.mdi-panorama-variant::before {
  content: "\f198f";
}

/* line 18396, app/assets/stylesheets/icons.css */
.mdi-panorama-variant-outline::before {
  content: "\f1990";
}

/* line 18400, app/assets/stylesheets/icons.css */
.mdi-panorama-vertical::before {
  content: "\f1929";
}

/* line 18404, app/assets/stylesheets/icons.css */
.mdi-panorama-vertical-outline::before {
  content: "\f03df";
}

/* line 18408, app/assets/stylesheets/icons.css */
.mdi-panorama-wide-angle::before {
  content: "\f195f";
}

/* line 18412, app/assets/stylesheets/icons.css */
.mdi-panorama-wide-angle-outline::before {
  content: "\f03e0";
}

/* line 18416, app/assets/stylesheets/icons.css */
.mdi-paper-cut-vertical::before {
  content: "\f03e1";
}

/* line 18420, app/assets/stylesheets/icons.css */
.mdi-paper-roll::before {
  content: "\f1157";
}

/* line 18424, app/assets/stylesheets/icons.css */
.mdi-paper-roll-outline::before {
  content: "\f1158";
}

/* line 18428, app/assets/stylesheets/icons.css */
.mdi-paperclip::before {
  content: "\f03e2";
}

/* line 18432, app/assets/stylesheets/icons.css */
.mdi-parachute::before {
  content: "\f0cb4";
}

/* line 18436, app/assets/stylesheets/icons.css */
.mdi-parachute-outline::before {
  content: "\f0cb5";
}

/* line 18440, app/assets/stylesheets/icons.css */
.mdi-paragliding::before {
  content: "\f1745";
}

/* line 18444, app/assets/stylesheets/icons.css */
.mdi-parking::before {
  content: "\f03e3";
}

/* line 18448, app/assets/stylesheets/icons.css */
.mdi-party-popper::before {
  content: "\f1056";
}

/* line 18452, app/assets/stylesheets/icons.css */
.mdi-passport::before {
  content: "\f07e3";
}

/* line 18456, app/assets/stylesheets/icons.css */
.mdi-passport-biometric::before {
  content: "\f0de1";
}

/* line 18460, app/assets/stylesheets/icons.css */
.mdi-pasta::before {
  content: "\f1160";
}

/* line 18464, app/assets/stylesheets/icons.css */
.mdi-patio-heater::before {
  content: "\f0f80";
}

/* line 18468, app/assets/stylesheets/icons.css */
.mdi-patreon::before {
  content: "\f0882";
}

/* line 18472, app/assets/stylesheets/icons.css */
.mdi-pause::before {
  content: "\f03e4";
}

/* line 18476, app/assets/stylesheets/icons.css */
.mdi-pause-circle::before {
  content: "\f03e5";
}

/* line 18480, app/assets/stylesheets/icons.css */
.mdi-pause-circle-outline::before {
  content: "\f03e6";
}

/* line 18484, app/assets/stylesheets/icons.css */
.mdi-pause-octagon::before {
  content: "\f03e7";
}

/* line 18488, app/assets/stylesheets/icons.css */
.mdi-pause-octagon-outline::before {
  content: "\f03e8";
}

/* line 18492, app/assets/stylesheets/icons.css */
.mdi-paw::before {
  content: "\f03e9";
}

/* line 18496, app/assets/stylesheets/icons.css */
.mdi-paw-off::before {
  content: "\f0657";
}

/* line 18500, app/assets/stylesheets/icons.css */
.mdi-paw-off-outline::before {
  content: "\f1676";
}

/* line 18504, app/assets/stylesheets/icons.css */
.mdi-paw-outline::before {
  content: "\f1675";
}

/* line 18508, app/assets/stylesheets/icons.css */
.mdi-peace::before {
  content: "\f0884";
}

/* line 18512, app/assets/stylesheets/icons.css */
.mdi-peanut::before {
  content: "\f0ffc";
}

/* line 18516, app/assets/stylesheets/icons.css */
.mdi-peanut-off::before {
  content: "\f0ffd";
}

/* line 18520, app/assets/stylesheets/icons.css */
.mdi-peanut-off-outline::before {
  content: "\f0fff";
}

/* line 18524, app/assets/stylesheets/icons.css */
.mdi-peanut-outline::before {
  content: "\f0ffe";
}

/* line 18528, app/assets/stylesheets/icons.css */
.mdi-pen::before {
  content: "\f03ea";
}

/* line 18532, app/assets/stylesheets/icons.css */
.mdi-pen-lock::before {
  content: "\f0de2";
}

/* line 18536, app/assets/stylesheets/icons.css */
.mdi-pen-minus::before {
  content: "\f0de3";
}

/* line 18540, app/assets/stylesheets/icons.css */
.mdi-pen-off::before {
  content: "\f0de4";
}

/* line 18544, app/assets/stylesheets/icons.css */
.mdi-pen-plus::before {
  content: "\f0de5";
}

/* line 18548, app/assets/stylesheets/icons.css */
.mdi-pen-remove::before {
  content: "\f0de6";
}

/* line 18552, app/assets/stylesheets/icons.css */
.mdi-pencil::before {
  content: "\f03eb";
}

/* line 18556, app/assets/stylesheets/icons.css */
.mdi-pencil-box::before {
  content: "\f03ec";
}

/* line 18560, app/assets/stylesheets/icons.css */
.mdi-pencil-box-multiple::before {
  content: "\f1144";
}

/* line 18564, app/assets/stylesheets/icons.css */
.mdi-pencil-box-multiple-outline::before {
  content: "\f1145";
}

/* line 18568, app/assets/stylesheets/icons.css */
.mdi-pencil-box-outline::before {
  content: "\f03ed";
}

/* line 18572, app/assets/stylesheets/icons.css */
.mdi-pencil-circle::before {
  content: "\f06ff";
}

/* line 18576, app/assets/stylesheets/icons.css */
.mdi-pencil-circle-outline::before {
  content: "\f0776";
}

/* line 18580, app/assets/stylesheets/icons.css */
.mdi-pencil-lock::before {
  content: "\f03ee";
}

/* line 18584, app/assets/stylesheets/icons.css */
.mdi-pencil-lock-outline::before {
  content: "\f0de7";
}

/* line 18588, app/assets/stylesheets/icons.css */
.mdi-pencil-minus::before {
  content: "\f0de8";
}

/* line 18592, app/assets/stylesheets/icons.css */
.mdi-pencil-minus-outline::before {
  content: "\f0de9";
}

/* line 18596, app/assets/stylesheets/icons.css */
.mdi-pencil-off::before {
  content: "\f03ef";
}

/* line 18600, app/assets/stylesheets/icons.css */
.mdi-pencil-off-outline::before {
  content: "\f0dea";
}

/* line 18604, app/assets/stylesheets/icons.css */
.mdi-pencil-outline::before {
  content: "\f0cb6";
}

/* line 18608, app/assets/stylesheets/icons.css */
.mdi-pencil-plus::before {
  content: "\f0deb";
}

/* line 18612, app/assets/stylesheets/icons.css */
.mdi-pencil-plus-outline::before {
  content: "\f0dec";
}

/* line 18616, app/assets/stylesheets/icons.css */
.mdi-pencil-remove::before {
  content: "\f0ded";
}

/* line 18620, app/assets/stylesheets/icons.css */
.mdi-pencil-remove-outline::before {
  content: "\f0dee";
}

/* line 18624, app/assets/stylesheets/icons.css */
.mdi-pencil-ruler::before {
  content: "\f1353";
}

/* line 18628, app/assets/stylesheets/icons.css */
.mdi-penguin::before {
  content: "\f0ec0";
}

/* line 18632, app/assets/stylesheets/icons.css */
.mdi-pentagon::before {
  content: "\f0701";
}

/* line 18636, app/assets/stylesheets/icons.css */
.mdi-pentagon-outline::before {
  content: "\f0700";
}

/* line 18640, app/assets/stylesheets/icons.css */
.mdi-pentagram::before {
  content: "\f1667";
}

/* line 18644, app/assets/stylesheets/icons.css */
.mdi-percent::before {
  content: "\f03f0";
}

/* line 18648, app/assets/stylesheets/icons.css */
.mdi-percent-outline::before {
  content: "\f1278";
}

/* line 18652, app/assets/stylesheets/icons.css */
.mdi-periodic-table::before {
  content: "\f08b6";
}

/* line 18656, app/assets/stylesheets/icons.css */
.mdi-perspective-less::before {
  content: "\f0d23";
}

/* line 18660, app/assets/stylesheets/icons.css */
.mdi-perspective-more::before {
  content: "\f0d24";
}

/* line 18664, app/assets/stylesheets/icons.css */
.mdi-ph::before {
  content: "\f17c5";
}

/* line 18668, app/assets/stylesheets/icons.css */
.mdi-phone::before {
  content: "\f03f2";
}

/* line 18672, app/assets/stylesheets/icons.css */
.mdi-phone-alert::before {
  content: "\f0f1a";
}

/* line 18676, app/assets/stylesheets/icons.css */
.mdi-phone-alert-outline::before {
  content: "\f118e";
}

/* line 18680, app/assets/stylesheets/icons.css */
.mdi-phone-bluetooth::before {
  content: "\f03f3";
}

/* line 18684, app/assets/stylesheets/icons.css */
.mdi-phone-bluetooth-outline::before {
  content: "\f118f";
}

/* line 18688, app/assets/stylesheets/icons.css */
.mdi-phone-cancel::before {
  content: "\f10bc";
}

/* line 18692, app/assets/stylesheets/icons.css */
.mdi-phone-cancel-outline::before {
  content: "\f1190";
}

/* line 18696, app/assets/stylesheets/icons.css */
.mdi-phone-check::before {
  content: "\f11a9";
}

/* line 18700, app/assets/stylesheets/icons.css */
.mdi-phone-check-outline::before {
  content: "\f11aa";
}

/* line 18704, app/assets/stylesheets/icons.css */
.mdi-phone-classic::before {
  content: "\f0602";
}

/* line 18708, app/assets/stylesheets/icons.css */
.mdi-phone-classic-off::before {
  content: "\f1279";
}

/* line 18712, app/assets/stylesheets/icons.css */
.mdi-phone-dial::before {
  content: "\f1559";
}

/* line 18716, app/assets/stylesheets/icons.css */
.mdi-phone-dial-outline::before {
  content: "\f155a";
}

/* line 18720, app/assets/stylesheets/icons.css */
.mdi-phone-forward::before {
  content: "\f03f4";
}

/* line 18724, app/assets/stylesheets/icons.css */
.mdi-phone-forward-outline::before {
  content: "\f1191";
}

/* line 18728, app/assets/stylesheets/icons.css */
.mdi-phone-hangup::before {
  content: "\f03f5";
}

/* line 18732, app/assets/stylesheets/icons.css */
.mdi-phone-hangup-outline::before {
  content: "\f1192";
}

/* line 18736, app/assets/stylesheets/icons.css */
.mdi-phone-in-talk::before {
  content: "\f03f6";
}

/* line 18740, app/assets/stylesheets/icons.css */
.mdi-phone-in-talk-outline::before {
  content: "\f1182";
}

/* line 18744, app/assets/stylesheets/icons.css */
.mdi-phone-incoming::before {
  content: "\f03f7";
}

/* line 18748, app/assets/stylesheets/icons.css */
.mdi-phone-incoming-outline::before {
  content: "\f1193";
}

/* line 18752, app/assets/stylesheets/icons.css */
.mdi-phone-lock::before {
  content: "\f03f8";
}

/* line 18756, app/assets/stylesheets/icons.css */
.mdi-phone-lock-outline::before {
  content: "\f1194";
}

/* line 18760, app/assets/stylesheets/icons.css */
.mdi-phone-log::before {
  content: "\f03f9";
}

/* line 18764, app/assets/stylesheets/icons.css */
.mdi-phone-log-outline::before {
  content: "\f1195";
}

/* line 18768, app/assets/stylesheets/icons.css */
.mdi-phone-message::before {
  content: "\f1196";
}

/* line 18772, app/assets/stylesheets/icons.css */
.mdi-phone-message-outline::before {
  content: "\f1197";
}

/* line 18776, app/assets/stylesheets/icons.css */
.mdi-phone-minus::before {
  content: "\f0658";
}

/* line 18780, app/assets/stylesheets/icons.css */
.mdi-phone-minus-outline::before {
  content: "\f1198";
}

/* line 18784, app/assets/stylesheets/icons.css */
.mdi-phone-missed::before {
  content: "\f03fa";
}

/* line 18788, app/assets/stylesheets/icons.css */
.mdi-phone-missed-outline::before {
  content: "\f11a5";
}

/* line 18792, app/assets/stylesheets/icons.css */
.mdi-phone-off::before {
  content: "\f0def";
}

/* line 18796, app/assets/stylesheets/icons.css */
.mdi-phone-off-outline::before {
  content: "\f11a6";
}

/* line 18800, app/assets/stylesheets/icons.css */
.mdi-phone-outgoing::before {
  content: "\f03fb";
}

/* line 18804, app/assets/stylesheets/icons.css */
.mdi-phone-outgoing-outline::before {
  content: "\f1199";
}

/* line 18808, app/assets/stylesheets/icons.css */
.mdi-phone-outline::before {
  content: "\f0df0";
}

/* line 18812, app/assets/stylesheets/icons.css */
.mdi-phone-paused::before {
  content: "\f03fc";
}

/* line 18816, app/assets/stylesheets/icons.css */
.mdi-phone-paused-outline::before {
  content: "\f119a";
}

/* line 18820, app/assets/stylesheets/icons.css */
.mdi-phone-plus::before {
  content: "\f0659";
}

/* line 18824, app/assets/stylesheets/icons.css */
.mdi-phone-plus-outline::before {
  content: "\f119b";
}

/* line 18828, app/assets/stylesheets/icons.css */
.mdi-phone-refresh::before {
  content: "\f1993";
}

/* line 18832, app/assets/stylesheets/icons.css */
.mdi-phone-refresh-outline::before {
  content: "\f1994";
}

/* line 18836, app/assets/stylesheets/icons.css */
.mdi-phone-remove::before {
  content: "\f152f";
}

/* line 18840, app/assets/stylesheets/icons.css */
.mdi-phone-remove-outline::before {
  content: "\f1530";
}

/* line 18844, app/assets/stylesheets/icons.css */
.mdi-phone-return::before {
  content: "\f082f";
}

/* line 18848, app/assets/stylesheets/icons.css */
.mdi-phone-return-outline::before {
  content: "\f119c";
}

/* line 18852, app/assets/stylesheets/icons.css */
.mdi-phone-ring::before {
  content: "\f11ab";
}

/* line 18856, app/assets/stylesheets/icons.css */
.mdi-phone-ring-outline::before {
  content: "\f11ac";
}

/* line 18860, app/assets/stylesheets/icons.css */
.mdi-phone-rotate-landscape::before {
  content: "\f0885";
}

/* line 18864, app/assets/stylesheets/icons.css */
.mdi-phone-rotate-portrait::before {
  content: "\f0886";
}

/* line 18868, app/assets/stylesheets/icons.css */
.mdi-phone-settings::before {
  content: "\f03fd";
}

/* line 18872, app/assets/stylesheets/icons.css */
.mdi-phone-settings-outline::before {
  content: "\f119d";
}

/* line 18876, app/assets/stylesheets/icons.css */
.mdi-phone-sync::before {
  content: "\f1995";
}

/* line 18880, app/assets/stylesheets/icons.css */
.mdi-phone-sync-outline::before {
  content: "\f1996";
}

/* line 18884, app/assets/stylesheets/icons.css */
.mdi-phone-voip::before {
  content: "\f03fe";
}

/* line 18888, app/assets/stylesheets/icons.css */
.mdi-pi::before {
  content: "\f03ff";
}

/* line 18892, app/assets/stylesheets/icons.css */
.mdi-pi-box::before {
  content: "\f0400";
}

/* line 18896, app/assets/stylesheets/icons.css */
.mdi-pi-hole::before {
  content: "\f0df1";
}

/* line 18900, app/assets/stylesheets/icons.css */
.mdi-piano::before {
  content: "\f067d";
}

/* line 18904, app/assets/stylesheets/icons.css */
.mdi-piano-off::before {
  content: "\f0698";
}

/* line 18908, app/assets/stylesheets/icons.css */
.mdi-pickaxe::before {
  content: "\f08b7";
}

/* line 18912, app/assets/stylesheets/icons.css */
.mdi-picture-in-picture-bottom-right::before {
  content: "\f0e57";
}

/* line 18916, app/assets/stylesheets/icons.css */
.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\f0e58";
}

/* line 18920, app/assets/stylesheets/icons.css */
.mdi-picture-in-picture-top-right::before {
  content: "\f0e59";
}

/* line 18924, app/assets/stylesheets/icons.css */
.mdi-picture-in-picture-top-right-outline::before {
  content: "\f0e5a";
}

/* line 18928, app/assets/stylesheets/icons.css */
.mdi-pier::before {
  content: "\f0887";
}

/* line 18932, app/assets/stylesheets/icons.css */
.mdi-pier-crane::before {
  content: "\f0888";
}

/* line 18936, app/assets/stylesheets/icons.css */
.mdi-pig::before {
  content: "\f0401";
}

/* line 18940, app/assets/stylesheets/icons.css */
.mdi-pig-variant::before {
  content: "\f1006";
}

/* line 18944, app/assets/stylesheets/icons.css */
.mdi-pig-variant-outline::before {
  content: "\f1678";
}

/* line 18948, app/assets/stylesheets/icons.css */
.mdi-piggy-bank::before {
  content: "\f1007";
}

/* line 18952, app/assets/stylesheets/icons.css */
.mdi-piggy-bank-outline::before {
  content: "\f1679";
}

/* line 18956, app/assets/stylesheets/icons.css */
.mdi-pill::before {
  content: "\f0402";
}

/* line 18960, app/assets/stylesheets/icons.css */
.mdi-pillar::before {
  content: "\f0702";
}

/* line 18964, app/assets/stylesheets/icons.css */
.mdi-pin::before {
  content: "\f0403";
}

/* line 18968, app/assets/stylesheets/icons.css */
.mdi-pin-off::before {
  content: "\f0404";
}

/* line 18972, app/assets/stylesheets/icons.css */
.mdi-pin-off-outline::before {
  content: "\f0930";
}

/* line 18976, app/assets/stylesheets/icons.css */
.mdi-pin-outline::before {
  content: "\f0931";
}

/* line 18980, app/assets/stylesheets/icons.css */
.mdi-pine-tree::before {
  content: "\f0405";
}

/* line 18984, app/assets/stylesheets/icons.css */
.mdi-pine-tree-box::before {
  content: "\f0406";
}

/* line 18988, app/assets/stylesheets/icons.css */
.mdi-pine-tree-fire::before {
  content: "\f141a";
}

/* line 18992, app/assets/stylesheets/icons.css */
.mdi-pinterest::before {
  content: "\f0407";
}

/* line 18996, app/assets/stylesheets/icons.css */
.mdi-pinwheel::before {
  content: "\f0ad5";
}

/* line 19000, app/assets/stylesheets/icons.css */
.mdi-pinwheel-outline::before {
  content: "\f0ad6";
}

/* line 19004, app/assets/stylesheets/icons.css */
.mdi-pipe::before {
  content: "\f07e5";
}

/* line 19008, app/assets/stylesheets/icons.css */
.mdi-pipe-disconnected::before {
  content: "\f07e6";
}

/* line 19012, app/assets/stylesheets/icons.css */
.mdi-pipe-leak::before {
  content: "\f0889";
}

/* line 19016, app/assets/stylesheets/icons.css */
.mdi-pipe-valve::before {
  content: "\f184d";
}

/* line 19020, app/assets/stylesheets/icons.css */
.mdi-pipe-wrench::before {
  content: "\f1354";
}

/* line 19024, app/assets/stylesheets/icons.css */
.mdi-pirate::before {
  content: "\f0a08";
}

/* line 19028, app/assets/stylesheets/icons.css */
.mdi-pistol::before {
  content: "\f0703";
}

/* line 19032, app/assets/stylesheets/icons.css */
.mdi-piston::before {
  content: "\f088a";
}

/* line 19036, app/assets/stylesheets/icons.css */
.mdi-pitchfork::before {
  content: "\f1553";
}

/* line 19040, app/assets/stylesheets/icons.css */
.mdi-pizza::before {
  content: "\f0409";
}

/* line 19044, app/assets/stylesheets/icons.css */
.mdi-play::before {
  content: "\f040a";
}

/* line 19048, app/assets/stylesheets/icons.css */
.mdi-play-box::before {
  content: "\f127a";
}

/* line 19052, app/assets/stylesheets/icons.css */
.mdi-play-box-multiple::before {
  content: "\f0d19";
}

/* line 19056, app/assets/stylesheets/icons.css */
.mdi-play-box-multiple-outline::before {
  content: "\f13e6";
}

/* line 19060, app/assets/stylesheets/icons.css */
.mdi-play-box-outline::before {
  content: "\f040b";
}

/* line 19064, app/assets/stylesheets/icons.css */
.mdi-play-circle::before {
  content: "\f040c";
}

/* line 19068, app/assets/stylesheets/icons.css */
.mdi-play-circle-outline::before {
  content: "\f040d";
}

/* line 19072, app/assets/stylesheets/icons.css */
.mdi-play-network::before {
  content: "\f088b";
}

/* line 19076, app/assets/stylesheets/icons.css */
.mdi-play-network-outline::before {
  content: "\f0cb7";
}

/* line 19080, app/assets/stylesheets/icons.css */
.mdi-play-outline::before {
  content: "\f0f1b";
}

/* line 19084, app/assets/stylesheets/icons.css */
.mdi-play-pause::before {
  content: "\f040e";
}

/* line 19088, app/assets/stylesheets/icons.css */
.mdi-play-protected-content::before {
  content: "\f040f";
}

/* line 19092, app/assets/stylesheets/icons.css */
.mdi-play-speed::before {
  content: "\f08ff";
}

/* line 19096, app/assets/stylesheets/icons.css */
.mdi-playlist-check::before {
  content: "\f05c7";
}

/* line 19100, app/assets/stylesheets/icons.css */
.mdi-playlist-edit::before {
  content: "\f0900";
}

/* line 19104, app/assets/stylesheets/icons.css */
.mdi-playlist-minus::before {
  content: "\f0410";
}

/* line 19108, app/assets/stylesheets/icons.css */
.mdi-playlist-music::before {
  content: "\f0cb8";
}

/* line 19112, app/assets/stylesheets/icons.css */
.mdi-playlist-music-outline::before {
  content: "\f0cb9";
}

/* line 19116, app/assets/stylesheets/icons.css */
.mdi-playlist-play::before {
  content: "\f0411";
}

/* line 19120, app/assets/stylesheets/icons.css */
.mdi-playlist-plus::before {
  content: "\f0412";
}

/* line 19124, app/assets/stylesheets/icons.css */
.mdi-playlist-remove::before {
  content: "\f0413";
}

/* line 19128, app/assets/stylesheets/icons.css */
.mdi-playlist-star::before {
  content: "\f0df2";
}

/* line 19132, app/assets/stylesheets/icons.css */
.mdi-plex::before {
  content: "\f06ba";
}

/* line 19136, app/assets/stylesheets/icons.css */
.mdi-pliers::before {
  content: "\f19a4";
}

/* line 19140, app/assets/stylesheets/icons.css */
.mdi-plus::before {
  content: "\f0415";
}

/* line 19144, app/assets/stylesheets/icons.css */
.mdi-plus-box::before {
  content: "\f0416";
}

/* line 19148, app/assets/stylesheets/icons.css */
.mdi-plus-box-multiple::before {
  content: "\f0334";
}

/* line 19152, app/assets/stylesheets/icons.css */
.mdi-plus-box-multiple-outline::before {
  content: "\f1143";
}

/* line 19156, app/assets/stylesheets/icons.css */
.mdi-plus-box-outline::before {
  content: "\f0704";
}

/* line 19160, app/assets/stylesheets/icons.css */
.mdi-plus-circle::before {
  content: "\f0417";
}

/* line 19164, app/assets/stylesheets/icons.css */
.mdi-plus-circle-multiple::before {
  content: "\f034c";
}

/* line 19168, app/assets/stylesheets/icons.css */
.mdi-plus-circle-multiple-outline::before {
  content: "\f0418";
}

/* line 19172, app/assets/stylesheets/icons.css */
.mdi-plus-circle-outline::before {
  content: "\f0419";
}

/* line 19176, app/assets/stylesheets/icons.css */
.mdi-plus-minus::before {
  content: "\f0992";
}

/* line 19180, app/assets/stylesheets/icons.css */
.mdi-plus-minus-box::before {
  content: "\f0993";
}

/* line 19184, app/assets/stylesheets/icons.css */
.mdi-plus-minus-variant::before {
  content: "\f14c9";
}

/* line 19188, app/assets/stylesheets/icons.css */
.mdi-plus-network::before {
  content: "\f041a";
}

/* line 19192, app/assets/stylesheets/icons.css */
.mdi-plus-network-outline::before {
  content: "\f0cba";
}

/* line 19196, app/assets/stylesheets/icons.css */
.mdi-plus-outline::before {
  content: "\f0705";
}

/* line 19200, app/assets/stylesheets/icons.css */
.mdi-plus-thick::before {
  content: "\f11ec";
}

/* line 19204, app/assets/stylesheets/icons.css */
.mdi-podcast::before {
  content: "\f0994";
}

/* line 19208, app/assets/stylesheets/icons.css */
.mdi-podium::before {
  content: "\f0d25";
}

/* line 19212, app/assets/stylesheets/icons.css */
.mdi-podium-bronze::before {
  content: "\f0d26";
}

/* line 19216, app/assets/stylesheets/icons.css */
.mdi-podium-gold::before {
  content: "\f0d27";
}

/* line 19220, app/assets/stylesheets/icons.css */
.mdi-podium-silver::before {
  content: "\f0d28";
}

/* line 19224, app/assets/stylesheets/icons.css */
.mdi-point-of-sale::before {
  content: "\f0d92";
}

/* line 19228, app/assets/stylesheets/icons.css */
.mdi-pokeball::before {
  content: "\f041d";
}

/* line 19232, app/assets/stylesheets/icons.css */
.mdi-pokemon-go::before {
  content: "\f0a09";
}

/* line 19236, app/assets/stylesheets/icons.css */
.mdi-poker-chip::before {
  content: "\f0830";
}

/* line 19240, app/assets/stylesheets/icons.css */
.mdi-polaroid::before {
  content: "\f041e";
}

/* line 19244, app/assets/stylesheets/icons.css */
.mdi-police-badge::before {
  content: "\f1167";
}

/* line 19248, app/assets/stylesheets/icons.css */
.mdi-police-badge-outline::before {
  content: "\f1168";
}

/* line 19252, app/assets/stylesheets/icons.css */
.mdi-police-station::before {
  content: "\f1839";
}

/* line 19256, app/assets/stylesheets/icons.css */
.mdi-poll::before {
  content: "\f041f";
}

/* line 19260, app/assets/stylesheets/icons.css */
.mdi-polo::before {
  content: "\f14c3";
}

/* line 19264, app/assets/stylesheets/icons.css */
.mdi-polymer::before {
  content: "\f0421";
}

/* line 19268, app/assets/stylesheets/icons.css */
.mdi-pool::before {
  content: "\f0606";
}

/* line 19272, app/assets/stylesheets/icons.css */
.mdi-popcorn::before {
  content: "\f0422";
}

/* line 19276, app/assets/stylesheets/icons.css */
.mdi-post::before {
  content: "\f1008";
}

/* line 19280, app/assets/stylesheets/icons.css */
.mdi-post-outline::before {
  content: "\f1009";
}

/* line 19284, app/assets/stylesheets/icons.css */
.mdi-postage-stamp::before {
  content: "\f0cbb";
}

/* line 19288, app/assets/stylesheets/icons.css */
.mdi-pot::before {
  content: "\f02e5";
}

/* line 19292, app/assets/stylesheets/icons.css */
.mdi-pot-mix::before {
  content: "\f065b";
}

/* line 19296, app/assets/stylesheets/icons.css */
.mdi-pot-mix-outline::before {
  content: "\f0677";
}

/* line 19300, app/assets/stylesheets/icons.css */
.mdi-pot-outline::before {
  content: "\f02ff";
}

/* line 19304, app/assets/stylesheets/icons.css */
.mdi-pot-steam::before {
  content: "\f065a";
}

/* line 19308, app/assets/stylesheets/icons.css */
.mdi-pot-steam-outline::before {
  content: "\f0326";
}

/* line 19312, app/assets/stylesheets/icons.css */
.mdi-pound::before {
  content: "\f0423";
}

/* line 19316, app/assets/stylesheets/icons.css */
.mdi-pound-box::before {
  content: "\f0424";
}

/* line 19320, app/assets/stylesheets/icons.css */
.mdi-pound-box-outline::before {
  content: "\f117f";
}

/* line 19324, app/assets/stylesheets/icons.css */
.mdi-power::before {
  content: "\f0425";
}

/* line 19328, app/assets/stylesheets/icons.css */
.mdi-power-cycle::before {
  content: "\f0901";
}

/* line 19332, app/assets/stylesheets/icons.css */
.mdi-power-off::before {
  content: "\f0902";
}

/* line 19336, app/assets/stylesheets/icons.css */
.mdi-power-on::before {
  content: "\f0903";
}

/* line 19340, app/assets/stylesheets/icons.css */
.mdi-power-plug::before {
  content: "\f06a5";
}

/* line 19344, app/assets/stylesheets/icons.css */
.mdi-power-plug-off::before {
  content: "\f06a6";
}

/* line 19348, app/assets/stylesheets/icons.css */
.mdi-power-plug-off-outline::before {
  content: "\f1424";
}

/* line 19352, app/assets/stylesheets/icons.css */
.mdi-power-plug-outline::before {
  content: "\f1425";
}

/* line 19356, app/assets/stylesheets/icons.css */
.mdi-power-settings::before {
  content: "\f0426";
}

/* line 19360, app/assets/stylesheets/icons.css */
.mdi-power-sleep::before {
  content: "\f0904";
}

/* line 19364, app/assets/stylesheets/icons.css */
.mdi-power-socket::before {
  content: "\f0427";
}

/* line 19368, app/assets/stylesheets/icons.css */
.mdi-power-socket-au::before {
  content: "\f0905";
}

/* line 19372, app/assets/stylesheets/icons.css */
.mdi-power-socket-ch::before {
  content: "\f0fb3";
}

/* line 19376, app/assets/stylesheets/icons.css */
.mdi-power-socket-de::before {
  content: "\f1107";
}

/* line 19380, app/assets/stylesheets/icons.css */
.mdi-power-socket-eu::before {
  content: "\f07e7";
}

/* line 19384, app/assets/stylesheets/icons.css */
.mdi-power-socket-fr::before {
  content: "\f1108";
}

/* line 19388, app/assets/stylesheets/icons.css */
.mdi-power-socket-it::before {
  content: "\f14ff";
}

/* line 19392, app/assets/stylesheets/icons.css */
.mdi-power-socket-jp::before {
  content: "\f1109";
}

/* line 19396, app/assets/stylesheets/icons.css */
.mdi-power-socket-uk::before {
  content: "\f07e8";
}

/* line 19400, app/assets/stylesheets/icons.css */
.mdi-power-socket-us::before {
  content: "\f07e9";
}

/* line 19404, app/assets/stylesheets/icons.css */
.mdi-power-standby::before {
  content: "\f0906";
}

/* line 19408, app/assets/stylesheets/icons.css */
.mdi-powershell::before {
  content: "\f0a0a";
}

/* line 19412, app/assets/stylesheets/icons.css */
.mdi-prescription::before {
  content: "\f0706";
}

/* line 19416, app/assets/stylesheets/icons.css */
.mdi-presentation::before {
  content: "\f0428";
}

/* line 19420, app/assets/stylesheets/icons.css */
.mdi-presentation-play::before {
  content: "\f0429";
}

/* line 19424, app/assets/stylesheets/icons.css */
.mdi-pretzel::before {
  content: "\f1562";
}

/* line 19428, app/assets/stylesheets/icons.css */
.mdi-printer::before {
  content: "\f042a";
}

/* line 19432, app/assets/stylesheets/icons.css */
.mdi-printer-3d::before {
  content: "\f042b";
}

/* line 19436, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle::before {
  content: "\f0e5b";
}

/* line 19440, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle-alert::before {
  content: "\f11c0";
}

/* line 19444, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle-alert-outline::before {
  content: "\f11c1";
}

/* line 19448, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle-heat::before {
  content: "\f18b8";
}

/* line 19452, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle-heat-outline::before {
  content: "\f18b9";
}

/* line 19456, app/assets/stylesheets/icons.css */
.mdi-printer-3d-nozzle-outline::before {
  content: "\f0e5c";
}

/* line 19460, app/assets/stylesheets/icons.css */
.mdi-printer-alert::before {
  content: "\f042c";
}

/* line 19464, app/assets/stylesheets/icons.css */
.mdi-printer-check::before {
  content: "\f1146";
}

/* line 19468, app/assets/stylesheets/icons.css */
.mdi-printer-eye::before {
  content: "\f1458";
}

/* line 19472, app/assets/stylesheets/icons.css */
.mdi-printer-off::before {
  content: "\f0e5d";
}

/* line 19476, app/assets/stylesheets/icons.css */
.mdi-printer-off-outline::before {
  content: "\f1785";
}

/* line 19480, app/assets/stylesheets/icons.css */
.mdi-printer-outline::before {
  content: "\f1786";
}

/* line 19484, app/assets/stylesheets/icons.css */
.mdi-printer-pos::before {
  content: "\f1057";
}

/* line 19488, app/assets/stylesheets/icons.css */
.mdi-printer-search::before {
  content: "\f1457";
}

/* line 19492, app/assets/stylesheets/icons.css */
.mdi-printer-settings::before {
  content: "\f0707";
}

/* line 19496, app/assets/stylesheets/icons.css */
.mdi-printer-wireless::before {
  content: "\f0a0b";
}

/* line 19500, app/assets/stylesheets/icons.css */
.mdi-priority-high::before {
  content: "\f0603";
}

/* line 19504, app/assets/stylesheets/icons.css */
.mdi-priority-low::before {
  content: "\f0604";
}

/* line 19508, app/assets/stylesheets/icons.css */
.mdi-professional-hexagon::before {
  content: "\f042d";
}

/* line 19512, app/assets/stylesheets/icons.css */
.mdi-progress-alert::before {
  content: "\f0cbc";
}

/* line 19516, app/assets/stylesheets/icons.css */
.mdi-progress-check::before {
  content: "\f0995";
}

/* line 19520, app/assets/stylesheets/icons.css */
.mdi-progress-clock::before {
  content: "\f0996";
}

/* line 19524, app/assets/stylesheets/icons.css */
.mdi-progress-close::before {
  content: "\f110a";
}

/* line 19528, app/assets/stylesheets/icons.css */
.mdi-progress-download::before {
  content: "\f0997";
}

/* line 19532, app/assets/stylesheets/icons.css */
.mdi-progress-pencil::before {
  content: "\f1787";
}

/* line 19536, app/assets/stylesheets/icons.css */
.mdi-progress-question::before {
  content: "\f1522";
}

/* line 19540, app/assets/stylesheets/icons.css */
.mdi-progress-star::before {
  content: "\f1788";
}

/* line 19544, app/assets/stylesheets/icons.css */
.mdi-progress-upload::before {
  content: "\f0998";
}

/* line 19548, app/assets/stylesheets/icons.css */
.mdi-progress-wrench::before {
  content: "\f0cbd";
}

/* line 19552, app/assets/stylesheets/icons.css */
.mdi-projector::before {
  content: "\f042e";
}

/* line 19556, app/assets/stylesheets/icons.css */
.mdi-projector-screen::before {
  content: "\f042f";
}

/* line 19560, app/assets/stylesheets/icons.css */
.mdi-projector-screen-off::before {
  content: "\f180d";
}

/* line 19564, app/assets/stylesheets/icons.css */
.mdi-projector-screen-off-outline::before {
  content: "\f180e";
}

/* line 19568, app/assets/stylesheets/icons.css */
.mdi-projector-screen-outline::before {
  content: "\f1724";
}

/* line 19572, app/assets/stylesheets/icons.css */
.mdi-projector-screen-variant::before {
  content: "\f180f";
}

/* line 19576, app/assets/stylesheets/icons.css */
.mdi-projector-screen-variant-off::before {
  content: "\f1810";
}

/* line 19580, app/assets/stylesheets/icons.css */
.mdi-projector-screen-variant-off-outline::before {
  content: "\f1811";
}

/* line 19584, app/assets/stylesheets/icons.css */
.mdi-projector-screen-variant-outline::before {
  content: "\f1812";
}

/* line 19588, app/assets/stylesheets/icons.css */
.mdi-propane-tank::before {
  content: "\f1357";
}

/* line 19592, app/assets/stylesheets/icons.css */
.mdi-propane-tank-outline::before {
  content: "\f1358";
}

/* line 19596, app/assets/stylesheets/icons.css */
.mdi-protocol::before {
  content: "\f0fd8";
}

/* line 19600, app/assets/stylesheets/icons.css */
.mdi-publish::before {
  content: "\f06a7";
}

/* line 19604, app/assets/stylesheets/icons.css */
.mdi-publish-off::before {
  content: "\f1945";
}

/* line 19608, app/assets/stylesheets/icons.css */
.mdi-pulse::before {
  content: "\f0430";
}

/* line 19612, app/assets/stylesheets/icons.css */
.mdi-pump::before {
  content: "\f1402";
}

/* line 19616, app/assets/stylesheets/icons.css */
.mdi-pumpkin::before {
  content: "\f0bbf";
}

/* line 19620, app/assets/stylesheets/icons.css */
.mdi-purse::before {
  content: "\f0f1c";
}

/* line 19624, app/assets/stylesheets/icons.css */
.mdi-purse-outline::before {
  content: "\f0f1d";
}

/* line 19628, app/assets/stylesheets/icons.css */
.mdi-puzzle::before {
  content: "\f0431";
}

/* line 19632, app/assets/stylesheets/icons.css */
.mdi-puzzle-check::before {
  content: "\f1426";
}

/* line 19636, app/assets/stylesheets/icons.css */
.mdi-puzzle-check-outline::before {
  content: "\f1427";
}

/* line 19640, app/assets/stylesheets/icons.css */
.mdi-puzzle-edit::before {
  content: "\f14d3";
}

/* line 19644, app/assets/stylesheets/icons.css */
.mdi-puzzle-edit-outline::before {
  content: "\f14d9";
}

/* line 19648, app/assets/stylesheets/icons.css */
.mdi-puzzle-heart::before {
  content: "\f14d4";
}

/* line 19652, app/assets/stylesheets/icons.css */
.mdi-puzzle-heart-outline::before {
  content: "\f14da";
}

/* line 19656, app/assets/stylesheets/icons.css */
.mdi-puzzle-minus::before {
  content: "\f14d1";
}

/* line 19660, app/assets/stylesheets/icons.css */
.mdi-puzzle-minus-outline::before {
  content: "\f14d7";
}

/* line 19664, app/assets/stylesheets/icons.css */
.mdi-puzzle-outline::before {
  content: "\f0a66";
}

/* line 19668, app/assets/stylesheets/icons.css */
.mdi-puzzle-plus::before {
  content: "\f14d0";
}

/* line 19672, app/assets/stylesheets/icons.css */
.mdi-puzzle-plus-outline::before {
  content: "\f14d6";
}

/* line 19676, app/assets/stylesheets/icons.css */
.mdi-puzzle-remove::before {
  content: "\f14d2";
}

/* line 19680, app/assets/stylesheets/icons.css */
.mdi-puzzle-remove-outline::before {
  content: "\f14d8";
}

/* line 19684, app/assets/stylesheets/icons.css */
.mdi-puzzle-star::before {
  content: "\f14d5";
}

/* line 19688, app/assets/stylesheets/icons.css */
.mdi-puzzle-star-outline::before {
  content: "\f14db";
}

/* line 19692, app/assets/stylesheets/icons.css */
.mdi-pyramid::before {
  content: "\f1952";
}

/* line 19696, app/assets/stylesheets/icons.css */
.mdi-pyramid-off::before {
  content: "\f1953";
}

/* line 19700, app/assets/stylesheets/icons.css */
.mdi-qi::before {
  content: "\f0999";
}

/* line 19704, app/assets/stylesheets/icons.css */
.mdi-qqchat::before {
  content: "\f0605";
}

/* line 19708, app/assets/stylesheets/icons.css */
.mdi-qrcode::before {
  content: "\f0432";
}

/* line 19712, app/assets/stylesheets/icons.css */
.mdi-qrcode-edit::before {
  content: "\f08b8";
}

/* line 19716, app/assets/stylesheets/icons.css */
.mdi-qrcode-minus::before {
  content: "\f118c";
}

/* line 19720, app/assets/stylesheets/icons.css */
.mdi-qrcode-plus::before {
  content: "\f118b";
}

/* line 19724, app/assets/stylesheets/icons.css */
.mdi-qrcode-remove::before {
  content: "\f118d";
}

/* line 19728, app/assets/stylesheets/icons.css */
.mdi-qrcode-scan::before {
  content: "\f0433";
}

/* line 19732, app/assets/stylesheets/icons.css */
.mdi-quadcopter::before {
  content: "\f0434";
}

/* line 19736, app/assets/stylesheets/icons.css */
.mdi-quality-high::before {
  content: "\f0435";
}

/* line 19740, app/assets/stylesheets/icons.css */
.mdi-quality-low::before {
  content: "\f0a0c";
}

/* line 19744, app/assets/stylesheets/icons.css */
.mdi-quality-medium::before {
  content: "\f0a0d";
}

/* line 19748, app/assets/stylesheets/icons.css */
.mdi-quora::before {
  content: "\f0d29";
}

/* line 19752, app/assets/stylesheets/icons.css */
.mdi-rabbit::before {
  content: "\f0907";
}

/* line 19756, app/assets/stylesheets/icons.css */
.mdi-racing-helmet::before {
  content: "\f0d93";
}

/* line 19760, app/assets/stylesheets/icons.css */
.mdi-racquetball::before {
  content: "\f0d94";
}

/* line 19764, app/assets/stylesheets/icons.css */
.mdi-radar::before {
  content: "\f0437";
}

/* line 19768, app/assets/stylesheets/icons.css */
.mdi-radiator::before {
  content: "\f0438";
}

/* line 19772, app/assets/stylesheets/icons.css */
.mdi-radiator-disabled::before {
  content: "\f0ad7";
}

/* line 19776, app/assets/stylesheets/icons.css */
.mdi-radiator-off::before {
  content: "\f0ad8";
}

/* line 19780, app/assets/stylesheets/icons.css */
.mdi-radio::before {
  content: "\f0439";
}

/* line 19784, app/assets/stylesheets/icons.css */
.mdi-radio-am::before {
  content: "\f0cbe";
}

/* line 19788, app/assets/stylesheets/icons.css */
.mdi-radio-fm::before {
  content: "\f0cbf";
}

/* line 19792, app/assets/stylesheets/icons.css */
.mdi-radio-handheld::before {
  content: "\f043a";
}

/* line 19796, app/assets/stylesheets/icons.css */
.mdi-radio-off::before {
  content: "\f121c";
}

/* line 19800, app/assets/stylesheets/icons.css */
.mdi-radio-tower::before {
  content: "\f043b";
}

/* line 19804, app/assets/stylesheets/icons.css */
.mdi-radioactive::before {
  content: "\f043c";
}

/* line 19808, app/assets/stylesheets/icons.css */
.mdi-radioactive-circle::before {
  content: "\f185d";
}

/* line 19812, app/assets/stylesheets/icons.css */
.mdi-radioactive-circle-outline::before {
  content: "\f185e";
}

/* line 19816, app/assets/stylesheets/icons.css */
.mdi-radioactive-off::before {
  content: "\f0ec1";
}

/* line 19820, app/assets/stylesheets/icons.css */
.mdi-radiobox-blank::before {
  content: "\f043d";
}

/* line 19824, app/assets/stylesheets/icons.css */
.mdi-radiobox-marked::before {
  content: "\f043e";
}

/* line 19828, app/assets/stylesheets/icons.css */
.mdi-radiology-box::before {
  content: "\f14c5";
}

/* line 19832, app/assets/stylesheets/icons.css */
.mdi-radiology-box-outline::before {
  content: "\f14c6";
}

/* line 19836, app/assets/stylesheets/icons.css */
.mdi-radius::before {
  content: "\f0cc0";
}

/* line 19840, app/assets/stylesheets/icons.css */
.mdi-radius-outline::before {
  content: "\f0cc1";
}

/* line 19844, app/assets/stylesheets/icons.css */
.mdi-railroad-light::before {
  content: "\f0f1e";
}

/* line 19848, app/assets/stylesheets/icons.css */
.mdi-rake::before {
  content: "\f1544";
}

/* line 19852, app/assets/stylesheets/icons.css */
.mdi-raspberry-pi::before {
  content: "\f043f";
}

/* line 19856, app/assets/stylesheets/icons.css */
.mdi-ray-end::before {
  content: "\f0440";
}

/* line 19860, app/assets/stylesheets/icons.css */
.mdi-ray-end-arrow::before {
  content: "\f0441";
}

/* line 19864, app/assets/stylesheets/icons.css */
.mdi-ray-start::before {
  content: "\f0442";
}

/* line 19868, app/assets/stylesheets/icons.css */
.mdi-ray-start-arrow::before {
  content: "\f0443";
}

/* line 19872, app/assets/stylesheets/icons.css */
.mdi-ray-start-end::before {
  content: "\f0444";
}

/* line 19876, app/assets/stylesheets/icons.css */
.mdi-ray-start-vertex-end::before {
  content: "\f15d8";
}

/* line 19880, app/assets/stylesheets/icons.css */
.mdi-ray-vertex::before {
  content: "\f0445";
}

/* line 19884, app/assets/stylesheets/icons.css */
.mdi-razor-double-edge::before {
  content: "\f1997";
}

/* line 19888, app/assets/stylesheets/icons.css */
.mdi-razor-single-edge::before {
  content: "\f1998";
}

/* line 19892, app/assets/stylesheets/icons.css */
.mdi-react::before {
  content: "\f0708";
}

/* line 19896, app/assets/stylesheets/icons.css */
.mdi-read::before {
  content: "\f0447";
}

/* line 19900, app/assets/stylesheets/icons.css */
.mdi-receipt::before {
  content: "\f0449";
}

/* line 19904, app/assets/stylesheets/icons.css */
.mdi-record::before {
  content: "\f044a";
}

/* line 19908, app/assets/stylesheets/icons.css */
.mdi-record-circle::before {
  content: "\f0ec2";
}

/* line 19912, app/assets/stylesheets/icons.css */
.mdi-record-circle-outline::before {
  content: "\f0ec3";
}

/* line 19916, app/assets/stylesheets/icons.css */
.mdi-record-player::before {
  content: "\f099a";
}

/* line 19920, app/assets/stylesheets/icons.css */
.mdi-record-rec::before {
  content: "\f044b";
}

/* line 19924, app/assets/stylesheets/icons.css */
.mdi-rectangle::before {
  content: "\f0e5e";
}

/* line 19928, app/assets/stylesheets/icons.css */
.mdi-rectangle-outline::before {
  content: "\f0e5f";
}

/* line 19932, app/assets/stylesheets/icons.css */
.mdi-recycle::before {
  content: "\f044c";
}

/* line 19936, app/assets/stylesheets/icons.css */
.mdi-recycle-variant::before {
  content: "\f139d";
}

/* line 19940, app/assets/stylesheets/icons.css */
.mdi-reddit::before {
  content: "\f044d";
}

/* line 19944, app/assets/stylesheets/icons.css */
.mdi-redhat::before {
  content: "\f111b";
}

/* line 19948, app/assets/stylesheets/icons.css */
.mdi-redo::before {
  content: "\f044e";
}

/* line 19952, app/assets/stylesheets/icons.css */
.mdi-redo-variant::before {
  content: "\f044f";
}

/* line 19956, app/assets/stylesheets/icons.css */
.mdi-reflect-horizontal::before {
  content: "\f0a0e";
}

/* line 19960, app/assets/stylesheets/icons.css */
.mdi-reflect-vertical::before {
  content: "\f0a0f";
}

/* line 19964, app/assets/stylesheets/icons.css */
.mdi-refresh::before {
  content: "\f0450";
}

/* line 19968, app/assets/stylesheets/icons.css */
.mdi-refresh-auto::before {
  content: "\f18f2";
}

/* line 19972, app/assets/stylesheets/icons.css */
.mdi-refresh-circle::before {
  content: "\f1377";
}

/* line 19976, app/assets/stylesheets/icons.css */
.mdi-regex::before {
  content: "\f0451";
}

/* line 19980, app/assets/stylesheets/icons.css */
.mdi-registered-trademark::before {
  content: "\f0a67";
}

/* line 19984, app/assets/stylesheets/icons.css */
.mdi-reiterate::before {
  content: "\f1588";
}

/* line 19988, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-many::before {
  content: "\f1496";
}

/* line 19992, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-one::before {
  content: "\f1497";
}

/* line 19996, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-one-or-many::before {
  content: "\f1498";
}

/* line 20000, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-only-one::before {
  content: "\f1499";
}

/* line 20004, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-zero-or-many::before {
  content: "\f149a";
}

/* line 20008, app/assets/stylesheets/icons.css */
.mdi-relation-many-to-zero-or-one::before {
  content: "\f149b";
}

/* line 20012, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-many::before {
  content: "\f149c";
}

/* line 20016, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-one::before {
  content: "\f149d";
}

/* line 20020, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-one-or-many::before {
  content: "\f149e";
}

/* line 20024, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-only-one::before {
  content: "\f149f";
}

/* line 20028, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-zero-or-many::before {
  content: "\f14a0";
}

/* line 20032, app/assets/stylesheets/icons.css */
.mdi-relation-one-or-many-to-zero-or-one::before {
  content: "\f14a1";
}

/* line 20036, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-many::before {
  content: "\f14a2";
}

/* line 20040, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-one::before {
  content: "\f14a3";
}

/* line 20044, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-one-or-many::before {
  content: "\f14a4";
}

/* line 20048, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-only-one::before {
  content: "\f14a5";
}

/* line 20052, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-zero-or-many::before {
  content: "\f14a6";
}

/* line 20056, app/assets/stylesheets/icons.css */
.mdi-relation-one-to-zero-or-one::before {
  content: "\f14a7";
}

/* line 20060, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-many::before {
  content: "\f14a8";
}

/* line 20064, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-one::before {
  content: "\f14a9";
}

/* line 20068, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-one-or-many::before {
  content: "\f14aa";
}

/* line 20072, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-only-one::before {
  content: "\f14ab";
}

/* line 20076, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-zero-or-many::before {
  content: "\f14ac";
}

/* line 20080, app/assets/stylesheets/icons.css */
.mdi-relation-only-one-to-zero-or-one::before {
  content: "\f14ad";
}

/* line 20084, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-many::before {
  content: "\f14ae";
}

/* line 20088, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-one::before {
  content: "\f14af";
}

/* line 20092, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-one-or-many::before {
  content: "\f14b0";
}

/* line 20096, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-only-one::before {
  content: "\f14b1";
}

/* line 20100, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-zero-or-many::before {
  content: "\f14b2";
}

/* line 20104, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-many-to-zero-or-one::before {
  content: "\f14b3";
}

/* line 20108, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-many::before {
  content: "\f14b4";
}

/* line 20112, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-one::before {
  content: "\f14b5";
}

/* line 20116, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-one-or-many::before {
  content: "\f14b6";
}

/* line 20120, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-only-one::before {
  content: "\f14b7";
}

/* line 20124, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-zero-or-many::before {
  content: "\f14b8";
}

/* line 20128, app/assets/stylesheets/icons.css */
.mdi-relation-zero-or-one-to-zero-or-one::before {
  content: "\f14b9";
}

/* line 20132, app/assets/stylesheets/icons.css */
.mdi-relative-scale::before {
  content: "\f0452";
}

/* line 20136, app/assets/stylesheets/icons.css */
.mdi-reload::before {
  content: "\f0453";
}

/* line 20140, app/assets/stylesheets/icons.css */
.mdi-reload-alert::before {
  content: "\f110b";
}

/* line 20144, app/assets/stylesheets/icons.css */
.mdi-reminder::before {
  content: "\f088c";
}

/* line 20148, app/assets/stylesheets/icons.css */
.mdi-remote::before {
  content: "\f0454";
}

/* line 20152, app/assets/stylesheets/icons.css */
.mdi-remote-desktop::before {
  content: "\f08b9";
}

/* line 20156, app/assets/stylesheets/icons.css */
.mdi-remote-off::before {
  content: "\f0ec4";
}

/* line 20160, app/assets/stylesheets/icons.css */
.mdi-remote-tv::before {
  content: "\f0ec5";
}

/* line 20164, app/assets/stylesheets/icons.css */
.mdi-remote-tv-off::before {
  content: "\f0ec6";
}

/* line 20168, app/assets/stylesheets/icons.css */
.mdi-rename-box::before {
  content: "\f0455";
}

/* line 20172, app/assets/stylesheets/icons.css */
.mdi-reorder-horizontal::before {
  content: "\f0688";
}

/* line 20176, app/assets/stylesheets/icons.css */
.mdi-reorder-vertical::before {
  content: "\f0689";
}

/* line 20180, app/assets/stylesheets/icons.css */
.mdi-repeat::before {
  content: "\f0456";
}

/* line 20184, app/assets/stylesheets/icons.css */
.mdi-repeat-off::before {
  content: "\f0457";
}

/* line 20188, app/assets/stylesheets/icons.css */
.mdi-repeat-once::before {
  content: "\f0458";
}

/* line 20192, app/assets/stylesheets/icons.css */
.mdi-repeat-variant::before {
  content: "\f0547";
}

/* line 20196, app/assets/stylesheets/icons.css */
.mdi-replay::before {
  content: "\f0459";
}

/* line 20200, app/assets/stylesheets/icons.css */
.mdi-reply::before {
  content: "\f045a";
}

/* line 20204, app/assets/stylesheets/icons.css */
.mdi-reply-all::before {
  content: "\f045b";
}

/* line 20208, app/assets/stylesheets/icons.css */
.mdi-reply-all-outline::before {
  content: "\f0f1f";
}

/* line 20212, app/assets/stylesheets/icons.css */
.mdi-reply-circle::before {
  content: "\f11ae";
}

/* line 20216, app/assets/stylesheets/icons.css */
.mdi-reply-outline::before {
  content: "\f0f20";
}

/* line 20220, app/assets/stylesheets/icons.css */
.mdi-reproduction::before {
  content: "\f045c";
}

/* line 20224, app/assets/stylesheets/icons.css */
.mdi-resistor::before {
  content: "\f0b44";
}

/* line 20228, app/assets/stylesheets/icons.css */
.mdi-resistor-nodes::before {
  content: "\f0b45";
}

/* line 20232, app/assets/stylesheets/icons.css */
.mdi-resize::before {
  content: "\f0a68";
}

/* line 20236, app/assets/stylesheets/icons.css */
.mdi-resize-bottom-right::before {
  content: "\f045d";
}

/* line 20240, app/assets/stylesheets/icons.css */
.mdi-responsive::before {
  content: "\f045e";
}

/* line 20244, app/assets/stylesheets/icons.css */
.mdi-restart::before {
  content: "\f0709";
}

/* line 20248, app/assets/stylesheets/icons.css */
.mdi-restart-alert::before {
  content: "\f110c";
}

/* line 20252, app/assets/stylesheets/icons.css */
.mdi-restart-off::before {
  content: "\f0d95";
}

/* line 20256, app/assets/stylesheets/icons.css */
.mdi-restore::before {
  content: "\f099b";
}

/* line 20260, app/assets/stylesheets/icons.css */
.mdi-restore-alert::before {
  content: "\f110d";
}

/* line 20264, app/assets/stylesheets/icons.css */
.mdi-rewind::before {
  content: "\f045f";
}

/* line 20268, app/assets/stylesheets/icons.css */
.mdi-rewind-10::before {
  content: "\f0d2a";
}

/* line 20272, app/assets/stylesheets/icons.css */
.mdi-rewind-15::before {
  content: "\f1946";
}

/* line 20276, app/assets/stylesheets/icons.css */
.mdi-rewind-30::before {
  content: "\f0d96";
}

/* line 20280, app/assets/stylesheets/icons.css */
.mdi-rewind-5::before {
  content: "\f11f9";
}

/* line 20284, app/assets/stylesheets/icons.css */
.mdi-rewind-60::before {
  content: "\f160c";
}

/* line 20288, app/assets/stylesheets/icons.css */
.mdi-rewind-outline::before {
  content: "\f070a";
}

/* line 20292, app/assets/stylesheets/icons.css */
.mdi-rhombus::before {
  content: "\f070b";
}

/* line 20296, app/assets/stylesheets/icons.css */
.mdi-rhombus-medium::before {
  content: "\f0a10";
}

/* line 20300, app/assets/stylesheets/icons.css */
.mdi-rhombus-medium-outline::before {
  content: "\f14dc";
}

/* line 20304, app/assets/stylesheets/icons.css */
.mdi-rhombus-outline::before {
  content: "\f070c";
}

/* line 20308, app/assets/stylesheets/icons.css */
.mdi-rhombus-split::before {
  content: "\f0a11";
}

/* line 20312, app/assets/stylesheets/icons.css */
.mdi-rhombus-split-outline::before {
  content: "\f14dd";
}

/* line 20316, app/assets/stylesheets/icons.css */
.mdi-ribbon::before {
  content: "\f0460";
}

/* line 20320, app/assets/stylesheets/icons.css */
.mdi-rice::before {
  content: "\f07ea";
}

/* line 20324, app/assets/stylesheets/icons.css */
.mdi-rickshaw::before {
  content: "\f15bb";
}

/* line 20328, app/assets/stylesheets/icons.css */
.mdi-rickshaw-electric::before {
  content: "\f15bc";
}

/* line 20332, app/assets/stylesheets/icons.css */
.mdi-ring::before {
  content: "\f07eb";
}

/* line 20336, app/assets/stylesheets/icons.css */
.mdi-rivet::before {
  content: "\f0e60";
}

/* line 20340, app/assets/stylesheets/icons.css */
.mdi-road::before {
  content: "\f0461";
}

/* line 20344, app/assets/stylesheets/icons.css */
.mdi-road-variant::before {
  content: "\f0462";
}

/* line 20348, app/assets/stylesheets/icons.css */
.mdi-robber::before {
  content: "\f1058";
}

/* line 20352, app/assets/stylesheets/icons.css */
.mdi-robot::before {
  content: "\f06a9";
}

/* line 20356, app/assets/stylesheets/icons.css */
.mdi-robot-angry::before {
  content: "\f169d";
}

/* line 20360, app/assets/stylesheets/icons.css */
.mdi-robot-angry-outline::before {
  content: "\f169e";
}

/* line 20364, app/assets/stylesheets/icons.css */
.mdi-robot-confused::before {
  content: "\f169f";
}

/* line 20368, app/assets/stylesheets/icons.css */
.mdi-robot-confused-outline::before {
  content: "\f16a0";
}

/* line 20372, app/assets/stylesheets/icons.css */
.mdi-robot-dead::before {
  content: "\f16a1";
}

/* line 20376, app/assets/stylesheets/icons.css */
.mdi-robot-dead-outline::before {
  content: "\f16a2";
}

/* line 20380, app/assets/stylesheets/icons.css */
.mdi-robot-excited::before {
  content: "\f16a3";
}

/* line 20384, app/assets/stylesheets/icons.css */
.mdi-robot-excited-outline::before {
  content: "\f16a4";
}

/* line 20388, app/assets/stylesheets/icons.css */
.mdi-robot-happy::before {
  content: "\f1719";
}

/* line 20392, app/assets/stylesheets/icons.css */
.mdi-robot-happy-outline::before {
  content: "\f171a";
}

/* line 20396, app/assets/stylesheets/icons.css */
.mdi-robot-industrial::before {
  content: "\f0b46";
}

/* line 20400, app/assets/stylesheets/icons.css */
.mdi-robot-love::before {
  content: "\f16a5";
}

/* line 20404, app/assets/stylesheets/icons.css */
.mdi-robot-love-outline::before {
  content: "\f16a6";
}

/* line 20408, app/assets/stylesheets/icons.css */
.mdi-robot-mower::before {
  content: "\f11f7";
}

/* line 20412, app/assets/stylesheets/icons.css */
.mdi-robot-mower-outline::before {
  content: "\f11f3";
}

/* line 20416, app/assets/stylesheets/icons.css */
.mdi-robot-off::before {
  content: "\f16a7";
}

/* line 20420, app/assets/stylesheets/icons.css */
.mdi-robot-off-outline::before {
  content: "\f167b";
}

/* line 20424, app/assets/stylesheets/icons.css */
.mdi-robot-outline::before {
  content: "\f167a";
}

/* line 20428, app/assets/stylesheets/icons.css */
.mdi-robot-vacuum::before {
  content: "\f070d";
}

/* line 20432, app/assets/stylesheets/icons.css */
.mdi-robot-vacuum-variant::before {
  content: "\f0908";
}

/* line 20436, app/assets/stylesheets/icons.css */
.mdi-rocket::before {
  content: "\f0463";
}

/* line 20440, app/assets/stylesheets/icons.css */
.mdi-rocket-launch::before {
  content: "\f14de";
}

/* line 20444, app/assets/stylesheets/icons.css */
.mdi-rocket-launch-outline::before {
  content: "\f14df";
}

/* line 20448, app/assets/stylesheets/icons.css */
.mdi-rocket-outline::before {
  content: "\f13af";
}

/* line 20452, app/assets/stylesheets/icons.css */
.mdi-rodent::before {
  content: "\f1327";
}

/* line 20456, app/assets/stylesheets/icons.css */
.mdi-roller-skate::before {
  content: "\f0d2b";
}

/* line 20460, app/assets/stylesheets/icons.css */
.mdi-roller-skate-off::before {
  content: "\f0145";
}

/* line 20464, app/assets/stylesheets/icons.css */
.mdi-rollerblade::before {
  content: "\f0d2c";
}

/* line 20468, app/assets/stylesheets/icons.css */
.mdi-rollerblade-off::before {
  content: "\f002e";
}

/* line 20472, app/assets/stylesheets/icons.css */
.mdi-rollupjs::before {
  content: "\f0bc0";
}

/* line 20476, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-1::before {
  content: "\f1088";
}

/* line 20480, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-10::before {
  content: "\f1091";
}

/* line 20484, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-2::before {
  content: "\f1089";
}

/* line 20488, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-3::before {
  content: "\f108a";
}

/* line 20492, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-4::before {
  content: "\f108b";
}

/* line 20496, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-5::before {
  content: "\f108c";
}

/* line 20500, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-6::before {
  content: "\f108d";
}

/* line 20504, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-7::before {
  content: "\f108e";
}

/* line 20508, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-8::before {
  content: "\f108f";
}

/* line 20512, app/assets/stylesheets/icons.css */
.mdi-roman-numeral-9::before {
  content: "\f1090";
}

/* line 20516, app/assets/stylesheets/icons.css */
.mdi-room-service::before {
  content: "\f088d";
}

/* line 20520, app/assets/stylesheets/icons.css */
.mdi-room-service-outline::before {
  content: "\f0d97";
}

/* line 20524, app/assets/stylesheets/icons.css */
.mdi-rotate-360::before {
  content: "\f1999";
}

/* line 20528, app/assets/stylesheets/icons.css */
.mdi-rotate-3d::before {
  content: "\f0ec7";
}

/* line 20532, app/assets/stylesheets/icons.css */
.mdi-rotate-3d-variant::before {
  content: "\f0464";
}

/* line 20536, app/assets/stylesheets/icons.css */
.mdi-rotate-left::before {
  content: "\f0465";
}

/* line 20540, app/assets/stylesheets/icons.css */
.mdi-rotate-left-variant::before {
  content: "\f0466";
}

/* line 20544, app/assets/stylesheets/icons.css */
.mdi-rotate-orbit::before {
  content: "\f0d98";
}

/* line 20548, app/assets/stylesheets/icons.css */
.mdi-rotate-right::before {
  content: "\f0467";
}

/* line 20552, app/assets/stylesheets/icons.css */
.mdi-rotate-right-variant::before {
  content: "\f0468";
}

/* line 20556, app/assets/stylesheets/icons.css */
.mdi-rounded-corner::before {
  content: "\f0607";
}

/* line 20560, app/assets/stylesheets/icons.css */
.mdi-router::before {
  content: "\f11e2";
}

/* line 20564, app/assets/stylesheets/icons.css */
.mdi-router-network::before {
  content: "\f1087";
}

/* line 20568, app/assets/stylesheets/icons.css */
.mdi-router-wireless::before {
  content: "\f0469";
}

/* line 20572, app/assets/stylesheets/icons.css */
.mdi-router-wireless-off::before {
  content: "\f15a3";
}

/* line 20576, app/assets/stylesheets/icons.css */
.mdi-router-wireless-settings::before {
  content: "\f0a69";
}

/* line 20580, app/assets/stylesheets/icons.css */
.mdi-routes::before {
  content: "\f046a";
}

/* line 20584, app/assets/stylesheets/icons.css */
.mdi-routes-clock::before {
  content: "\f1059";
}

/* line 20588, app/assets/stylesheets/icons.css */
.mdi-rowing::before {
  content: "\f0608";
}

/* line 20592, app/assets/stylesheets/icons.css */
.mdi-rss::before {
  content: "\f046b";
}

/* line 20596, app/assets/stylesheets/icons.css */
.mdi-rss-box::before {
  content: "\f046c";
}

/* line 20600, app/assets/stylesheets/icons.css */
.mdi-rss-off::before {
  content: "\f0f21";
}

/* line 20604, app/assets/stylesheets/icons.css */
.mdi-rug::before {
  content: "\f1475";
}

/* line 20608, app/assets/stylesheets/icons.css */
.mdi-rugby::before {
  content: "\f0d99";
}

/* line 20612, app/assets/stylesheets/icons.css */
.mdi-ruler::before {
  content: "\f046d";
}

/* line 20616, app/assets/stylesheets/icons.css */
.mdi-ruler-square::before {
  content: "\f0cc2";
}

/* line 20620, app/assets/stylesheets/icons.css */
.mdi-ruler-square-compass::before {
  content: "\f0ebe";
}

/* line 20624, app/assets/stylesheets/icons.css */
.mdi-run::before {
  content: "\f070e";
}

/* line 20628, app/assets/stylesheets/icons.css */
.mdi-run-fast::before {
  content: "\f046e";
}

/* line 20632, app/assets/stylesheets/icons.css */
.mdi-rv-truck::before {
  content: "\f11d4";
}

/* line 20636, app/assets/stylesheets/icons.css */
.mdi-sack::before {
  content: "\f0d2e";
}

/* line 20640, app/assets/stylesheets/icons.css */
.mdi-sack-percent::before {
  content: "\f0d2f";
}

/* line 20644, app/assets/stylesheets/icons.css */
.mdi-safe::before {
  content: "\f0a6a";
}

/* line 20648, app/assets/stylesheets/icons.css */
.mdi-safe-square::before {
  content: "\f127c";
}

/* line 20652, app/assets/stylesheets/icons.css */
.mdi-safe-square-outline::before {
  content: "\f127d";
}

/* line 20656, app/assets/stylesheets/icons.css */
.mdi-safety-goggles::before {
  content: "\f0d30";
}

/* line 20660, app/assets/stylesheets/icons.css */
.mdi-sail-boat::before {
  content: "\f0ec8";
}

/* line 20664, app/assets/stylesheets/icons.css */
.mdi-sale::before {
  content: "\f046f";
}

/* line 20668, app/assets/stylesheets/icons.css */
.mdi-salesforce::before {
  content: "\f088e";
}

/* line 20672, app/assets/stylesheets/icons.css */
.mdi-sass::before {
  content: "\f07ec";
}

/* line 20676, app/assets/stylesheets/icons.css */
.mdi-satellite::before {
  content: "\f0470";
}

/* line 20680, app/assets/stylesheets/icons.css */
.mdi-satellite-uplink::before {
  content: "\f0909";
}

/* line 20684, app/assets/stylesheets/icons.css */
.mdi-satellite-variant::before {
  content: "\f0471";
}

/* line 20688, app/assets/stylesheets/icons.css */
.mdi-sausage::before {
  content: "\f08ba";
}

/* line 20692, app/assets/stylesheets/icons.css */
.mdi-sausage-off::before {
  content: "\f1789";
}

/* line 20696, app/assets/stylesheets/icons.css */
.mdi-saw-blade::before {
  content: "\f0e61";
}

/* line 20700, app/assets/stylesheets/icons.css */
.mdi-sawtooth-wave::before {
  content: "\f147a";
}

/* line 20704, app/assets/stylesheets/icons.css */
.mdi-saxophone::before {
  content: "\f0609";
}

/* line 20708, app/assets/stylesheets/icons.css */
.mdi-scale::before {
  content: "\f0472";
}

/* line 20712, app/assets/stylesheets/icons.css */
.mdi-scale-balance::before {
  content: "\f05d1";
}

/* line 20716, app/assets/stylesheets/icons.css */
.mdi-scale-bathroom::before {
  content: "\f0473";
}

/* line 20720, app/assets/stylesheets/icons.css */
.mdi-scale-off::before {
  content: "\f105a";
}

/* line 20724, app/assets/stylesheets/icons.css */
.mdi-scale-unbalanced::before {
  content: "\f19b8";
}

/* line 20728, app/assets/stylesheets/icons.css */
.mdi-scan-helper::before {
  content: "\f13d8";
}

/* line 20732, app/assets/stylesheets/icons.css */
.mdi-scanner::before {
  content: "\f06ab";
}

/* line 20736, app/assets/stylesheets/icons.css */
.mdi-scanner-off::before {
  content: "\f090a";
}

/* line 20740, app/assets/stylesheets/icons.css */
.mdi-scatter-plot::before {
  content: "\f0ec9";
}

/* line 20744, app/assets/stylesheets/icons.css */
.mdi-scatter-plot-outline::before {
  content: "\f0eca";
}

/* line 20748, app/assets/stylesheets/icons.css */
.mdi-scent::before {
  content: "\f1958";
}

/* line 20752, app/assets/stylesheets/icons.css */
.mdi-scent-off::before {
  content: "\f1959";
}

/* line 20756, app/assets/stylesheets/icons.css */
.mdi-school::before {
  content: "\f0474";
}

/* line 20760, app/assets/stylesheets/icons.css */
.mdi-school-outline::before {
  content: "\f1180";
}

/* line 20764, app/assets/stylesheets/icons.css */
.mdi-scissors-cutting::before {
  content: "\f0a6b";
}

/* line 20768, app/assets/stylesheets/icons.css */
.mdi-scooter::before {
  content: "\f15bd";
}

/* line 20772, app/assets/stylesheets/icons.css */
.mdi-scooter-electric::before {
  content: "\f15be";
}

/* line 20776, app/assets/stylesheets/icons.css */
.mdi-scoreboard::before {
  content: "\f127e";
}

/* line 20780, app/assets/stylesheets/icons.css */
.mdi-scoreboard-outline::before {
  content: "\f127f";
}

/* line 20784, app/assets/stylesheets/icons.css */
.mdi-screen-rotation::before {
  content: "\f0475";
}

/* line 20788, app/assets/stylesheets/icons.css */
.mdi-screen-rotation-lock::before {
  content: "\f0478";
}

/* line 20792, app/assets/stylesheets/icons.css */
.mdi-screw-flat-top::before {
  content: "\f0df3";
}

/* line 20796, app/assets/stylesheets/icons.css */
.mdi-screw-lag::before {
  content: "\f0df4";
}

/* line 20800, app/assets/stylesheets/icons.css */
.mdi-screw-machine-flat-top::before {
  content: "\f0df5";
}

/* line 20804, app/assets/stylesheets/icons.css */
.mdi-screw-machine-round-top::before {
  content: "\f0df6";
}

/* line 20808, app/assets/stylesheets/icons.css */
.mdi-screw-round-top::before {
  content: "\f0df7";
}

/* line 20812, app/assets/stylesheets/icons.css */
.mdi-screwdriver::before {
  content: "\f0476";
}

/* line 20816, app/assets/stylesheets/icons.css */
.mdi-script::before {
  content: "\f0bc1";
}

/* line 20820, app/assets/stylesheets/icons.css */
.mdi-script-outline::before {
  content: "\f0477";
}

/* line 20824, app/assets/stylesheets/icons.css */
.mdi-script-text::before {
  content: "\f0bc2";
}

/* line 20828, app/assets/stylesheets/icons.css */
.mdi-script-text-key::before {
  content: "\f1725";
}

/* line 20832, app/assets/stylesheets/icons.css */
.mdi-script-text-key-outline::before {
  content: "\f1726";
}

/* line 20836, app/assets/stylesheets/icons.css */
.mdi-script-text-outline::before {
  content: "\f0bc3";
}

/* line 20840, app/assets/stylesheets/icons.css */
.mdi-script-text-play::before {
  content: "\f1727";
}

/* line 20844, app/assets/stylesheets/icons.css */
.mdi-script-text-play-outline::before {
  content: "\f1728";
}

/* line 20848, app/assets/stylesheets/icons.css */
.mdi-sd::before {
  content: "\f0479";
}

/* line 20852, app/assets/stylesheets/icons.css */
.mdi-seal::before {
  content: "\f047a";
}

/* line 20856, app/assets/stylesheets/icons.css */
.mdi-seal-variant::before {
  content: "\f0fd9";
}

/* line 20860, app/assets/stylesheets/icons.css */
.mdi-search-web::before {
  content: "\f070f";
}

/* line 20864, app/assets/stylesheets/icons.css */
.mdi-seat::before {
  content: "\f0cc3";
}

/* line 20868, app/assets/stylesheets/icons.css */
.mdi-seat-flat::before {
  content: "\f047b";
}

/* line 20872, app/assets/stylesheets/icons.css */
.mdi-seat-flat-angled::before {
  content: "\f047c";
}

/* line 20876, app/assets/stylesheets/icons.css */
.mdi-seat-individual-suite::before {
  content: "\f047d";
}

/* line 20880, app/assets/stylesheets/icons.css */
.mdi-seat-legroom-extra::before {
  content: "\f047e";
}

/* line 20884, app/assets/stylesheets/icons.css */
.mdi-seat-legroom-normal::before {
  content: "\f047f";
}

/* line 20888, app/assets/stylesheets/icons.css */
.mdi-seat-legroom-reduced::before {
  content: "\f0480";
}

/* line 20892, app/assets/stylesheets/icons.css */
.mdi-seat-outline::before {
  content: "\f0cc4";
}

/* line 20896, app/assets/stylesheets/icons.css */
.mdi-seat-passenger::before {
  content: "\f1249";
}

/* line 20900, app/assets/stylesheets/icons.css */
.mdi-seat-recline-extra::before {
  content: "\f0481";
}

/* line 20904, app/assets/stylesheets/icons.css */
.mdi-seat-recline-normal::before {
  content: "\f0482";
}

/* line 20908, app/assets/stylesheets/icons.css */
.mdi-seatbelt::before {
  content: "\f0cc5";
}

/* line 20912, app/assets/stylesheets/icons.css */
.mdi-security::before {
  content: "\f0483";
}

/* line 20916, app/assets/stylesheets/icons.css */
.mdi-security-network::before {
  content: "\f0484";
}

/* line 20920, app/assets/stylesheets/icons.css */
.mdi-seed::before {
  content: "\f0e62";
}

/* line 20924, app/assets/stylesheets/icons.css */
.mdi-seed-off::before {
  content: "\f13fd";
}

/* line 20928, app/assets/stylesheets/icons.css */
.mdi-seed-off-outline::before {
  content: "\f13fe";
}

/* line 20932, app/assets/stylesheets/icons.css */
.mdi-seed-outline::before {
  content: "\f0e63";
}

/* line 20936, app/assets/stylesheets/icons.css */
.mdi-seesaw::before {
  content: "\f15a4";
}

/* line 20940, app/assets/stylesheets/icons.css */
.mdi-segment::before {
  content: "\f0ecb";
}

/* line 20944, app/assets/stylesheets/icons.css */
.mdi-select::before {
  content: "\f0485";
}

/* line 20948, app/assets/stylesheets/icons.css */
.mdi-select-all::before {
  content: "\f0486";
}

/* line 20952, app/assets/stylesheets/icons.css */
.mdi-select-color::before {
  content: "\f0d31";
}

/* line 20956, app/assets/stylesheets/icons.css */
.mdi-select-compare::before {
  content: "\f0ad9";
}

/* line 20960, app/assets/stylesheets/icons.css */
.mdi-select-drag::before {
  content: "\f0a6c";
}

/* line 20964, app/assets/stylesheets/icons.css */
.mdi-select-group::before {
  content: "\f0f82";
}

/* line 20968, app/assets/stylesheets/icons.css */
.mdi-select-inverse::before {
  content: "\f0487";
}

/* line 20972, app/assets/stylesheets/icons.css */
.mdi-select-marker::before {
  content: "\f1280";
}

/* line 20976, app/assets/stylesheets/icons.css */
.mdi-select-multiple::before {
  content: "\f1281";
}

/* line 20980, app/assets/stylesheets/icons.css */
.mdi-select-multiple-marker::before {
  content: "\f1282";
}

/* line 20984, app/assets/stylesheets/icons.css */
.mdi-select-off::before {
  content: "\f0488";
}

/* line 20988, app/assets/stylesheets/icons.css */
.mdi-select-place::before {
  content: "\f0fda";
}

/* line 20992, app/assets/stylesheets/icons.css */
.mdi-select-remove::before {
  content: "\f17c1";
}

/* line 20996, app/assets/stylesheets/icons.css */
.mdi-select-search::before {
  content: "\f1204";
}

/* line 21000, app/assets/stylesheets/icons.css */
.mdi-selection::before {
  content: "\f0489";
}

/* line 21004, app/assets/stylesheets/icons.css */
.mdi-selection-drag::before {
  content: "\f0a6d";
}

/* line 21008, app/assets/stylesheets/icons.css */
.mdi-selection-ellipse::before {
  content: "\f0d32";
}

/* line 21012, app/assets/stylesheets/icons.css */
.mdi-selection-ellipse-arrow-inside::before {
  content: "\f0f22";
}

/* line 21016, app/assets/stylesheets/icons.css */
.mdi-selection-ellipse-remove::before {
  content: "\f17c2";
}

/* line 21020, app/assets/stylesheets/icons.css */
.mdi-selection-marker::before {
  content: "\f1283";
}

/* line 21024, app/assets/stylesheets/icons.css */
.mdi-selection-multiple::before {
  content: "\f1285";
}

/* line 21028, app/assets/stylesheets/icons.css */
.mdi-selection-multiple-marker::before {
  content: "\f1284";
}

/* line 21032, app/assets/stylesheets/icons.css */
.mdi-selection-off::before {
  content: "\f0777";
}

/* line 21036, app/assets/stylesheets/icons.css */
.mdi-selection-remove::before {
  content: "\f17c3";
}

/* line 21040, app/assets/stylesheets/icons.css */
.mdi-selection-search::before {
  content: "\f1205";
}

/* line 21044, app/assets/stylesheets/icons.css */
.mdi-semantic-web::before {
  content: "\f1316";
}

/* line 21048, app/assets/stylesheets/icons.css */
.mdi-send::before {
  content: "\f048a";
}

/* line 21052, app/assets/stylesheets/icons.css */
.mdi-send-check::before {
  content: "\f1161";
}

/* line 21056, app/assets/stylesheets/icons.css */
.mdi-send-check-outline::before {
  content: "\f1162";
}

/* line 21060, app/assets/stylesheets/icons.css */
.mdi-send-circle::before {
  content: "\f0df8";
}

/* line 21064, app/assets/stylesheets/icons.css */
.mdi-send-circle-outline::before {
  content: "\f0df9";
}

/* line 21068, app/assets/stylesheets/icons.css */
.mdi-send-clock::before {
  content: "\f1163";
}

/* line 21072, app/assets/stylesheets/icons.css */
.mdi-send-clock-outline::before {
  content: "\f1164";
}

/* line 21076, app/assets/stylesheets/icons.css */
.mdi-send-lock::before {
  content: "\f07ed";
}

/* line 21080, app/assets/stylesheets/icons.css */
.mdi-send-lock-outline::before {
  content: "\f1166";
}

/* line 21084, app/assets/stylesheets/icons.css */
.mdi-send-outline::before {
  content: "\f1165";
}

/* line 21088, app/assets/stylesheets/icons.css */
.mdi-serial-port::before {
  content: "\f065c";
}

/* line 21092, app/assets/stylesheets/icons.css */
.mdi-server::before {
  content: "\f048b";
}

/* line 21096, app/assets/stylesheets/icons.css */
.mdi-server-minus::before {
  content: "\f048c";
}

/* line 21100, app/assets/stylesheets/icons.css */
.mdi-server-network::before {
  content: "\f048d";
}

/* line 21104, app/assets/stylesheets/icons.css */
.mdi-server-network-off::before {
  content: "\f048e";
}

/* line 21108, app/assets/stylesheets/icons.css */
.mdi-server-off::before {
  content: "\f048f";
}

/* line 21112, app/assets/stylesheets/icons.css */
.mdi-server-plus::before {
  content: "\f0490";
}

/* line 21116, app/assets/stylesheets/icons.css */
.mdi-server-remove::before {
  content: "\f0491";
}

/* line 21120, app/assets/stylesheets/icons.css */
.mdi-server-security::before {
  content: "\f0492";
}

/* line 21124, app/assets/stylesheets/icons.css */
.mdi-set-all::before {
  content: "\f0778";
}

/* line 21128, app/assets/stylesheets/icons.css */
.mdi-set-center::before {
  content: "\f0779";
}

/* line 21132, app/assets/stylesheets/icons.css */
.mdi-set-center-right::before {
  content: "\f077a";
}

/* line 21136, app/assets/stylesheets/icons.css */
.mdi-set-left::before {
  content: "\f077b";
}

/* line 21140, app/assets/stylesheets/icons.css */
.mdi-set-left-center::before {
  content: "\f077c";
}

/* line 21144, app/assets/stylesheets/icons.css */
.mdi-set-left-right::before {
  content: "\f077d";
}

/* line 21148, app/assets/stylesheets/icons.css */
.mdi-set-merge::before {
  content: "\f14e0";
}

/* line 21152, app/assets/stylesheets/icons.css */
.mdi-set-none::before {
  content: "\f077e";
}

/* line 21156, app/assets/stylesheets/icons.css */
.mdi-set-right::before {
  content: "\f077f";
}

/* line 21160, app/assets/stylesheets/icons.css */
.mdi-set-split::before {
  content: "\f14e1";
}

/* line 21164, app/assets/stylesheets/icons.css */
.mdi-set-square::before {
  content: "\f145d";
}

/* line 21168, app/assets/stylesheets/icons.css */
.mdi-set-top-box::before {
  content: "\f099f";
}

/* line 21172, app/assets/stylesheets/icons.css */
.mdi-settings-helper::before {
  content: "\f0a6e";
}

/* line 21176, app/assets/stylesheets/icons.css */
.mdi-shaker::before {
  content: "\f110e";
}

/* line 21180, app/assets/stylesheets/icons.css */
.mdi-shaker-outline::before {
  content: "\f110f";
}

/* line 21184, app/assets/stylesheets/icons.css */
.mdi-shape::before {
  content: "\f0831";
}

/* line 21188, app/assets/stylesheets/icons.css */
.mdi-shape-circle-plus::before {
  content: "\f065d";
}

/* line 21192, app/assets/stylesheets/icons.css */
.mdi-shape-outline::before {
  content: "\f0832";
}

/* line 21196, app/assets/stylesheets/icons.css */
.mdi-shape-oval-plus::before {
  content: "\f11fa";
}

/* line 21200, app/assets/stylesheets/icons.css */
.mdi-shape-plus::before {
  content: "\f0495";
}

/* line 21204, app/assets/stylesheets/icons.css */
.mdi-shape-polygon-plus::before {
  content: "\f065e";
}

/* line 21208, app/assets/stylesheets/icons.css */
.mdi-shape-rectangle-plus::before {
  content: "\f065f";
}

/* line 21212, app/assets/stylesheets/icons.css */
.mdi-shape-square-plus::before {
  content: "\f0660";
}

/* line 21216, app/assets/stylesheets/icons.css */
.mdi-shape-square-rounded-plus::before {
  content: "\f14fa";
}

/* line 21220, app/assets/stylesheets/icons.css */
.mdi-share::before {
  content: "\f0496";
}

/* line 21224, app/assets/stylesheets/icons.css */
.mdi-share-all::before {
  content: "\f11f4";
}

/* line 21228, app/assets/stylesheets/icons.css */
.mdi-share-all-outline::before {
  content: "\f11f5";
}

/* line 21232, app/assets/stylesheets/icons.css */
.mdi-share-circle::before {
  content: "\f11ad";
}

/* line 21236, app/assets/stylesheets/icons.css */
.mdi-share-off::before {
  content: "\f0f23";
}

/* line 21240, app/assets/stylesheets/icons.css */
.mdi-share-off-outline::before {
  content: "\f0f24";
}

/* line 21244, app/assets/stylesheets/icons.css */
.mdi-share-outline::before {
  content: "\f0932";
}

/* line 21248, app/assets/stylesheets/icons.css */
.mdi-share-variant::before {
  content: "\f0497";
}

/* line 21252, app/assets/stylesheets/icons.css */
.mdi-share-variant-outline::before {
  content: "\f1514";
}

/* line 21256, app/assets/stylesheets/icons.css */
.mdi-shark::before {
  content: "\f18ba";
}

/* line 21260, app/assets/stylesheets/icons.css */
.mdi-shark-fin::before {
  content: "\f1673";
}

/* line 21264, app/assets/stylesheets/icons.css */
.mdi-shark-fin-outline::before {
  content: "\f1674";
}

/* line 21268, app/assets/stylesheets/icons.css */
.mdi-shark-off::before {
  content: "\f18bb";
}

/* line 21272, app/assets/stylesheets/icons.css */
.mdi-sheep::before {
  content: "\f0cc6";
}

/* line 21276, app/assets/stylesheets/icons.css */
.mdi-shield::before {
  content: "\f0498";
}

/* line 21280, app/assets/stylesheets/icons.css */
.mdi-shield-account::before {
  content: "\f088f";
}

/* line 21284, app/assets/stylesheets/icons.css */
.mdi-shield-account-outline::before {
  content: "\f0a12";
}

/* line 21288, app/assets/stylesheets/icons.css */
.mdi-shield-account-variant::before {
  content: "\f15a7";
}

/* line 21292, app/assets/stylesheets/icons.css */
.mdi-shield-account-variant-outline::before {
  content: "\f15a8";
}

/* line 21296, app/assets/stylesheets/icons.css */
.mdi-shield-airplane::before {
  content: "\f06bb";
}

/* line 21300, app/assets/stylesheets/icons.css */
.mdi-shield-airplane-outline::before {
  content: "\f0cc7";
}

/* line 21304, app/assets/stylesheets/icons.css */
.mdi-shield-alert::before {
  content: "\f0ecc";
}

/* line 21308, app/assets/stylesheets/icons.css */
.mdi-shield-alert-outline::before {
  content: "\f0ecd";
}

/* line 21312, app/assets/stylesheets/icons.css */
.mdi-shield-bug::before {
  content: "\f13da";
}

/* line 21316, app/assets/stylesheets/icons.css */
.mdi-shield-bug-outline::before {
  content: "\f13db";
}

/* line 21320, app/assets/stylesheets/icons.css */
.mdi-shield-car::before {
  content: "\f0f83";
}

/* line 21324, app/assets/stylesheets/icons.css */
.mdi-shield-check::before {
  content: "\f0565";
}

/* line 21328, app/assets/stylesheets/icons.css */
.mdi-shield-check-outline::before {
  content: "\f0cc8";
}

/* line 21332, app/assets/stylesheets/icons.css */
.mdi-shield-cross::before {
  content: "\f0cc9";
}

/* line 21336, app/assets/stylesheets/icons.css */
.mdi-shield-cross-outline::before {
  content: "\f0cca";
}

/* line 21340, app/assets/stylesheets/icons.css */
.mdi-shield-crown::before {
  content: "\f18bc";
}

/* line 21344, app/assets/stylesheets/icons.css */
.mdi-shield-crown-outline::before {
  content: "\f18bd";
}

/* line 21348, app/assets/stylesheets/icons.css */
.mdi-shield-edit::before {
  content: "\f11a0";
}

/* line 21352, app/assets/stylesheets/icons.css */
.mdi-shield-edit-outline::before {
  content: "\f11a1";
}

/* line 21356, app/assets/stylesheets/icons.css */
.mdi-shield-half::before {
  content: "\f1360";
}

/* line 21360, app/assets/stylesheets/icons.css */
.mdi-shield-half-full::before {
  content: "\f0780";
}

/* line 21364, app/assets/stylesheets/icons.css */
.mdi-shield-home::before {
  content: "\f068a";
}

/* line 21368, app/assets/stylesheets/icons.css */
.mdi-shield-home-outline::before {
  content: "\f0ccb";
}

/* line 21372, app/assets/stylesheets/icons.css */
.mdi-shield-key::before {
  content: "\f0bc4";
}

/* line 21376, app/assets/stylesheets/icons.css */
.mdi-shield-key-outline::before {
  content: "\f0bc5";
}

/* line 21380, app/assets/stylesheets/icons.css */
.mdi-shield-link-variant::before {
  content: "\f0d33";
}

/* line 21384, app/assets/stylesheets/icons.css */
.mdi-shield-link-variant-outline::before {
  content: "\f0d34";
}

/* line 21388, app/assets/stylesheets/icons.css */
.mdi-shield-lock::before {
  content: "\f099d";
}

/* line 21392, app/assets/stylesheets/icons.css */
.mdi-shield-lock-open::before {
  content: "\f199a";
}

/* line 21396, app/assets/stylesheets/icons.css */
.mdi-shield-lock-open-outline::before {
  content: "\f199b";
}

/* line 21400, app/assets/stylesheets/icons.css */
.mdi-shield-lock-outline::before {
  content: "\f0ccc";
}

/* line 21404, app/assets/stylesheets/icons.css */
.mdi-shield-moon::before {
  content: "\f1828";
}

/* line 21408, app/assets/stylesheets/icons.css */
.mdi-shield-moon-outline::before {
  content: "\f1829";
}

/* line 21412, app/assets/stylesheets/icons.css */
.mdi-shield-off::before {
  content: "\f099e";
}

/* line 21416, app/assets/stylesheets/icons.css */
.mdi-shield-off-outline::before {
  content: "\f099c";
}

/* line 21420, app/assets/stylesheets/icons.css */
.mdi-shield-outline::before {
  content: "\f0499";
}

/* line 21424, app/assets/stylesheets/icons.css */
.mdi-shield-plus::before {
  content: "\f0ada";
}

/* line 21428, app/assets/stylesheets/icons.css */
.mdi-shield-plus-outline::before {
  content: "\f0adb";
}

/* line 21432, app/assets/stylesheets/icons.css */
.mdi-shield-refresh::before {
  content: "\f00aa";
}

/* line 21436, app/assets/stylesheets/icons.css */
.mdi-shield-refresh-outline::before {
  content: "\f01e0";
}

/* line 21440, app/assets/stylesheets/icons.css */
.mdi-shield-remove::before {
  content: "\f0adc";
}

/* line 21444, app/assets/stylesheets/icons.css */
.mdi-shield-remove-outline::before {
  content: "\f0add";
}

/* line 21448, app/assets/stylesheets/icons.css */
.mdi-shield-search::before {
  content: "\f0d9a";
}

/* line 21452, app/assets/stylesheets/icons.css */
.mdi-shield-star::before {
  content: "\f113b";
}

/* line 21456, app/assets/stylesheets/icons.css */
.mdi-shield-star-outline::before {
  content: "\f113c";
}

/* line 21460, app/assets/stylesheets/icons.css */
.mdi-shield-sun::before {
  content: "\f105d";
}

/* line 21464, app/assets/stylesheets/icons.css */
.mdi-shield-sun-outline::before {
  content: "\f105e";
}

/* line 21468, app/assets/stylesheets/icons.css */
.mdi-shield-sword::before {
  content: "\f18be";
}

/* line 21472, app/assets/stylesheets/icons.css */
.mdi-shield-sword-outline::before {
  content: "\f18bf";
}

/* line 21476, app/assets/stylesheets/icons.css */
.mdi-shield-sync::before {
  content: "\f11a2";
}

/* line 21480, app/assets/stylesheets/icons.css */
.mdi-shield-sync-outline::before {
  content: "\f11a3";
}

/* line 21484, app/assets/stylesheets/icons.css */
.mdi-shimmer::before {
  content: "\f1545";
}

/* line 21488, app/assets/stylesheets/icons.css */
.mdi-ship-wheel::before {
  content: "\f0833";
}

/* line 21492, app/assets/stylesheets/icons.css */
.mdi-shipping-pallet::before {
  content: "\f184e";
}

/* line 21496, app/assets/stylesheets/icons.css */
.mdi-shoe-ballet::before {
  content: "\f15ca";
}

/* line 21500, app/assets/stylesheets/icons.css */
.mdi-shoe-cleat::before {
  content: "\f15c7";
}

/* line 21504, app/assets/stylesheets/icons.css */
.mdi-shoe-formal::before {
  content: "\f0b47";
}

/* line 21508, app/assets/stylesheets/icons.css */
.mdi-shoe-heel::before {
  content: "\f0b48";
}

/* line 21512, app/assets/stylesheets/icons.css */
.mdi-shoe-print::before {
  content: "\f0dfa";
}

/* line 21516, app/assets/stylesheets/icons.css */
.mdi-shoe-sneaker::before {
  content: "\f15c8";
}

/* line 21520, app/assets/stylesheets/icons.css */
.mdi-shopping::before {
  content: "\f049a";
}

/* line 21524, app/assets/stylesheets/icons.css */
.mdi-shopping-music::before {
  content: "\f049b";
}

/* line 21528, app/assets/stylesheets/icons.css */
.mdi-shopping-outline::before {
  content: "\f11d5";
}

/* line 21532, app/assets/stylesheets/icons.css */
.mdi-shopping-search::before {
  content: "\f0f84";
}

/* line 21536, app/assets/stylesheets/icons.css */
.mdi-shore::before {
  content: "\f14f9";
}

/* line 21540, app/assets/stylesheets/icons.css */
.mdi-shovel::before {
  content: "\f0710";
}

/* line 21544, app/assets/stylesheets/icons.css */
.mdi-shovel-off::before {
  content: "\f0711";
}

/* line 21548, app/assets/stylesheets/icons.css */
.mdi-shower::before {
  content: "\f09a0";
}

/* line 21552, app/assets/stylesheets/icons.css */
.mdi-shower-head::before {
  content: "\f09a1";
}

/* line 21556, app/assets/stylesheets/icons.css */
.mdi-shredder::before {
  content: "\f049c";
}

/* line 21560, app/assets/stylesheets/icons.css */
.mdi-shuffle::before {
  content: "\f049d";
}

/* line 21564, app/assets/stylesheets/icons.css */
.mdi-shuffle-disabled::before {
  content: "\f049e";
}

/* line 21568, app/assets/stylesheets/icons.css */
.mdi-shuffle-variant::before {
  content: "\f049f";
}

/* line 21572, app/assets/stylesheets/icons.css */
.mdi-shuriken::before {
  content: "\f137f";
}

/* line 21576, app/assets/stylesheets/icons.css */
.mdi-sickle::before {
  content: "\f18c0";
}

/* line 21580, app/assets/stylesheets/icons.css */
.mdi-sigma::before {
  content: "\f04a0";
}

/* line 21584, app/assets/stylesheets/icons.css */
.mdi-sigma-lower::before {
  content: "\f062b";
}

/* line 21588, app/assets/stylesheets/icons.css */
.mdi-sign-caution::before {
  content: "\f04a1";
}

/* line 21592, app/assets/stylesheets/icons.css */
.mdi-sign-direction::before {
  content: "\f0781";
}

/* line 21596, app/assets/stylesheets/icons.css */
.mdi-sign-direction-minus::before {
  content: "\f1000";
}

/* line 21600, app/assets/stylesheets/icons.css */
.mdi-sign-direction-plus::before {
  content: "\f0fdc";
}

/* line 21604, app/assets/stylesheets/icons.css */
.mdi-sign-direction-remove::before {
  content: "\f0fdd";
}

/* line 21608, app/assets/stylesheets/icons.css */
.mdi-sign-pole::before {
  content: "\f14f8";
}

/* line 21612, app/assets/stylesheets/icons.css */
.mdi-sign-real-estate::before {
  content: "\f1118";
}

/* line 21616, app/assets/stylesheets/icons.css */
.mdi-sign-text::before {
  content: "\f0782";
}

/* line 21620, app/assets/stylesheets/icons.css */
.mdi-signal::before {
  content: "\f04a2";
}

/* line 21624, app/assets/stylesheets/icons.css */
.mdi-signal-2g::before {
  content: "\f0712";
}

/* line 21628, app/assets/stylesheets/icons.css */
.mdi-signal-3g::before {
  content: "\f0713";
}

/* line 21632, app/assets/stylesheets/icons.css */
.mdi-signal-4g::before {
  content: "\f0714";
}

/* line 21636, app/assets/stylesheets/icons.css */
.mdi-signal-5g::before {
  content: "\f0a6f";
}

/* line 21640, app/assets/stylesheets/icons.css */
.mdi-signal-cellular-1::before {
  content: "\f08bc";
}

/* line 21644, app/assets/stylesheets/icons.css */
.mdi-signal-cellular-2::before {
  content: "\f08bd";
}

/* line 21648, app/assets/stylesheets/icons.css */
.mdi-signal-cellular-3::before {
  content: "\f08be";
}

/* line 21652, app/assets/stylesheets/icons.css */
.mdi-signal-cellular-outline::before {
  content: "\f08bf";
}

/* line 21656, app/assets/stylesheets/icons.css */
.mdi-signal-distance-variant::before {
  content: "\f0e64";
}

/* line 21660, app/assets/stylesheets/icons.css */
.mdi-signal-hspa::before {
  content: "\f0715";
}

/* line 21664, app/assets/stylesheets/icons.css */
.mdi-signal-hspa-plus::before {
  content: "\f0716";
}

/* line 21668, app/assets/stylesheets/icons.css */
.mdi-signal-off::before {
  content: "\f0783";
}

/* line 21672, app/assets/stylesheets/icons.css */
.mdi-signal-variant::before {
  content: "\f060a";
}

/* line 21676, app/assets/stylesheets/icons.css */
.mdi-signature::before {
  content: "\f0dfb";
}

/* line 21680, app/assets/stylesheets/icons.css */
.mdi-signature-freehand::before {
  content: "\f0dfc";
}

/* line 21684, app/assets/stylesheets/icons.css */
.mdi-signature-image::before {
  content: "\f0dfd";
}

/* line 21688, app/assets/stylesheets/icons.css */
.mdi-signature-text::before {
  content: "\f0dfe";
}

/* line 21692, app/assets/stylesheets/icons.css */
.mdi-silo::before {
  content: "\f0b49";
}

/* line 21696, app/assets/stylesheets/icons.css */
.mdi-silverware::before {
  content: "\f04a3";
}

/* line 21700, app/assets/stylesheets/icons.css */
.mdi-silverware-clean::before {
  content: "\f0fde";
}

/* line 21704, app/assets/stylesheets/icons.css */
.mdi-silverware-fork::before {
  content: "\f04a4";
}

/* line 21708, app/assets/stylesheets/icons.css */
.mdi-silverware-fork-knife::before {
  content: "\f0a70";
}

/* line 21712, app/assets/stylesheets/icons.css */
.mdi-silverware-spoon::before {
  content: "\f04a5";
}

/* line 21716, app/assets/stylesheets/icons.css */
.mdi-silverware-variant::before {
  content: "\f04a6";
}

/* line 21720, app/assets/stylesheets/icons.css */
.mdi-sim::before {
  content: "\f04a7";
}

/* line 21724, app/assets/stylesheets/icons.css */
.mdi-sim-alert::before {
  content: "\f04a8";
}

/* line 21728, app/assets/stylesheets/icons.css */
.mdi-sim-alert-outline::before {
  content: "\f15d3";
}

/* line 21732, app/assets/stylesheets/icons.css */
.mdi-sim-off::before {
  content: "\f04a9";
}

/* line 21736, app/assets/stylesheets/icons.css */
.mdi-sim-off-outline::before {
  content: "\f15d4";
}

/* line 21740, app/assets/stylesheets/icons.css */
.mdi-sim-outline::before {
  content: "\f15d5";
}

/* line 21744, app/assets/stylesheets/icons.css */
.mdi-simple-icons::before {
  content: "\f131d";
}

/* line 21748, app/assets/stylesheets/icons.css */
.mdi-sina-weibo::before {
  content: "\f0adf";
}

/* line 21752, app/assets/stylesheets/icons.css */
.mdi-sine-wave::before {
  content: "\f095b";
}

/* line 21756, app/assets/stylesheets/icons.css */
.mdi-sitemap::before {
  content: "\f04aa";
}

/* line 21760, app/assets/stylesheets/icons.css */
.mdi-sitemap-outline::before {
  content: "\f199c";
}

/* line 21764, app/assets/stylesheets/icons.css */
.mdi-size-l::before {
  content: "\f13a6";
}

/* line 21768, app/assets/stylesheets/icons.css */
.mdi-size-m::before {
  content: "\f13a5";
}

/* line 21772, app/assets/stylesheets/icons.css */
.mdi-size-s::before {
  content: "\f13a4";
}

/* line 21776, app/assets/stylesheets/icons.css */
.mdi-size-xl::before {
  content: "\f13a7";
}

/* line 21780, app/assets/stylesheets/icons.css */
.mdi-size-xs::before {
  content: "\f13a3";
}

/* line 21784, app/assets/stylesheets/icons.css */
.mdi-size-xxl::before {
  content: "\f13a8";
}

/* line 21788, app/assets/stylesheets/icons.css */
.mdi-size-xxs::before {
  content: "\f13a2";
}

/* line 21792, app/assets/stylesheets/icons.css */
.mdi-size-xxxl::before {
  content: "\f13a9";
}

/* line 21796, app/assets/stylesheets/icons.css */
.mdi-skate::before {
  content: "\f0d35";
}

/* line 21800, app/assets/stylesheets/icons.css */
.mdi-skate-off::before {
  content: "\f0699";
}

/* line 21804, app/assets/stylesheets/icons.css */
.mdi-skateboard::before {
  content: "\f14c2";
}

/* line 21808, app/assets/stylesheets/icons.css */
.mdi-skateboarding::before {
  content: "\f0501";
}

/* line 21812, app/assets/stylesheets/icons.css */
.mdi-skew-less::before {
  content: "\f0d36";
}

/* line 21816, app/assets/stylesheets/icons.css */
.mdi-skew-more::before {
  content: "\f0d37";
}

/* line 21820, app/assets/stylesheets/icons.css */
.mdi-ski::before {
  content: "\f1304";
}

/* line 21824, app/assets/stylesheets/icons.css */
.mdi-ski-cross-country::before {
  content: "\f1305";
}

/* line 21828, app/assets/stylesheets/icons.css */
.mdi-ski-water::before {
  content: "\f1306";
}

/* line 21832, app/assets/stylesheets/icons.css */
.mdi-skip-backward::before {
  content: "\f04ab";
}

/* line 21836, app/assets/stylesheets/icons.css */
.mdi-skip-backward-outline::before {
  content: "\f0f25";
}

/* line 21840, app/assets/stylesheets/icons.css */
.mdi-skip-forward::before {
  content: "\f04ac";
}

/* line 21844, app/assets/stylesheets/icons.css */
.mdi-skip-forward-outline::before {
  content: "\f0f26";
}

/* line 21848, app/assets/stylesheets/icons.css */
.mdi-skip-next::before {
  content: "\f04ad";
}

/* line 21852, app/assets/stylesheets/icons.css */
.mdi-skip-next-circle::before {
  content: "\f0661";
}

/* line 21856, app/assets/stylesheets/icons.css */
.mdi-skip-next-circle-outline::before {
  content: "\f0662";
}

/* line 21860, app/assets/stylesheets/icons.css */
.mdi-skip-next-outline::before {
  content: "\f0f27";
}

/* line 21864, app/assets/stylesheets/icons.css */
.mdi-skip-previous::before {
  content: "\f04ae";
}

/* line 21868, app/assets/stylesheets/icons.css */
.mdi-skip-previous-circle::before {
  content: "\f0663";
}

/* line 21872, app/assets/stylesheets/icons.css */
.mdi-skip-previous-circle-outline::before {
  content: "\f0664";
}

/* line 21876, app/assets/stylesheets/icons.css */
.mdi-skip-previous-outline::before {
  content: "\f0f28";
}

/* line 21880, app/assets/stylesheets/icons.css */
.mdi-skull::before {
  content: "\f068c";
}

/* line 21884, app/assets/stylesheets/icons.css */
.mdi-skull-crossbones::before {
  content: "\f0bc6";
}

/* line 21888, app/assets/stylesheets/icons.css */
.mdi-skull-crossbones-outline::before {
  content: "\f0bc7";
}

/* line 21892, app/assets/stylesheets/icons.css */
.mdi-skull-outline::before {
  content: "\f0bc8";
}

/* line 21896, app/assets/stylesheets/icons.css */
.mdi-skull-scan::before {
  content: "\f14c7";
}

/* line 21900, app/assets/stylesheets/icons.css */
.mdi-skull-scan-outline::before {
  content: "\f14c8";
}

/* line 21904, app/assets/stylesheets/icons.css */
.mdi-skype::before {
  content: "\f04af";
}

/* line 21908, app/assets/stylesheets/icons.css */
.mdi-skype-business::before {
  content: "\f04b0";
}

/* line 21912, app/assets/stylesheets/icons.css */
.mdi-slack::before {
  content: "\f04b1";
}

/* line 21916, app/assets/stylesheets/icons.css */
.mdi-slash-forward::before {
  content: "\f0fdf";
}

/* line 21920, app/assets/stylesheets/icons.css */
.mdi-slash-forward-box::before {
  content: "\f0fe0";
}

/* line 21924, app/assets/stylesheets/icons.css */
.mdi-sledding::before {
  content: "\f041b";
}

/* line 21928, app/assets/stylesheets/icons.css */
.mdi-sleep::before {
  content: "\f04b2";
}

/* line 21932, app/assets/stylesheets/icons.css */
.mdi-sleep-off::before {
  content: "\f04b3";
}

/* line 21936, app/assets/stylesheets/icons.css */
.mdi-slide::before {
  content: "\f15a5";
}

/* line 21940, app/assets/stylesheets/icons.css */
.mdi-slope-downhill::before {
  content: "\f0dff";
}

/* line 21944, app/assets/stylesheets/icons.css */
.mdi-slope-uphill::before {
  content: "\f0e00";
}

/* line 21948, app/assets/stylesheets/icons.css */
.mdi-slot-machine::before {
  content: "\f1114";
}

/* line 21952, app/assets/stylesheets/icons.css */
.mdi-slot-machine-outline::before {
  content: "\f1115";
}

/* line 21956, app/assets/stylesheets/icons.css */
.mdi-smart-card::before {
  content: "\f10bd";
}

/* line 21960, app/assets/stylesheets/icons.css */
.mdi-smart-card-off::before {
  content: "\f18f7";
}

/* line 21964, app/assets/stylesheets/icons.css */
.mdi-smart-card-off-outline::before {
  content: "\f18f8";
}

/* line 21968, app/assets/stylesheets/icons.css */
.mdi-smart-card-outline::before {
  content: "\f10be";
}

/* line 21972, app/assets/stylesheets/icons.css */
.mdi-smart-card-reader::before {
  content: "\f10bf";
}

/* line 21976, app/assets/stylesheets/icons.css */
.mdi-smart-card-reader-outline::before {
  content: "\f10c0";
}

/* line 21980, app/assets/stylesheets/icons.css */
.mdi-smog::before {
  content: "\f0a71";
}

/* line 21984, app/assets/stylesheets/icons.css */
.mdi-smoke::before {
  content: "\f1799";
}

/* line 21988, app/assets/stylesheets/icons.css */
.mdi-smoke-detector::before {
  content: "\f0392";
}

/* line 21992, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-alert::before {
  content: "\f192e";
}

/* line 21996, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-alert-outline::before {
  content: "\f192f";
}

/* line 22000, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-off::before {
  content: "\f1809";
}

/* line 22004, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-off-outline::before {
  content: "\f180a";
}

/* line 22008, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-outline::before {
  content: "\f1808";
}

/* line 22012, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-variant::before {
  content: "\f180b";
}

/* line 22016, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-variant-alert::before {
  content: "\f1930";
}

/* line 22020, app/assets/stylesheets/icons.css */
.mdi-smoke-detector-variant-off::before {
  content: "\f180c";
}

/* line 22024, app/assets/stylesheets/icons.css */
.mdi-smoking::before {
  content: "\f04b4";
}

/* line 22028, app/assets/stylesheets/icons.css */
.mdi-smoking-off::before {
  content: "\f04b5";
}

/* line 22032, app/assets/stylesheets/icons.css */
.mdi-smoking-pipe::before {
  content: "\f140d";
}

/* line 22036, app/assets/stylesheets/icons.css */
.mdi-smoking-pipe-off::before {
  content: "\f1428";
}

/* line 22040, app/assets/stylesheets/icons.css */
.mdi-snail::before {
  content: "\f1677";
}

/* line 22044, app/assets/stylesheets/icons.css */
.mdi-snake::before {
  content: "\f150e";
}

/* line 22048, app/assets/stylesheets/icons.css */
.mdi-snapchat::before {
  content: "\f04b6";
}

/* line 22052, app/assets/stylesheets/icons.css */
.mdi-snowboard::before {
  content: "\f1307";
}

/* line 22056, app/assets/stylesheets/icons.css */
.mdi-snowflake::before {
  content: "\f0717";
}

/* line 22060, app/assets/stylesheets/icons.css */
.mdi-snowflake-alert::before {
  content: "\f0f29";
}

/* line 22064, app/assets/stylesheets/icons.css */
.mdi-snowflake-melt::before {
  content: "\f12cb";
}

/* line 22068, app/assets/stylesheets/icons.css */
.mdi-snowflake-off::before {
  content: "\f14e3";
}

/* line 22072, app/assets/stylesheets/icons.css */
.mdi-snowflake-variant::before {
  content: "\f0f2a";
}

/* line 22076, app/assets/stylesheets/icons.css */
.mdi-snowman::before {
  content: "\f04b7";
}

/* line 22080, app/assets/stylesheets/icons.css */
.mdi-snowmobile::before {
  content: "\f06dd";
}

/* line 22084, app/assets/stylesheets/icons.css */
.mdi-soccer::before {
  content: "\f04b8";
}

/* line 22088, app/assets/stylesheets/icons.css */
.mdi-soccer-field::before {
  content: "\f0834";
}

/* line 22092, app/assets/stylesheets/icons.css */
.mdi-social-distance-2-meters::before {
  content: "\f1579";
}

/* line 22096, app/assets/stylesheets/icons.css */
.mdi-social-distance-6-feet::before {
  content: "\f157a";
}

/* line 22100, app/assets/stylesheets/icons.css */
.mdi-sofa::before {
  content: "\f04b9";
}

/* line 22104, app/assets/stylesheets/icons.css */
.mdi-sofa-outline::before {
  content: "\f156d";
}

/* line 22108, app/assets/stylesheets/icons.css */
.mdi-sofa-single::before {
  content: "\f156e";
}

/* line 22112, app/assets/stylesheets/icons.css */
.mdi-sofa-single-outline::before {
  content: "\f156f";
}

/* line 22116, app/assets/stylesheets/icons.css */
.mdi-solar-panel::before {
  content: "\f0d9b";
}

/* line 22120, app/assets/stylesheets/icons.css */
.mdi-solar-panel-large::before {
  content: "\f0d9c";
}

/* line 22124, app/assets/stylesheets/icons.css */
.mdi-solar-power::before {
  content: "\f0a72";
}

/* line 22128, app/assets/stylesheets/icons.css */
.mdi-soldering-iron::before {
  content: "\f1092";
}

/* line 22132, app/assets/stylesheets/icons.css */
.mdi-solid::before {
  content: "\f068d";
}

/* line 22136, app/assets/stylesheets/icons.css */
.mdi-sony-playstation::before {
  content: "\f0414";
}

/* line 22140, app/assets/stylesheets/icons.css */
.mdi-sort::before {
  content: "\f04ba";
}

/* line 22144, app/assets/stylesheets/icons.css */
.mdi-sort-alphabetical-ascending::before {
  content: "\f05bd";
}

/* line 22148, app/assets/stylesheets/icons.css */
.mdi-sort-alphabetical-ascending-variant::before {
  content: "\f1148";
}

/* line 22152, app/assets/stylesheets/icons.css */
.mdi-sort-alphabetical-descending::before {
  content: "\f05bf";
}

/* line 22156, app/assets/stylesheets/icons.css */
.mdi-sort-alphabetical-descending-variant::before {
  content: "\f1149";
}

/* line 22160, app/assets/stylesheets/icons.css */
.mdi-sort-alphabetical-variant::before {
  content: "\f04bb";
}

/* line 22164, app/assets/stylesheets/icons.css */
.mdi-sort-ascending::before {
  content: "\f04bc";
}

/* line 22168, app/assets/stylesheets/icons.css */
.mdi-sort-bool-ascending::before {
  content: "\f1385";
}

/* line 22172, app/assets/stylesheets/icons.css */
.mdi-sort-bool-ascending-variant::before {
  content: "\f1386";
}

/* line 22176, app/assets/stylesheets/icons.css */
.mdi-sort-bool-descending::before {
  content: "\f1387";
}

/* line 22180, app/assets/stylesheets/icons.css */
.mdi-sort-bool-descending-variant::before {
  content: "\f1388";
}

/* line 22184, app/assets/stylesheets/icons.css */
.mdi-sort-calendar-ascending::before {
  content: "\f1547";
}

/* line 22188, app/assets/stylesheets/icons.css */
.mdi-sort-calendar-descending::before {
  content: "\f1548";
}

/* line 22192, app/assets/stylesheets/icons.css */
.mdi-sort-clock-ascending::before {
  content: "\f1549";
}

/* line 22196, app/assets/stylesheets/icons.css */
.mdi-sort-clock-ascending-outline::before {
  content: "\f154a";
}

/* line 22200, app/assets/stylesheets/icons.css */
.mdi-sort-clock-descending::before {
  content: "\f154b";
}

/* line 22204, app/assets/stylesheets/icons.css */
.mdi-sort-clock-descending-outline::before {
  content: "\f154c";
}

/* line 22208, app/assets/stylesheets/icons.css */
.mdi-sort-descending::before {
  content: "\f04bd";
}

/* line 22212, app/assets/stylesheets/icons.css */
.mdi-sort-numeric-ascending::before {
  content: "\f1389";
}

/* line 22216, app/assets/stylesheets/icons.css */
.mdi-sort-numeric-ascending-variant::before {
  content: "\f090d";
}

/* line 22220, app/assets/stylesheets/icons.css */
.mdi-sort-numeric-descending::before {
  content: "\f138a";
}

/* line 22224, app/assets/stylesheets/icons.css */
.mdi-sort-numeric-descending-variant::before {
  content: "\f0ad2";
}

/* line 22228, app/assets/stylesheets/icons.css */
.mdi-sort-numeric-variant::before {
  content: "\f04be";
}

/* line 22232, app/assets/stylesheets/icons.css */
.mdi-sort-reverse-variant::before {
  content: "\f033c";
}

/* line 22236, app/assets/stylesheets/icons.css */
.mdi-sort-variant::before {
  content: "\f04bf";
}

/* line 22240, app/assets/stylesheets/icons.css */
.mdi-sort-variant-lock::before {
  content: "\f0ccd";
}

/* line 22244, app/assets/stylesheets/icons.css */
.mdi-sort-variant-lock-open::before {
  content: "\f0cce";
}

/* line 22248, app/assets/stylesheets/icons.css */
.mdi-sort-variant-remove::before {
  content: "\f1147";
}

/* line 22252, app/assets/stylesheets/icons.css */
.mdi-soundbar::before {
  content: "\f17db";
}

/* line 22256, app/assets/stylesheets/icons.css */
.mdi-soundcloud::before {
  content: "\f04c0";
}

/* line 22260, app/assets/stylesheets/icons.css */
.mdi-source-branch::before {
  content: "\f062c";
}

/* line 22264, app/assets/stylesheets/icons.css */
.mdi-source-branch-check::before {
  content: "\f14cf";
}

/* line 22268, app/assets/stylesheets/icons.css */
.mdi-source-branch-minus::before {
  content: "\f14cb";
}

/* line 22272, app/assets/stylesheets/icons.css */
.mdi-source-branch-plus::before {
  content: "\f14ca";
}

/* line 22276, app/assets/stylesheets/icons.css */
.mdi-source-branch-refresh::before {
  content: "\f14cd";
}

/* line 22280, app/assets/stylesheets/icons.css */
.mdi-source-branch-remove::before {
  content: "\f14cc";
}

/* line 22284, app/assets/stylesheets/icons.css */
.mdi-source-branch-sync::before {
  content: "\f14ce";
}

/* line 22288, app/assets/stylesheets/icons.css */
.mdi-source-commit::before {
  content: "\f0718";
}

/* line 22292, app/assets/stylesheets/icons.css */
.mdi-source-commit-end::before {
  content: "\f0719";
}

/* line 22296, app/assets/stylesheets/icons.css */
.mdi-source-commit-end-local::before {
  content: "\f071a";
}

/* line 22300, app/assets/stylesheets/icons.css */
.mdi-source-commit-local::before {
  content: "\f071b";
}

/* line 22304, app/assets/stylesheets/icons.css */
.mdi-source-commit-next-local::before {
  content: "\f071c";
}

/* line 22308, app/assets/stylesheets/icons.css */
.mdi-source-commit-start::before {
  content: "\f071d";
}

/* line 22312, app/assets/stylesheets/icons.css */
.mdi-source-commit-start-next-local::before {
  content: "\f071e";
}

/* line 22316, app/assets/stylesheets/icons.css */
.mdi-source-fork::before {
  content: "\f04c1";
}

/* line 22320, app/assets/stylesheets/icons.css */
.mdi-source-merge::before {
  content: "\f062d";
}

/* line 22324, app/assets/stylesheets/icons.css */
.mdi-source-pull::before {
  content: "\f04c2";
}

/* line 22328, app/assets/stylesheets/icons.css */
.mdi-source-repository::before {
  content: "\f0ccf";
}

/* line 22332, app/assets/stylesheets/icons.css */
.mdi-source-repository-multiple::before {
  content: "\f0cd0";
}

/* line 22336, app/assets/stylesheets/icons.css */
.mdi-soy-sauce::before {
  content: "\f07ee";
}

/* line 22340, app/assets/stylesheets/icons.css */
.mdi-soy-sauce-off::before {
  content: "\f13fc";
}

/* line 22344, app/assets/stylesheets/icons.css */
.mdi-spa::before {
  content: "\f0cd1";
}

/* line 22348, app/assets/stylesheets/icons.css */
.mdi-spa-outline::before {
  content: "\f0cd2";
}

/* line 22352, app/assets/stylesheets/icons.css */
.mdi-space-invaders::before {
  content: "\f0bc9";
}

/* line 22356, app/assets/stylesheets/icons.css */
.mdi-space-station::before {
  content: "\f1383";
}

/* line 22360, app/assets/stylesheets/icons.css */
.mdi-spade::before {
  content: "\f0e65";
}

/* line 22364, app/assets/stylesheets/icons.css */
.mdi-speaker::before {
  content: "\f04c3";
}

/* line 22368, app/assets/stylesheets/icons.css */
.mdi-speaker-bluetooth::before {
  content: "\f09a2";
}

/* line 22372, app/assets/stylesheets/icons.css */
.mdi-speaker-multiple::before {
  content: "\f0d38";
}

/* line 22376, app/assets/stylesheets/icons.css */
.mdi-speaker-off::before {
  content: "\f04c4";
}

/* line 22380, app/assets/stylesheets/icons.css */
.mdi-speaker-wireless::before {
  content: "\f071f";
}

/* line 22384, app/assets/stylesheets/icons.css */
.mdi-spear::before {
  content: "\f1845";
}

/* line 22388, app/assets/stylesheets/icons.css */
.mdi-speedometer::before {
  content: "\f04c5";
}

/* line 22392, app/assets/stylesheets/icons.css */
.mdi-speedometer-medium::before {
  content: "\f0f85";
}

/* line 22396, app/assets/stylesheets/icons.css */
.mdi-speedometer-slow::before {
  content: "\f0f86";
}

/* line 22400, app/assets/stylesheets/icons.css */
.mdi-spellcheck::before {
  content: "\f04c6";
}

/* line 22404, app/assets/stylesheets/icons.css */
.mdi-sphere::before {
  content: "\f1954";
}

/* line 22408, app/assets/stylesheets/icons.css */
.mdi-sphere-off::before {
  content: "\f1955";
}

/* line 22412, app/assets/stylesheets/icons.css */
.mdi-spider::before {
  content: "\f11ea";
}

/* line 22416, app/assets/stylesheets/icons.css */
.mdi-spider-thread::before {
  content: "\f11eb";
}

/* line 22420, app/assets/stylesheets/icons.css */
.mdi-spider-web::before {
  content: "\f0bca";
}

/* line 22424, app/assets/stylesheets/icons.css */
.mdi-spirit-level::before {
  content: "\f14f1";
}

/* line 22428, app/assets/stylesheets/icons.css */
.mdi-spoon-sugar::before {
  content: "\f1429";
}

/* line 22432, app/assets/stylesheets/icons.css */
.mdi-spotify::before {
  content: "\f04c7";
}

/* line 22436, app/assets/stylesheets/icons.css */
.mdi-spotlight::before {
  content: "\f04c8";
}

/* line 22440, app/assets/stylesheets/icons.css */
.mdi-spotlight-beam::before {
  content: "\f04c9";
}

/* line 22444, app/assets/stylesheets/icons.css */
.mdi-spray::before {
  content: "\f0665";
}

/* line 22448, app/assets/stylesheets/icons.css */
.mdi-spray-bottle::before {
  content: "\f0ae0";
}

/* line 22452, app/assets/stylesheets/icons.css */
.mdi-sprinkler::before {
  content: "\f105f";
}

/* line 22456, app/assets/stylesheets/icons.css */
.mdi-sprinkler-fire::before {
  content: "\f199d";
}

/* line 22460, app/assets/stylesheets/icons.css */
.mdi-sprinkler-variant::before {
  content: "\f1060";
}

/* line 22464, app/assets/stylesheets/icons.css */
.mdi-sprout::before {
  content: "\f0e66";
}

/* line 22468, app/assets/stylesheets/icons.css */
.mdi-sprout-outline::before {
  content: "\f0e67";
}

/* line 22472, app/assets/stylesheets/icons.css */
.mdi-square::before {
  content: "\f0764";
}

/* line 22476, app/assets/stylesheets/icons.css */
.mdi-square-circle::before {
  content: "\f1500";
}

/* line 22480, app/assets/stylesheets/icons.css */
.mdi-square-edit-outline::before {
  content: "\f090c";
}

/* line 22484, app/assets/stylesheets/icons.css */
.mdi-square-medium::before {
  content: "\f0a13";
}

/* line 22488, app/assets/stylesheets/icons.css */
.mdi-square-medium-outline::before {
  content: "\f0a14";
}

/* line 22492, app/assets/stylesheets/icons.css */
.mdi-square-off::before {
  content: "\f12ee";
}

/* line 22496, app/assets/stylesheets/icons.css */
.mdi-square-off-outline::before {
  content: "\f12ef";
}

/* line 22500, app/assets/stylesheets/icons.css */
.mdi-square-opacity::before {
  content: "\f1854";
}

/* line 22504, app/assets/stylesheets/icons.css */
.mdi-square-outline::before {
  content: "\f0763";
}

/* line 22508, app/assets/stylesheets/icons.css */
.mdi-square-root::before {
  content: "\f0784";
}

/* line 22512, app/assets/stylesheets/icons.css */
.mdi-square-root-box::before {
  content: "\f09a3";
}

/* line 22516, app/assets/stylesheets/icons.css */
.mdi-square-rounded::before {
  content: "\f14fb";
}

/* line 22520, app/assets/stylesheets/icons.css */
.mdi-square-rounded-outline::before {
  content: "\f14fc";
}

/* line 22524, app/assets/stylesheets/icons.css */
.mdi-square-small::before {
  content: "\f0a15";
}

/* line 22528, app/assets/stylesheets/icons.css */
.mdi-square-wave::before {
  content: "\f147b";
}

/* line 22532, app/assets/stylesheets/icons.css */
.mdi-squeegee::before {
  content: "\f0ae1";
}

/* line 22536, app/assets/stylesheets/icons.css */
.mdi-ssh::before {
  content: "\f08c0";
}

/* line 22540, app/assets/stylesheets/icons.css */
.mdi-stack-exchange::before {
  content: "\f060b";
}

/* line 22544, app/assets/stylesheets/icons.css */
.mdi-stack-overflow::before {
  content: "\f04cc";
}

/* line 22548, app/assets/stylesheets/icons.css */
.mdi-stackpath::before {
  content: "\f0359";
}

/* line 22552, app/assets/stylesheets/icons.css */
.mdi-stadium::before {
  content: "\f0ff9";
}

/* line 22556, app/assets/stylesheets/icons.css */
.mdi-stadium-variant::before {
  content: "\f0720";
}

/* line 22560, app/assets/stylesheets/icons.css */
.mdi-stairs::before {
  content: "\f04cd";
}

/* line 22564, app/assets/stylesheets/icons.css */
.mdi-stairs-box::before {
  content: "\f139e";
}

/* line 22568, app/assets/stylesheets/icons.css */
.mdi-stairs-down::before {
  content: "\f12be";
}

/* line 22572, app/assets/stylesheets/icons.css */
.mdi-stairs-up::before {
  content: "\f12bd";
}

/* line 22576, app/assets/stylesheets/icons.css */
.mdi-stamper::before {
  content: "\f0d39";
}

/* line 22580, app/assets/stylesheets/icons.css */
.mdi-standard-definition::before {
  content: "\f07ef";
}

/* line 22584, app/assets/stylesheets/icons.css */
.mdi-star::before {
  content: "\f04ce";
}

/* line 22588, app/assets/stylesheets/icons.css */
.mdi-star-box::before {
  content: "\f0a73";
}

/* line 22592, app/assets/stylesheets/icons.css */
.mdi-star-box-multiple::before {
  content: "\f1286";
}

/* line 22596, app/assets/stylesheets/icons.css */
.mdi-star-box-multiple-outline::before {
  content: "\f1287";
}

/* line 22600, app/assets/stylesheets/icons.css */
.mdi-star-box-outline::before {
  content: "\f0a74";
}

/* line 22604, app/assets/stylesheets/icons.css */
.mdi-star-check::before {
  content: "\f1566";
}

/* line 22608, app/assets/stylesheets/icons.css */
.mdi-star-check-outline::before {
  content: "\f156a";
}

/* line 22612, app/assets/stylesheets/icons.css */
.mdi-star-circle::before {
  content: "\f04cf";
}

/* line 22616, app/assets/stylesheets/icons.css */
.mdi-star-circle-outline::before {
  content: "\f09a4";
}

/* line 22620, app/assets/stylesheets/icons.css */
.mdi-star-cog::before {
  content: "\f1668";
}

/* line 22624, app/assets/stylesheets/icons.css */
.mdi-star-cog-outline::before {
  content: "\f1669";
}

/* line 22628, app/assets/stylesheets/icons.css */
.mdi-star-crescent::before {
  content: "\f0979";
}

/* line 22632, app/assets/stylesheets/icons.css */
.mdi-star-david::before {
  content: "\f097a";
}

/* line 22636, app/assets/stylesheets/icons.css */
.mdi-star-face::before {
  content: "\f09a5";
}

/* line 22640, app/assets/stylesheets/icons.css */
.mdi-star-four-points::before {
  content: "\f0ae2";
}

/* line 22644, app/assets/stylesheets/icons.css */
.mdi-star-four-points-outline::before {
  content: "\f0ae3";
}

/* line 22648, app/assets/stylesheets/icons.css */
.mdi-star-half::before {
  content: "\f0246";
}

/* line 22652, app/assets/stylesheets/icons.css */
.mdi-star-half-full::before {
  content: "\f04d0";
}

/* line 22656, app/assets/stylesheets/icons.css */
.mdi-star-minus::before {
  content: "\f1564";
}

/* line 22660, app/assets/stylesheets/icons.css */
.mdi-star-minus-outline::before {
  content: "\f1568";
}

/* line 22664, app/assets/stylesheets/icons.css */
.mdi-star-off::before {
  content: "\f04d1";
}

/* line 22668, app/assets/stylesheets/icons.css */
.mdi-star-off-outline::before {
  content: "\f155b";
}

/* line 22672, app/assets/stylesheets/icons.css */
.mdi-star-outline::before {
  content: "\f04d2";
}

/* line 22676, app/assets/stylesheets/icons.css */
.mdi-star-plus::before {
  content: "\f1563";
}

/* line 22680, app/assets/stylesheets/icons.css */
.mdi-star-plus-outline::before {
  content: "\f1567";
}

/* line 22684, app/assets/stylesheets/icons.css */
.mdi-star-remove::before {
  content: "\f1565";
}

/* line 22688, app/assets/stylesheets/icons.css */
.mdi-star-remove-outline::before {
  content: "\f1569";
}

/* line 22692, app/assets/stylesheets/icons.css */
.mdi-star-settings::before {
  content: "\f166a";
}

/* line 22696, app/assets/stylesheets/icons.css */
.mdi-star-settings-outline::before {
  content: "\f166b";
}

/* line 22700, app/assets/stylesheets/icons.css */
.mdi-star-shooting::before {
  content: "\f1741";
}

/* line 22704, app/assets/stylesheets/icons.css */
.mdi-star-shooting-outline::before {
  content: "\f1742";
}

/* line 22708, app/assets/stylesheets/icons.css */
.mdi-star-three-points::before {
  content: "\f0ae4";
}

/* line 22712, app/assets/stylesheets/icons.css */
.mdi-star-three-points-outline::before {
  content: "\f0ae5";
}

/* line 22716, app/assets/stylesheets/icons.css */
.mdi-state-machine::before {
  content: "\f11ef";
}

/* line 22720, app/assets/stylesheets/icons.css */
.mdi-steam::before {
  content: "\f04d3";
}

/* line 22724, app/assets/stylesheets/icons.css */
.mdi-steering::before {
  content: "\f04d4";
}

/* line 22728, app/assets/stylesheets/icons.css */
.mdi-steering-off::before {
  content: "\f090e";
}

/* line 22732, app/assets/stylesheets/icons.css */
.mdi-step-backward::before {
  content: "\f04d5";
}

/* line 22736, app/assets/stylesheets/icons.css */
.mdi-step-backward-2::before {
  content: "\f04d6";
}

/* line 22740, app/assets/stylesheets/icons.css */
.mdi-step-forward::before {
  content: "\f04d7";
}

/* line 22744, app/assets/stylesheets/icons.css */
.mdi-step-forward-2::before {
  content: "\f04d8";
}

/* line 22748, app/assets/stylesheets/icons.css */
.mdi-stethoscope::before {
  content: "\f04d9";
}

/* line 22752, app/assets/stylesheets/icons.css */
.mdi-sticker::before {
  content: "\f1364";
}

/* line 22756, app/assets/stylesheets/icons.css */
.mdi-sticker-alert::before {
  content: "\f1365";
}

/* line 22760, app/assets/stylesheets/icons.css */
.mdi-sticker-alert-outline::before {
  content: "\f1366";
}

/* line 22764, app/assets/stylesheets/icons.css */
.mdi-sticker-check::before {
  content: "\f1367";
}

/* line 22768, app/assets/stylesheets/icons.css */
.mdi-sticker-check-outline::before {
  content: "\f1368";
}

/* line 22772, app/assets/stylesheets/icons.css */
.mdi-sticker-circle-outline::before {
  content: "\f05d0";
}

/* line 22776, app/assets/stylesheets/icons.css */
.mdi-sticker-emoji::before {
  content: "\f0785";
}

/* line 22780, app/assets/stylesheets/icons.css */
.mdi-sticker-minus::before {
  content: "\f1369";
}

/* line 22784, app/assets/stylesheets/icons.css */
.mdi-sticker-minus-outline::before {
  content: "\f136a";
}

/* line 22788, app/assets/stylesheets/icons.css */
.mdi-sticker-outline::before {
  content: "\f136b";
}

/* line 22792, app/assets/stylesheets/icons.css */
.mdi-sticker-plus::before {
  content: "\f136c";
}

/* line 22796, app/assets/stylesheets/icons.css */
.mdi-sticker-plus-outline::before {
  content: "\f136d";
}

/* line 22800, app/assets/stylesheets/icons.css */
.mdi-sticker-remove::before {
  content: "\f136e";
}

/* line 22804, app/assets/stylesheets/icons.css */
.mdi-sticker-remove-outline::before {
  content: "\f136f";
}

/* line 22808, app/assets/stylesheets/icons.css */
.mdi-sticker-text::before {
  content: "\f178e";
}

/* line 22812, app/assets/stylesheets/icons.css */
.mdi-sticker-text-outline::before {
  content: "\f178f";
}

/* line 22816, app/assets/stylesheets/icons.css */
.mdi-stocking::before {
  content: "\f04da";
}

/* line 22820, app/assets/stylesheets/icons.css */
.mdi-stomach::before {
  content: "\f1093";
}

/* line 22824, app/assets/stylesheets/icons.css */
.mdi-stool::before {
  content: "\f195d";
}

/* line 22828, app/assets/stylesheets/icons.css */
.mdi-stool-outline::before {
  content: "\f195e";
}

/* line 22832, app/assets/stylesheets/icons.css */
.mdi-stop::before {
  content: "\f04db";
}

/* line 22836, app/assets/stylesheets/icons.css */
.mdi-stop-circle::before {
  content: "\f0666";
}

/* line 22840, app/assets/stylesheets/icons.css */
.mdi-stop-circle-outline::before {
  content: "\f0667";
}

/* line 22844, app/assets/stylesheets/icons.css */
.mdi-store::before {
  content: "\f04dc";
}

/* line 22848, app/assets/stylesheets/icons.css */
.mdi-store-24-hour::before {
  content: "\f04dd";
}

/* line 22852, app/assets/stylesheets/icons.css */
.mdi-store-alert::before {
  content: "\f18c1";
}

/* line 22856, app/assets/stylesheets/icons.css */
.mdi-store-alert-outline::before {
  content: "\f18c2";
}

/* line 22860, app/assets/stylesheets/icons.css */
.mdi-store-check::before {
  content: "\f18c3";
}

/* line 22864, app/assets/stylesheets/icons.css */
.mdi-store-check-outline::before {
  content: "\f18c4";
}

/* line 22868, app/assets/stylesheets/icons.css */
.mdi-store-clock::before {
  content: "\f18c5";
}

/* line 22872, app/assets/stylesheets/icons.css */
.mdi-store-clock-outline::before {
  content: "\f18c6";
}

/* line 22876, app/assets/stylesheets/icons.css */
.mdi-store-cog::before {
  content: "\f18c7";
}

/* line 22880, app/assets/stylesheets/icons.css */
.mdi-store-cog-outline::before {
  content: "\f18c8";
}

/* line 22884, app/assets/stylesheets/icons.css */
.mdi-store-edit::before {
  content: "\f18c9";
}

/* line 22888, app/assets/stylesheets/icons.css */
.mdi-store-edit-outline::before {
  content: "\f18ca";
}

/* line 22892, app/assets/stylesheets/icons.css */
.mdi-store-marker::before {
  content: "\f18cb";
}

/* line 22896, app/assets/stylesheets/icons.css */
.mdi-store-marker-outline::before {
  content: "\f18cc";
}

/* line 22900, app/assets/stylesheets/icons.css */
.mdi-store-minus::before {
  content: "\f165e";
}

/* line 22904, app/assets/stylesheets/icons.css */
.mdi-store-minus-outline::before {
  content: "\f18cd";
}

/* line 22908, app/assets/stylesheets/icons.css */
.mdi-store-off::before {
  content: "\f18ce";
}

/* line 22912, app/assets/stylesheets/icons.css */
.mdi-store-off-outline::before {
  content: "\f18cf";
}

/* line 22916, app/assets/stylesheets/icons.css */
.mdi-store-outline::before {
  content: "\f1361";
}

/* line 22920, app/assets/stylesheets/icons.css */
.mdi-store-plus::before {
  content: "\f165f";
}

/* line 22924, app/assets/stylesheets/icons.css */
.mdi-store-plus-outline::before {
  content: "\f18d0";
}

/* line 22928, app/assets/stylesheets/icons.css */
.mdi-store-remove::before {
  content: "\f1660";
}

/* line 22932, app/assets/stylesheets/icons.css */
.mdi-store-remove-outline::before {
  content: "\f18d1";
}

/* line 22936, app/assets/stylesheets/icons.css */
.mdi-store-search::before {
  content: "\f18d2";
}

/* line 22940, app/assets/stylesheets/icons.css */
.mdi-store-search-outline::before {
  content: "\f18d3";
}

/* line 22944, app/assets/stylesheets/icons.css */
.mdi-store-settings::before {
  content: "\f18d4";
}

/* line 22948, app/assets/stylesheets/icons.css */
.mdi-store-settings-outline::before {
  content: "\f18d5";
}

/* line 22952, app/assets/stylesheets/icons.css */
.mdi-storefront::before {
  content: "\f07c7";
}

/* line 22956, app/assets/stylesheets/icons.css */
.mdi-storefront-outline::before {
  content: "\f10c1";
}

/* line 22960, app/assets/stylesheets/icons.css */
.mdi-stove::before {
  content: "\f04de";
}

/* line 22964, app/assets/stylesheets/icons.css */
.mdi-strategy::before {
  content: "\f11d6";
}

/* line 22968, app/assets/stylesheets/icons.css */
.mdi-stretch-to-page::before {
  content: "\f0f2b";
}

/* line 22972, app/assets/stylesheets/icons.css */
.mdi-stretch-to-page-outline::before {
  content: "\f0f2c";
}

/* line 22976, app/assets/stylesheets/icons.css */
.mdi-string-lights::before {
  content: "\f12ba";
}

/* line 22980, app/assets/stylesheets/icons.css */
.mdi-string-lights-off::before {
  content: "\f12bb";
}

/* line 22984, app/assets/stylesheets/icons.css */
.mdi-subdirectory-arrow-left::before {
  content: "\f060c";
}

/* line 22988, app/assets/stylesheets/icons.css */
.mdi-subdirectory-arrow-right::before {
  content: "\f060d";
}

/* line 22992, app/assets/stylesheets/icons.css */
.mdi-submarine::before {
  content: "\f156c";
}

/* line 22996, app/assets/stylesheets/icons.css */
.mdi-subtitles::before {
  content: "\f0a16";
}

/* line 23000, app/assets/stylesheets/icons.css */
.mdi-subtitles-outline::before {
  content: "\f0a17";
}

/* line 23004, app/assets/stylesheets/icons.css */
.mdi-subway::before {
  content: "\f06ac";
}

/* line 23008, app/assets/stylesheets/icons.css */
.mdi-subway-alert-variant::before {
  content: "\f0d9d";
}

/* line 23012, app/assets/stylesheets/icons.css */
.mdi-subway-variant::before {
  content: "\f04df";
}

/* line 23016, app/assets/stylesheets/icons.css */
.mdi-summit::before {
  content: "\f0786";
}

/* line 23020, app/assets/stylesheets/icons.css */
.mdi-sun-compass::before {
  content: "\f19a5";
}

/* line 23024, app/assets/stylesheets/icons.css */
.mdi-sun-snowflake::before {
  content: "\f1796";
}

/* line 23028, app/assets/stylesheets/icons.css */
.mdi-sun-thermometer::before {
  content: "\f18d6";
}

/* line 23032, app/assets/stylesheets/icons.css */
.mdi-sun-thermometer-outline::before {
  content: "\f18d7";
}

/* line 23036, app/assets/stylesheets/icons.css */
.mdi-sun-wireless::before {
  content: "\f17fe";
}

/* line 23040, app/assets/stylesheets/icons.css */
.mdi-sun-wireless-outline::before {
  content: "\f17ff";
}

/* line 23044, app/assets/stylesheets/icons.css */
.mdi-sunglasses::before {
  content: "\f04e0";
}

/* line 23048, app/assets/stylesheets/icons.css */
.mdi-surfing::before {
  content: "\f1746";
}

/* line 23052, app/assets/stylesheets/icons.css */
.mdi-surround-sound::before {
  content: "\f05c5";
}

/* line 23056, app/assets/stylesheets/icons.css */
.mdi-surround-sound-2-0::before {
  content: "\f07f0";
}

/* line 23060, app/assets/stylesheets/icons.css */
.mdi-surround-sound-2-1::before {
  content: "\f1729";
}

/* line 23064, app/assets/stylesheets/icons.css */
.mdi-surround-sound-3-1::before {
  content: "\f07f1";
}

/* line 23068, app/assets/stylesheets/icons.css */
.mdi-surround-sound-5-1::before {
  content: "\f07f2";
}

/* line 23072, app/assets/stylesheets/icons.css */
.mdi-surround-sound-5-1-2::before {
  content: "\f172a";
}

/* line 23076, app/assets/stylesheets/icons.css */
.mdi-surround-sound-7-1::before {
  content: "\f07f3";
}

/* line 23080, app/assets/stylesheets/icons.css */
.mdi-svg::before {
  content: "\f0721";
}

/* line 23084, app/assets/stylesheets/icons.css */
.mdi-swap-horizontal::before {
  content: "\f04e1";
}

/* line 23088, app/assets/stylesheets/icons.css */
.mdi-swap-horizontal-bold::before {
  content: "\f0bcd";
}

/* line 23092, app/assets/stylesheets/icons.css */
.mdi-swap-horizontal-circle::before {
  content: "\f0fe1";
}

/* line 23096, app/assets/stylesheets/icons.css */
.mdi-swap-horizontal-circle-outline::before {
  content: "\f0fe2";
}

/* line 23100, app/assets/stylesheets/icons.css */
.mdi-swap-horizontal-variant::before {
  content: "\f08c1";
}

/* line 23104, app/assets/stylesheets/icons.css */
.mdi-swap-vertical::before {
  content: "\f04e2";
}

/* line 23108, app/assets/stylesheets/icons.css */
.mdi-swap-vertical-bold::before {
  content: "\f0bce";
}

/* line 23112, app/assets/stylesheets/icons.css */
.mdi-swap-vertical-circle::before {
  content: "\f0fe3";
}

/* line 23116, app/assets/stylesheets/icons.css */
.mdi-swap-vertical-circle-outline::before {
  content: "\f0fe4";
}

/* line 23120, app/assets/stylesheets/icons.css */
.mdi-swap-vertical-variant::before {
  content: "\f08c2";
}

/* line 23124, app/assets/stylesheets/icons.css */
.mdi-swim::before {
  content: "\f04e3";
}

/* line 23128, app/assets/stylesheets/icons.css */
.mdi-switch::before {
  content: "\f04e4";
}

/* line 23132, app/assets/stylesheets/icons.css */
.mdi-sword::before {
  content: "\f04e5";
}

/* line 23136, app/assets/stylesheets/icons.css */
.mdi-sword-cross::before {
  content: "\f0787";
}

/* line 23140, app/assets/stylesheets/icons.css */
.mdi-syllabary-hangul::before {
  content: "\f1333";
}

/* line 23144, app/assets/stylesheets/icons.css */
.mdi-syllabary-hiragana::before {
  content: "\f1334";
}

/* line 23148, app/assets/stylesheets/icons.css */
.mdi-syllabary-katakana::before {
  content: "\f1335";
}

/* line 23152, app/assets/stylesheets/icons.css */
.mdi-syllabary-katakana-halfwidth::before {
  content: "\f1336";
}

/* line 23156, app/assets/stylesheets/icons.css */
.mdi-symbol::before {
  content: "\f1501";
}

/* line 23160, app/assets/stylesheets/icons.css */
.mdi-symfony::before {
  content: "\f0ae6";
}

/* line 23164, app/assets/stylesheets/icons.css */
.mdi-sync::before {
  content: "\f04e6";
}

/* line 23168, app/assets/stylesheets/icons.css */
.mdi-sync-alert::before {
  content: "\f04e7";
}

/* line 23172, app/assets/stylesheets/icons.css */
.mdi-sync-circle::before {
  content: "\f1378";
}

/* line 23176, app/assets/stylesheets/icons.css */
.mdi-sync-off::before {
  content: "\f04e8";
}

/* line 23180, app/assets/stylesheets/icons.css */
.mdi-tab::before {
  content: "\f04e9";
}

/* line 23184, app/assets/stylesheets/icons.css */
.mdi-tab-minus::before {
  content: "\f0b4b";
}

/* line 23188, app/assets/stylesheets/icons.css */
.mdi-tab-plus::before {
  content: "\f075c";
}

/* line 23192, app/assets/stylesheets/icons.css */
.mdi-tab-remove::before {
  content: "\f0b4c";
}

/* line 23196, app/assets/stylesheets/icons.css */
.mdi-tab-search::before {
  content: "\f199e";
}

/* line 23200, app/assets/stylesheets/icons.css */
.mdi-tab-unselected::before {
  content: "\f04ea";
}

/* line 23204, app/assets/stylesheets/icons.css */
.mdi-table::before {
  content: "\f04eb";
}

/* line 23208, app/assets/stylesheets/icons.css */
.mdi-table-account::before {
  content: "\f13b9";
}

/* line 23212, app/assets/stylesheets/icons.css */
.mdi-table-alert::before {
  content: "\f13ba";
}

/* line 23216, app/assets/stylesheets/icons.css */
.mdi-table-arrow-down::before {
  content: "\f13bb";
}

/* line 23220, app/assets/stylesheets/icons.css */
.mdi-table-arrow-left::before {
  content: "\f13bc";
}

/* line 23224, app/assets/stylesheets/icons.css */
.mdi-table-arrow-right::before {
  content: "\f13bd";
}

/* line 23228, app/assets/stylesheets/icons.css */
.mdi-table-arrow-up::before {
  content: "\f13be";
}

/* line 23232, app/assets/stylesheets/icons.css */
.mdi-table-border::before {
  content: "\f0a18";
}

/* line 23236, app/assets/stylesheets/icons.css */
.mdi-table-cancel::before {
  content: "\f13bf";
}

/* line 23240, app/assets/stylesheets/icons.css */
.mdi-table-chair::before {
  content: "\f1061";
}

/* line 23244, app/assets/stylesheets/icons.css */
.mdi-table-check::before {
  content: "\f13c0";
}

/* line 23248, app/assets/stylesheets/icons.css */
.mdi-table-clock::before {
  content: "\f13c1";
}

/* line 23252, app/assets/stylesheets/icons.css */
.mdi-table-cog::before {
  content: "\f13c2";
}

/* line 23256, app/assets/stylesheets/icons.css */
.mdi-table-column::before {
  content: "\f0835";
}

/* line 23260, app/assets/stylesheets/icons.css */
.mdi-table-column-plus-after::before {
  content: "\f04ec";
}

/* line 23264, app/assets/stylesheets/icons.css */
.mdi-table-column-plus-before::before {
  content: "\f04ed";
}

/* line 23268, app/assets/stylesheets/icons.css */
.mdi-table-column-remove::before {
  content: "\f04ee";
}

/* line 23272, app/assets/stylesheets/icons.css */
.mdi-table-column-width::before {
  content: "\f04ef";
}

/* line 23276, app/assets/stylesheets/icons.css */
.mdi-table-edit::before {
  content: "\f04f0";
}

/* line 23280, app/assets/stylesheets/icons.css */
.mdi-table-eye::before {
  content: "\f1094";
}

/* line 23284, app/assets/stylesheets/icons.css */
.mdi-table-eye-off::before {
  content: "\f13c3";
}

/* line 23288, app/assets/stylesheets/icons.css */
.mdi-table-furniture::before {
  content: "\f05bc";
}

/* line 23292, app/assets/stylesheets/icons.css */
.mdi-table-headers-eye::before {
  content: "\f121d";
}

/* line 23296, app/assets/stylesheets/icons.css */
.mdi-table-headers-eye-off::before {
  content: "\f121e";
}

/* line 23300, app/assets/stylesheets/icons.css */
.mdi-table-heart::before {
  content: "\f13c4";
}

/* line 23304, app/assets/stylesheets/icons.css */
.mdi-table-key::before {
  content: "\f13c5";
}

/* line 23308, app/assets/stylesheets/icons.css */
.mdi-table-large::before {
  content: "\f04f1";
}

/* line 23312, app/assets/stylesheets/icons.css */
.mdi-table-large-plus::before {
  content: "\f0f87";
}

/* line 23316, app/assets/stylesheets/icons.css */
.mdi-table-large-remove::before {
  content: "\f0f88";
}

/* line 23320, app/assets/stylesheets/icons.css */
.mdi-table-lock::before {
  content: "\f13c6";
}

/* line 23324, app/assets/stylesheets/icons.css */
.mdi-table-merge-cells::before {
  content: "\f09a6";
}

/* line 23328, app/assets/stylesheets/icons.css */
.mdi-table-minus::before {
  content: "\f13c7";
}

/* line 23332, app/assets/stylesheets/icons.css */
.mdi-table-multiple::before {
  content: "\f13c8";
}

/* line 23336, app/assets/stylesheets/icons.css */
.mdi-table-network::before {
  content: "\f13c9";
}

/* line 23340, app/assets/stylesheets/icons.css */
.mdi-table-of-contents::before {
  content: "\f0836";
}

/* line 23344, app/assets/stylesheets/icons.css */
.mdi-table-off::before {
  content: "\f13ca";
}

/* line 23348, app/assets/stylesheets/icons.css */
.mdi-table-picnic::before {
  content: "\f1743";
}

/* line 23352, app/assets/stylesheets/icons.css */
.mdi-table-pivot::before {
  content: "\f183c";
}

/* line 23356, app/assets/stylesheets/icons.css */
.mdi-table-plus::before {
  content: "\f0a75";
}

/* line 23360, app/assets/stylesheets/icons.css */
.mdi-table-refresh::before {
  content: "\f13a0";
}

/* line 23364, app/assets/stylesheets/icons.css */
.mdi-table-remove::before {
  content: "\f0a76";
}

/* line 23368, app/assets/stylesheets/icons.css */
.mdi-table-row::before {
  content: "\f0837";
}

/* line 23372, app/assets/stylesheets/icons.css */
.mdi-table-row-height::before {
  content: "\f04f2";
}

/* line 23376, app/assets/stylesheets/icons.css */
.mdi-table-row-plus-after::before {
  content: "\f04f3";
}

/* line 23380, app/assets/stylesheets/icons.css */
.mdi-table-row-plus-before::before {
  content: "\f04f4";
}

/* line 23384, app/assets/stylesheets/icons.css */
.mdi-table-row-remove::before {
  content: "\f04f5";
}

/* line 23388, app/assets/stylesheets/icons.css */
.mdi-table-search::before {
  content: "\f090f";
}

/* line 23392, app/assets/stylesheets/icons.css */
.mdi-table-settings::before {
  content: "\f0838";
}

/* line 23396, app/assets/stylesheets/icons.css */
.mdi-table-split-cell::before {
  content: "\f142a";
}

/* line 23400, app/assets/stylesheets/icons.css */
.mdi-table-star::before {
  content: "\f13cb";
}

/* line 23404, app/assets/stylesheets/icons.css */
.mdi-table-sync::before {
  content: "\f13a1";
}

/* line 23408, app/assets/stylesheets/icons.css */
.mdi-table-tennis::before {
  content: "\f0e68";
}

/* line 23412, app/assets/stylesheets/icons.css */
.mdi-tablet::before {
  content: "\f04f6";
}

/* line 23416, app/assets/stylesheets/icons.css */
.mdi-tablet-android::before {
  content: "\f04f7";
}

/* line 23420, app/assets/stylesheets/icons.css */
.mdi-tablet-cellphone::before {
  content: "\f09a7";
}

/* line 23424, app/assets/stylesheets/icons.css */
.mdi-tablet-dashboard::before {
  content: "\f0ece";
}

/* line 23428, app/assets/stylesheets/icons.css */
.mdi-taco::before {
  content: "\f0762";
}

/* line 23432, app/assets/stylesheets/icons.css */
.mdi-tag::before {
  content: "\f04f9";
}

/* line 23436, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-down::before {
  content: "\f172b";
}

/* line 23440, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-down-outline::before {
  content: "\f172c";
}

/* line 23444, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-left::before {
  content: "\f172d";
}

/* line 23448, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-left-outline::before {
  content: "\f172e";
}

/* line 23452, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-right::before {
  content: "\f172f";
}

/* line 23456, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-right-outline::before {
  content: "\f1730";
}

/* line 23460, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-up::before {
  content: "\f1731";
}

/* line 23464, app/assets/stylesheets/icons.css */
.mdi-tag-arrow-up-outline::before {
  content: "\f1732";
}

/* line 23468, app/assets/stylesheets/icons.css */
.mdi-tag-faces::before {
  content: "\f04fa";
}

/* line 23472, app/assets/stylesheets/icons.css */
.mdi-tag-heart::before {
  content: "\f068b";
}

/* line 23476, app/assets/stylesheets/icons.css */
.mdi-tag-heart-outline::before {
  content: "\f0bcf";
}

/* line 23480, app/assets/stylesheets/icons.css */
.mdi-tag-minus::before {
  content: "\f0910";
}

/* line 23484, app/assets/stylesheets/icons.css */
.mdi-tag-minus-outline::before {
  content: "\f121f";
}

/* line 23488, app/assets/stylesheets/icons.css */
.mdi-tag-multiple::before {
  content: "\f04fb";
}

/* line 23492, app/assets/stylesheets/icons.css */
.mdi-tag-multiple-outline::before {
  content: "\f12f7";
}

/* line 23496, app/assets/stylesheets/icons.css */
.mdi-tag-off::before {
  content: "\f1220";
}

/* line 23500, app/assets/stylesheets/icons.css */
.mdi-tag-off-outline::before {
  content: "\f1221";
}

/* line 23504, app/assets/stylesheets/icons.css */
.mdi-tag-outline::before {
  content: "\f04fc";
}

/* line 23508, app/assets/stylesheets/icons.css */
.mdi-tag-plus::before {
  content: "\f0722";
}

/* line 23512, app/assets/stylesheets/icons.css */
.mdi-tag-plus-outline::before {
  content: "\f1222";
}

/* line 23516, app/assets/stylesheets/icons.css */
.mdi-tag-remove::before {
  content: "\f0723";
}

/* line 23520, app/assets/stylesheets/icons.css */
.mdi-tag-remove-outline::before {
  content: "\f1223";
}

/* line 23524, app/assets/stylesheets/icons.css */
.mdi-tag-search::before {
  content: "\f1907";
}

/* line 23528, app/assets/stylesheets/icons.css */
.mdi-tag-search-outline::before {
  content: "\f1908";
}

/* line 23532, app/assets/stylesheets/icons.css */
.mdi-tag-text::before {
  content: "\f1224";
}

/* line 23536, app/assets/stylesheets/icons.css */
.mdi-tag-text-outline::before {
  content: "\f04fd";
}

/* line 23540, app/assets/stylesheets/icons.css */
.mdi-tailwind::before {
  content: "\f13ff";
}

/* line 23544, app/assets/stylesheets/icons.css */
.mdi-tangram::before {
  content: "\f04f8";
}

/* line 23548, app/assets/stylesheets/icons.css */
.mdi-tank::before {
  content: "\f0d3a";
}

/* line 23552, app/assets/stylesheets/icons.css */
.mdi-tanker-truck::before {
  content: "\f0fe5";
}

/* line 23556, app/assets/stylesheets/icons.css */
.mdi-tape-drive::before {
  content: "\f16df";
}

/* line 23560, app/assets/stylesheets/icons.css */
.mdi-tape-measure::before {
  content: "\f0b4d";
}

/* line 23564, app/assets/stylesheets/icons.css */
.mdi-target::before {
  content: "\f04fe";
}

/* line 23568, app/assets/stylesheets/icons.css */
.mdi-target-account::before {
  content: "\f0bd0";
}

/* line 23572, app/assets/stylesheets/icons.css */
.mdi-target-variant::before {
  content: "\f0a77";
}

/* line 23576, app/assets/stylesheets/icons.css */
.mdi-taxi::before {
  content: "\f04ff";
}

/* line 23580, app/assets/stylesheets/icons.css */
.mdi-tea::before {
  content: "\f0d9e";
}

/* line 23584, app/assets/stylesheets/icons.css */
.mdi-tea-outline::before {
  content: "\f0d9f";
}

/* line 23588, app/assets/stylesheets/icons.css */
.mdi-teamviewer::before {
  content: "\f0500";
}

/* line 23592, app/assets/stylesheets/icons.css */
.mdi-teddy-bear::before {
  content: "\f18fb";
}

/* line 23596, app/assets/stylesheets/icons.css */
.mdi-telescope::before {
  content: "\f0b4e";
}

/* line 23600, app/assets/stylesheets/icons.css */
.mdi-television::before {
  content: "\f0502";
}

/* line 23604, app/assets/stylesheets/icons.css */
.mdi-television-ambient-light::before {
  content: "\f1356";
}

/* line 23608, app/assets/stylesheets/icons.css */
.mdi-television-box::before {
  content: "\f0839";
}

/* line 23612, app/assets/stylesheets/icons.css */
.mdi-television-classic::before {
  content: "\f07f4";
}

/* line 23616, app/assets/stylesheets/icons.css */
.mdi-television-classic-off::before {
  content: "\f083a";
}

/* line 23620, app/assets/stylesheets/icons.css */
.mdi-television-guide::before {
  content: "\f0503";
}

/* line 23624, app/assets/stylesheets/icons.css */
.mdi-television-off::before {
  content: "\f083b";
}

/* line 23628, app/assets/stylesheets/icons.css */
.mdi-television-pause::before {
  content: "\f0f89";
}

/* line 23632, app/assets/stylesheets/icons.css */
.mdi-television-play::before {
  content: "\f0ecf";
}

/* line 23636, app/assets/stylesheets/icons.css */
.mdi-television-shimmer::before {
  content: "\f1110";
}

/* line 23640, app/assets/stylesheets/icons.css */
.mdi-television-stop::before {
  content: "\f0f8a";
}

/* line 23644, app/assets/stylesheets/icons.css */
.mdi-temperature-celsius::before {
  content: "\f0504";
}

/* line 23648, app/assets/stylesheets/icons.css */
.mdi-temperature-fahrenheit::before {
  content: "\f0505";
}

/* line 23652, app/assets/stylesheets/icons.css */
.mdi-temperature-kelvin::before {
  content: "\f0506";
}

/* line 23656, app/assets/stylesheets/icons.css */
.mdi-tennis::before {
  content: "\f0da0";
}

/* line 23660, app/assets/stylesheets/icons.css */
.mdi-tennis-ball::before {
  content: "\f0507";
}

/* line 23664, app/assets/stylesheets/icons.css */
.mdi-tent::before {
  content: "\f0508";
}

/* line 23668, app/assets/stylesheets/icons.css */
.mdi-terraform::before {
  content: "\f1062";
}

/* line 23672, app/assets/stylesheets/icons.css */
.mdi-terrain::before {
  content: "\f0509";
}

/* line 23676, app/assets/stylesheets/icons.css */
.mdi-test-tube::before {
  content: "\f0668";
}

/* line 23680, app/assets/stylesheets/icons.css */
.mdi-test-tube-empty::before {
  content: "\f0911";
}

/* line 23684, app/assets/stylesheets/icons.css */
.mdi-test-tube-off::before {
  content: "\f0912";
}

/* line 23688, app/assets/stylesheets/icons.css */
.mdi-text::before {
  content: "\f09a8";
}

/* line 23692, app/assets/stylesheets/icons.css */
.mdi-text-account::before {
  content: "\f1570";
}

/* line 23696, app/assets/stylesheets/icons.css */
.mdi-text-box::before {
  content: "\f021a";
}

/* line 23700, app/assets/stylesheets/icons.css */
.mdi-text-box-check::before {
  content: "\f0ea6";
}

/* line 23704, app/assets/stylesheets/icons.css */
.mdi-text-box-check-outline::before {
  content: "\f0ea7";
}

/* line 23708, app/assets/stylesheets/icons.css */
.mdi-text-box-minus::before {
  content: "\f0ea8";
}

/* line 23712, app/assets/stylesheets/icons.css */
.mdi-text-box-minus-outline::before {
  content: "\f0ea9";
}

/* line 23716, app/assets/stylesheets/icons.css */
.mdi-text-box-multiple::before {
  content: "\f0ab7";
}

/* line 23720, app/assets/stylesheets/icons.css */
.mdi-text-box-multiple-outline::before {
  content: "\f0ab8";
}

/* line 23724, app/assets/stylesheets/icons.css */
.mdi-text-box-outline::before {
  content: "\f09ed";
}

/* line 23728, app/assets/stylesheets/icons.css */
.mdi-text-box-plus::before {
  content: "\f0eaa";
}

/* line 23732, app/assets/stylesheets/icons.css */
.mdi-text-box-plus-outline::before {
  content: "\f0eab";
}

/* line 23736, app/assets/stylesheets/icons.css */
.mdi-text-box-remove::before {
  content: "\f0eac";
}

/* line 23740, app/assets/stylesheets/icons.css */
.mdi-text-box-remove-outline::before {
  content: "\f0ead";
}

/* line 23744, app/assets/stylesheets/icons.css */
.mdi-text-box-search::before {
  content: "\f0eae";
}

/* line 23748, app/assets/stylesheets/icons.css */
.mdi-text-box-search-outline::before {
  content: "\f0eaf";
}

/* line 23752, app/assets/stylesheets/icons.css */
.mdi-text-long::before {
  content: "\f09aa";
}

/* line 23756, app/assets/stylesheets/icons.css */
.mdi-text-recognition::before {
  content: "\f113d";
}

/* line 23760, app/assets/stylesheets/icons.css */
.mdi-text-search::before {
  content: "\f13b8";
}

/* line 23764, app/assets/stylesheets/icons.css */
.mdi-text-shadow::before {
  content: "\f0669";
}

/* line 23768, app/assets/stylesheets/icons.css */
.mdi-text-short::before {
  content: "\f09a9";
}

/* line 23772, app/assets/stylesheets/icons.css */
.mdi-text-to-speech::before {
  content: "\f050a";
}

/* line 23776, app/assets/stylesheets/icons.css */
.mdi-text-to-speech-off::before {
  content: "\f050b";
}

/* line 23780, app/assets/stylesheets/icons.css */
.mdi-texture::before {
  content: "\f050c";
}

/* line 23784, app/assets/stylesheets/icons.css */
.mdi-texture-box::before {
  content: "\f0fe6";
}

/* line 23788, app/assets/stylesheets/icons.css */
.mdi-theater::before {
  content: "\f050d";
}

/* line 23792, app/assets/stylesheets/icons.css */
.mdi-theme-light-dark::before {
  content: "\f050e";
}

/* line 23796, app/assets/stylesheets/icons.css */
.mdi-thermometer::before {
  content: "\f050f";
}

/* line 23800, app/assets/stylesheets/icons.css */
.mdi-thermometer-alert::before {
  content: "\f0e01";
}

/* line 23804, app/assets/stylesheets/icons.css */
.mdi-thermometer-bluetooth::before {
  content: "\f1895";
}

/* line 23808, app/assets/stylesheets/icons.css */
.mdi-thermometer-chevron-down::before {
  content: "\f0e02";
}

/* line 23812, app/assets/stylesheets/icons.css */
.mdi-thermometer-chevron-up::before {
  content: "\f0e03";
}

/* line 23816, app/assets/stylesheets/icons.css */
.mdi-thermometer-high::before {
  content: "\f10c2";
}

/* line 23820, app/assets/stylesheets/icons.css */
.mdi-thermometer-lines::before {
  content: "\f0510";
}

/* line 23824, app/assets/stylesheets/icons.css */
.mdi-thermometer-low::before {
  content: "\f10c3";
}

/* line 23828, app/assets/stylesheets/icons.css */
.mdi-thermometer-minus::before {
  content: "\f0e04";
}

/* line 23832, app/assets/stylesheets/icons.css */
.mdi-thermometer-off::before {
  content: "\f1531";
}

/* line 23836, app/assets/stylesheets/icons.css */
.mdi-thermometer-plus::before {
  content: "\f0e05";
}

/* line 23840, app/assets/stylesheets/icons.css */
.mdi-thermostat::before {
  content: "\f0393";
}

/* line 23844, app/assets/stylesheets/icons.css */
.mdi-thermostat-box::before {
  content: "\f0891";
}

/* line 23848, app/assets/stylesheets/icons.css */
.mdi-thought-bubble::before {
  content: "\f07f6";
}

/* line 23852, app/assets/stylesheets/icons.css */
.mdi-thought-bubble-outline::before {
  content: "\f07f7";
}

/* line 23856, app/assets/stylesheets/icons.css */
.mdi-thumb-down::before {
  content: "\f0511";
}

/* line 23860, app/assets/stylesheets/icons.css */
.mdi-thumb-down-outline::before {
  content: "\f0512";
}

/* line 23864, app/assets/stylesheets/icons.css */
.mdi-thumb-up::before {
  content: "\f0513";
}

/* line 23868, app/assets/stylesheets/icons.css */
.mdi-thumb-up-outline::before {
  content: "\f0514";
}

/* line 23872, app/assets/stylesheets/icons.css */
.mdi-thumbs-up-down::before {
  content: "\f0515";
}

/* line 23876, app/assets/stylesheets/icons.css */
.mdi-thumbs-up-down-outline::before {
  content: "\f1914";
}

/* line 23880, app/assets/stylesheets/icons.css */
.mdi-ticket::before {
  content: "\f0516";
}

/* line 23884, app/assets/stylesheets/icons.css */
.mdi-ticket-account::before {
  content: "\f0517";
}

/* line 23888, app/assets/stylesheets/icons.css */
.mdi-ticket-confirmation::before {
  content: "\f0518";
}

/* line 23892, app/assets/stylesheets/icons.css */
.mdi-ticket-confirmation-outline::before {
  content: "\f13aa";
}

/* line 23896, app/assets/stylesheets/icons.css */
.mdi-ticket-outline::before {
  content: "\f0913";
}

/* line 23900, app/assets/stylesheets/icons.css */
.mdi-ticket-percent::before {
  content: "\f0724";
}

/* line 23904, app/assets/stylesheets/icons.css */
.mdi-ticket-percent-outline::before {
  content: "\f142b";
}

/* line 23908, app/assets/stylesheets/icons.css */
.mdi-tie::before {
  content: "\f0519";
}

/* line 23912, app/assets/stylesheets/icons.css */
.mdi-tilde::before {
  content: "\f0725";
}

/* line 23916, app/assets/stylesheets/icons.css */
.mdi-tilde-off::before {
  content: "\f18f3";
}

/* line 23920, app/assets/stylesheets/icons.css */
.mdi-timelapse::before {
  content: "\f051a";
}

/* line 23924, app/assets/stylesheets/icons.css */
.mdi-timeline::before {
  content: "\f0bd1";
}

/* line 23928, app/assets/stylesheets/icons.css */
.mdi-timeline-alert::before {
  content: "\f0f95";
}

/* line 23932, app/assets/stylesheets/icons.css */
.mdi-timeline-alert-outline::before {
  content: "\f0f98";
}

/* line 23936, app/assets/stylesheets/icons.css */
.mdi-timeline-check::before {
  content: "\f1532";
}

/* line 23940, app/assets/stylesheets/icons.css */
.mdi-timeline-check-outline::before {
  content: "\f1533";
}

/* line 23944, app/assets/stylesheets/icons.css */
.mdi-timeline-clock::before {
  content: "\f11fb";
}

/* line 23948, app/assets/stylesheets/icons.css */
.mdi-timeline-clock-outline::before {
  content: "\f11fc";
}

/* line 23952, app/assets/stylesheets/icons.css */
.mdi-timeline-help::before {
  content: "\f0f99";
}

/* line 23956, app/assets/stylesheets/icons.css */
.mdi-timeline-help-outline::before {
  content: "\f0f9a";
}

/* line 23960, app/assets/stylesheets/icons.css */
.mdi-timeline-minus::before {
  content: "\f1534";
}

/* line 23964, app/assets/stylesheets/icons.css */
.mdi-timeline-minus-outline::before {
  content: "\f1535";
}

/* line 23968, app/assets/stylesheets/icons.css */
.mdi-timeline-outline::before {
  content: "\f0bd2";
}

/* line 23972, app/assets/stylesheets/icons.css */
.mdi-timeline-plus::before {
  content: "\f0f96";
}

/* line 23976, app/assets/stylesheets/icons.css */
.mdi-timeline-plus-outline::before {
  content: "\f0f97";
}

/* line 23980, app/assets/stylesheets/icons.css */
.mdi-timeline-remove::before {
  content: "\f1536";
}

/* line 23984, app/assets/stylesheets/icons.css */
.mdi-timeline-remove-outline::before {
  content: "\f1537";
}

/* line 23988, app/assets/stylesheets/icons.css */
.mdi-timeline-text::before {
  content: "\f0bd3";
}

/* line 23992, app/assets/stylesheets/icons.css */
.mdi-timeline-text-outline::before {
  content: "\f0bd4";
}

/* line 23996, app/assets/stylesheets/icons.css */
.mdi-timer::before {
  content: "\f13ab";
}

/* line 24000, app/assets/stylesheets/icons.css */
.mdi-timer-10::before {
  content: "\f051c";
}

/* line 24004, app/assets/stylesheets/icons.css */
.mdi-timer-3::before {
  content: "\f051d";
}

/* line 24008, app/assets/stylesheets/icons.css */
.mdi-timer-cog::before {
  content: "\f1925";
}

/* line 24012, app/assets/stylesheets/icons.css */
.mdi-timer-cog-outline::before {
  content: "\f1926";
}

/* line 24016, app/assets/stylesheets/icons.css */
.mdi-timer-off::before {
  content: "\f13ac";
}

/* line 24020, app/assets/stylesheets/icons.css */
.mdi-timer-off-outline::before {
  content: "\f051e";
}

/* line 24024, app/assets/stylesheets/icons.css */
.mdi-timer-outline::before {
  content: "\f051b";
}

/* line 24028, app/assets/stylesheets/icons.css */
.mdi-timer-sand::before {
  content: "\f051f";
}

/* line 24032, app/assets/stylesheets/icons.css */
.mdi-timer-sand-complete::before {
  content: "\f199f";
}

/* line 24036, app/assets/stylesheets/icons.css */
.mdi-timer-sand-empty::before {
  content: "\f06ad";
}

/* line 24040, app/assets/stylesheets/icons.css */
.mdi-timer-sand-full::before {
  content: "\f078c";
}

/* line 24044, app/assets/stylesheets/icons.css */
.mdi-timer-sand-paused::before {
  content: "\f19a0";
}

/* line 24048, app/assets/stylesheets/icons.css */
.mdi-timer-settings::before {
  content: "\f1923";
}

/* line 24052, app/assets/stylesheets/icons.css */
.mdi-timer-settings-outline::before {
  content: "\f1924";
}

/* line 24056, app/assets/stylesheets/icons.css */
.mdi-timetable::before {
  content: "\f0520";
}

/* line 24060, app/assets/stylesheets/icons.css */
.mdi-tire::before {
  content: "\f1896";
}

/* line 24064, app/assets/stylesheets/icons.css */
.mdi-toaster::before {
  content: "\f1063";
}

/* line 24068, app/assets/stylesheets/icons.css */
.mdi-toaster-off::before {
  content: "\f11b7";
}

/* line 24072, app/assets/stylesheets/icons.css */
.mdi-toaster-oven::before {
  content: "\f0cd3";
}

/* line 24076, app/assets/stylesheets/icons.css */
.mdi-toggle-switch::before {
  content: "\f0521";
}

/* line 24080, app/assets/stylesheets/icons.css */
.mdi-toggle-switch-off::before {
  content: "\f0522";
}

/* line 24084, app/assets/stylesheets/icons.css */
.mdi-toggle-switch-off-outline::before {
  content: "\f0a19";
}

/* line 24088, app/assets/stylesheets/icons.css */
.mdi-toggle-switch-outline::before {
  content: "\f0a1a";
}

/* line 24092, app/assets/stylesheets/icons.css */
.mdi-toilet::before {
  content: "\f09ab";
}

/* line 24096, app/assets/stylesheets/icons.css */
.mdi-toolbox::before {
  content: "\f09ac";
}

/* line 24100, app/assets/stylesheets/icons.css */
.mdi-toolbox-outline::before {
  content: "\f09ad";
}

/* line 24104, app/assets/stylesheets/icons.css */
.mdi-tools::before {
  content: "\f1064";
}

/* line 24108, app/assets/stylesheets/icons.css */
.mdi-tooltip::before {
  content: "\f0523";
}

/* line 24112, app/assets/stylesheets/icons.css */
.mdi-tooltip-account::before {
  content: "\f000c";
}

/* line 24116, app/assets/stylesheets/icons.css */
.mdi-tooltip-cellphone::before {
  content: "\f183b";
}

/* line 24120, app/assets/stylesheets/icons.css */
.mdi-tooltip-check::before {
  content: "\f155c";
}

/* line 24124, app/assets/stylesheets/icons.css */
.mdi-tooltip-check-outline::before {
  content: "\f155d";
}

/* line 24128, app/assets/stylesheets/icons.css */
.mdi-tooltip-edit::before {
  content: "\f0524";
}

/* line 24132, app/assets/stylesheets/icons.css */
.mdi-tooltip-edit-outline::before {
  content: "\f12c5";
}

/* line 24136, app/assets/stylesheets/icons.css */
.mdi-tooltip-image::before {
  content: "\f0525";
}

/* line 24140, app/assets/stylesheets/icons.css */
.mdi-tooltip-image-outline::before {
  content: "\f0bd5";
}

/* line 24144, app/assets/stylesheets/icons.css */
.mdi-tooltip-minus::before {
  content: "\f155e";
}

/* line 24148, app/assets/stylesheets/icons.css */
.mdi-tooltip-minus-outline::before {
  content: "\f155f";
}

/* line 24152, app/assets/stylesheets/icons.css */
.mdi-tooltip-outline::before {
  content: "\f0526";
}

/* line 24156, app/assets/stylesheets/icons.css */
.mdi-tooltip-plus::before {
  content: "\f0bd6";
}

/* line 24160, app/assets/stylesheets/icons.css */
.mdi-tooltip-plus-outline::before {
  content: "\f0527";
}

/* line 24164, app/assets/stylesheets/icons.css */
.mdi-tooltip-remove::before {
  content: "\f1560";
}

/* line 24168, app/assets/stylesheets/icons.css */
.mdi-tooltip-remove-outline::before {
  content: "\f1561";
}

/* line 24172, app/assets/stylesheets/icons.css */
.mdi-tooltip-text::before {
  content: "\f0528";
}

/* line 24176, app/assets/stylesheets/icons.css */
.mdi-tooltip-text-outline::before {
  content: "\f0bd7";
}

/* line 24180, app/assets/stylesheets/icons.css */
.mdi-tooth::before {
  content: "\f08c3";
}

/* line 24184, app/assets/stylesheets/icons.css */
.mdi-tooth-outline::before {
  content: "\f0529";
}

/* line 24188, app/assets/stylesheets/icons.css */
.mdi-toothbrush::before {
  content: "\f1129";
}

/* line 24192, app/assets/stylesheets/icons.css */
.mdi-toothbrush-electric::before {
  content: "\f112c";
}

/* line 24196, app/assets/stylesheets/icons.css */
.mdi-toothbrush-paste::before {
  content: "\f112a";
}

/* line 24200, app/assets/stylesheets/icons.css */
.mdi-torch::before {
  content: "\f1606";
}

/* line 24204, app/assets/stylesheets/icons.css */
.mdi-tortoise::before {
  content: "\f0d3b";
}

/* line 24208, app/assets/stylesheets/icons.css */
.mdi-toslink::before {
  content: "\f12b8";
}

/* line 24212, app/assets/stylesheets/icons.css */
.mdi-tournament::before {
  content: "\f09ae";
}

/* line 24216, app/assets/stylesheets/icons.css */
.mdi-tow-truck::before {
  content: "\f083c";
}

/* line 24220, app/assets/stylesheets/icons.css */
.mdi-tower-beach::before {
  content: "\f0681";
}

/* line 24224, app/assets/stylesheets/icons.css */
.mdi-tower-fire::before {
  content: "\f0682";
}

/* line 24228, app/assets/stylesheets/icons.css */
.mdi-town-hall::before {
  content: "\f1875";
}

/* line 24232, app/assets/stylesheets/icons.css */
.mdi-toy-brick::before {
  content: "\f1288";
}

/* line 24236, app/assets/stylesheets/icons.css */
.mdi-toy-brick-marker::before {
  content: "\f1289";
}

/* line 24240, app/assets/stylesheets/icons.css */
.mdi-toy-brick-marker-outline::before {
  content: "\f128a";
}

/* line 24244, app/assets/stylesheets/icons.css */
.mdi-toy-brick-minus::before {
  content: "\f128b";
}

/* line 24248, app/assets/stylesheets/icons.css */
.mdi-toy-brick-minus-outline::before {
  content: "\f128c";
}

/* line 24252, app/assets/stylesheets/icons.css */
.mdi-toy-brick-outline::before {
  content: "\f128d";
}

/* line 24256, app/assets/stylesheets/icons.css */
.mdi-toy-brick-plus::before {
  content: "\f128e";
}

/* line 24260, app/assets/stylesheets/icons.css */
.mdi-toy-brick-plus-outline::before {
  content: "\f128f";
}

/* line 24264, app/assets/stylesheets/icons.css */
.mdi-toy-brick-remove::before {
  content: "\f1290";
}

/* line 24268, app/assets/stylesheets/icons.css */
.mdi-toy-brick-remove-outline::before {
  content: "\f1291";
}

/* line 24272, app/assets/stylesheets/icons.css */
.mdi-toy-brick-search::before {
  content: "\f1292";
}

/* line 24276, app/assets/stylesheets/icons.css */
.mdi-toy-brick-search-outline::before {
  content: "\f1293";
}

/* line 24280, app/assets/stylesheets/icons.css */
.mdi-track-light::before {
  content: "\f0914";
}

/* line 24284, app/assets/stylesheets/icons.css */
.mdi-trackpad::before {
  content: "\f07f8";
}

/* line 24288, app/assets/stylesheets/icons.css */
.mdi-trackpad-lock::before {
  content: "\f0933";
}

/* line 24292, app/assets/stylesheets/icons.css */
.mdi-tractor::before {
  content: "\f0892";
}

/* line 24296, app/assets/stylesheets/icons.css */
.mdi-tractor-variant::before {
  content: "\f14c4";
}

/* line 24300, app/assets/stylesheets/icons.css */
.mdi-trademark::before {
  content: "\f0a78";
}

/* line 24304, app/assets/stylesheets/icons.css */
.mdi-traffic-cone::before {
  content: "\f137c";
}

/* line 24308, app/assets/stylesheets/icons.css */
.mdi-traffic-light::before {
  content: "\f052b";
}

/* line 24312, app/assets/stylesheets/icons.css */
.mdi-traffic-light-outline::before {
  content: "\f182a";
}

/* line 24316, app/assets/stylesheets/icons.css */
.mdi-train::before {
  content: "\f052c";
}

/* line 24320, app/assets/stylesheets/icons.css */
.mdi-train-car::before {
  content: "\f0bd8";
}

/* line 24324, app/assets/stylesheets/icons.css */
.mdi-train-car-passenger::before {
  content: "\f1733";
}

/* line 24328, app/assets/stylesheets/icons.css */
.mdi-train-car-passenger-door::before {
  content: "\f1734";
}

/* line 24332, app/assets/stylesheets/icons.css */
.mdi-train-car-passenger-door-open::before {
  content: "\f1735";
}

/* line 24336, app/assets/stylesheets/icons.css */
.mdi-train-car-passenger-variant::before {
  content: "\f1736";
}

/* line 24340, app/assets/stylesheets/icons.css */
.mdi-train-variant::before {
  content: "\f08c4";
}

/* line 24344, app/assets/stylesheets/icons.css */
.mdi-tram::before {
  content: "\f052d";
}

/* line 24348, app/assets/stylesheets/icons.css */
.mdi-tram-side::before {
  content: "\f0fe7";
}

/* line 24352, app/assets/stylesheets/icons.css */
.mdi-transcribe::before {
  content: "\f052e";
}

/* line 24356, app/assets/stylesheets/icons.css */
.mdi-transcribe-close::before {
  content: "\f052f";
}

/* line 24360, app/assets/stylesheets/icons.css */
.mdi-transfer::before {
  content: "\f1065";
}

/* line 24364, app/assets/stylesheets/icons.css */
.mdi-transfer-down::before {
  content: "\f0da1";
}

/* line 24368, app/assets/stylesheets/icons.css */
.mdi-transfer-left::before {
  content: "\f0da2";
}

/* line 24372, app/assets/stylesheets/icons.css */
.mdi-transfer-right::before {
  content: "\f0530";
}

/* line 24376, app/assets/stylesheets/icons.css */
.mdi-transfer-up::before {
  content: "\f0da3";
}

/* line 24380, app/assets/stylesheets/icons.css */
.mdi-transit-connection::before {
  content: "\f0d3c";
}

/* line 24384, app/assets/stylesheets/icons.css */
.mdi-transit-connection-horizontal::before {
  content: "\f1546";
}

/* line 24388, app/assets/stylesheets/icons.css */
.mdi-transit-connection-variant::before {
  content: "\f0d3d";
}

/* line 24392, app/assets/stylesheets/icons.css */
.mdi-transit-detour::before {
  content: "\f0f8b";
}

/* line 24396, app/assets/stylesheets/icons.css */
.mdi-transit-skip::before {
  content: "\f1515";
}

/* line 24400, app/assets/stylesheets/icons.css */
.mdi-transit-transfer::before {
  content: "\f06ae";
}

/* line 24404, app/assets/stylesheets/icons.css */
.mdi-transition::before {
  content: "\f0915";
}

/* line 24408, app/assets/stylesheets/icons.css */
.mdi-transition-masked::before {
  content: "\f0916";
}

/* line 24412, app/assets/stylesheets/icons.css */
.mdi-translate::before {
  content: "\f05ca";
}

/* line 24416, app/assets/stylesheets/icons.css */
.mdi-translate-off::before {
  content: "\f0e06";
}

/* line 24420, app/assets/stylesheets/icons.css */
.mdi-transmission-tower::before {
  content: "\f0d3e";
}

/* line 24424, app/assets/stylesheets/icons.css */
.mdi-transmission-tower-export::before {
  content: "\f192c";
}

/* line 24428, app/assets/stylesheets/icons.css */
.mdi-transmission-tower-import::before {
  content: "\f192d";
}

/* line 24432, app/assets/stylesheets/icons.css */
.mdi-trash-can::before {
  content: "\f0a79";
}

/* line 24436, app/assets/stylesheets/icons.css */
.mdi-trash-can-outline::before {
  content: "\f0a7a";
}

/* line 24440, app/assets/stylesheets/icons.css */
.mdi-tray::before {
  content: "\f1294";
}

/* line 24444, app/assets/stylesheets/icons.css */
.mdi-tray-alert::before {
  content: "\f1295";
}

/* line 24448, app/assets/stylesheets/icons.css */
.mdi-tray-arrow-down::before {
  content: "\f0120";
}

/* line 24452, app/assets/stylesheets/icons.css */
.mdi-tray-arrow-up::before {
  content: "\f011d";
}

/* line 24456, app/assets/stylesheets/icons.css */
.mdi-tray-full::before {
  content: "\f1296";
}

/* line 24460, app/assets/stylesheets/icons.css */
.mdi-tray-minus::before {
  content: "\f1297";
}

/* line 24464, app/assets/stylesheets/icons.css */
.mdi-tray-plus::before {
  content: "\f1298";
}

/* line 24468, app/assets/stylesheets/icons.css */
.mdi-tray-remove::before {
  content: "\f1299";
}

/* line 24472, app/assets/stylesheets/icons.css */
.mdi-treasure-chest::before {
  content: "\f0726";
}

/* line 24476, app/assets/stylesheets/icons.css */
.mdi-tree::before {
  content: "\f0531";
}

/* line 24480, app/assets/stylesheets/icons.css */
.mdi-tree-outline::before {
  content: "\f0e69";
}

/* line 24484, app/assets/stylesheets/icons.css */
.mdi-trello::before {
  content: "\f0532";
}

/* line 24488, app/assets/stylesheets/icons.css */
.mdi-trending-down::before {
  content: "\f0533";
}

/* line 24492, app/assets/stylesheets/icons.css */
.mdi-trending-neutral::before {
  content: "\f0534";
}

/* line 24496, app/assets/stylesheets/icons.css */
.mdi-trending-up::before {
  content: "\f0535";
}

/* line 24500, app/assets/stylesheets/icons.css */
.mdi-triangle::before {
  content: "\f0536";
}

/* line 24504, app/assets/stylesheets/icons.css */
.mdi-triangle-outline::before {
  content: "\f0537";
}

/* line 24508, app/assets/stylesheets/icons.css */
.mdi-triangle-wave::before {
  content: "\f147c";
}

/* line 24512, app/assets/stylesheets/icons.css */
.mdi-triforce::before {
  content: "\f0bd9";
}

/* line 24516, app/assets/stylesheets/icons.css */
.mdi-trophy::before {
  content: "\f0538";
}

/* line 24520, app/assets/stylesheets/icons.css */
.mdi-trophy-award::before {
  content: "\f0539";
}

/* line 24524, app/assets/stylesheets/icons.css */
.mdi-trophy-broken::before {
  content: "\f0da4";
}

/* line 24528, app/assets/stylesheets/icons.css */
.mdi-trophy-outline::before {
  content: "\f053a";
}

/* line 24532, app/assets/stylesheets/icons.css */
.mdi-trophy-variant::before {
  content: "\f053b";
}

/* line 24536, app/assets/stylesheets/icons.css */
.mdi-trophy-variant-outline::before {
  content: "\f053c";
}

/* line 24540, app/assets/stylesheets/icons.css */
.mdi-truck::before {
  content: "\f053d";
}

/* line 24544, app/assets/stylesheets/icons.css */
.mdi-truck-cargo-container::before {
  content: "\f18d8";
}

/* line 24548, app/assets/stylesheets/icons.css */
.mdi-truck-check::before {
  content: "\f0cd4";
}

/* line 24552, app/assets/stylesheets/icons.css */
.mdi-truck-check-outline::before {
  content: "\f129a";
}

/* line 24556, app/assets/stylesheets/icons.css */
.mdi-truck-delivery::before {
  content: "\f053e";
}

/* line 24560, app/assets/stylesheets/icons.css */
.mdi-truck-delivery-outline::before {
  content: "\f129b";
}

/* line 24564, app/assets/stylesheets/icons.css */
.mdi-truck-fast::before {
  content: "\f0788";
}

/* line 24568, app/assets/stylesheets/icons.css */
.mdi-truck-fast-outline::before {
  content: "\f129c";
}

/* line 24572, app/assets/stylesheets/icons.css */
.mdi-truck-flatbed::before {
  content: "\f1891";
}

/* line 24576, app/assets/stylesheets/icons.css */
.mdi-truck-minus::before {
  content: "\f19ae";
}

/* line 24580, app/assets/stylesheets/icons.css */
.mdi-truck-minus-outline::before {
  content: "\f19bd";
}

/* line 24584, app/assets/stylesheets/icons.css */
.mdi-truck-outline::before {
  content: "\f129d";
}

/* line 24588, app/assets/stylesheets/icons.css */
.mdi-truck-plus::before {
  content: "\f19ad";
}

/* line 24592, app/assets/stylesheets/icons.css */
.mdi-truck-plus-outline::before {
  content: "\f19bc";
}

/* line 24596, app/assets/stylesheets/icons.css */
.mdi-truck-remove::before {
  content: "\f19af";
}

/* line 24600, app/assets/stylesheets/icons.css */
.mdi-truck-remove-outline::before {
  content: "\f19be";
}

/* line 24604, app/assets/stylesheets/icons.css */
.mdi-truck-snowflake::before {
  content: "\f19a6";
}

/* line 24608, app/assets/stylesheets/icons.css */
.mdi-truck-trailer::before {
  content: "\f0727";
}

/* line 24612, app/assets/stylesheets/icons.css */
.mdi-trumpet::before {
  content: "\f1096";
}

/* line 24616, app/assets/stylesheets/icons.css */
.mdi-tshirt-crew::before {
  content: "\f0a7b";
}

/* line 24620, app/assets/stylesheets/icons.css */
.mdi-tshirt-crew-outline::before {
  content: "\f053f";
}

/* line 24624, app/assets/stylesheets/icons.css */
.mdi-tshirt-v::before {
  content: "\f0a7c";
}

/* line 24628, app/assets/stylesheets/icons.css */
.mdi-tshirt-v-outline::before {
  content: "\f0540";
}

/* line 24632, app/assets/stylesheets/icons.css */
.mdi-tumble-dryer::before {
  content: "\f0917";
}

/* line 24636, app/assets/stylesheets/icons.css */
.mdi-tumble-dryer-alert::before {
  content: "\f11ba";
}

/* line 24640, app/assets/stylesheets/icons.css */
.mdi-tumble-dryer-off::before {
  content: "\f11bb";
}

/* line 24644, app/assets/stylesheets/icons.css */
.mdi-tune::before {
  content: "\f062e";
}

/* line 24648, app/assets/stylesheets/icons.css */
.mdi-tune-variant::before {
  content: "\f1542";
}

/* line 24652, app/assets/stylesheets/icons.css */
.mdi-tune-vertical::before {
  content: "\f066a";
}

/* line 24656, app/assets/stylesheets/icons.css */
.mdi-tune-vertical-variant::before {
  content: "\f1543";
}

/* line 24660, app/assets/stylesheets/icons.css */
.mdi-tunnel::before {
  content: "\f183d";
}

/* line 24664, app/assets/stylesheets/icons.css */
.mdi-tunnel-outline::before {
  content: "\f183e";
}

/* line 24668, app/assets/stylesheets/icons.css */
.mdi-turkey::before {
  content: "\f171b";
}

/* line 24672, app/assets/stylesheets/icons.css */
.mdi-turnstile::before {
  content: "\f0cd5";
}

/* line 24676, app/assets/stylesheets/icons.css */
.mdi-turnstile-outline::before {
  content: "\f0cd6";
}

/* line 24680, app/assets/stylesheets/icons.css */
.mdi-turtle::before {
  content: "\f0cd7";
}

/* line 24684, app/assets/stylesheets/icons.css */
.mdi-twitch::before {
  content: "\f0543";
}

/* line 24688, app/assets/stylesheets/icons.css */
.mdi-twitter::before {
  content: "\f0544";
}

/* line 24692, app/assets/stylesheets/icons.css */
.mdi-two-factor-authentication::before {
  content: "\f09af";
}

/* line 24696, app/assets/stylesheets/icons.css */
.mdi-typewriter::before {
  content: "\f0f2d";
}

/* line 24700, app/assets/stylesheets/icons.css */
.mdi-ubisoft::before {
  content: "\f0bda";
}

/* line 24704, app/assets/stylesheets/icons.css */
.mdi-ubuntu::before {
  content: "\f0548";
}

/* line 24708, app/assets/stylesheets/icons.css */
.mdi-ufo::before {
  content: "\f10c4";
}

/* line 24712, app/assets/stylesheets/icons.css */
.mdi-ufo-outline::before {
  content: "\f10c5";
}

/* line 24716, app/assets/stylesheets/icons.css */
.mdi-ultra-high-definition::before {
  content: "\f07f9";
}

/* line 24720, app/assets/stylesheets/icons.css */
.mdi-umbraco::before {
  content: "\f0549";
}

/* line 24724, app/assets/stylesheets/icons.css */
.mdi-umbrella::before {
  content: "\f054a";
}

/* line 24728, app/assets/stylesheets/icons.css */
.mdi-umbrella-beach::before {
  content: "\f188a";
}

/* line 24732, app/assets/stylesheets/icons.css */
.mdi-umbrella-beach-outline::before {
  content: "\f188b";
}

/* line 24736, app/assets/stylesheets/icons.css */
.mdi-umbrella-closed::before {
  content: "\f09b0";
}

/* line 24740, app/assets/stylesheets/icons.css */
.mdi-umbrella-closed-outline::before {
  content: "\f13e2";
}

/* line 24744, app/assets/stylesheets/icons.css */
.mdi-umbrella-closed-variant::before {
  content: "\f13e1";
}

/* line 24748, app/assets/stylesheets/icons.css */
.mdi-umbrella-outline::before {
  content: "\f054b";
}

/* line 24752, app/assets/stylesheets/icons.css */
.mdi-undo::before {
  content: "\f054c";
}

/* line 24756, app/assets/stylesheets/icons.css */
.mdi-undo-variant::before {
  content: "\f054d";
}

/* line 24760, app/assets/stylesheets/icons.css */
.mdi-unfold-less-horizontal::before {
  content: "\f054e";
}

/* line 24764, app/assets/stylesheets/icons.css */
.mdi-unfold-less-vertical::before {
  content: "\f0760";
}

/* line 24768, app/assets/stylesheets/icons.css */
.mdi-unfold-more-horizontal::before {
  content: "\f054f";
}

/* line 24772, app/assets/stylesheets/icons.css */
.mdi-unfold-more-vertical::before {
  content: "\f0761";
}

/* line 24776, app/assets/stylesheets/icons.css */
.mdi-ungroup::before {
  content: "\f0550";
}

/* line 24780, app/assets/stylesheets/icons.css */
.mdi-unicode::before {
  content: "\f0ed0";
}

/* line 24784, app/assets/stylesheets/icons.css */
.mdi-unicorn::before {
  content: "\f15c2";
}

/* line 24788, app/assets/stylesheets/icons.css */
.mdi-unicorn-variant::before {
  content: "\f15c3";
}

/* line 24792, app/assets/stylesheets/icons.css */
.mdi-unicycle::before {
  content: "\f15e5";
}

/* line 24796, app/assets/stylesheets/icons.css */
.mdi-unity::before {
  content: "\f06af";
}

/* line 24800, app/assets/stylesheets/icons.css */
.mdi-unreal::before {
  content: "\f09b1";
}

/* line 24804, app/assets/stylesheets/icons.css */
.mdi-update::before {
  content: "\f06b0";
}

/* line 24808, app/assets/stylesheets/icons.css */
.mdi-upload::before {
  content: "\f0552";
}

/* line 24812, app/assets/stylesheets/icons.css */
.mdi-upload-lock::before {
  content: "\f1373";
}

/* line 24816, app/assets/stylesheets/icons.css */
.mdi-upload-lock-outline::before {
  content: "\f1374";
}

/* line 24820, app/assets/stylesheets/icons.css */
.mdi-upload-multiple::before {
  content: "\f083d";
}

/* line 24824, app/assets/stylesheets/icons.css */
.mdi-upload-network::before {
  content: "\f06f6";
}

/* line 24828, app/assets/stylesheets/icons.css */
.mdi-upload-network-outline::before {
  content: "\f0cd8";
}

/* line 24832, app/assets/stylesheets/icons.css */
.mdi-upload-off::before {
  content: "\f10c6";
}

/* line 24836, app/assets/stylesheets/icons.css */
.mdi-upload-off-outline::before {
  content: "\f10c7";
}

/* line 24840, app/assets/stylesheets/icons.css */
.mdi-upload-outline::before {
  content: "\f0e07";
}

/* line 24844, app/assets/stylesheets/icons.css */
.mdi-usb::before {
  content: "\f0553";
}

/* line 24848, app/assets/stylesheets/icons.css */
.mdi-usb-flash-drive::before {
  content: "\f129e";
}

/* line 24852, app/assets/stylesheets/icons.css */
.mdi-usb-flash-drive-outline::before {
  content: "\f129f";
}

/* line 24856, app/assets/stylesheets/icons.css */
.mdi-usb-port::before {
  content: "\f11f0";
}

/* line 24860, app/assets/stylesheets/icons.css */
.mdi-vacuum::before {
  content: "\f19a1";
}

/* line 24864, app/assets/stylesheets/icons.css */
.mdi-vacuum-outline::before {
  content: "\f19a2";
}

/* line 24868, app/assets/stylesheets/icons.css */
.mdi-valve::before {
  content: "\f1066";
}

/* line 24872, app/assets/stylesheets/icons.css */
.mdi-valve-closed::before {
  content: "\f1067";
}

/* line 24876, app/assets/stylesheets/icons.css */
.mdi-valve-open::before {
  content: "\f1068";
}

/* line 24880, app/assets/stylesheets/icons.css */
.mdi-van-passenger::before {
  content: "\f07fa";
}

/* line 24884, app/assets/stylesheets/icons.css */
.mdi-van-utility::before {
  content: "\f07fb";
}

/* line 24888, app/assets/stylesheets/icons.css */
.mdi-vanish::before {
  content: "\f07fc";
}

/* line 24892, app/assets/stylesheets/icons.css */
.mdi-vanish-quarter::before {
  content: "\f1554";
}

/* line 24896, app/assets/stylesheets/icons.css */
.mdi-vanity-light::before {
  content: "\f11e1";
}

/* line 24900, app/assets/stylesheets/icons.css */
.mdi-variable::before {
  content: "\f0ae7";
}

/* line 24904, app/assets/stylesheets/icons.css */
.mdi-variable-box::before {
  content: "\f1111";
}

/* line 24908, app/assets/stylesheets/icons.css */
.mdi-vector-arrange-above::before {
  content: "\f0554";
}

/* line 24912, app/assets/stylesheets/icons.css */
.mdi-vector-arrange-below::before {
  content: "\f0555";
}

/* line 24916, app/assets/stylesheets/icons.css */
.mdi-vector-bezier::before {
  content: "\f0ae8";
}

/* line 24920, app/assets/stylesheets/icons.css */
.mdi-vector-circle::before {
  content: "\f0556";
}

/* line 24924, app/assets/stylesheets/icons.css */
.mdi-vector-circle-variant::before {
  content: "\f0557";
}

/* line 24928, app/assets/stylesheets/icons.css */
.mdi-vector-combine::before {
  content: "\f0558";
}

/* line 24932, app/assets/stylesheets/icons.css */
.mdi-vector-curve::before {
  content: "\f0559";
}

/* line 24936, app/assets/stylesheets/icons.css */
.mdi-vector-difference::before {
  content: "\f055a";
}

/* line 24940, app/assets/stylesheets/icons.css */
.mdi-vector-difference-ab::before {
  content: "\f055b";
}

/* line 24944, app/assets/stylesheets/icons.css */
.mdi-vector-difference-ba::before {
  content: "\f055c";
}

/* line 24948, app/assets/stylesheets/icons.css */
.mdi-vector-ellipse::before {
  content: "\f0893";
}

/* line 24952, app/assets/stylesheets/icons.css */
.mdi-vector-intersection::before {
  content: "\f055d";
}

/* line 24956, app/assets/stylesheets/icons.css */
.mdi-vector-line::before {
  content: "\f055e";
}

/* line 24960, app/assets/stylesheets/icons.css */
.mdi-vector-link::before {
  content: "\f0fe8";
}

/* line 24964, app/assets/stylesheets/icons.css */
.mdi-vector-point::before {
  content: "\f055f";
}

/* line 24968, app/assets/stylesheets/icons.css */
.mdi-vector-polygon::before {
  content: "\f0560";
}

/* line 24972, app/assets/stylesheets/icons.css */
.mdi-vector-polygon-variant::before {
  content: "\f1856";
}

/* line 24976, app/assets/stylesheets/icons.css */
.mdi-vector-polyline::before {
  content: "\f0561";
}

/* line 24980, app/assets/stylesheets/icons.css */
.mdi-vector-polyline-edit::before {
  content: "\f1225";
}

/* line 24984, app/assets/stylesheets/icons.css */
.mdi-vector-polyline-minus::before {
  content: "\f1226";
}

/* line 24988, app/assets/stylesheets/icons.css */
.mdi-vector-polyline-plus::before {
  content: "\f1227";
}

/* line 24992, app/assets/stylesheets/icons.css */
.mdi-vector-polyline-remove::before {
  content: "\f1228";
}

/* line 24996, app/assets/stylesheets/icons.css */
.mdi-vector-radius::before {
  content: "\f074a";
}

/* line 25000, app/assets/stylesheets/icons.css */
.mdi-vector-rectangle::before {
  content: "\f05c6";
}

/* line 25004, app/assets/stylesheets/icons.css */
.mdi-vector-selection::before {
  content: "\f0562";
}

/* line 25008, app/assets/stylesheets/icons.css */
.mdi-vector-square::before {
  content: "\f0001";
}

/* line 25012, app/assets/stylesheets/icons.css */
.mdi-vector-square-close::before {
  content: "\f1857";
}

/* line 25016, app/assets/stylesheets/icons.css */
.mdi-vector-square-edit::before {
  content: "\f18d9";
}

/* line 25020, app/assets/stylesheets/icons.css */
.mdi-vector-square-minus::before {
  content: "\f18da";
}

/* line 25024, app/assets/stylesheets/icons.css */
.mdi-vector-square-open::before {
  content: "\f1858";
}

/* line 25028, app/assets/stylesheets/icons.css */
.mdi-vector-square-plus::before {
  content: "\f18db";
}

/* line 25032, app/assets/stylesheets/icons.css */
.mdi-vector-square-remove::before {
  content: "\f18dc";
}

/* line 25036, app/assets/stylesheets/icons.css */
.mdi-vector-triangle::before {
  content: "\f0563";
}

/* line 25040, app/assets/stylesheets/icons.css */
.mdi-vector-union::before {
  content: "\f0564";
}

/* line 25044, app/assets/stylesheets/icons.css */
.mdi-vhs::before {
  content: "\f0a1b";
}

/* line 25048, app/assets/stylesheets/icons.css */
.mdi-vibrate::before {
  content: "\f0566";
}

/* line 25052, app/assets/stylesheets/icons.css */
.mdi-vibrate-off::before {
  content: "\f0cd9";
}

/* line 25056, app/assets/stylesheets/icons.css */
.mdi-video::before {
  content: "\f0567";
}

/* line 25060, app/assets/stylesheets/icons.css */
.mdi-video-3d::before {
  content: "\f07fd";
}

/* line 25064, app/assets/stylesheets/icons.css */
.mdi-video-3d-off::before {
  content: "\f13d9";
}

/* line 25068, app/assets/stylesheets/icons.css */
.mdi-video-3d-variant::before {
  content: "\f0ed1";
}

/* line 25072, app/assets/stylesheets/icons.css */
.mdi-video-4k-box::before {
  content: "\f083e";
}

/* line 25076, app/assets/stylesheets/icons.css */
.mdi-video-account::before {
  content: "\f0919";
}

/* line 25080, app/assets/stylesheets/icons.css */
.mdi-video-box::before {
  content: "\f00fd";
}

/* line 25084, app/assets/stylesheets/icons.css */
.mdi-video-box-off::before {
  content: "\f00fe";
}

/* line 25088, app/assets/stylesheets/icons.css */
.mdi-video-check::before {
  content: "\f1069";
}

/* line 25092, app/assets/stylesheets/icons.css */
.mdi-video-check-outline::before {
  content: "\f106a";
}

/* line 25096, app/assets/stylesheets/icons.css */
.mdi-video-high-definition::before {
  content: "\f152e";
}

/* line 25100, app/assets/stylesheets/icons.css */
.mdi-video-image::before {
  content: "\f091a";
}

/* line 25104, app/assets/stylesheets/icons.css */
.mdi-video-input-antenna::before {
  content: "\f083f";
}

/* line 25108, app/assets/stylesheets/icons.css */
.mdi-video-input-component::before {
  content: "\f0840";
}

/* line 25112, app/assets/stylesheets/icons.css */
.mdi-video-input-hdmi::before {
  content: "\f0841";
}

/* line 25116, app/assets/stylesheets/icons.css */
.mdi-video-input-scart::before {
  content: "\f0f8c";
}

/* line 25120, app/assets/stylesheets/icons.css */
.mdi-video-input-svideo::before {
  content: "\f0842";
}

/* line 25124, app/assets/stylesheets/icons.css */
.mdi-video-marker::before {
  content: "\f19a9";
}

/* line 25128, app/assets/stylesheets/icons.css */
.mdi-video-marker-outline::before {
  content: "\f19aa";
}

/* line 25132, app/assets/stylesheets/icons.css */
.mdi-video-minus::before {
  content: "\f09b2";
}

/* line 25136, app/assets/stylesheets/icons.css */
.mdi-video-minus-outline::before {
  content: "\f02ba";
}

/* line 25140, app/assets/stylesheets/icons.css */
.mdi-video-off::before {
  content: "\f0568";
}

/* line 25144, app/assets/stylesheets/icons.css */
.mdi-video-off-outline::before {
  content: "\f0bdb";
}

/* line 25148, app/assets/stylesheets/icons.css */
.mdi-video-outline::before {
  content: "\f0bdc";
}

/* line 25152, app/assets/stylesheets/icons.css */
.mdi-video-plus::before {
  content: "\f09b3";
}

/* line 25156, app/assets/stylesheets/icons.css */
.mdi-video-plus-outline::before {
  content: "\f01d3";
}

/* line 25160, app/assets/stylesheets/icons.css */
.mdi-video-stabilization::before {
  content: "\f091b";
}

/* line 25164, app/assets/stylesheets/icons.css */
.mdi-video-switch::before {
  content: "\f0569";
}

/* line 25168, app/assets/stylesheets/icons.css */
.mdi-video-switch-outline::before {
  content: "\f0790";
}

/* line 25172, app/assets/stylesheets/icons.css */
.mdi-video-vintage::before {
  content: "\f0a1c";
}

/* line 25176, app/assets/stylesheets/icons.css */
.mdi-video-wireless::before {
  content: "\f0ed2";
}

/* line 25180, app/assets/stylesheets/icons.css */
.mdi-video-wireless-outline::before {
  content: "\f0ed3";
}

/* line 25184, app/assets/stylesheets/icons.css */
.mdi-view-agenda::before {
  content: "\f056a";
}

/* line 25188, app/assets/stylesheets/icons.css */
.mdi-view-agenda-outline::before {
  content: "\f11d8";
}

/* line 25192, app/assets/stylesheets/icons.css */
.mdi-view-array::before {
  content: "\f056b";
}

/* line 25196, app/assets/stylesheets/icons.css */
.mdi-view-array-outline::before {
  content: "\f1485";
}

/* line 25200, app/assets/stylesheets/icons.css */
.mdi-view-carousel::before {
  content: "\f056c";
}

/* line 25204, app/assets/stylesheets/icons.css */
.mdi-view-carousel-outline::before {
  content: "\f1486";
}

/* line 25208, app/assets/stylesheets/icons.css */
.mdi-view-column::before {
  content: "\f056d";
}

/* line 25212, app/assets/stylesheets/icons.css */
.mdi-view-column-outline::before {
  content: "\f1487";
}

/* line 25216, app/assets/stylesheets/icons.css */
.mdi-view-comfy::before {
  content: "\f0e6a";
}

/* line 25220, app/assets/stylesheets/icons.css */
.mdi-view-comfy-outline::before {
  content: "\f1488";
}

/* line 25224, app/assets/stylesheets/icons.css */
.mdi-view-compact::before {
  content: "\f0e6b";
}

/* line 25228, app/assets/stylesheets/icons.css */
.mdi-view-compact-outline::before {
  content: "\f0e6c";
}

/* line 25232, app/assets/stylesheets/icons.css */
.mdi-view-dashboard::before {
  content: "\f056e";
}

/* line 25236, app/assets/stylesheets/icons.css */
.mdi-view-dashboard-edit::before {
  content: "\f1947";
}

/* line 25240, app/assets/stylesheets/icons.css */
.mdi-view-dashboard-edit-outline::before {
  content: "\f1948";
}

/* line 25244, app/assets/stylesheets/icons.css */
.mdi-view-dashboard-outline::before {
  content: "\f0a1d";
}

/* line 25248, app/assets/stylesheets/icons.css */
.mdi-view-dashboard-variant::before {
  content: "\f0843";
}

/* line 25252, app/assets/stylesheets/icons.css */
.mdi-view-dashboard-variant-outline::before {
  content: "\f1489";
}

/* line 25256, app/assets/stylesheets/icons.css */
.mdi-view-day::before {
  content: "\f056f";
}

/* line 25260, app/assets/stylesheets/icons.css */
.mdi-view-day-outline::before {
  content: "\f148a";
}

/* line 25264, app/assets/stylesheets/icons.css */
.mdi-view-gallery::before {
  content: "\f1888";
}

/* line 25268, app/assets/stylesheets/icons.css */
.mdi-view-gallery-outline::before {
  content: "\f1889";
}

/* line 25272, app/assets/stylesheets/icons.css */
.mdi-view-grid::before {
  content: "\f0570";
}

/* line 25276, app/assets/stylesheets/icons.css */
.mdi-view-grid-outline::before {
  content: "\f11d9";
}

/* line 25280, app/assets/stylesheets/icons.css */
.mdi-view-grid-plus::before {
  content: "\f0f8d";
}

/* line 25284, app/assets/stylesheets/icons.css */
.mdi-view-grid-plus-outline::before {
  content: "\f11da";
}

/* line 25288, app/assets/stylesheets/icons.css */
.mdi-view-headline::before {
  content: "\f0571";
}

/* line 25292, app/assets/stylesheets/icons.css */
.mdi-view-list::before {
  content: "\f0572";
}

/* line 25296, app/assets/stylesheets/icons.css */
.mdi-view-list-outline::before {
  content: "\f148b";
}

/* line 25300, app/assets/stylesheets/icons.css */
.mdi-view-module::before {
  content: "\f0573";
}

/* line 25304, app/assets/stylesheets/icons.css */
.mdi-view-module-outline::before {
  content: "\f148c";
}

/* line 25308, app/assets/stylesheets/icons.css */
.mdi-view-parallel::before {
  content: "\f0728";
}

/* line 25312, app/assets/stylesheets/icons.css */
.mdi-view-parallel-outline::before {
  content: "\f148d";
}

/* line 25316, app/assets/stylesheets/icons.css */
.mdi-view-quilt::before {
  content: "\f0574";
}

/* line 25320, app/assets/stylesheets/icons.css */
.mdi-view-quilt-outline::before {
  content: "\f148e";
}

/* line 25324, app/assets/stylesheets/icons.css */
.mdi-view-sequential::before {
  content: "\f0729";
}

/* line 25328, app/assets/stylesheets/icons.css */
.mdi-view-sequential-outline::before {
  content: "\f148f";
}

/* line 25332, app/assets/stylesheets/icons.css */
.mdi-view-split-horizontal::before {
  content: "\f0bcb";
}

/* line 25336, app/assets/stylesheets/icons.css */
.mdi-view-split-vertical::before {
  content: "\f0bcc";
}

/* line 25340, app/assets/stylesheets/icons.css */
.mdi-view-stream::before {
  content: "\f0575";
}

/* line 25344, app/assets/stylesheets/icons.css */
.mdi-view-stream-outline::before {
  content: "\f1490";
}

/* line 25348, app/assets/stylesheets/icons.css */
.mdi-view-week::before {
  content: "\f0576";
}

/* line 25352, app/assets/stylesheets/icons.css */
.mdi-view-week-outline::before {
  content: "\f1491";
}

/* line 25356, app/assets/stylesheets/icons.css */
.mdi-vimeo::before {
  content: "\f0577";
}

/* line 25360, app/assets/stylesheets/icons.css */
.mdi-violin::before {
  content: "\f060f";
}

/* line 25364, app/assets/stylesheets/icons.css */
.mdi-virtual-reality::before {
  content: "\f0894";
}

/* line 25368, app/assets/stylesheets/icons.css */
.mdi-virus::before {
  content: "\f13b6";
}

/* line 25372, app/assets/stylesheets/icons.css */
.mdi-virus-off::before {
  content: "\f18e1";
}

/* line 25376, app/assets/stylesheets/icons.css */
.mdi-virus-off-outline::before {
  content: "\f18e2";
}

/* line 25380, app/assets/stylesheets/icons.css */
.mdi-virus-outline::before {
  content: "\f13b7";
}

/* line 25384, app/assets/stylesheets/icons.css */
.mdi-vlc::before {
  content: "\f057c";
}

/* line 25388, app/assets/stylesheets/icons.css */
.mdi-voicemail::before {
  content: "\f057d";
}

/* line 25392, app/assets/stylesheets/icons.css */
.mdi-volleyball::before {
  content: "\f09b4";
}

/* line 25396, app/assets/stylesheets/icons.css */
.mdi-volume-high::before {
  content: "\f057e";
}

/* line 25400, app/assets/stylesheets/icons.css */
.mdi-volume-low::before {
  content: "\f057f";
}

/* line 25404, app/assets/stylesheets/icons.css */
.mdi-volume-medium::before {
  content: "\f0580";
}

/* line 25408, app/assets/stylesheets/icons.css */
.mdi-volume-minus::before {
  content: "\f075e";
}

/* line 25412, app/assets/stylesheets/icons.css */
.mdi-volume-mute::before {
  content: "\f075f";
}

/* line 25416, app/assets/stylesheets/icons.css */
.mdi-volume-off::before {
  content: "\f0581";
}

/* line 25420, app/assets/stylesheets/icons.css */
.mdi-volume-plus::before {
  content: "\f075d";
}

/* line 25424, app/assets/stylesheets/icons.css */
.mdi-volume-source::before {
  content: "\f1120";
}

/* line 25428, app/assets/stylesheets/icons.css */
.mdi-volume-variant-off::before {
  content: "\f0e08";
}

/* line 25432, app/assets/stylesheets/icons.css */
.mdi-volume-vibrate::before {
  content: "\f1121";
}

/* line 25436, app/assets/stylesheets/icons.css */
.mdi-vote::before {
  content: "\f0a1f";
}

/* line 25440, app/assets/stylesheets/icons.css */
.mdi-vote-outline::before {
  content: "\f0a20";
}

/* line 25444, app/assets/stylesheets/icons.css */
.mdi-vpn::before {
  content: "\f0582";
}

/* line 25448, app/assets/stylesheets/icons.css */
.mdi-vuejs::before {
  content: "\f0844";
}

/* line 25452, app/assets/stylesheets/icons.css */
.mdi-vuetify::before {
  content: "\f0e6d";
}

/* line 25456, app/assets/stylesheets/icons.css */
.mdi-walk::before {
  content: "\f0583";
}

/* line 25460, app/assets/stylesheets/icons.css */
.mdi-wall::before {
  content: "\f07fe";
}

/* line 25464, app/assets/stylesheets/icons.css */
.mdi-wall-sconce::before {
  content: "\f091c";
}

/* line 25468, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-flat::before {
  content: "\f091d";
}

/* line 25472, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-flat-outline::before {
  content: "\f17c9";
}

/* line 25476, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-flat-variant::before {
  content: "\f041c";
}

/* line 25480, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-flat-variant-outline::before {
  content: "\f17ca";
}

/* line 25484, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-outline::before {
  content: "\f17cb";
}

/* line 25488, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-round::before {
  content: "\f0748";
}

/* line 25492, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-round-outline::before {
  content: "\f17cc";
}

/* line 25496, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-round-variant::before {
  content: "\f091e";
}

/* line 25500, app/assets/stylesheets/icons.css */
.mdi-wall-sconce-round-variant-outline::before {
  content: "\f17cd";
}

/* line 25504, app/assets/stylesheets/icons.css */
.mdi-wallet::before {
  content: "\f0584";
}

/* line 25508, app/assets/stylesheets/icons.css */
.mdi-wallet-giftcard::before {
  content: "\f0585";
}

/* line 25512, app/assets/stylesheets/icons.css */
.mdi-wallet-membership::before {
  content: "\f0586";
}

/* line 25516, app/assets/stylesheets/icons.css */
.mdi-wallet-outline::before {
  content: "\f0bdd";
}

/* line 25520, app/assets/stylesheets/icons.css */
.mdi-wallet-plus::before {
  content: "\f0f8e";
}

/* line 25524, app/assets/stylesheets/icons.css */
.mdi-wallet-plus-outline::before {
  content: "\f0f8f";
}

/* line 25528, app/assets/stylesheets/icons.css */
.mdi-wallet-travel::before {
  content: "\f0587";
}

/* line 25532, app/assets/stylesheets/icons.css */
.mdi-wallpaper::before {
  content: "\f0e09";
}

/* line 25536, app/assets/stylesheets/icons.css */
.mdi-wan::before {
  content: "\f0588";
}

/* line 25540, app/assets/stylesheets/icons.css */
.mdi-wardrobe::before {
  content: "\f0f90";
}

/* line 25544, app/assets/stylesheets/icons.css */
.mdi-wardrobe-outline::before {
  content: "\f0f91";
}

/* line 25548, app/assets/stylesheets/icons.css */
.mdi-warehouse::before {
  content: "\f0f81";
}

/* line 25552, app/assets/stylesheets/icons.css */
.mdi-washing-machine::before {
  content: "\f072a";
}

/* line 25556, app/assets/stylesheets/icons.css */
.mdi-washing-machine-alert::before {
  content: "\f11bc";
}

/* line 25560, app/assets/stylesheets/icons.css */
.mdi-washing-machine-off::before {
  content: "\f11bd";
}

/* line 25564, app/assets/stylesheets/icons.css */
.mdi-watch::before {
  content: "\f0589";
}

/* line 25568, app/assets/stylesheets/icons.css */
.mdi-watch-export::before {
  content: "\f058a";
}

/* line 25572, app/assets/stylesheets/icons.css */
.mdi-watch-export-variant::before {
  content: "\f0895";
}

/* line 25576, app/assets/stylesheets/icons.css */
.mdi-watch-import::before {
  content: "\f058b";
}

/* line 25580, app/assets/stylesheets/icons.css */
.mdi-watch-import-variant::before {
  content: "\f0896";
}

/* line 25584, app/assets/stylesheets/icons.css */
.mdi-watch-variant::before {
  content: "\f0897";
}

/* line 25588, app/assets/stylesheets/icons.css */
.mdi-watch-vibrate::before {
  content: "\f06b1";
}

/* line 25592, app/assets/stylesheets/icons.css */
.mdi-watch-vibrate-off::before {
  content: "\f0cda";
}

/* line 25596, app/assets/stylesheets/icons.css */
.mdi-water::before {
  content: "\f058c";
}

/* line 25600, app/assets/stylesheets/icons.css */
.mdi-water-alert::before {
  content: "\f1502";
}

/* line 25604, app/assets/stylesheets/icons.css */
.mdi-water-alert-outline::before {
  content: "\f1503";
}

/* line 25608, app/assets/stylesheets/icons.css */
.mdi-water-boiler::before {
  content: "\f0f92";
}

/* line 25612, app/assets/stylesheets/icons.css */
.mdi-water-boiler-alert::before {
  content: "\f11b3";
}

/* line 25616, app/assets/stylesheets/icons.css */
.mdi-water-boiler-off::before {
  content: "\f11b4";
}

/* line 25620, app/assets/stylesheets/icons.css */
.mdi-water-check::before {
  content: "\f1504";
}

/* line 25624, app/assets/stylesheets/icons.css */
.mdi-water-check-outline::before {
  content: "\f1505";
}

/* line 25628, app/assets/stylesheets/icons.css */
.mdi-water-circle::before {
  content: "\f1806";
}

/* line 25632, app/assets/stylesheets/icons.css */
.mdi-water-minus::before {
  content: "\f1506";
}

/* line 25636, app/assets/stylesheets/icons.css */
.mdi-water-minus-outline::before {
  content: "\f1507";
}

/* line 25640, app/assets/stylesheets/icons.css */
.mdi-water-off::before {
  content: "\f058d";
}

/* line 25644, app/assets/stylesheets/icons.css */
.mdi-water-off-outline::before {
  content: "\f1508";
}

/* line 25648, app/assets/stylesheets/icons.css */
.mdi-water-opacity::before {
  content: "\f1855";
}

/* line 25652, app/assets/stylesheets/icons.css */
.mdi-water-outline::before {
  content: "\f0e0a";
}

/* line 25656, app/assets/stylesheets/icons.css */
.mdi-water-percent::before {
  content: "\f058e";
}

/* line 25660, app/assets/stylesheets/icons.css */
.mdi-water-percent-alert::before {
  content: "\f1509";
}

/* line 25664, app/assets/stylesheets/icons.css */
.mdi-water-plus::before {
  content: "\f150a";
}

/* line 25668, app/assets/stylesheets/icons.css */
.mdi-water-plus-outline::before {
  content: "\f150b";
}

/* line 25672, app/assets/stylesheets/icons.css */
.mdi-water-polo::before {
  content: "\f12a0";
}

/* line 25676, app/assets/stylesheets/icons.css */
.mdi-water-pump::before {
  content: "\f058f";
}

/* line 25680, app/assets/stylesheets/icons.css */
.mdi-water-pump-off::before {
  content: "\f0f93";
}

/* line 25684, app/assets/stylesheets/icons.css */
.mdi-water-remove::before {
  content: "\f150c";
}

/* line 25688, app/assets/stylesheets/icons.css */
.mdi-water-remove-outline::before {
  content: "\f150d";
}

/* line 25692, app/assets/stylesheets/icons.css */
.mdi-water-sync::before {
  content: "\f17c6";
}

/* line 25696, app/assets/stylesheets/icons.css */
.mdi-water-well::before {
  content: "\f106b";
}

/* line 25700, app/assets/stylesheets/icons.css */
.mdi-water-well-outline::before {
  content: "\f106c";
}

/* line 25704, app/assets/stylesheets/icons.css */
.mdi-waterfall::before {
  content: "\f1849";
}

/* line 25708, app/assets/stylesheets/icons.css */
.mdi-watering-can::before {
  content: "\f1481";
}

/* line 25712, app/assets/stylesheets/icons.css */
.mdi-watering-can-outline::before {
  content: "\f1482";
}

/* line 25716, app/assets/stylesheets/icons.css */
.mdi-watermark::before {
  content: "\f0612";
}

/* line 25720, app/assets/stylesheets/icons.css */
.mdi-wave::before {
  content: "\f0f2e";
}

/* line 25724, app/assets/stylesheets/icons.css */
.mdi-waveform::before {
  content: "\f147d";
}

/* line 25728, app/assets/stylesheets/icons.css */
.mdi-waves::before {
  content: "\f078d";
}

/* line 25732, app/assets/stylesheets/icons.css */
.mdi-waves-arrow-left::before {
  content: "\f1859";
}

/* line 25736, app/assets/stylesheets/icons.css */
.mdi-waves-arrow-right::before {
  content: "\f185a";
}

/* line 25740, app/assets/stylesheets/icons.css */
.mdi-waves-arrow-up::before {
  content: "\f185b";
}

/* line 25744, app/assets/stylesheets/icons.css */
.mdi-waze::before {
  content: "\f0bde";
}

/* line 25748, app/assets/stylesheets/icons.css */
.mdi-weather-cloudy::before {
  content: "\f0590";
}

/* line 25752, app/assets/stylesheets/icons.css */
.mdi-weather-cloudy-alert::before {
  content: "\f0f2f";
}

/* line 25756, app/assets/stylesheets/icons.css */
.mdi-weather-cloudy-arrow-right::before {
  content: "\f0e6e";
}

/* line 25760, app/assets/stylesheets/icons.css */
.mdi-weather-cloudy-clock::before {
  content: "\f18f6";
}

/* line 25764, app/assets/stylesheets/icons.css */
.mdi-weather-fog::before {
  content: "\f0591";
}

/* line 25768, app/assets/stylesheets/icons.css */
.mdi-weather-hail::before {
  content: "\f0592";
}

/* line 25772, app/assets/stylesheets/icons.css */
.mdi-weather-hazy::before {
  content: "\f0f30";
}

/* line 25776, app/assets/stylesheets/icons.css */
.mdi-weather-hurricane::before {
  content: "\f0898";
}

/* line 25780, app/assets/stylesheets/icons.css */
.mdi-weather-lightning::before {
  content: "\f0593";
}

/* line 25784, app/assets/stylesheets/icons.css */
.mdi-weather-lightning-rainy::before {
  content: "\f067e";
}

/* line 25788, app/assets/stylesheets/icons.css */
.mdi-weather-night::before {
  content: "\f0594";
}

/* line 25792, app/assets/stylesheets/icons.css */
.mdi-weather-night-partly-cloudy::before {
  content: "\f0f31";
}

/* line 25796, app/assets/stylesheets/icons.css */
.mdi-weather-partly-cloudy::before {
  content: "\f0595";
}

/* line 25800, app/assets/stylesheets/icons.css */
.mdi-weather-partly-lightning::before {
  content: "\f0f32";
}

/* line 25804, app/assets/stylesheets/icons.css */
.mdi-weather-partly-rainy::before {
  content: "\f0f33";
}

/* line 25808, app/assets/stylesheets/icons.css */
.mdi-weather-partly-snowy::before {
  content: "\f0f34";
}

/* line 25812, app/assets/stylesheets/icons.css */
.mdi-weather-partly-snowy-rainy::before {
  content: "\f0f35";
}

/* line 25816, app/assets/stylesheets/icons.css */
.mdi-weather-pouring::before {
  content: "\f0596";
}

/* line 25820, app/assets/stylesheets/icons.css */
.mdi-weather-rainy::before {
  content: "\f0597";
}

/* line 25824, app/assets/stylesheets/icons.css */
.mdi-weather-snowy::before {
  content: "\f0598";
}

/* line 25828, app/assets/stylesheets/icons.css */
.mdi-weather-snowy-heavy::before {
  content: "\f0f36";
}

/* line 25832, app/assets/stylesheets/icons.css */
.mdi-weather-snowy-rainy::before {
  content: "\f067f";
}

/* line 25836, app/assets/stylesheets/icons.css */
.mdi-weather-sunny::before {
  content: "\f0599";
}

/* line 25840, app/assets/stylesheets/icons.css */
.mdi-weather-sunny-alert::before {
  content: "\f0f37";
}

/* line 25844, app/assets/stylesheets/icons.css */
.mdi-weather-sunny-off::before {
  content: "\f14e4";
}

/* line 25848, app/assets/stylesheets/icons.css */
.mdi-weather-sunset::before {
  content: "\f059a";
}

/* line 25852, app/assets/stylesheets/icons.css */
.mdi-weather-sunset-down::before {
  content: "\f059b";
}

/* line 25856, app/assets/stylesheets/icons.css */
.mdi-weather-sunset-up::before {
  content: "\f059c";
}

/* line 25860, app/assets/stylesheets/icons.css */
.mdi-weather-tornado::before {
  content: "\f0f38";
}

/* line 25864, app/assets/stylesheets/icons.css */
.mdi-weather-windy::before {
  content: "\f059d";
}

/* line 25868, app/assets/stylesheets/icons.css */
.mdi-weather-windy-variant::before {
  content: "\f059e";
}

/* line 25872, app/assets/stylesheets/icons.css */
.mdi-web::before {
  content: "\f059f";
}

/* line 25876, app/assets/stylesheets/icons.css */
.mdi-web-box::before {
  content: "\f0f94";
}

/* line 25880, app/assets/stylesheets/icons.css */
.mdi-web-cancel::before {
  content: "\f1790";
}

/* line 25884, app/assets/stylesheets/icons.css */
.mdi-web-check::before {
  content: "\f0789";
}

/* line 25888, app/assets/stylesheets/icons.css */
.mdi-web-clock::before {
  content: "\f124a";
}

/* line 25892, app/assets/stylesheets/icons.css */
.mdi-web-minus::before {
  content: "\f10a0";
}

/* line 25896, app/assets/stylesheets/icons.css */
.mdi-web-off::before {
  content: "\f0a8e";
}

/* line 25900, app/assets/stylesheets/icons.css */
.mdi-web-plus::before {
  content: "\f0033";
}

/* line 25904, app/assets/stylesheets/icons.css */
.mdi-web-refresh::before {
  content: "\f1791";
}

/* line 25908, app/assets/stylesheets/icons.css */
.mdi-web-remove::before {
  content: "\f0551";
}

/* line 25912, app/assets/stylesheets/icons.css */
.mdi-web-sync::before {
  content: "\f1792";
}

/* line 25916, app/assets/stylesheets/icons.css */
.mdi-webcam::before {
  content: "\f05a0";
}

/* line 25920, app/assets/stylesheets/icons.css */
.mdi-webcam-off::before {
  content: "\f1737";
}

/* line 25924, app/assets/stylesheets/icons.css */
.mdi-webhook::before {
  content: "\f062f";
}

/* line 25928, app/assets/stylesheets/icons.css */
.mdi-webpack::before {
  content: "\f072b";
}

/* line 25932, app/assets/stylesheets/icons.css */
.mdi-webrtc::before {
  content: "\f1248";
}

/* line 25936, app/assets/stylesheets/icons.css */
.mdi-wechat::before {
  content: "\f0611";
}

/* line 25940, app/assets/stylesheets/icons.css */
.mdi-weight::before {
  content: "\f05a1";
}

/* line 25944, app/assets/stylesheets/icons.css */
.mdi-weight-gram::before {
  content: "\f0d3f";
}

/* line 25948, app/assets/stylesheets/icons.css */
.mdi-weight-kilogram::before {
  content: "\f05a2";
}

/* line 25952, app/assets/stylesheets/icons.css */
.mdi-weight-lifter::before {
  content: "\f115d";
}

/* line 25956, app/assets/stylesheets/icons.css */
.mdi-weight-pound::before {
  content: "\f09b5";
}

/* line 25960, app/assets/stylesheets/icons.css */
.mdi-whatsapp::before {
  content: "\f05a3";
}

/* line 25964, app/assets/stylesheets/icons.css */
.mdi-wheel-barrow::before {
  content: "\f14f2";
}

/* line 25968, app/assets/stylesheets/icons.css */
.mdi-wheelchair-accessibility::before {
  content: "\f05a4";
}

/* line 25972, app/assets/stylesheets/icons.css */
.mdi-whistle::before {
  content: "\f09b6";
}

/* line 25976, app/assets/stylesheets/icons.css */
.mdi-whistle-outline::before {
  content: "\f12bc";
}

/* line 25980, app/assets/stylesheets/icons.css */
.mdi-white-balance-auto::before {
  content: "\f05a5";
}

/* line 25984, app/assets/stylesheets/icons.css */
.mdi-white-balance-incandescent::before {
  content: "\f05a6";
}

/* line 25988, app/assets/stylesheets/icons.css */
.mdi-white-balance-iridescent::before {
  content: "\f05a7";
}

/* line 25992, app/assets/stylesheets/icons.css */
.mdi-white-balance-sunny::before {
  content: "\f05a8";
}

/* line 25996, app/assets/stylesheets/icons.css */
.mdi-widgets::before {
  content: "\f072c";
}

/* line 26000, app/assets/stylesheets/icons.css */
.mdi-widgets-outline::before {
  content: "\f1355";
}

/* line 26004, app/assets/stylesheets/icons.css */
.mdi-wifi::before {
  content: "\f05a9";
}

/* line 26008, app/assets/stylesheets/icons.css */
.mdi-wifi-alert::before {
  content: "\f16b5";
}

/* line 26012, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-down::before {
  content: "\f16b6";
}

/* line 26016, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-left::before {
  content: "\f16b7";
}

/* line 26020, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-left-right::before {
  content: "\f16b8";
}

/* line 26024, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-right::before {
  content: "\f16b9";
}

/* line 26028, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-up::before {
  content: "\f16ba";
}

/* line 26032, app/assets/stylesheets/icons.css */
.mdi-wifi-arrow-up-down::before {
  content: "\f16bb";
}

/* line 26036, app/assets/stylesheets/icons.css */
.mdi-wifi-cancel::before {
  content: "\f16bc";
}

/* line 26040, app/assets/stylesheets/icons.css */
.mdi-wifi-check::before {
  content: "\f16bd";
}

/* line 26044, app/assets/stylesheets/icons.css */
.mdi-wifi-cog::before {
  content: "\f16be";
}

/* line 26048, app/assets/stylesheets/icons.css */
.mdi-wifi-lock::before {
  content: "\f16bf";
}

/* line 26052, app/assets/stylesheets/icons.css */
.mdi-wifi-lock-open::before {
  content: "\f16c0";
}

/* line 26056, app/assets/stylesheets/icons.css */
.mdi-wifi-marker::before {
  content: "\f16c1";
}

/* line 26060, app/assets/stylesheets/icons.css */
.mdi-wifi-minus::before {
  content: "\f16c2";
}

/* line 26064, app/assets/stylesheets/icons.css */
.mdi-wifi-off::before {
  content: "\f05aa";
}

/* line 26068, app/assets/stylesheets/icons.css */
.mdi-wifi-plus::before {
  content: "\f16c3";
}

/* line 26072, app/assets/stylesheets/icons.css */
.mdi-wifi-refresh::before {
  content: "\f16c4";
}

/* line 26076, app/assets/stylesheets/icons.css */
.mdi-wifi-remove::before {
  content: "\f16c5";
}

/* line 26080, app/assets/stylesheets/icons.css */
.mdi-wifi-settings::before {
  content: "\f16c6";
}

/* line 26084, app/assets/stylesheets/icons.css */
.mdi-wifi-star::before {
  content: "\f0e0b";
}

/* line 26088, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-1::before {
  content: "\f091f";
}

/* line 26092, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-1-alert::before {
  content: "\f0920";
}

/* line 26096, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-1-lock::before {
  content: "\f0921";
}

/* line 26100, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-1-lock-open::before {
  content: "\f16cb";
}

/* line 26104, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-2::before {
  content: "\f0922";
}

/* line 26108, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-2-alert::before {
  content: "\f0923";
}

/* line 26112, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-2-lock::before {
  content: "\f0924";
}

/* line 26116, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-2-lock-open::before {
  content: "\f16cc";
}

/* line 26120, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-3::before {
  content: "\f0925";
}

/* line 26124, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-3-alert::before {
  content: "\f0926";
}

/* line 26128, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-3-lock::before {
  content: "\f0927";
}

/* line 26132, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-3-lock-open::before {
  content: "\f16cd";
}

/* line 26136, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-4::before {
  content: "\f0928";
}

/* line 26140, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-4-alert::before {
  content: "\f0929";
}

/* line 26144, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-4-lock::before {
  content: "\f092a";
}

/* line 26148, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-4-lock-open::before {
  content: "\f16ce";
}

/* line 26152, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-alert-outline::before {
  content: "\f092b";
}

/* line 26156, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-lock-open-outline::before {
  content: "\f16cf";
}

/* line 26160, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-lock-outline::before {
  content: "\f092c";
}

/* line 26164, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-off::before {
  content: "\f092d";
}

/* line 26168, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-off-outline::before {
  content: "\f092e";
}

/* line 26172, app/assets/stylesheets/icons.css */
.mdi-wifi-strength-outline::before {
  content: "\f092f";
}

/* line 26176, app/assets/stylesheets/icons.css */
.mdi-wifi-sync::before {
  content: "\f16c7";
}

/* line 26180, app/assets/stylesheets/icons.css */
.mdi-wikipedia::before {
  content: "\f05ac";
}

/* line 26184, app/assets/stylesheets/icons.css */
.mdi-wind-turbine::before {
  content: "\f0da5";
}

/* line 26188, app/assets/stylesheets/icons.css */
.mdi-wind-turbine-alert::before {
  content: "\f19ab";
}

/* line 26192, app/assets/stylesheets/icons.css */
.mdi-wind-turbine-check::before {
  content: "\f19ac";
}

/* line 26196, app/assets/stylesheets/icons.css */
.mdi-window-close::before {
  content: "\f05ad";
}

/* line 26200, app/assets/stylesheets/icons.css */
.mdi-window-closed::before {
  content: "\f05ae";
}

/* line 26204, app/assets/stylesheets/icons.css */
.mdi-window-closed-variant::before {
  content: "\f11db";
}

/* line 26208, app/assets/stylesheets/icons.css */
.mdi-window-maximize::before {
  content: "\f05af";
}

/* line 26212, app/assets/stylesheets/icons.css */
.mdi-window-minimize::before {
  content: "\f05b0";
}

/* line 26216, app/assets/stylesheets/icons.css */
.mdi-window-open::before {
  content: "\f05b1";
}

/* line 26220, app/assets/stylesheets/icons.css */
.mdi-window-open-variant::before {
  content: "\f11dc";
}

/* line 26224, app/assets/stylesheets/icons.css */
.mdi-window-restore::before {
  content: "\f05b2";
}

/* line 26228, app/assets/stylesheets/icons.css */
.mdi-window-shutter::before {
  content: "\f111c";
}

/* line 26232, app/assets/stylesheets/icons.css */
.mdi-window-shutter-alert::before {
  content: "\f111d";
}

/* line 26236, app/assets/stylesheets/icons.css */
.mdi-window-shutter-open::before {
  content: "\f111e";
}

/* line 26240, app/assets/stylesheets/icons.css */
.mdi-windsock::before {
  content: "\f15fa";
}

/* line 26244, app/assets/stylesheets/icons.css */
.mdi-wiper::before {
  content: "\f0ae9";
}

/* line 26248, app/assets/stylesheets/icons.css */
.mdi-wiper-wash::before {
  content: "\f0da6";
}

/* line 26252, app/assets/stylesheets/icons.css */
.mdi-wiper-wash-alert::before {
  content: "\f18df";
}

/* line 26256, app/assets/stylesheets/icons.css */
.mdi-wizard-hat::before {
  content: "\f1477";
}

/* line 26260, app/assets/stylesheets/icons.css */
.mdi-wordpress::before {
  content: "\f05b4";
}

/* line 26264, app/assets/stylesheets/icons.css */
.mdi-wrap::before {
  content: "\f05b6";
}

/* line 26268, app/assets/stylesheets/icons.css */
.mdi-wrap-disabled::before {
  content: "\f0bdf";
}

/* line 26272, app/assets/stylesheets/icons.css */
.mdi-wrench::before {
  content: "\f05b7";
}

/* line 26276, app/assets/stylesheets/icons.css */
.mdi-wrench-clock::before {
  content: "\f19a3";
}

/* line 26280, app/assets/stylesheets/icons.css */
.mdi-wrench-outline::before {
  content: "\f0be0";
}

/* line 26284, app/assets/stylesheets/icons.css */
.mdi-xamarin::before {
  content: "\f0845";
}

/* line 26288, app/assets/stylesheets/icons.css */
.mdi-xml::before {
  content: "\f05c0";
}

/* line 26292, app/assets/stylesheets/icons.css */
.mdi-xmpp::before {
  content: "\f07ff";
}

/* line 26296, app/assets/stylesheets/icons.css */
.mdi-yahoo::before {
  content: "\f0b4f";
}

/* line 26300, app/assets/stylesheets/icons.css */
.mdi-yeast::before {
  content: "\f05c1";
}

/* line 26304, app/assets/stylesheets/icons.css */
.mdi-yin-yang::before {
  content: "\f0680";
}

/* line 26308, app/assets/stylesheets/icons.css */
.mdi-yoga::before {
  content: "\f117c";
}

/* line 26312, app/assets/stylesheets/icons.css */
.mdi-youtube::before {
  content: "\f05c3";
}

/* line 26316, app/assets/stylesheets/icons.css */
.mdi-youtube-gaming::before {
  content: "\f0848";
}

/* line 26320, app/assets/stylesheets/icons.css */
.mdi-youtube-studio::before {
  content: "\f0847";
}

/* line 26324, app/assets/stylesheets/icons.css */
.mdi-youtube-subscription::before {
  content: "\f0d40";
}

/* line 26328, app/assets/stylesheets/icons.css */
.mdi-youtube-tv::before {
  content: "\f0448";
}

/* line 26332, app/assets/stylesheets/icons.css */
.mdi-yurt::before {
  content: "\f1516";
}

/* line 26336, app/assets/stylesheets/icons.css */
.mdi-z-wave::before {
  content: "\f0aea";
}

/* line 26340, app/assets/stylesheets/icons.css */
.mdi-zend::before {
  content: "\f0aeb";
}

/* line 26344, app/assets/stylesheets/icons.css */
.mdi-zigbee::before {
  content: "\f0d41";
}

/* line 26348, app/assets/stylesheets/icons.css */
.mdi-zip-box::before {
  content: "\f05c4";
}

/* line 26352, app/assets/stylesheets/icons.css */
.mdi-zip-box-outline::before {
  content: "\f0ffa";
}

/* line 26356, app/assets/stylesheets/icons.css */
.mdi-zip-disk::before {
  content: "\f0a23";
}

/* line 26360, app/assets/stylesheets/icons.css */
.mdi-zodiac-aquarius::before {
  content: "\f0a7d";
}

/* line 26364, app/assets/stylesheets/icons.css */
.mdi-zodiac-aries::before {
  content: "\f0a7e";
}

/* line 26368, app/assets/stylesheets/icons.css */
.mdi-zodiac-cancer::before {
  content: "\f0a7f";
}

/* line 26372, app/assets/stylesheets/icons.css */
.mdi-zodiac-capricorn::before {
  content: "\f0a80";
}

/* line 26376, app/assets/stylesheets/icons.css */
.mdi-zodiac-gemini::before {
  content: "\f0a81";
}

/* line 26380, app/assets/stylesheets/icons.css */
.mdi-zodiac-leo::before {
  content: "\f0a82";
}

/* line 26384, app/assets/stylesheets/icons.css */
.mdi-zodiac-libra::before {
  content: "\f0a83";
}

/* line 26388, app/assets/stylesheets/icons.css */
.mdi-zodiac-pisces::before {
  content: "\f0a84";
}

/* line 26392, app/assets/stylesheets/icons.css */
.mdi-zodiac-sagittarius::before {
  content: "\f0a85";
}

/* line 26396, app/assets/stylesheets/icons.css */
.mdi-zodiac-scorpio::before {
  content: "\f0a86";
}

/* line 26400, app/assets/stylesheets/icons.css */
.mdi-zodiac-taurus::before {
  content: "\f0a87";
}

/* line 26404, app/assets/stylesheets/icons.css */
.mdi-zodiac-virgo::before {
  content: "\f0a88";
}

/* line 26408, app/assets/stylesheets/icons.css */
.mdi-blank::before {
  content: "\f68c";
  visibility: hidden;
}

/* line 26413, app/assets/stylesheets/icons.css */
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

/* line 26417, app/assets/stylesheets/icons.css */
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

/* line 26421, app/assets/stylesheets/icons.css */
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

/* line 26425, app/assets/stylesheets/icons.css */
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

/* line 26429, app/assets/stylesheets/icons.css */
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 26433, app/assets/stylesheets/icons.css */
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

/* line 26437, app/assets/stylesheets/icons.css */
.mdi-light:before {
  color: white;
}

/* line 26441, app/assets/stylesheets/icons.css */
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

/* line 26445, app/assets/stylesheets/icons.css */
.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26464, app/assets/stylesheets/icons.css */
.mdi-rotate-45:before {
  transform: rotate(45deg);
}

/* line 26469, app/assets/stylesheets/icons.css */
.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26488, app/assets/stylesheets/icons.css */
.mdi-rotate-90:before {
  transform: rotate(90deg);
}

/* line 26493, app/assets/stylesheets/icons.css */
.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26512, app/assets/stylesheets/icons.css */
.mdi-rotate-135:before {
  transform: rotate(135deg);
}

/* line 26517, app/assets/stylesheets/icons.css */
.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26536, app/assets/stylesheets/icons.css */
.mdi-rotate-180:before {
  transform: rotate(180deg);
}

/* line 26541, app/assets/stylesheets/icons.css */
.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26560, app/assets/stylesheets/icons.css */
.mdi-rotate-225:before {
  transform: rotate(225deg);
}

/* line 26565, app/assets/stylesheets/icons.css */
.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26584, app/assets/stylesheets/icons.css */
.mdi-rotate-270:before {
  transform: rotate(270deg);
}

/* line 26589, app/assets/stylesheets/icons.css */
.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 26608, app/assets/stylesheets/icons.css */
.mdi-rotate-315:before {
  transform: rotate(315deg);
}

/* line 26613, app/assets/stylesheets/icons.css */
.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 26621, app/assets/stylesheets/icons.css */
.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 26629, app/assets/stylesheets/icons.css */
.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}

@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/boxicons-67d7ef074463d4f61f722b3db832897047f8890c10a4e353027dd1e4a33bfb21.eot);
  src: url(/assets/fonts/boxicons-67d7ef074463d4f61f722b3db832897047f8890c10a4e353027dd1e4a33bfb21.eot) format("embedded-opentype"), url(/assets/fonts/boxicons-ba4f94aec2efe188ca9628e6b83d32cdee22f8e48f639101805fd8652367d067.woff2) format("woff2"), url(/assets/fonts/boxicons-5baef1df46592d9eb73cb61bc2f539b5e4591dd4b834256d42b4f00a879bdc44.woff) format("woff"), url(/assets/fonts/boxicons-e35cef25df2ae2915ebd30498407ff202dcfa6e921b31d0e35c869aba1274242.ttf) format("truetype"), url(/assets/fonts/boxicons-b03856b8ae96bae77aea5755458a30da6afa1eabf77c5d3852c94b2e414e6592.svg?#boxicons) format("svg");
}

/* line 26662, app/assets/stylesheets/icons.css */
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26676, app/assets/stylesheets/icons.css */
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

/* line 26682, app/assets/stylesheets/icons.css */
.bx-ul > li {
  position: relative;
}

/* line 26686, app/assets/stylesheets/icons.css */
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 26901, app/assets/stylesheets/icons.css */
.bx-spin {
  animation: spin 2s linear infinite;
}

/* line 26906, app/assets/stylesheets/icons.css */
.bx-spin-hover:hover {
  animation: spin 2s linear infinite;
}

/* line 26911, app/assets/stylesheets/icons.css */
.bx-tada {
  animation: tada 1.5s ease infinite;
}

/* line 26916, app/assets/stylesheets/icons.css */
.bx-tada-hover:hover {
  animation: tada 1.5s ease infinite;
}

/* line 26921, app/assets/stylesheets/icons.css */
.bx-flashing {
  animation: flashing 1.5s infinite linear;
}

/* line 26926, app/assets/stylesheets/icons.css */
.bx-flashing-hover:hover {
  animation: flashing 1.5s infinite linear;
}

/* line 26931, app/assets/stylesheets/icons.css */
.bx-burst {
  animation: burst 1.5s infinite linear;
}

/* line 26936, app/assets/stylesheets/icons.css */
.bx-burst-hover:hover {
  animation: burst 1.5s infinite linear;
}

/* line 26941, app/assets/stylesheets/icons.css */
.bx-fade-up {
  animation: fade-up 1.5s infinite linear;
}

/* line 26946, app/assets/stylesheets/icons.css */
.bx-fade-up-hover:hover {
  animation: fade-up 1.5s infinite linear;
}

/* line 26951, app/assets/stylesheets/icons.css */
.bx-fade-down {
  animation: fade-down 1.5s infinite linear;
}

/* line 26956, app/assets/stylesheets/icons.css */
.bx-fade-down-hover:hover {
  animation: fade-down 1.5s infinite linear;
}

/* line 26961, app/assets/stylesheets/icons.css */
.bx-fade-left {
  animation: fade-left 1.5s infinite linear;
}

/* line 26966, app/assets/stylesheets/icons.css */
.bx-fade-left-hover:hover {
  animation: fade-left 1.5s infinite linear;
}

/* line 26971, app/assets/stylesheets/icons.css */
.bx-fade-right {
  animation: fade-right 1.5s infinite linear;
}

/* line 26976, app/assets/stylesheets/icons.css */
.bx-fade-right-hover:hover {
  animation: fade-right 1.5s infinite linear;
}

/* line 26981, app/assets/stylesheets/icons.css */
.bx-xs {
  font-size: 1rem !important;
}

/* line 26985, app/assets/stylesheets/icons.css */
.bx-sm {
  font-size: 1.55rem !important;
}

/* line 26989, app/assets/stylesheets/icons.css */
.bx-md {
  font-size: 2.25rem !important;
}

/* line 26993, app/assets/stylesheets/icons.css */
.bx-lg {
  font-size: 3rem !important;
}

/* line 26997, app/assets/stylesheets/icons.css */
.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

/* line 27006, app/assets/stylesheets/icons.css */
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

/* line 27011, app/assets/stylesheets/icons.css */
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

/* line 27016, app/assets/stylesheets/icons.css */
.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

/* line 27022, app/assets/stylesheets/icons.css */
.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

/* line 27028, app/assets/stylesheets/icons.css */
.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

/* line 27034, app/assets/stylesheets/icons.css */
.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

/* line 27040, app/assets/stylesheets/icons.css */
.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 27046, app/assets/stylesheets/icons.css */
.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

/* line 27052, app/assets/stylesheets/icons.css */
.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 27058, app/assets/stylesheets/icons.css */
.bxl-meta:before {
  content: "\ef27";
}

/* line 27062, app/assets/stylesheets/icons.css */
.bx-lemon:before {
  content: "\ef28";
}

/* line 27066, app/assets/stylesheets/icons.css */
.bxs-lemon:before {
  content: "\ef29";
}

/* line 27070, app/assets/stylesheets/icons.css */
.bx-cricket-ball:before {
  content: "\ef0c";
}

/* line 27074, app/assets/stylesheets/icons.css */
.bx-baguette:before {
  content: "\ef0d";
}

/* line 27078, app/assets/stylesheets/icons.css */
.bx-bowl-hot:before {
  content: "\ef0e";
}

/* line 27082, app/assets/stylesheets/icons.css */
.bx-bowl-rice:before {
  content: "\ef0f";
}

/* line 27086, app/assets/stylesheets/icons.css */
.bx-cable-car:before {
  content: "\ef10";
}

/* line 27090, app/assets/stylesheets/icons.css */
.bx-candles:before {
  content: "\ef11";
}

/* line 27094, app/assets/stylesheets/icons.css */
.bx-circle-half:before {
  content: "\ef12";
}

/* line 27098, app/assets/stylesheets/icons.css */
.bx-circle-quarter:before {
  content: "\ef13";
}

/* line 27102, app/assets/stylesheets/icons.css */
.bx-circle-three-quarter:before {
  content: "\ef14";
}

/* line 27106, app/assets/stylesheets/icons.css */
.bx-cross:before {
  content: "\ef15";
}

/* line 27110, app/assets/stylesheets/icons.css */
.bx-fork:before {
  content: "\ef16";
}

/* line 27114, app/assets/stylesheets/icons.css */
.bx-knife:before {
  content: "\ef17";
}

/* line 27118, app/assets/stylesheets/icons.css */
.bx-money-withdraw:before {
  content: "\ef18";
}

/* line 27122, app/assets/stylesheets/icons.css */
.bx-popsicle:before {
  content: "\ef19";
}

/* line 27126, app/assets/stylesheets/icons.css */
.bx-scatter-chart:before {
  content: "\ef1a";
}

/* line 27130, app/assets/stylesheets/icons.css */
.bxs-baguette:before {
  content: "\ef1b";
}

/* line 27134, app/assets/stylesheets/icons.css */
.bxs-bowl-hot:before {
  content: "\ef1c";
}

/* line 27138, app/assets/stylesheets/icons.css */
.bxs-bowl-rice:before {
  content: "\ef1d";
}

/* line 27142, app/assets/stylesheets/icons.css */
.bxs-cable-car:before {
  content: "\ef1e";
}

/* line 27146, app/assets/stylesheets/icons.css */
.bxs-circle-half:before {
  content: "\ef1f";
}

/* line 27150, app/assets/stylesheets/icons.css */
.bxs-circle-quarter:before {
  content: "\ef20";
}

/* line 27154, app/assets/stylesheets/icons.css */
.bxs-circle-three-quarter:before {
  content: "\ef21";
}

/* line 27158, app/assets/stylesheets/icons.css */
.bxs-cricket-ball:before {
  content: "\ef22";
}

/* line 27162, app/assets/stylesheets/icons.css */
.bxs-invader:before {
  content: "\ef23";
}

/* line 27166, app/assets/stylesheets/icons.css */
.bx-male-female:before {
  content: "\ef24";
}

/* line 27170, app/assets/stylesheets/icons.css */
.bxs-popsicle:before {
  content: "\ef25";
}

/* line 27174, app/assets/stylesheets/icons.css */
.bxs-tree-alt:before {
  content: "\ef26";
}

/* line 27178, app/assets/stylesheets/icons.css */
.bxl-venmo:before {
  content: "\e900";
}

/* line 27182, app/assets/stylesheets/icons.css */
.bxl-upwork:before {
  content: "\e901";
}

/* line 27186, app/assets/stylesheets/icons.css */
.bxl-netlify:before {
  content: "\e902";
}

/* line 27190, app/assets/stylesheets/icons.css */
.bxl-java:before {
  content: "\e903";
}

/* line 27194, app/assets/stylesheets/icons.css */
.bxl-heroku:before {
  content: "\e904";
}

/* line 27198, app/assets/stylesheets/icons.css */
.bxl-go-lang:before {
  content: "\e905";
}

/* line 27202, app/assets/stylesheets/icons.css */
.bxl-gmail:before {
  content: "\e906";
}

/* line 27206, app/assets/stylesheets/icons.css */
.bxl-flask:before {
  content: "\e907";
}

/* line 27210, app/assets/stylesheets/icons.css */
.bxl-99designs:before {
  content: "\e908";
}

/* line 27214, app/assets/stylesheets/icons.css */
.bxl-500px:before {
  content: "\e909";
}

/* line 27218, app/assets/stylesheets/icons.css */
.bxl-adobe:before {
  content: "\e90a";
}

/* line 27222, app/assets/stylesheets/icons.css */
.bxl-airbnb:before {
  content: "\e90b";
}

/* line 27226, app/assets/stylesheets/icons.css */
.bxl-algolia:before {
  content: "\e90c";
}

/* line 27230, app/assets/stylesheets/icons.css */
.bxl-amazon:before {
  content: "\e90d";
}

/* line 27234, app/assets/stylesheets/icons.css */
.bxl-android:before {
  content: "\e90e";
}

/* line 27238, app/assets/stylesheets/icons.css */
.bxl-angular:before {
  content: "\e90f";
}

/* line 27242, app/assets/stylesheets/icons.css */
.bxl-apple:before {
  content: "\e910";
}

/* line 27246, app/assets/stylesheets/icons.css */
.bxl-audible:before {
  content: "\e911";
}

/* line 27250, app/assets/stylesheets/icons.css */
.bxl-aws:before {
  content: "\e912";
}

/* line 27254, app/assets/stylesheets/icons.css */
.bxl-baidu:before {
  content: "\e913";
}

/* line 27258, app/assets/stylesheets/icons.css */
.bxl-behance:before {
  content: "\e914";
}

/* line 27262, app/assets/stylesheets/icons.css */
.bxl-bing:before {
  content: "\e915";
}

/* line 27266, app/assets/stylesheets/icons.css */
.bxl-bitcoin:before {
  content: "\e916";
}

/* line 27270, app/assets/stylesheets/icons.css */
.bxl-blender:before {
  content: "\e917";
}

/* line 27274, app/assets/stylesheets/icons.css */
.bxl-blogger:before {
  content: "\e918";
}

/* line 27278, app/assets/stylesheets/icons.css */
.bxl-bootstrap:before {
  content: "\e919";
}

/* line 27282, app/assets/stylesheets/icons.css */
.bxl-chrome:before {
  content: "\e91a";
}

/* line 27286, app/assets/stylesheets/icons.css */
.bxl-codepen:before {
  content: "\e91b";
}

/* line 27290, app/assets/stylesheets/icons.css */
.bxl-c-plus-plus:before {
  content: "\e91c";
}

/* line 27294, app/assets/stylesheets/icons.css */
.bxl-creative-commons:before {
  content: "\e91d";
}

/* line 27298, app/assets/stylesheets/icons.css */
.bxl-css3:before {
  content: "\e91e";
}

/* line 27302, app/assets/stylesheets/icons.css */
.bxl-dailymotion:before {
  content: "\e91f";
}

/* line 27306, app/assets/stylesheets/icons.css */
.bxl-deviantart:before {
  content: "\e920";
}

/* line 27310, app/assets/stylesheets/icons.css */
.bxl-dev-to:before {
  content: "\e921";
}

/* line 27314, app/assets/stylesheets/icons.css */
.bxl-digg:before {
  content: "\e922";
}

/* line 27318, app/assets/stylesheets/icons.css */
.bxl-digitalocean:before {
  content: "\e923";
}

/* line 27322, app/assets/stylesheets/icons.css */
.bxl-discord:before {
  content: "\e924";
}

/* line 27326, app/assets/stylesheets/icons.css */
.bxl-discord-alt:before {
  content: "\e925";
}

/* line 27330, app/assets/stylesheets/icons.css */
.bxl-discourse:before {
  content: "\e926";
}

/* line 27334, app/assets/stylesheets/icons.css */
.bxl-django:before {
  content: "\e927";
}

/* line 27338, app/assets/stylesheets/icons.css */
.bxl-docker:before {
  content: "\e928";
}

/* line 27342, app/assets/stylesheets/icons.css */
.bxl-dribbble:before {
  content: "\e929";
}

/* line 27346, app/assets/stylesheets/icons.css */
.bxl-dropbox:before {
  content: "\e92a";
}

/* line 27350, app/assets/stylesheets/icons.css */
.bxl-drupal:before {
  content: "\e92b";
}

/* line 27354, app/assets/stylesheets/icons.css */
.bxl-ebay:before {
  content: "\e92c";
}

/* line 27358, app/assets/stylesheets/icons.css */
.bxl-edge:before {
  content: "\e92d";
}

/* line 27362, app/assets/stylesheets/icons.css */
.bxl-etsy:before {
  content: "\e92e";
}

/* line 27366, app/assets/stylesheets/icons.css */
.bxl-facebook:before {
  content: "\e92f";
}

/* line 27370, app/assets/stylesheets/icons.css */
.bxl-facebook-circle:before {
  content: "\e930";
}

/* line 27374, app/assets/stylesheets/icons.css */
.bxl-facebook-square:before {
  content: "\e931";
}

/* line 27378, app/assets/stylesheets/icons.css */
.bxl-figma:before {
  content: "\e932";
}

/* line 27382, app/assets/stylesheets/icons.css */
.bxl-firebase:before {
  content: "\e933";
}

/* line 27386, app/assets/stylesheets/icons.css */
.bxl-firefox:before {
  content: "\e934";
}

/* line 27390, app/assets/stylesheets/icons.css */
.bxl-flickr:before {
  content: "\e935";
}

/* line 27394, app/assets/stylesheets/icons.css */
.bxl-flickr-square:before {
  content: "\e936";
}

/* line 27398, app/assets/stylesheets/icons.css */
.bxl-flutter:before {
  content: "\e937";
}

/* line 27402, app/assets/stylesheets/icons.css */
.bxl-foursquare:before {
  content: "\e938";
}

/* line 27406, app/assets/stylesheets/icons.css */
.bxl-git:before {
  content: "\e939";
}

/* line 27410, app/assets/stylesheets/icons.css */
.bxl-github:before {
  content: "\e93a";
}

/* line 27414, app/assets/stylesheets/icons.css */
.bxl-gitlab:before {
  content: "\e93b";
}

/* line 27418, app/assets/stylesheets/icons.css */
.bxl-google:before {
  content: "\e93c";
}

/* line 27422, app/assets/stylesheets/icons.css */
.bxl-google-cloud:before {
  content: "\e93d";
}

/* line 27426, app/assets/stylesheets/icons.css */
.bxl-google-plus:before {
  content: "\e93e";
}

/* line 27430, app/assets/stylesheets/icons.css */
.bxl-google-plus-circle:before {
  content: "\e93f";
}

/* line 27434, app/assets/stylesheets/icons.css */
.bxl-html5:before {
  content: "\e940";
}

/* line 27438, app/assets/stylesheets/icons.css */
.bxl-imdb:before {
  content: "\e941";
}

/* line 27442, app/assets/stylesheets/icons.css */
.bxl-instagram:before {
  content: "\e942";
}

/* line 27446, app/assets/stylesheets/icons.css */
.bxl-instagram-alt:before {
  content: "\e943";
}

/* line 27450, app/assets/stylesheets/icons.css */
.bxl-internet-explorer:before {
  content: "\e944";
}

/* line 27454, app/assets/stylesheets/icons.css */
.bxl-invision:before {
  content: "\e945";
}

/* line 27458, app/assets/stylesheets/icons.css */
.bxl-javascript:before {
  content: "\e946";
}

/* line 27462, app/assets/stylesheets/icons.css */
.bxl-joomla:before {
  content: "\e947";
}

/* line 27466, app/assets/stylesheets/icons.css */
.bxl-jquery:before {
  content: "\e948";
}

/* line 27470, app/assets/stylesheets/icons.css */
.bxl-jsfiddle:before {
  content: "\e949";
}

/* line 27474, app/assets/stylesheets/icons.css */
.bxl-kickstarter:before {
  content: "\e94a";
}

/* line 27478, app/assets/stylesheets/icons.css */
.bxl-kubernetes:before {
  content: "\e94b";
}

/* line 27482, app/assets/stylesheets/icons.css */
.bxl-less:before {
  content: "\e94c";
}

/* line 27486, app/assets/stylesheets/icons.css */
.bxl-linkedin:before {
  content: "\e94d";
}

/* line 27490, app/assets/stylesheets/icons.css */
.bxl-linkedin-square:before {
  content: "\e94e";
}

/* line 27494, app/assets/stylesheets/icons.css */
.bxl-magento:before {
  content: "\e94f";
}

/* line 27498, app/assets/stylesheets/icons.css */
.bxl-mailchimp:before {
  content: "\e950";
}

/* line 27502, app/assets/stylesheets/icons.css */
.bxl-markdown:before {
  content: "\e951";
}

/* line 27506, app/assets/stylesheets/icons.css */
.bxl-mastercard:before {
  content: "\e952";
}

/* line 27510, app/assets/stylesheets/icons.css */
.bxl-mastodon:before {
  content: "\e953";
}

/* line 27514, app/assets/stylesheets/icons.css */
.bxl-medium:before {
  content: "\e954";
}

/* line 27518, app/assets/stylesheets/icons.css */
.bxl-medium-old:before {
  content: "\e955";
}

/* line 27522, app/assets/stylesheets/icons.css */
.bxl-medium-square:before {
  content: "\e956";
}

/* line 27526, app/assets/stylesheets/icons.css */
.bxl-messenger:before {
  content: "\e957";
}

/* line 27530, app/assets/stylesheets/icons.css */
.bxl-microsoft:before {
  content: "\e958";
}

/* line 27534, app/assets/stylesheets/icons.css */
.bxl-microsoft-teams:before {
  content: "\e959";
}

/* line 27538, app/assets/stylesheets/icons.css */
.bxl-nodejs:before {
  content: "\e95a";
}

/* line 27542, app/assets/stylesheets/icons.css */
.bxl-ok-ru:before {
  content: "\e95b";
}

/* line 27546, app/assets/stylesheets/icons.css */
.bxl-opera:before {
  content: "\e95c";
}

/* line 27550, app/assets/stylesheets/icons.css */
.bxl-patreon:before {
  content: "\e95d";
}

/* line 27554, app/assets/stylesheets/icons.css */
.bxl-paypal:before {
  content: "\e95e";
}

/* line 27558, app/assets/stylesheets/icons.css */
.bxl-periscope:before {
  content: "\e95f";
}

/* line 27562, app/assets/stylesheets/icons.css */
.bxl-php:before {
  content: "\e960";
}

/* line 27566, app/assets/stylesheets/icons.css */
.bxl-pinterest:before {
  content: "\e961";
}

/* line 27570, app/assets/stylesheets/icons.css */
.bxl-pinterest-alt:before {
  content: "\e962";
}

/* line 27574, app/assets/stylesheets/icons.css */
.bxl-play-store:before {
  content: "\e963";
}

/* line 27578, app/assets/stylesheets/icons.css */
.bxl-pocket:before {
  content: "\e964";
}

/* line 27582, app/assets/stylesheets/icons.css */
.bxl-product-hunt:before {
  content: "\e965";
}

/* line 27586, app/assets/stylesheets/icons.css */
.bxl-python:before {
  content: "\e966";
}

/* line 27590, app/assets/stylesheets/icons.css */
.bxl-quora:before {
  content: "\e967";
}

/* line 27594, app/assets/stylesheets/icons.css */
.bxl-react:before {
  content: "\e968";
}

/* line 27598, app/assets/stylesheets/icons.css */
.bxl-redbubble:before {
  content: "\e969";
}

/* line 27602, app/assets/stylesheets/icons.css */
.bxl-reddit:before {
  content: "\e96a";
}

/* line 27606, app/assets/stylesheets/icons.css */
.bxl-redux:before {
  content: "\e96b";
}

/* line 27610, app/assets/stylesheets/icons.css */
.bxl-sass:before {
  content: "\e96c";
}

/* line 27614, app/assets/stylesheets/icons.css */
.bxl-shopify:before {
  content: "\e96d";
}

/* line 27618, app/assets/stylesheets/icons.css */
.bxl-sketch:before {
  content: "\e96e";
}

/* line 27622, app/assets/stylesheets/icons.css */
.bxl-skype:before {
  content: "\e96f";
}

/* line 27626, app/assets/stylesheets/icons.css */
.bxl-slack:before {
  content: "\e970";
}

/* line 27630, app/assets/stylesheets/icons.css */
.bxl-slack-old:before {
  content: "\e971";
}

/* line 27634, app/assets/stylesheets/icons.css */
.bxl-snapchat:before {
  content: "\e972";
}

/* line 27638, app/assets/stylesheets/icons.css */
.bxl-soundcloud:before {
  content: "\e973";
}

/* line 27642, app/assets/stylesheets/icons.css */
.bxl-spotify:before {
  content: "\e974";
}

/* line 27646, app/assets/stylesheets/icons.css */
.bxl-spring-boot:before {
  content: "\e975";
}

/* line 27650, app/assets/stylesheets/icons.css */
.bxl-squarespace:before {
  content: "\e976";
}

/* line 27654, app/assets/stylesheets/icons.css */
.bxl-stack-overflow:before {
  content: "\e977";
}

/* line 27658, app/assets/stylesheets/icons.css */
.bxl-steam:before {
  content: "\e978";
}

/* line 27662, app/assets/stylesheets/icons.css */
.bxl-stripe:before {
  content: "\e979";
}

/* line 27666, app/assets/stylesheets/icons.css */
.bxl-tailwind-css:before {
  content: "\e97a";
}

/* line 27670, app/assets/stylesheets/icons.css */
.bxl-telegram:before {
  content: "\e97b";
}

/* line 27674, app/assets/stylesheets/icons.css */
.bxl-tiktok:before {
  content: "\e97c";
}

/* line 27678, app/assets/stylesheets/icons.css */
.bxl-trello:before {
  content: "\e97d";
}

/* line 27682, app/assets/stylesheets/icons.css */
.bxl-trip-advisor:before {
  content: "\e97e";
}

/* line 27686, app/assets/stylesheets/icons.css */
.bxl-tumblr:before {
  content: "\e97f";
}

/* line 27690, app/assets/stylesheets/icons.css */
.bxl-tux:before {
  content: "\e980";
}

/* line 27694, app/assets/stylesheets/icons.css */
.bxl-twitch:before {
  content: "\e981";
}

/* line 27698, app/assets/stylesheets/icons.css */
.bxl-twitter:before {
  content: "\e982";
}

/* line 27702, app/assets/stylesheets/icons.css */
.bxl-unity:before {
  content: "\e983";
}

/* line 27706, app/assets/stylesheets/icons.css */
.bxl-unsplash:before {
  content: "\e984";
}

/* line 27710, app/assets/stylesheets/icons.css */
.bxl-vimeo:before {
  content: "\e985";
}

/* line 27714, app/assets/stylesheets/icons.css */
.bxl-visa:before {
  content: "\e986";
}

/* line 27718, app/assets/stylesheets/icons.css */
.bxl-visual-studio:before {
  content: "\e987";
}

/* line 27722, app/assets/stylesheets/icons.css */
.bxl-vk:before {
  content: "\e988";
}

/* line 27726, app/assets/stylesheets/icons.css */
.bxl-vuejs:before {
  content: "\e989";
}

/* line 27730, app/assets/stylesheets/icons.css */
.bxl-whatsapp:before {
  content: "\e98a";
}

/* line 27734, app/assets/stylesheets/icons.css */
.bxl-whatsapp-square:before {
  content: "\e98b";
}

/* line 27738, app/assets/stylesheets/icons.css */
.bxl-wikipedia:before {
  content: "\e98c";
}

/* line 27742, app/assets/stylesheets/icons.css */
.bxl-windows:before {
  content: "\e98d";
}

/* line 27746, app/assets/stylesheets/icons.css */
.bxl-wix:before {
  content: "\e98e";
}

/* line 27750, app/assets/stylesheets/icons.css */
.bxl-wordpress:before {
  content: "\e98f";
}

/* line 27754, app/assets/stylesheets/icons.css */
.bxl-yahoo:before {
  content: "\e990";
}

/* line 27758, app/assets/stylesheets/icons.css */
.bxl-yelp:before {
  content: "\e991";
}

/* line 27762, app/assets/stylesheets/icons.css */
.bxl-youtube:before {
  content: "\e992";
}

/* line 27766, app/assets/stylesheets/icons.css */
.bxl-zoom:before {
  content: "\e993";
}

/* line 27770, app/assets/stylesheets/icons.css */
.bx-collapse-alt:before {
  content: "\e994";
}

/* line 27774, app/assets/stylesheets/icons.css */
.bx-collapse-horizontal:before {
  content: "\e995";
}

/* line 27778, app/assets/stylesheets/icons.css */
.bx-collapse-vertical:before {
  content: "\e996";
}

/* line 27782, app/assets/stylesheets/icons.css */
.bx-expand-horizontal:before {
  content: "\e997";
}

/* line 27786, app/assets/stylesheets/icons.css */
.bx-expand-vertical:before {
  content: "\e998";
}

/* line 27790, app/assets/stylesheets/icons.css */
.bx-injection:before {
  content: "\e999";
}

/* line 27794, app/assets/stylesheets/icons.css */
.bx-leaf:before {
  content: "\e99a";
}

/* line 27798, app/assets/stylesheets/icons.css */
.bx-math:before {
  content: "\e99b";
}

/* line 27802, app/assets/stylesheets/icons.css */
.bx-party:before {
  content: "\e99c";
}

/* line 27806, app/assets/stylesheets/icons.css */
.bx-abacus:before {
  content: "\e99d";
}

/* line 27810, app/assets/stylesheets/icons.css */
.bx-accessibility:before {
  content: "\e99e";
}

/* line 27814, app/assets/stylesheets/icons.css */
.bx-add-to-queue:before {
  content: "\e99f";
}

/* line 27818, app/assets/stylesheets/icons.css */
.bx-adjust:before {
  content: "\e9a0";
}

/* line 27822, app/assets/stylesheets/icons.css */
.bx-alarm:before {
  content: "\e9a1";
}

/* line 27826, app/assets/stylesheets/icons.css */
.bx-alarm-add:before {
  content: "\e9a2";
}

/* line 27830, app/assets/stylesheets/icons.css */
.bx-alarm-exclamation:before {
  content: "\e9a3";
}

/* line 27834, app/assets/stylesheets/icons.css */
.bx-alarm-off:before {
  content: "\e9a4";
}

/* line 27838, app/assets/stylesheets/icons.css */
.bx-alarm-snooze:before {
  content: "\e9a5";
}

/* line 27842, app/assets/stylesheets/icons.css */
.bx-album:before {
  content: "\e9a6";
}

/* line 27846, app/assets/stylesheets/icons.css */
.bx-align-justify:before {
  content: "\e9a7";
}

/* line 27850, app/assets/stylesheets/icons.css */
.bx-align-left:before {
  content: "\e9a8";
}

/* line 27854, app/assets/stylesheets/icons.css */
.bx-align-middle:before {
  content: "\e9a9";
}

/* line 27858, app/assets/stylesheets/icons.css */
.bx-align-right:before {
  content: "\e9aa";
}

/* line 27862, app/assets/stylesheets/icons.css */
.bx-analyse:before {
  content: "\e9ab";
}

/* line 27866, app/assets/stylesheets/icons.css */
.bx-anchor:before {
  content: "\e9ac";
}

/* line 27870, app/assets/stylesheets/icons.css */
.bx-angry:before {
  content: "\e9ad";
}

/* line 27874, app/assets/stylesheets/icons.css */
.bx-aperture:before {
  content: "\e9ae";
}

/* line 27878, app/assets/stylesheets/icons.css */
.bx-arch:before {
  content: "\e9af";
}

/* line 27882, app/assets/stylesheets/icons.css */
.bx-archive:before {
  content: "\e9b0";
}

/* line 27886, app/assets/stylesheets/icons.css */
.bx-archive-in:before {
  content: "\e9b1";
}

/* line 27890, app/assets/stylesheets/icons.css */
.bx-archive-out:before {
  content: "\e9b2";
}

/* line 27894, app/assets/stylesheets/icons.css */
.bx-area:before {
  content: "\e9b3";
}

/* line 27898, app/assets/stylesheets/icons.css */
.bx-arrow-back:before {
  content: "\e9b4";
}

/* line 27902, app/assets/stylesheets/icons.css */
.bx-arrow-from-bottom:before {
  content: "\e9b5";
}

/* line 27906, app/assets/stylesheets/icons.css */
.bx-arrow-from-left:before {
  content: "\e9b6";
}

/* line 27910, app/assets/stylesheets/icons.css */
.bx-arrow-from-right:before {
  content: "\e9b7";
}

/* line 27914, app/assets/stylesheets/icons.css */
.bx-arrow-from-top:before {
  content: "\e9b8";
}

/* line 27918, app/assets/stylesheets/icons.css */
.bx-arrow-to-bottom:before {
  content: "\e9b9";
}

/* line 27922, app/assets/stylesheets/icons.css */
.bx-arrow-to-left:before {
  content: "\e9ba";
}

/* line 27926, app/assets/stylesheets/icons.css */
.bx-arrow-to-right:before {
  content: "\e9bb";
}

/* line 27930, app/assets/stylesheets/icons.css */
.bx-arrow-to-top:before {
  content: "\e9bc";
}

/* line 27934, app/assets/stylesheets/icons.css */
.bx-at:before {
  content: "\e9bd";
}

/* line 27938, app/assets/stylesheets/icons.css */
.bx-atom:before {
  content: "\e9be";
}

/* line 27942, app/assets/stylesheets/icons.css */
.bx-award:before {
  content: "\e9bf";
}

/* line 27946, app/assets/stylesheets/icons.css */
.bx-badge:before {
  content: "\e9c0";
}

/* line 27950, app/assets/stylesheets/icons.css */
.bx-badge-check:before {
  content: "\e9c1";
}

/* line 27954, app/assets/stylesheets/icons.css */
.bx-ball:before {
  content: "\e9c2";
}

/* line 27958, app/assets/stylesheets/icons.css */
.bx-band-aid:before {
  content: "\e9c3";
}

/* line 27962, app/assets/stylesheets/icons.css */
.bx-bar-chart:before {
  content: "\e9c4";
}

/* line 27966, app/assets/stylesheets/icons.css */
.bx-bar-chart-alt:before {
  content: "\e9c5";
}

/* line 27970, app/assets/stylesheets/icons.css */
.bx-bar-chart-alt-2:before {
  content: "\e9c6";
}

/* line 27974, app/assets/stylesheets/icons.css */
.bx-bar-chart-square:before {
  content: "\e9c7";
}

/* line 27978, app/assets/stylesheets/icons.css */
.bx-barcode:before {
  content: "\e9c8";
}

/* line 27982, app/assets/stylesheets/icons.css */
.bx-barcode-reader:before {
  content: "\e9c9";
}

/* line 27986, app/assets/stylesheets/icons.css */
.bx-baseball:before {
  content: "\e9ca";
}

/* line 27990, app/assets/stylesheets/icons.css */
.bx-basket:before {
  content: "\e9cb";
}

/* line 27994, app/assets/stylesheets/icons.css */
.bx-basketball:before {
  content: "\e9cc";
}

/* line 27998, app/assets/stylesheets/icons.css */
.bx-bath:before {
  content: "\e9cd";
}

/* line 28002, app/assets/stylesheets/icons.css */
.bx-battery:before {
  content: "\e9ce";
}

/* line 28006, app/assets/stylesheets/icons.css */
.bx-bed:before {
  content: "\e9cf";
}

/* line 28010, app/assets/stylesheets/icons.css */
.bx-been-here:before {
  content: "\e9d0";
}

/* line 28014, app/assets/stylesheets/icons.css */
.bx-beer:before {
  content: "\e9d1";
}

/* line 28018, app/assets/stylesheets/icons.css */
.bx-bell:before {
  content: "\e9d2";
}

/* line 28022, app/assets/stylesheets/icons.css */
.bx-bell-minus:before {
  content: "\e9d3";
}

/* line 28026, app/assets/stylesheets/icons.css */
.bx-bell-off:before {
  content: "\e9d4";
}

/* line 28030, app/assets/stylesheets/icons.css */
.bx-bell-plus:before {
  content: "\e9d5";
}

/* line 28034, app/assets/stylesheets/icons.css */
.bx-bible:before {
  content: "\e9d6";
}

/* line 28038, app/assets/stylesheets/icons.css */
.bx-bitcoin:before {
  content: "\e9d7";
}

/* line 28042, app/assets/stylesheets/icons.css */
.bx-blanket:before {
  content: "\e9d8";
}

/* line 28046, app/assets/stylesheets/icons.css */
.bx-block:before {
  content: "\e9d9";
}

/* line 28050, app/assets/stylesheets/icons.css */
.bx-bluetooth:before {
  content: "\e9da";
}

/* line 28054, app/assets/stylesheets/icons.css */
.bx-body:before {
  content: "\e9db";
}

/* line 28058, app/assets/stylesheets/icons.css */
.bx-bold:before {
  content: "\e9dc";
}

/* line 28062, app/assets/stylesheets/icons.css */
.bx-bolt-circle:before {
  content: "\e9dd";
}

/* line 28066, app/assets/stylesheets/icons.css */
.bx-bomb:before {
  content: "\e9de";
}

/* line 28070, app/assets/stylesheets/icons.css */
.bx-bone:before {
  content: "\e9df";
}

/* line 28074, app/assets/stylesheets/icons.css */
.bx-bong:before {
  content: "\e9e0";
}

/* line 28078, app/assets/stylesheets/icons.css */
.bx-book:before {
  content: "\e9e1";
}

/* line 28082, app/assets/stylesheets/icons.css */
.bx-book-add:before {
  content: "\e9e2";
}

/* line 28086, app/assets/stylesheets/icons.css */
.bx-book-alt:before {
  content: "\e9e3";
}

/* line 28090, app/assets/stylesheets/icons.css */
.bx-book-bookmark:before {
  content: "\e9e4";
}

/* line 28094, app/assets/stylesheets/icons.css */
.bx-book-content:before {
  content: "\e9e5";
}

/* line 28098, app/assets/stylesheets/icons.css */
.bx-book-heart:before {
  content: "\e9e6";
}

/* line 28102, app/assets/stylesheets/icons.css */
.bx-bookmark:before {
  content: "\e9e7";
}

/* line 28106, app/assets/stylesheets/icons.css */
.bx-bookmark-alt:before {
  content: "\e9e8";
}

/* line 28110, app/assets/stylesheets/icons.css */
.bx-bookmark-alt-minus:before {
  content: "\e9e9";
}

/* line 28114, app/assets/stylesheets/icons.css */
.bx-bookmark-alt-plus:before {
  content: "\e9ea";
}

/* line 28118, app/assets/stylesheets/icons.css */
.bx-bookmark-heart:before {
  content: "\e9eb";
}

/* line 28122, app/assets/stylesheets/icons.css */
.bx-bookmark-minus:before {
  content: "\e9ec";
}

/* line 28126, app/assets/stylesheets/icons.css */
.bx-bookmark-plus:before {
  content: "\e9ed";
}

/* line 28130, app/assets/stylesheets/icons.css */
.bx-bookmarks:before {
  content: "\e9ee";
}

/* line 28134, app/assets/stylesheets/icons.css */
.bx-book-open:before {
  content: "\e9ef";
}

/* line 28138, app/assets/stylesheets/icons.css */
.bx-book-reader:before {
  content: "\e9f0";
}

/* line 28142, app/assets/stylesheets/icons.css */
.bx-border-all:before {
  content: "\e9f1";
}

/* line 28146, app/assets/stylesheets/icons.css */
.bx-border-bottom:before {
  content: "\e9f2";
}

/* line 28150, app/assets/stylesheets/icons.css */
.bx-border-inner:before {
  content: "\e9f3";
}

/* line 28154, app/assets/stylesheets/icons.css */
.bx-border-left:before {
  content: "\e9f4";
}

/* line 28158, app/assets/stylesheets/icons.css */
.bx-border-none:before {
  content: "\e9f5";
}

/* line 28162, app/assets/stylesheets/icons.css */
.bx-border-outer:before {
  content: "\e9f6";
}

/* line 28166, app/assets/stylesheets/icons.css */
.bx-border-radius:before {
  content: "\e9f7";
}

/* line 28170, app/assets/stylesheets/icons.css */
.bx-border-right:before {
  content: "\e9f8";
}

/* line 28174, app/assets/stylesheets/icons.css */
.bx-border-top:before {
  content: "\e9f9";
}

/* line 28178, app/assets/stylesheets/icons.css */
.bx-bot:before {
  content: "\e9fa";
}

/* line 28182, app/assets/stylesheets/icons.css */
.bx-bowling-ball:before {
  content: "\e9fb";
}

/* line 28186, app/assets/stylesheets/icons.css */
.bx-box:before {
  content: "\e9fc";
}

/* line 28190, app/assets/stylesheets/icons.css */
.bx-bracket:before {
  content: "\e9fd";
}

/* line 28194, app/assets/stylesheets/icons.css */
.bx-braille:before {
  content: "\e9fe";
}

/* line 28198, app/assets/stylesheets/icons.css */
.bx-brain:before {
  content: "\e9ff";
}

/* line 28202, app/assets/stylesheets/icons.css */
.bx-briefcase:before {
  content: "\ea00";
}

/* line 28206, app/assets/stylesheets/icons.css */
.bx-briefcase-alt:before {
  content: "\ea01";
}

/* line 28210, app/assets/stylesheets/icons.css */
.bx-briefcase-alt-2:before {
  content: "\ea02";
}

/* line 28214, app/assets/stylesheets/icons.css */
.bx-brightness:before {
  content: "\ea03";
}

/* line 28218, app/assets/stylesheets/icons.css */
.bx-brightness-half:before {
  content: "\ea04";
}

/* line 28222, app/assets/stylesheets/icons.css */
.bx-broadcast:before {
  content: "\ea05";
}

/* line 28226, app/assets/stylesheets/icons.css */
.bx-brush:before {
  content: "\ea06";
}

/* line 28230, app/assets/stylesheets/icons.css */
.bx-brush-alt:before {
  content: "\ea07";
}

/* line 28234, app/assets/stylesheets/icons.css */
.bx-bug:before {
  content: "\ea08";
}

/* line 28238, app/assets/stylesheets/icons.css */
.bx-bug-alt:before {
  content: "\ea09";
}

/* line 28242, app/assets/stylesheets/icons.css */
.bx-building:before {
  content: "\ea0a";
}

/* line 28246, app/assets/stylesheets/icons.css */
.bx-building-house:before {
  content: "\ea0b";
}

/* line 28250, app/assets/stylesheets/icons.css */
.bx-buildings:before {
  content: "\ea0c";
}

/* line 28254, app/assets/stylesheets/icons.css */
.bx-bulb:before {
  content: "\ea0d";
}

/* line 28258, app/assets/stylesheets/icons.css */
.bx-bullseye:before {
  content: "\ea0e";
}

/* line 28262, app/assets/stylesheets/icons.css */
.bx-buoy:before {
  content: "\ea0f";
}

/* line 28266, app/assets/stylesheets/icons.css */
.bx-bus:before {
  content: "\ea10";
}

/* line 28270, app/assets/stylesheets/icons.css */
.bx-bus-school:before {
  content: "\ea11";
}

/* line 28274, app/assets/stylesheets/icons.css */
.bx-cabinet:before {
  content: "\ea12";
}

/* line 28278, app/assets/stylesheets/icons.css */
.bx-cake:before {
  content: "\ea13";
}

/* line 28282, app/assets/stylesheets/icons.css */
.bx-calculator:before {
  content: "\ea14";
}

/* line 28286, app/assets/stylesheets/icons.css */
.bx-calendar:before {
  content: "\ea15";
}

/* line 28290, app/assets/stylesheets/icons.css */
.bx-calendar-alt:before {
  content: "\ea16";
}

/* line 28294, app/assets/stylesheets/icons.css */
.bx-calendar-check:before {
  content: "\ea17";
}

/* line 28298, app/assets/stylesheets/icons.css */
.bx-calendar-edit:before {
  content: "\ea18";
}

/* line 28302, app/assets/stylesheets/icons.css */
.bx-calendar-event:before {
  content: "\ea19";
}

/* line 28306, app/assets/stylesheets/icons.css */
.bx-calendar-exclamation:before {
  content: "\ea1a";
}

/* line 28310, app/assets/stylesheets/icons.css */
.bx-calendar-heart:before {
  content: "\ea1b";
}

/* line 28314, app/assets/stylesheets/icons.css */
.bx-calendar-minus:before {
  content: "\ea1c";
}

/* line 28318, app/assets/stylesheets/icons.css */
.bx-calendar-plus:before {
  content: "\ea1d";
}

/* line 28322, app/assets/stylesheets/icons.css */
.bx-calendar-star:before {
  content: "\ea1e";
}

/* line 28326, app/assets/stylesheets/icons.css */
.bx-calendar-week:before {
  content: "\ea1f";
}

/* line 28330, app/assets/stylesheets/icons.css */
.bx-calendar-x:before {
  content: "\ea20";
}

/* line 28334, app/assets/stylesheets/icons.css */
.bx-camera:before {
  content: "\ea21";
}

/* line 28338, app/assets/stylesheets/icons.css */
.bx-camera-home:before {
  content: "\ea22";
}

/* line 28342, app/assets/stylesheets/icons.css */
.bx-camera-movie:before {
  content: "\ea23";
}

/* line 28346, app/assets/stylesheets/icons.css */
.bx-camera-off:before {
  content: "\ea24";
}

/* line 28350, app/assets/stylesheets/icons.css */
.bx-capsule:before {
  content: "\ea25";
}

/* line 28354, app/assets/stylesheets/icons.css */
.bx-captions:before {
  content: "\ea26";
}

/* line 28358, app/assets/stylesheets/icons.css */
.bx-car:before {
  content: "\ea27";
}

/* line 28362, app/assets/stylesheets/icons.css */
.bx-card:before {
  content: "\ea28";
}

/* line 28366, app/assets/stylesheets/icons.css */
.bx-caret-down:before {
  content: "\ea29";
}

/* line 28370, app/assets/stylesheets/icons.css */
.bx-caret-down-circle:before {
  content: "\ea2a";
}

/* line 28374, app/assets/stylesheets/icons.css */
.bx-caret-down-square:before {
  content: "\ea2b";
}

/* line 28378, app/assets/stylesheets/icons.css */
.bx-caret-left:before {
  content: "\ea2c";
}

/* line 28382, app/assets/stylesheets/icons.css */
.bx-caret-left-circle:before {
  content: "\ea2d";
}

/* line 28386, app/assets/stylesheets/icons.css */
.bx-caret-left-square:before {
  content: "\ea2e";
}

/* line 28390, app/assets/stylesheets/icons.css */
.bx-caret-right:before {
  content: "\ea2f";
}

/* line 28394, app/assets/stylesheets/icons.css */
.bx-caret-right-circle:before {
  content: "\ea30";
}

/* line 28398, app/assets/stylesheets/icons.css */
.bx-caret-right-square:before {
  content: "\ea31";
}

/* line 28402, app/assets/stylesheets/icons.css */
.bx-caret-up:before {
  content: "\ea32";
}

/* line 28406, app/assets/stylesheets/icons.css */
.bx-caret-up-circle:before {
  content: "\ea33";
}

/* line 28410, app/assets/stylesheets/icons.css */
.bx-caret-up-square:before {
  content: "\ea34";
}

/* line 28414, app/assets/stylesheets/icons.css */
.bx-carousel:before {
  content: "\ea35";
}

/* line 28418, app/assets/stylesheets/icons.css */
.bx-cart:before {
  content: "\ea36";
}

/* line 28422, app/assets/stylesheets/icons.css */
.bx-cart-alt:before {
  content: "\ea37";
}

/* line 28426, app/assets/stylesheets/icons.css */
.bx-cast:before {
  content: "\ea38";
}

/* line 28430, app/assets/stylesheets/icons.css */
.bx-category:before {
  content: "\ea39";
}

/* line 28434, app/assets/stylesheets/icons.css */
.bx-category-alt:before {
  content: "\ea3a";
}

/* line 28438, app/assets/stylesheets/icons.css */
.bx-cctv:before {
  content: "\ea3b";
}

/* line 28442, app/assets/stylesheets/icons.css */
.bx-certification:before {
  content: "\ea3c";
}

/* line 28446, app/assets/stylesheets/icons.css */
.bx-chair:before {
  content: "\ea3d";
}

/* line 28450, app/assets/stylesheets/icons.css */
.bx-chalkboard:before {
  content: "\ea3e";
}

/* line 28454, app/assets/stylesheets/icons.css */
.bx-chart:before {
  content: "\ea3f";
}

/* line 28458, app/assets/stylesheets/icons.css */
.bx-chat:before {
  content: "\ea40";
}

/* line 28462, app/assets/stylesheets/icons.css */
.bx-check:before {
  content: "\ea41";
}

/* line 28466, app/assets/stylesheets/icons.css */
.bx-checkbox:before {
  content: "\ea42";
}

/* line 28470, app/assets/stylesheets/icons.css */
.bx-checkbox-checked:before {
  content: "\ea43";
}

/* line 28474, app/assets/stylesheets/icons.css */
.bx-checkbox-minus:before {
  content: "\ea44";
}

/* line 28478, app/assets/stylesheets/icons.css */
.bx-checkbox-square:before {
  content: "\ea45";
}

/* line 28482, app/assets/stylesheets/icons.css */
.bx-check-circle:before {
  content: "\ea46";
}

/* line 28486, app/assets/stylesheets/icons.css */
.bx-check-double:before {
  content: "\ea47";
}

/* line 28490, app/assets/stylesheets/icons.css */
.bx-check-shield:before {
  content: "\ea48";
}

/* line 28494, app/assets/stylesheets/icons.css */
.bx-check-square:before {
  content: "\ea49";
}

/* line 28498, app/assets/stylesheets/icons.css */
.bx-chevron-down:before {
  content: "\ea4a";
}

/* line 28502, app/assets/stylesheets/icons.css */
.bx-chevron-down-circle:before {
  content: "\ea4b";
}

/* line 28506, app/assets/stylesheets/icons.css */
.bx-chevron-down-square:before {
  content: "\ea4c";
}

/* line 28510, app/assets/stylesheets/icons.css */
.bx-chevron-left:before {
  content: "\ea4d";
}

/* line 28514, app/assets/stylesheets/icons.css */
.bx-chevron-left-circle:before {
  content: "\ea4e";
}

/* line 28518, app/assets/stylesheets/icons.css */
.bx-chevron-left-square:before {
  content: "\ea4f";
}

/* line 28522, app/assets/stylesheets/icons.css */
.bx-chevron-right:before {
  content: "\ea50";
}

/* line 28526, app/assets/stylesheets/icons.css */
.bx-chevron-right-circle:before {
  content: "\ea51";
}

/* line 28530, app/assets/stylesheets/icons.css */
.bx-chevron-right-square:before {
  content: "\ea52";
}

/* line 28534, app/assets/stylesheets/icons.css */
.bx-chevrons-down:before {
  content: "\ea53";
}

/* line 28538, app/assets/stylesheets/icons.css */
.bx-chevrons-left:before {
  content: "\ea54";
}

/* line 28542, app/assets/stylesheets/icons.css */
.bx-chevrons-right:before {
  content: "\ea55";
}

/* line 28546, app/assets/stylesheets/icons.css */
.bx-chevrons-up:before {
  content: "\ea56";
}

/* line 28550, app/assets/stylesheets/icons.css */
.bx-chevron-up:before {
  content: "\ea57";
}

/* line 28554, app/assets/stylesheets/icons.css */
.bx-chevron-up-circle:before {
  content: "\ea58";
}

/* line 28558, app/assets/stylesheets/icons.css */
.bx-chevron-up-square:before {
  content: "\ea59";
}

/* line 28562, app/assets/stylesheets/icons.css */
.bx-chip:before {
  content: "\ea5a";
}

/* line 28566, app/assets/stylesheets/icons.css */
.bx-church:before {
  content: "\ea5b";
}

/* line 28570, app/assets/stylesheets/icons.css */
.bx-circle:before {
  content: "\ea5c";
}

/* line 28574, app/assets/stylesheets/icons.css */
.bx-clinic:before {
  content: "\ea5d";
}

/* line 28578, app/assets/stylesheets/icons.css */
.bx-clipboard:before {
  content: "\ea5e";
}

/* line 28582, app/assets/stylesheets/icons.css */
.bx-closet:before {
  content: "\ea5f";
}

/* line 28586, app/assets/stylesheets/icons.css */
.bx-cloud:before {
  content: "\ea60";
}

/* line 28590, app/assets/stylesheets/icons.css */
.bx-cloud-download:before {
  content: "\ea61";
}

/* line 28594, app/assets/stylesheets/icons.css */
.bx-cloud-drizzle:before {
  content: "\ea62";
}

/* line 28598, app/assets/stylesheets/icons.css */
.bx-cloud-lightning:before {
  content: "\ea63";
}

/* line 28602, app/assets/stylesheets/icons.css */
.bx-cloud-light-rain:before {
  content: "\ea64";
}

/* line 28606, app/assets/stylesheets/icons.css */
.bx-cloud-rain:before {
  content: "\ea65";
}

/* line 28610, app/assets/stylesheets/icons.css */
.bx-cloud-snow:before {
  content: "\ea66";
}

/* line 28614, app/assets/stylesheets/icons.css */
.bx-cloud-upload:before {
  content: "\ea67";
}

/* line 28618, app/assets/stylesheets/icons.css */
.bx-code:before {
  content: "\ea68";
}

/* line 28622, app/assets/stylesheets/icons.css */
.bx-code-alt:before {
  content: "\ea69";
}

/* line 28626, app/assets/stylesheets/icons.css */
.bx-code-block:before {
  content: "\ea6a";
}

/* line 28630, app/assets/stylesheets/icons.css */
.bx-code-curly:before {
  content: "\ea6b";
}

/* line 28634, app/assets/stylesheets/icons.css */
.bx-coffee:before {
  content: "\ea6c";
}

/* line 28638, app/assets/stylesheets/icons.css */
.bx-coffee-togo:before {
  content: "\ea6d";
}

/* line 28642, app/assets/stylesheets/icons.css */
.bx-cog:before {
  content: "\ea6e";
}

/* line 28646, app/assets/stylesheets/icons.css */
.bx-coin:before {
  content: "\ea6f";
}

/* line 28650, app/assets/stylesheets/icons.css */
.bx-coin-stack:before {
  content: "\ea70";
}

/* line 28654, app/assets/stylesheets/icons.css */
.bx-collapse:before {
  content: "\ea71";
}

/* line 28658, app/assets/stylesheets/icons.css */
.bx-collection:before {
  content: "\ea72";
}

/* line 28662, app/assets/stylesheets/icons.css */
.bx-color-fill:before {
  content: "\ea73";
}

/* line 28666, app/assets/stylesheets/icons.css */
.bx-columns:before {
  content: "\ea74";
}

/* line 28670, app/assets/stylesheets/icons.css */
.bx-command:before {
  content: "\ea75";
}

/* line 28674, app/assets/stylesheets/icons.css */
.bx-comment:before {
  content: "\ea76";
}

/* line 28678, app/assets/stylesheets/icons.css */
.bx-comment-add:before {
  content: "\ea77";
}

/* line 28682, app/assets/stylesheets/icons.css */
.bx-comment-check:before {
  content: "\ea78";
}

/* line 28686, app/assets/stylesheets/icons.css */
.bx-comment-detail:before {
  content: "\ea79";
}

/* line 28690, app/assets/stylesheets/icons.css */
.bx-comment-dots:before {
  content: "\ea7a";
}

/* line 28694, app/assets/stylesheets/icons.css */
.bx-comment-edit:before {
  content: "\ea7b";
}

/* line 28698, app/assets/stylesheets/icons.css */
.bx-comment-error:before {
  content: "\ea7c";
}

/* line 28702, app/assets/stylesheets/icons.css */
.bx-comment-minus:before {
  content: "\ea7d";
}

/* line 28706, app/assets/stylesheets/icons.css */
.bx-comment-x:before {
  content: "\ea7e";
}

/* line 28710, app/assets/stylesheets/icons.css */
.bx-compass:before {
  content: "\ea7f";
}

/* line 28714, app/assets/stylesheets/icons.css */
.bx-confused:before {
  content: "\ea80";
}

/* line 28718, app/assets/stylesheets/icons.css */
.bx-conversation:before {
  content: "\ea81";
}

/* line 28722, app/assets/stylesheets/icons.css */
.bx-cookie:before {
  content: "\ea82";
}

/* line 28726, app/assets/stylesheets/icons.css */
.bx-cool:before {
  content: "\ea83";
}

/* line 28730, app/assets/stylesheets/icons.css */
.bx-copy:before {
  content: "\ea84";
}

/* line 28734, app/assets/stylesheets/icons.css */
.bx-copy-alt:before {
  content: "\ea85";
}

/* line 28738, app/assets/stylesheets/icons.css */
.bx-copyright:before {
  content: "\ea86";
}

/* line 28742, app/assets/stylesheets/icons.css */
.bx-credit-card:before {
  content: "\ea87";
}

/* line 28746, app/assets/stylesheets/icons.css */
.bx-credit-card-alt:before {
  content: "\ea88";
}

/* line 28750, app/assets/stylesheets/icons.css */
.bx-credit-card-front:before {
  content: "\ea89";
}

/* line 28754, app/assets/stylesheets/icons.css */
.bx-crop:before {
  content: "\ea8a";
}

/* line 28758, app/assets/stylesheets/icons.css */
.bx-crosshair:before {
  content: "\ea8b";
}

/* line 28762, app/assets/stylesheets/icons.css */
.bx-crown:before {
  content: "\ea8c";
}

/* line 28766, app/assets/stylesheets/icons.css */
.bx-cube:before {
  content: "\ea8d";
}

/* line 28770, app/assets/stylesheets/icons.css */
.bx-cube-alt:before {
  content: "\ea8e";
}

/* line 28774, app/assets/stylesheets/icons.css */
.bx-cuboid:before {
  content: "\ea8f";
}

/* line 28778, app/assets/stylesheets/icons.css */
.bx-current-location:before {
  content: "\ea90";
}

/* line 28782, app/assets/stylesheets/icons.css */
.bx-customize:before {
  content: "\ea91";
}

/* line 28786, app/assets/stylesheets/icons.css */
.bx-cut:before {
  content: "\ea92";
}

/* line 28790, app/assets/stylesheets/icons.css */
.bx-cycling:before {
  content: "\ea93";
}

/* line 28794, app/assets/stylesheets/icons.css */
.bx-cylinder:before {
  content: "\ea94";
}

/* line 28798, app/assets/stylesheets/icons.css */
.bx-data:before {
  content: "\ea95";
}

/* line 28802, app/assets/stylesheets/icons.css */
.bx-desktop:before {
  content: "\ea96";
}

/* line 28806, app/assets/stylesheets/icons.css */
.bx-detail:before {
  content: "\ea97";
}

/* line 28810, app/assets/stylesheets/icons.css */
.bx-devices:before {
  content: "\ea98";
}

/* line 28814, app/assets/stylesheets/icons.css */
.bx-dialpad:before {
  content: "\ea99";
}

/* line 28818, app/assets/stylesheets/icons.css */
.bx-dialpad-alt:before {
  content: "\ea9a";
}

/* line 28822, app/assets/stylesheets/icons.css */
.bx-diamond:before {
  content: "\ea9b";
}

/* line 28826, app/assets/stylesheets/icons.css */
.bx-dice-1:before {
  content: "\ea9c";
}

/* line 28830, app/assets/stylesheets/icons.css */
.bx-dice-2:before {
  content: "\ea9d";
}

/* line 28834, app/assets/stylesheets/icons.css */
.bx-dice-3:before {
  content: "\ea9e";
}

/* line 28838, app/assets/stylesheets/icons.css */
.bx-dice-4:before {
  content: "\ea9f";
}

/* line 28842, app/assets/stylesheets/icons.css */
.bx-dice-5:before {
  content: "\eaa0";
}

/* line 28846, app/assets/stylesheets/icons.css */
.bx-dice-6:before {
  content: "\eaa1";
}

/* line 28850, app/assets/stylesheets/icons.css */
.bx-directions:before {
  content: "\eaa2";
}

/* line 28854, app/assets/stylesheets/icons.css */
.bx-disc:before {
  content: "\eaa3";
}

/* line 28858, app/assets/stylesheets/icons.css */
.bx-dish:before {
  content: "\eaa4";
}

/* line 28862, app/assets/stylesheets/icons.css */
.bx-dislike:before {
  content: "\eaa5";
}

/* line 28866, app/assets/stylesheets/icons.css */
.bx-dizzy:before {
  content: "\eaa6";
}

/* line 28870, app/assets/stylesheets/icons.css */
.bx-dna:before {
  content: "\eaa7";
}

/* line 28874, app/assets/stylesheets/icons.css */
.bx-dock-bottom:before {
  content: "\eaa8";
}

/* line 28878, app/assets/stylesheets/icons.css */
.bx-dock-left:before {
  content: "\eaa9";
}

/* line 28882, app/assets/stylesheets/icons.css */
.bx-dock-right:before {
  content: "\eaaa";
}

/* line 28886, app/assets/stylesheets/icons.css */
.bx-dock-top:before {
  content: "\eaab";
}

/* line 28890, app/assets/stylesheets/icons.css */
.bx-dollar:before {
  content: "\eaac";
}

/* line 28894, app/assets/stylesheets/icons.css */
.bx-dollar-circle:before {
  content: "\eaad";
}

/* line 28898, app/assets/stylesheets/icons.css */
.bx-donate-blood:before {
  content: "\eaae";
}

/* line 28902, app/assets/stylesheets/icons.css */
.bx-donate-heart:before {
  content: "\eaaf";
}

/* line 28906, app/assets/stylesheets/icons.css */
.bx-door-open:before {
  content: "\eab0";
}

/* line 28910, app/assets/stylesheets/icons.css */
.bx-dots-horizontal:before {
  content: "\eab1";
}

/* line 28914, app/assets/stylesheets/icons.css */
.bx-dots-horizontal-rounded:before {
  content: "\eab2";
}

/* line 28918, app/assets/stylesheets/icons.css */
.bx-dots-vertical:before {
  content: "\eab3";
}

/* line 28922, app/assets/stylesheets/icons.css */
.bx-dots-vertical-rounded:before {
  content: "\eab4";
}

/* line 28926, app/assets/stylesheets/icons.css */
.bx-doughnut-chart:before {
  content: "\eab5";
}

/* line 28930, app/assets/stylesheets/icons.css */
.bx-down-arrow:before {
  content: "\eab6";
}

/* line 28934, app/assets/stylesheets/icons.css */
.bx-down-arrow-alt:before {
  content: "\eab7";
}

/* line 28938, app/assets/stylesheets/icons.css */
.bx-down-arrow-circle:before {
  content: "\eab8";
}

/* line 28942, app/assets/stylesheets/icons.css */
.bx-download:before {
  content: "\eab9";
}

/* line 28946, app/assets/stylesheets/icons.css */
.bx-downvote:before {
  content: "\eaba";
}

/* line 28950, app/assets/stylesheets/icons.css */
.bx-drink:before {
  content: "\eabb";
}

/* line 28954, app/assets/stylesheets/icons.css */
.bx-droplet:before {
  content: "\eabc";
}

/* line 28958, app/assets/stylesheets/icons.css */
.bx-dumbbell:before {
  content: "\eabd";
}

/* line 28962, app/assets/stylesheets/icons.css */
.bx-duplicate:before {
  content: "\eabe";
}

/* line 28966, app/assets/stylesheets/icons.css */
.bx-edit:before {
  content: "\eabf";
}

/* line 28970, app/assets/stylesheets/icons.css */
.bx-edit-alt:before {
  content: "\eac0";
}

/* line 28974, app/assets/stylesheets/icons.css */
.bx-envelope:before {
  content: "\eac1";
}

/* line 28978, app/assets/stylesheets/icons.css */
.bx-envelope-open:before {
  content: "\eac2";
}

/* line 28982, app/assets/stylesheets/icons.css */
.bx-equalizer:before {
  content: "\eac3";
}

/* line 28986, app/assets/stylesheets/icons.css */
.bx-eraser:before {
  content: "\eac4";
}

/* line 28990, app/assets/stylesheets/icons.css */
.bx-error:before {
  content: "\eac5";
}

/* line 28994, app/assets/stylesheets/icons.css */
.bx-error-alt:before {
  content: "\eac6";
}

/* line 28998, app/assets/stylesheets/icons.css */
.bx-error-circle:before {
  content: "\eac7";
}

/* line 29002, app/assets/stylesheets/icons.css */
.bx-euro:before {
  content: "\eac8";
}

/* line 29006, app/assets/stylesheets/icons.css */
.bx-exclude:before {
  content: "\eac9";
}

/* line 29010, app/assets/stylesheets/icons.css */
.bx-exit:before {
  content: "\eaca";
}

/* line 29014, app/assets/stylesheets/icons.css */
.bx-exit-fullscreen:before {
  content: "\eacb";
}

/* line 29018, app/assets/stylesheets/icons.css */
.bx-expand:before {
  content: "\eacc";
}

/* line 29022, app/assets/stylesheets/icons.css */
.bx-expand-alt:before {
  content: "\eacd";
}

/* line 29026, app/assets/stylesheets/icons.css */
.bx-export:before {
  content: "\eace";
}

/* line 29030, app/assets/stylesheets/icons.css */
.bx-extension:before {
  content: "\eacf";
}

/* line 29034, app/assets/stylesheets/icons.css */
.bx-face:before {
  content: "\ead0";
}

/* line 29038, app/assets/stylesheets/icons.css */
.bx-fast-forward:before {
  content: "\ead1";
}

/* line 29042, app/assets/stylesheets/icons.css */
.bx-fast-forward-circle:before {
  content: "\ead2";
}

/* line 29046, app/assets/stylesheets/icons.css */
.bx-female:before {
  content: "\ead3";
}

/* line 29050, app/assets/stylesheets/icons.css */
.bx-female-sign:before {
  content: "\ead4";
}

/* line 29054, app/assets/stylesheets/icons.css */
.bx-file:before {
  content: "\ead5";
}

/* line 29058, app/assets/stylesheets/icons.css */
.bx-file-blank:before {
  content: "\ead6";
}

/* line 29062, app/assets/stylesheets/icons.css */
.bx-file-find:before {
  content: "\ead7";
}

/* line 29066, app/assets/stylesheets/icons.css */
.bx-film:before {
  content: "\ead8";
}

/* line 29070, app/assets/stylesheets/icons.css */
.bx-filter:before {
  content: "\ead9";
}

/* line 29074, app/assets/stylesheets/icons.css */
.bx-filter-alt:before {
  content: "\eada";
}

/* line 29078, app/assets/stylesheets/icons.css */
.bx-fingerprint:before {
  content: "\eadb";
}

/* line 29082, app/assets/stylesheets/icons.css */
.bx-first-aid:before {
  content: "\eadc";
}

/* line 29086, app/assets/stylesheets/icons.css */
.bx-first-page:before {
  content: "\eadd";
}

/* line 29090, app/assets/stylesheets/icons.css */
.bx-flag:before {
  content: "\eade";
}

/* line 29094, app/assets/stylesheets/icons.css */
.bx-folder:before {
  content: "\eadf";
}

/* line 29098, app/assets/stylesheets/icons.css */
.bx-folder-minus:before {
  content: "\eae0";
}

/* line 29102, app/assets/stylesheets/icons.css */
.bx-folder-open:before {
  content: "\eae1";
}

/* line 29106, app/assets/stylesheets/icons.css */
.bx-folder-plus:before {
  content: "\eae2";
}

/* line 29110, app/assets/stylesheets/icons.css */
.bx-font:before {
  content: "\eae3";
}

/* line 29114, app/assets/stylesheets/icons.css */
.bx-font-color:before {
  content: "\eae4";
}

/* line 29118, app/assets/stylesheets/icons.css */
.bx-font-family:before {
  content: "\eae5";
}

/* line 29122, app/assets/stylesheets/icons.css */
.bx-font-size:before {
  content: "\eae6";
}

/* line 29126, app/assets/stylesheets/icons.css */
.bx-food-menu:before {
  content: "\eae7";
}

/* line 29130, app/assets/stylesheets/icons.css */
.bx-food-tag:before {
  content: "\eae8";
}

/* line 29134, app/assets/stylesheets/icons.css */
.bx-football:before {
  content: "\eae9";
}

/* line 29138, app/assets/stylesheets/icons.css */
.bx-fridge:before {
  content: "\eaea";
}

/* line 29142, app/assets/stylesheets/icons.css */
.bx-fullscreen:before {
  content: "\eaeb";
}

/* line 29146, app/assets/stylesheets/icons.css */
.bx-game:before {
  content: "\eaec";
}

/* line 29150, app/assets/stylesheets/icons.css */
.bx-gas-pump:before {
  content: "\eaed";
}

/* line 29154, app/assets/stylesheets/icons.css */
.bx-ghost:before {
  content: "\eaee";
}

/* line 29158, app/assets/stylesheets/icons.css */
.bx-gift:before {
  content: "\eaef";
}

/* line 29162, app/assets/stylesheets/icons.css */
.bx-git-branch:before {
  content: "\eaf0";
}

/* line 29166, app/assets/stylesheets/icons.css */
.bx-git-commit:before {
  content: "\eaf1";
}

/* line 29170, app/assets/stylesheets/icons.css */
.bx-git-compare:before {
  content: "\eaf2";
}

/* line 29174, app/assets/stylesheets/icons.css */
.bx-git-merge:before {
  content: "\eaf3";
}

/* line 29178, app/assets/stylesheets/icons.css */
.bx-git-pull-request:before {
  content: "\eaf4";
}

/* line 29182, app/assets/stylesheets/icons.css */
.bx-git-repo-forked:before {
  content: "\eaf5";
}

/* line 29186, app/assets/stylesheets/icons.css */
.bx-glasses:before {
  content: "\eaf6";
}

/* line 29190, app/assets/stylesheets/icons.css */
.bx-glasses-alt:before {
  content: "\eaf7";
}

/* line 29194, app/assets/stylesheets/icons.css */
.bx-globe:before {
  content: "\eaf8";
}

/* line 29198, app/assets/stylesheets/icons.css */
.bx-globe-alt:before {
  content: "\eaf9";
}

/* line 29202, app/assets/stylesheets/icons.css */
.bx-grid:before {
  content: "\eafa";
}

/* line 29206, app/assets/stylesheets/icons.css */
.bx-grid-alt:before {
  content: "\eafb";
}

/* line 29210, app/assets/stylesheets/icons.css */
.bx-grid-horizontal:before {
  content: "\eafc";
}

/* line 29214, app/assets/stylesheets/icons.css */
.bx-grid-small:before {
  content: "\eafd";
}

/* line 29218, app/assets/stylesheets/icons.css */
.bx-grid-vertical:before {
  content: "\eafe";
}

/* line 29222, app/assets/stylesheets/icons.css */
.bx-group:before {
  content: "\eaff";
}

/* line 29226, app/assets/stylesheets/icons.css */
.bx-handicap:before {
  content: "\eb00";
}

/* line 29230, app/assets/stylesheets/icons.css */
.bx-happy:before {
  content: "\eb01";
}

/* line 29234, app/assets/stylesheets/icons.css */
.bx-happy-alt:before {
  content: "\eb02";
}

/* line 29238, app/assets/stylesheets/icons.css */
.bx-happy-beaming:before {
  content: "\eb03";
}

/* line 29242, app/assets/stylesheets/icons.css */
.bx-happy-heart-eyes:before {
  content: "\eb04";
}

/* line 29246, app/assets/stylesheets/icons.css */
.bx-hash:before {
  content: "\eb05";
}

/* line 29250, app/assets/stylesheets/icons.css */
.bx-hdd:before {
  content: "\eb06";
}

/* line 29254, app/assets/stylesheets/icons.css */
.bx-heading:before {
  content: "\eb07";
}

/* line 29258, app/assets/stylesheets/icons.css */
.bx-headphone:before {
  content: "\eb08";
}

/* line 29262, app/assets/stylesheets/icons.css */
.bx-health:before {
  content: "\eb09";
}

/* line 29266, app/assets/stylesheets/icons.css */
.bx-heart:before {
  content: "\eb0a";
}

/* line 29270, app/assets/stylesheets/icons.css */
.bx-heart-circle:before {
  content: "\eb0b";
}

/* line 29274, app/assets/stylesheets/icons.css */
.bx-heart-square:before {
  content: "\eb0c";
}

/* line 29278, app/assets/stylesheets/icons.css */
.bx-help-circle:before {
  content: "\eb0d";
}

/* line 29282, app/assets/stylesheets/icons.css */
.bx-hide:before {
  content: "\eb0e";
}

/* line 29286, app/assets/stylesheets/icons.css */
.bx-highlight:before {
  content: "\eb0f";
}

/* line 29290, app/assets/stylesheets/icons.css */
.bx-history:before {
  content: "\eb10";
}

/* line 29294, app/assets/stylesheets/icons.css */
.bx-hive:before {
  content: "\eb11";
}

/* line 29298, app/assets/stylesheets/icons.css */
.bx-home:before {
  content: "\eb12";
}

/* line 29302, app/assets/stylesheets/icons.css */
.bx-home-alt:before {
  content: "\eb13";
}

/* line 29306, app/assets/stylesheets/icons.css */
.bx-home-circle:before {
  content: "\eb14";
}

/* line 29310, app/assets/stylesheets/icons.css */
.bx-home-heart:before {
  content: "\eb15";
}

/* line 29314, app/assets/stylesheets/icons.css */
.bx-home-smile:before {
  content: "\eb16";
}

/* line 29318, app/assets/stylesheets/icons.css */
.bx-horizontal-center:before {
  content: "\eb17";
}

/* line 29322, app/assets/stylesheets/icons.css */
.bx-hotel:before {
  content: "\eb18";
}

/* line 29326, app/assets/stylesheets/icons.css */
.bx-hourglass:before {
  content: "\eb19";
}

/* line 29330, app/assets/stylesheets/icons.css */
.bx-id-card:before {
  content: "\eb1a";
}

/* line 29334, app/assets/stylesheets/icons.css */
.bx-image:before {
  content: "\eb1b";
}

/* line 29338, app/assets/stylesheets/icons.css */
.bx-image-add:before {
  content: "\eb1c";
}

/* line 29342, app/assets/stylesheets/icons.css */
.bx-image-alt:before {
  content: "\eb1d";
}

/* line 29346, app/assets/stylesheets/icons.css */
.bx-images:before {
  content: "\eb1e";
}

/* line 29350, app/assets/stylesheets/icons.css */
.bx-import:before {
  content: "\eb1f";
}

/* line 29354, app/assets/stylesheets/icons.css */
.bx-infinite:before {
  content: "\eb20";
}

/* line 29358, app/assets/stylesheets/icons.css */
.bx-info-circle:before {
  content: "\eb21";
}

/* line 29362, app/assets/stylesheets/icons.css */
.bx-info-square:before {
  content: "\eb22";
}

/* line 29366, app/assets/stylesheets/icons.css */
.bx-intersect:before {
  content: "\eb23";
}

/* line 29370, app/assets/stylesheets/icons.css */
.bx-italic:before {
  content: "\eb24";
}

/* line 29374, app/assets/stylesheets/icons.css */
.bx-joystick:before {
  content: "\eb25";
}

/* line 29378, app/assets/stylesheets/icons.css */
.bx-joystick-alt:before {
  content: "\eb26";
}

/* line 29382, app/assets/stylesheets/icons.css */
.bx-joystick-button:before {
  content: "\eb27";
}

/* line 29386, app/assets/stylesheets/icons.css */
.bx-key:before {
  content: "\eb28";
}

/* line 29390, app/assets/stylesheets/icons.css */
.bx-label:before {
  content: "\eb29";
}

/* line 29394, app/assets/stylesheets/icons.css */
.bx-landscape:before {
  content: "\eb2a";
}

/* line 29398, app/assets/stylesheets/icons.css */
.bx-laptop:before {
  content: "\eb2b";
}

/* line 29402, app/assets/stylesheets/icons.css */
.bx-last-page:before {
  content: "\eb2c";
}

/* line 29406, app/assets/stylesheets/icons.css */
.bx-laugh:before {
  content: "\eb2d";
}

/* line 29410, app/assets/stylesheets/icons.css */
.bx-layer:before {
  content: "\eb2e";
}

/* line 29414, app/assets/stylesheets/icons.css */
.bx-layer-minus:before {
  content: "\eb2f";
}

/* line 29418, app/assets/stylesheets/icons.css */
.bx-layer-plus:before {
  content: "\eb30";
}

/* line 29422, app/assets/stylesheets/icons.css */
.bx-layout:before {
  content: "\eb31";
}

/* line 29426, app/assets/stylesheets/icons.css */
.bx-left-arrow:before {
  content: "\eb32";
}

/* line 29430, app/assets/stylesheets/icons.css */
.bx-left-arrow-alt:before {
  content: "\eb33";
}

/* line 29434, app/assets/stylesheets/icons.css */
.bx-left-arrow-circle:before {
  content: "\eb34";
}

/* line 29438, app/assets/stylesheets/icons.css */
.bx-left-down-arrow-circle:before {
  content: "\eb35";
}

/* line 29442, app/assets/stylesheets/icons.css */
.bx-left-indent:before {
  content: "\eb36";
}

/* line 29446, app/assets/stylesheets/icons.css */
.bx-left-top-arrow-circle:before {
  content: "\eb37";
}

/* line 29450, app/assets/stylesheets/icons.css */
.bx-library:before {
  content: "\eb38";
}

/* line 29454, app/assets/stylesheets/icons.css */
.bx-like:before {
  content: "\eb39";
}

/* line 29458, app/assets/stylesheets/icons.css */
.bx-line-chart:before {
  content: "\eb3a";
}

/* line 29462, app/assets/stylesheets/icons.css */
.bx-line-chart-down:before {
  content: "\eb3b";
}

/* line 29466, app/assets/stylesheets/icons.css */
.bx-link:before {
  content: "\eb3c";
}

/* line 29470, app/assets/stylesheets/icons.css */
.bx-link-alt:before {
  content: "\eb3d";
}

/* line 29474, app/assets/stylesheets/icons.css */
.bx-link-external:before {
  content: "\eb3e";
}

/* line 29478, app/assets/stylesheets/icons.css */
.bx-lira:before {
  content: "\eb3f";
}

/* line 29482, app/assets/stylesheets/icons.css */
.bx-list-check:before {
  content: "\eb40";
}

/* line 29486, app/assets/stylesheets/icons.css */
.bx-list-minus:before {
  content: "\eb41";
}

/* line 29490, app/assets/stylesheets/icons.css */
.bx-list-ol:before {
  content: "\eb42";
}

/* line 29494, app/assets/stylesheets/icons.css */
.bx-list-plus:before {
  content: "\eb43";
}

/* line 29498, app/assets/stylesheets/icons.css */
.bx-list-ul:before {
  content: "\eb44";
}

/* line 29502, app/assets/stylesheets/icons.css */
.bx-loader:before {
  content: "\eb45";
}

/* line 29506, app/assets/stylesheets/icons.css */
.bx-loader-alt:before {
  content: "\eb46";
}

/* line 29510, app/assets/stylesheets/icons.css */
.bx-loader-circle:before {
  content: "\eb47";
}

/* line 29514, app/assets/stylesheets/icons.css */
.bx-location-plus:before {
  content: "\eb48";
}

/* line 29518, app/assets/stylesheets/icons.css */
.bx-lock:before {
  content: "\eb49";
}

/* line 29522, app/assets/stylesheets/icons.css */
.bx-lock-alt:before {
  content: "\eb4a";
}

/* line 29526, app/assets/stylesheets/icons.css */
.bx-lock-open:before {
  content: "\eb4b";
}

/* line 29530, app/assets/stylesheets/icons.css */
.bx-lock-open-alt:before {
  content: "\eb4c";
}

/* line 29534, app/assets/stylesheets/icons.css */
.bx-log-in:before {
  content: "\eb4d";
}

/* line 29538, app/assets/stylesheets/icons.css */
.bx-log-in-circle:before {
  content: "\eb4e";
}

/* line 29542, app/assets/stylesheets/icons.css */
.bx-log-out:before {
  content: "\eb4f";
}

/* line 29546, app/assets/stylesheets/icons.css */
.bx-log-out-circle:before {
  content: "\eb50";
}

/* line 29550, app/assets/stylesheets/icons.css */
.bx-low-vision:before {
  content: "\eb51";
}

/* line 29554, app/assets/stylesheets/icons.css */
.bx-magnet:before {
  content: "\eb52";
}

/* line 29558, app/assets/stylesheets/icons.css */
.bx-mail-send:before {
  content: "\eb53";
}

/* line 29562, app/assets/stylesheets/icons.css */
.bx-male:before {
  content: "\eb54";
}

/* line 29566, app/assets/stylesheets/icons.css */
.bx-male-sign:before {
  content: "\eb55";
}

/* line 29570, app/assets/stylesheets/icons.css */
.bx-map:before {
  content: "\eb56";
}

/* line 29574, app/assets/stylesheets/icons.css */
.bx-map-alt:before {
  content: "\eb57";
}

/* line 29578, app/assets/stylesheets/icons.css */
.bx-map-pin:before {
  content: "\eb58";
}

/* line 29582, app/assets/stylesheets/icons.css */
.bx-mask:before {
  content: "\eb59";
}

/* line 29586, app/assets/stylesheets/icons.css */
.bx-medal:before {
  content: "\eb5a";
}

/* line 29590, app/assets/stylesheets/icons.css */
.bx-meh:before {
  content: "\eb5b";
}

/* line 29594, app/assets/stylesheets/icons.css */
.bx-meh-alt:before {
  content: "\eb5c";
}

/* line 29598, app/assets/stylesheets/icons.css */
.bx-meh-blank:before {
  content: "\eb5d";
}

/* line 29602, app/assets/stylesheets/icons.css */
.bx-memory-card:before {
  content: "\eb5e";
}

/* line 29606, app/assets/stylesheets/icons.css */
.bx-menu:before {
  content: "\eb5f";
}

/* line 29610, app/assets/stylesheets/icons.css */
.bx-menu-alt-left:before {
  content: "\eb60";
}

/* line 29614, app/assets/stylesheets/icons.css */
.bx-menu-alt-right:before {
  content: "\eb61";
}

/* line 29618, app/assets/stylesheets/icons.css */
.bx-merge:before {
  content: "\eb62";
}

/* line 29622, app/assets/stylesheets/icons.css */
.bx-message:before {
  content: "\eb63";
}

/* line 29626, app/assets/stylesheets/icons.css */
.bx-message-add:before {
  content: "\eb64";
}

/* line 29630, app/assets/stylesheets/icons.css */
.bx-message-alt:before {
  content: "\eb65";
}

/* line 29634, app/assets/stylesheets/icons.css */
.bx-message-alt-add:before {
  content: "\eb66";
}

/* line 29638, app/assets/stylesheets/icons.css */
.bx-message-alt-check:before {
  content: "\eb67";
}

/* line 29642, app/assets/stylesheets/icons.css */
.bx-message-alt-detail:before {
  content: "\eb68";
}

/* line 29646, app/assets/stylesheets/icons.css */
.bx-message-alt-dots:before {
  content: "\eb69";
}

/* line 29650, app/assets/stylesheets/icons.css */
.bx-message-alt-edit:before {
  content: "\eb6a";
}

/* line 29654, app/assets/stylesheets/icons.css */
.bx-message-alt-error:before {
  content: "\eb6b";
}

/* line 29658, app/assets/stylesheets/icons.css */
.bx-message-alt-minus:before {
  content: "\eb6c";
}

/* line 29662, app/assets/stylesheets/icons.css */
.bx-message-alt-x:before {
  content: "\eb6d";
}

/* line 29666, app/assets/stylesheets/icons.css */
.bx-message-check:before {
  content: "\eb6e";
}

/* line 29670, app/assets/stylesheets/icons.css */
.bx-message-detail:before {
  content: "\eb6f";
}

/* line 29674, app/assets/stylesheets/icons.css */
.bx-message-dots:before {
  content: "\eb70";
}

/* line 29678, app/assets/stylesheets/icons.css */
.bx-message-edit:before {
  content: "\eb71";
}

/* line 29682, app/assets/stylesheets/icons.css */
.bx-message-error:before {
  content: "\eb72";
}

/* line 29686, app/assets/stylesheets/icons.css */
.bx-message-minus:before {
  content: "\eb73";
}

/* line 29690, app/assets/stylesheets/icons.css */
.bx-message-rounded:before {
  content: "\eb74";
}

/* line 29694, app/assets/stylesheets/icons.css */
.bx-message-rounded-add:before {
  content: "\eb75";
}

/* line 29698, app/assets/stylesheets/icons.css */
.bx-message-rounded-check:before {
  content: "\eb76";
}

/* line 29702, app/assets/stylesheets/icons.css */
.bx-message-rounded-detail:before {
  content: "\eb77";
}

/* line 29706, app/assets/stylesheets/icons.css */
.bx-message-rounded-dots:before {
  content: "\eb78";
}

/* line 29710, app/assets/stylesheets/icons.css */
.bx-message-rounded-edit:before {
  content: "\eb79";
}

/* line 29714, app/assets/stylesheets/icons.css */
.bx-message-rounded-error:before {
  content: "\eb7a";
}

/* line 29718, app/assets/stylesheets/icons.css */
.bx-message-rounded-minus:before {
  content: "\eb7b";
}

/* line 29722, app/assets/stylesheets/icons.css */
.bx-message-rounded-x:before {
  content: "\eb7c";
}

/* line 29726, app/assets/stylesheets/icons.css */
.bx-message-square:before {
  content: "\eb7d";
}

/* line 29730, app/assets/stylesheets/icons.css */
.bx-message-square-add:before {
  content: "\eb7e";
}

/* line 29734, app/assets/stylesheets/icons.css */
.bx-message-square-check:before {
  content: "\eb7f";
}

/* line 29738, app/assets/stylesheets/icons.css */
.bx-message-square-detail:before {
  content: "\eb80";
}

/* line 29742, app/assets/stylesheets/icons.css */
.bx-message-square-dots:before {
  content: "\eb81";
}

/* line 29746, app/assets/stylesheets/icons.css */
.bx-message-square-edit:before {
  content: "\eb82";
}

/* line 29750, app/assets/stylesheets/icons.css */
.bx-message-square-error:before {
  content: "\eb83";
}

/* line 29754, app/assets/stylesheets/icons.css */
.bx-message-square-minus:before {
  content: "\eb84";
}

/* line 29758, app/assets/stylesheets/icons.css */
.bx-message-square-x:before {
  content: "\eb85";
}

/* line 29762, app/assets/stylesheets/icons.css */
.bx-message-x:before {
  content: "\eb86";
}

/* line 29766, app/assets/stylesheets/icons.css */
.bx-meteor:before {
  content: "\eb87";
}

/* line 29770, app/assets/stylesheets/icons.css */
.bx-microchip:before {
  content: "\eb88";
}

/* line 29774, app/assets/stylesheets/icons.css */
.bx-microphone:before {
  content: "\eb89";
}

/* line 29778, app/assets/stylesheets/icons.css */
.bx-microphone-off:before {
  content: "\eb8a";
}

/* line 29782, app/assets/stylesheets/icons.css */
.bx-minus:before {
  content: "\eb8b";
}

/* line 29786, app/assets/stylesheets/icons.css */
.bx-minus-back:before {
  content: "\eb8c";
}

/* line 29790, app/assets/stylesheets/icons.css */
.bx-minus-circle:before {
  content: "\eb8d";
}

/* line 29794, app/assets/stylesheets/icons.css */
.bx-minus-front:before {
  content: "\eb8e";
}

/* line 29798, app/assets/stylesheets/icons.css */
.bx-mobile:before {
  content: "\eb8f";
}

/* line 29802, app/assets/stylesheets/icons.css */
.bx-mobile-alt:before {
  content: "\eb90";
}

/* line 29806, app/assets/stylesheets/icons.css */
.bx-mobile-landscape:before {
  content: "\eb91";
}

/* line 29810, app/assets/stylesheets/icons.css */
.bx-mobile-vibration:before {
  content: "\eb92";
}

/* line 29814, app/assets/stylesheets/icons.css */
.bx-money:before {
  content: "\eb93";
}

/* line 29818, app/assets/stylesheets/icons.css */
.bx-moon:before {
  content: "\eb94";
}

/* line 29822, app/assets/stylesheets/icons.css */
.bx-mouse:before {
  content: "\eb95";
}

/* line 29826, app/assets/stylesheets/icons.css */
.bx-mouse-alt:before {
  content: "\eb96";
}

/* line 29830, app/assets/stylesheets/icons.css */
.bx-move:before {
  content: "\eb97";
}

/* line 29834, app/assets/stylesheets/icons.css */
.bx-move-horizontal:before {
  content: "\eb98";
}

/* line 29838, app/assets/stylesheets/icons.css */
.bx-move-vertical:before {
  content: "\eb99";
}

/* line 29842, app/assets/stylesheets/icons.css */
.bx-movie:before {
  content: "\eb9a";
}

/* line 29846, app/assets/stylesheets/icons.css */
.bx-movie-play:before {
  content: "\eb9b";
}

/* line 29850, app/assets/stylesheets/icons.css */
.bx-music:before {
  content: "\eb9c";
}

/* line 29854, app/assets/stylesheets/icons.css */
.bx-navigation:before {
  content: "\eb9d";
}

/* line 29858, app/assets/stylesheets/icons.css */
.bx-network-chart:before {
  content: "\eb9e";
}

/* line 29862, app/assets/stylesheets/icons.css */
.bx-news:before {
  content: "\eb9f";
}

/* line 29866, app/assets/stylesheets/icons.css */
.bx-no-entry:before {
  content: "\eba0";
}

/* line 29870, app/assets/stylesheets/icons.css */
.bx-note:before {
  content: "\eba1";
}

/* line 29874, app/assets/stylesheets/icons.css */
.bx-notepad:before {
  content: "\eba2";
}

/* line 29878, app/assets/stylesheets/icons.css */
.bx-notification:before {
  content: "\eba3";
}

/* line 29882, app/assets/stylesheets/icons.css */
.bx-notification-off:before {
  content: "\eba4";
}

/* line 29886, app/assets/stylesheets/icons.css */
.bx-outline:before {
  content: "\eba5";
}

/* line 29890, app/assets/stylesheets/icons.css */
.bx-package:before {
  content: "\eba6";
}

/* line 29894, app/assets/stylesheets/icons.css */
.bx-paint:before {
  content: "\eba7";
}

/* line 29898, app/assets/stylesheets/icons.css */
.bx-paint-roll:before {
  content: "\eba8";
}

/* line 29902, app/assets/stylesheets/icons.css */
.bx-palette:before {
  content: "\eba9";
}

/* line 29906, app/assets/stylesheets/icons.css */
.bx-paperclip:before {
  content: "\ebaa";
}

/* line 29910, app/assets/stylesheets/icons.css */
.bx-paper-plane:before {
  content: "\ebab";
}

/* line 29914, app/assets/stylesheets/icons.css */
.bx-paragraph:before {
  content: "\ebac";
}

/* line 29918, app/assets/stylesheets/icons.css */
.bx-paste:before {
  content: "\ebad";
}

/* line 29922, app/assets/stylesheets/icons.css */
.bx-pause:before {
  content: "\ebae";
}

/* line 29926, app/assets/stylesheets/icons.css */
.bx-pause-circle:before {
  content: "\ebaf";
}

/* line 29930, app/assets/stylesheets/icons.css */
.bx-pen:before {
  content: "\ebb0";
}

/* line 29934, app/assets/stylesheets/icons.css */
.bx-pencil:before {
  content: "\ebb1";
}

/* line 29938, app/assets/stylesheets/icons.css */
.bx-phone:before {
  content: "\ebb2";
}

/* line 29942, app/assets/stylesheets/icons.css */
.bx-phone-call:before {
  content: "\ebb3";
}

/* line 29946, app/assets/stylesheets/icons.css */
.bx-phone-incoming:before {
  content: "\ebb4";
}

/* line 29950, app/assets/stylesheets/icons.css */
.bx-phone-off:before {
  content: "\ebb5";
}

/* line 29954, app/assets/stylesheets/icons.css */
.bx-phone-outgoing:before {
  content: "\ebb6";
}

/* line 29958, app/assets/stylesheets/icons.css */
.bx-photo-album:before {
  content: "\ebb7";
}

/* line 29962, app/assets/stylesheets/icons.css */
.bx-pie-chart:before {
  content: "\ebb8";
}

/* line 29966, app/assets/stylesheets/icons.css */
.bx-pie-chart-alt:before {
  content: "\ebb9";
}

/* line 29970, app/assets/stylesheets/icons.css */
.bx-pie-chart-alt-2:before {
  content: "\ebba";
}

/* line 29974, app/assets/stylesheets/icons.css */
.bx-pin:before {
  content: "\ebbb";
}

/* line 29978, app/assets/stylesheets/icons.css */
.bx-planet:before {
  content: "\ebbc";
}

/* line 29982, app/assets/stylesheets/icons.css */
.bx-play:before {
  content: "\ebbd";
}

/* line 29986, app/assets/stylesheets/icons.css */
.bx-play-circle:before {
  content: "\ebbe";
}

/* line 29990, app/assets/stylesheets/icons.css */
.bx-plug:before {
  content: "\ebbf";
}

/* line 29994, app/assets/stylesheets/icons.css */
.bx-plus:before {
  content: "\ebc0";
}

/* line 29998, app/assets/stylesheets/icons.css */
.bx-plus-circle:before {
  content: "\ebc1";
}

/* line 30002, app/assets/stylesheets/icons.css */
.bx-plus-medical:before {
  content: "\ebc2";
}

/* line 30006, app/assets/stylesheets/icons.css */
.bx-podcast:before {
  content: "\ebc3";
}

/* line 30010, app/assets/stylesheets/icons.css */
.bx-pointer:before {
  content: "\ebc4";
}

/* line 30014, app/assets/stylesheets/icons.css */
.bx-poll:before {
  content: "\ebc5";
}

/* line 30018, app/assets/stylesheets/icons.css */
.bx-polygon:before {
  content: "\ebc6";
}

/* line 30022, app/assets/stylesheets/icons.css */
.bx-pound:before {
  content: "\ebc7";
}

/* line 30026, app/assets/stylesheets/icons.css */
.bx-power-off:before {
  content: "\ebc8";
}

/* line 30030, app/assets/stylesheets/icons.css */
.bx-printer:before {
  content: "\ebc9";
}

/* line 30034, app/assets/stylesheets/icons.css */
.bx-pulse:before {
  content: "\ebca";
}

/* line 30038, app/assets/stylesheets/icons.css */
.bx-purchase-tag:before {
  content: "\ebcb";
}

/* line 30042, app/assets/stylesheets/icons.css */
.bx-purchase-tag-alt:before {
  content: "\ebcc";
}

/* line 30046, app/assets/stylesheets/icons.css */
.bx-pyramid:before {
  content: "\ebcd";
}

/* line 30050, app/assets/stylesheets/icons.css */
.bx-qr:before {
  content: "\ebce";
}

/* line 30054, app/assets/stylesheets/icons.css */
.bx-qr-scan:before {
  content: "\ebcf";
}

/* line 30058, app/assets/stylesheets/icons.css */
.bx-question-mark:before {
  content: "\ebd0";
}

/* line 30062, app/assets/stylesheets/icons.css */
.bx-radar:before {
  content: "\ebd1";
}

/* line 30066, app/assets/stylesheets/icons.css */
.bx-radio:before {
  content: "\ebd2";
}

/* line 30070, app/assets/stylesheets/icons.css */
.bx-radio-circle:before {
  content: "\ebd3";
}

/* line 30074, app/assets/stylesheets/icons.css */
.bx-radio-circle-marked:before {
  content: "\ebd4";
}

/* line 30078, app/assets/stylesheets/icons.css */
.bx-receipt:before {
  content: "\ebd5";
}

/* line 30082, app/assets/stylesheets/icons.css */
.bx-rectangle:before {
  content: "\ebd6";
}

/* line 30086, app/assets/stylesheets/icons.css */
.bx-recycle:before {
  content: "\ebd7";
}

/* line 30090, app/assets/stylesheets/icons.css */
.bx-redo:before {
  content: "\ebd8";
}

/* line 30094, app/assets/stylesheets/icons.css */
.bx-refresh:before {
  content: "\ebd9";
}

/* line 30098, app/assets/stylesheets/icons.css */
.bx-registered:before {
  content: "\ebda";
}

/* line 30102, app/assets/stylesheets/icons.css */
.bx-rename:before {
  content: "\ebdb";
}

/* line 30106, app/assets/stylesheets/icons.css */
.bx-repeat:before {
  content: "\ebdc";
}

/* line 30110, app/assets/stylesheets/icons.css */
.bx-reply:before {
  content: "\ebdd";
}

/* line 30114, app/assets/stylesheets/icons.css */
.bx-reply-all:before {
  content: "\ebde";
}

/* line 30118, app/assets/stylesheets/icons.css */
.bx-repost:before {
  content: "\ebdf";
}

/* line 30122, app/assets/stylesheets/icons.css */
.bx-reset:before {
  content: "\ebe0";
}

/* line 30126, app/assets/stylesheets/icons.css */
.bx-restaurant:before {
  content: "\ebe1";
}

/* line 30130, app/assets/stylesheets/icons.css */
.bx-revision:before {
  content: "\ebe2";
}

/* line 30134, app/assets/stylesheets/icons.css */
.bx-rewind:before {
  content: "\ebe3";
}

/* line 30138, app/assets/stylesheets/icons.css */
.bx-rewind-circle:before {
  content: "\ebe4";
}

/* line 30142, app/assets/stylesheets/icons.css */
.bx-right-arrow:before {
  content: "\ebe5";
}

/* line 30146, app/assets/stylesheets/icons.css */
.bx-right-arrow-alt:before {
  content: "\ebe6";
}

/* line 30150, app/assets/stylesheets/icons.css */
.bx-right-arrow-circle:before {
  content: "\ebe7";
}

/* line 30154, app/assets/stylesheets/icons.css */
.bx-right-down-arrow-circle:before {
  content: "\ebe8";
}

/* line 30158, app/assets/stylesheets/icons.css */
.bx-right-indent:before {
  content: "\ebe9";
}

/* line 30162, app/assets/stylesheets/icons.css */
.bx-right-top-arrow-circle:before {
  content: "\ebea";
}

/* line 30166, app/assets/stylesheets/icons.css */
.bx-rocket:before {
  content: "\ebeb";
}

/* line 30170, app/assets/stylesheets/icons.css */
.bx-rotate-left:before {
  content: "\ebec";
}

/* line 30174, app/assets/stylesheets/icons.css */
.bx-rotate-right:before {
  content: "\ebed";
}

/* line 30178, app/assets/stylesheets/icons.css */
.bx-rss:before {
  content: "\ebee";
}

/* line 30182, app/assets/stylesheets/icons.css */
.bx-ruble:before {
  content: "\ebef";
}

/* line 30186, app/assets/stylesheets/icons.css */
.bx-ruler:before {
  content: "\ebf0";
}

/* line 30190, app/assets/stylesheets/icons.css */
.bx-run:before {
  content: "\ebf1";
}

/* line 30194, app/assets/stylesheets/icons.css */
.bx-rupee:before {
  content: "\ebf2";
}

/* line 30198, app/assets/stylesheets/icons.css */
.bx-sad:before {
  content: "\ebf3";
}

/* line 30202, app/assets/stylesheets/icons.css */
.bx-save:before {
  content: "\ebf4";
}

/* line 30206, app/assets/stylesheets/icons.css */
.bx-scan:before {
  content: "\ebf5";
}

/* line 30210, app/assets/stylesheets/icons.css */
.bx-screenshot:before {
  content: "\ebf6";
}

/* line 30214, app/assets/stylesheets/icons.css */
.bx-search:before {
  content: "\ebf7";
}

/* line 30218, app/assets/stylesheets/icons.css */
.bx-search-alt:before {
  content: "\ebf8";
}

/* line 30222, app/assets/stylesheets/icons.css */
.bx-search-alt-2:before {
  content: "\ebf9";
}

/* line 30226, app/assets/stylesheets/icons.css */
.bx-selection:before {
  content: "\ebfa";
}

/* line 30230, app/assets/stylesheets/icons.css */
.bx-select-multiple:before {
  content: "\ebfb";
}

/* line 30234, app/assets/stylesheets/icons.css */
.bx-send:before {
  content: "\ebfc";
}

/* line 30238, app/assets/stylesheets/icons.css */
.bx-server:before {
  content: "\ebfd";
}

/* line 30242, app/assets/stylesheets/icons.css */
.bx-shape-circle:before {
  content: "\ebfe";
}

/* line 30246, app/assets/stylesheets/icons.css */
.bx-shape-polygon:before {
  content: "\ebff";
}

/* line 30250, app/assets/stylesheets/icons.css */
.bx-shape-square:before {
  content: "\ec00";
}

/* line 30254, app/assets/stylesheets/icons.css */
.bx-shape-triangle:before {
  content: "\ec01";
}

/* line 30258, app/assets/stylesheets/icons.css */
.bx-share:before {
  content: "\ec02";
}

/* line 30262, app/assets/stylesheets/icons.css */
.bx-share-alt:before {
  content: "\ec03";
}

/* line 30266, app/assets/stylesheets/icons.css */
.bx-shekel:before {
  content: "\ec04";
}

/* line 30270, app/assets/stylesheets/icons.css */
.bx-shield:before {
  content: "\ec05";
}

/* line 30274, app/assets/stylesheets/icons.css */
.bx-shield-alt:before {
  content: "\ec06";
}

/* line 30278, app/assets/stylesheets/icons.css */
.bx-shield-alt-2:before {
  content: "\ec07";
}

/* line 30282, app/assets/stylesheets/icons.css */
.bx-shield-quarter:before {
  content: "\ec08";
}

/* line 30286, app/assets/stylesheets/icons.css */
.bx-shield-x:before {
  content: "\ec09";
}

/* line 30290, app/assets/stylesheets/icons.css */
.bx-shocked:before {
  content: "\ec0a";
}

/* line 30294, app/assets/stylesheets/icons.css */
.bx-shopping-bag:before {
  content: "\ec0b";
}

/* line 30298, app/assets/stylesheets/icons.css */
.bx-show:before {
  content: "\ec0c";
}

/* line 30302, app/assets/stylesheets/icons.css */
.bx-show-alt:before {
  content: "\ec0d";
}

/* line 30306, app/assets/stylesheets/icons.css */
.bx-shuffle:before {
  content: "\ec0e";
}

/* line 30310, app/assets/stylesheets/icons.css */
.bx-sidebar:before {
  content: "\ec0f";
}

/* line 30314, app/assets/stylesheets/icons.css */
.bx-sitemap:before {
  content: "\ec10";
}

/* line 30318, app/assets/stylesheets/icons.css */
.bx-skip-next:before {
  content: "\ec11";
}

/* line 30322, app/assets/stylesheets/icons.css */
.bx-skip-next-circle:before {
  content: "\ec12";
}

/* line 30326, app/assets/stylesheets/icons.css */
.bx-skip-previous:before {
  content: "\ec13";
}

/* line 30330, app/assets/stylesheets/icons.css */
.bx-skip-previous-circle:before {
  content: "\ec14";
}

/* line 30334, app/assets/stylesheets/icons.css */
.bx-sleepy:before {
  content: "\ec15";
}

/* line 30338, app/assets/stylesheets/icons.css */
.bx-slider:before {
  content: "\ec16";
}

/* line 30342, app/assets/stylesheets/icons.css */
.bx-slider-alt:before {
  content: "\ec17";
}

/* line 30346, app/assets/stylesheets/icons.css */
.bx-slideshow:before {
  content: "\ec18";
}

/* line 30350, app/assets/stylesheets/icons.css */
.bx-smile:before {
  content: "\ec19";
}

/* line 30354, app/assets/stylesheets/icons.css */
.bx-sort:before {
  content: "\ec1a";
}

/* line 30358, app/assets/stylesheets/icons.css */
.bx-sort-alt-2:before {
  content: "\ec1b";
}

/* line 30362, app/assets/stylesheets/icons.css */
.bx-sort-a-z:before {
  content: "\ec1c";
}

/* line 30366, app/assets/stylesheets/icons.css */
.bx-sort-down:before {
  content: "\ec1d";
}

/* line 30370, app/assets/stylesheets/icons.css */
.bx-sort-up:before {
  content: "\ec1e";
}

/* line 30374, app/assets/stylesheets/icons.css */
.bx-sort-z-a:before {
  content: "\ec1f";
}

/* line 30378, app/assets/stylesheets/icons.css */
.bx-spa:before {
  content: "\ec20";
}

/* line 30382, app/assets/stylesheets/icons.css */
.bx-space-bar:before {
  content: "\ec21";
}

/* line 30386, app/assets/stylesheets/icons.css */
.bx-speaker:before {
  content: "\ec22";
}

/* line 30390, app/assets/stylesheets/icons.css */
.bx-spray-can:before {
  content: "\ec23";
}

/* line 30394, app/assets/stylesheets/icons.css */
.bx-spreadsheet:before {
  content: "\ec24";
}

/* line 30398, app/assets/stylesheets/icons.css */
.bx-square:before {
  content: "\ec25";
}

/* line 30402, app/assets/stylesheets/icons.css */
.bx-square-rounded:before {
  content: "\ec26";
}

/* line 30406, app/assets/stylesheets/icons.css */
.bx-star:before {
  content: "\ec27";
}

/* line 30410, app/assets/stylesheets/icons.css */
.bx-station:before {
  content: "\ec28";
}

/* line 30414, app/assets/stylesheets/icons.css */
.bx-stats:before {
  content: "\ec29";
}

/* line 30418, app/assets/stylesheets/icons.css */
.bx-sticker:before {
  content: "\ec2a";
}

/* line 30422, app/assets/stylesheets/icons.css */
.bx-stop:before {
  content: "\ec2b";
}

/* line 30426, app/assets/stylesheets/icons.css */
.bx-stop-circle:before {
  content: "\ec2c";
}

/* line 30430, app/assets/stylesheets/icons.css */
.bx-stopwatch:before {
  content: "\ec2d";
}

/* line 30434, app/assets/stylesheets/icons.css */
.bx-store:before {
  content: "\ec2e";
}

/* line 30438, app/assets/stylesheets/icons.css */
.bx-store-alt:before {
  content: "\ec2f";
}

/* line 30442, app/assets/stylesheets/icons.css */
.bx-street-view:before {
  content: "\ec30";
}

/* line 30446, app/assets/stylesheets/icons.css */
.bx-strikethrough:before {
  content: "\ec31";
}

/* line 30450, app/assets/stylesheets/icons.css */
.bx-subdirectory-left:before {
  content: "\ec32";
}

/* line 30454, app/assets/stylesheets/icons.css */
.bx-subdirectory-right:before {
  content: "\ec33";
}

/* line 30458, app/assets/stylesheets/icons.css */
.bx-sun:before {
  content: "\ec34";
}

/* line 30462, app/assets/stylesheets/icons.css */
.bx-support:before {
  content: "\ec35";
}

/* line 30466, app/assets/stylesheets/icons.css */
.bx-swim:before {
  content: "\ec36";
}

/* line 30470, app/assets/stylesheets/icons.css */
.bx-sync:before {
  content: "\ec37";
}

/* line 30474, app/assets/stylesheets/icons.css */
.bx-tab:before {
  content: "\ec38";
}

/* line 30478, app/assets/stylesheets/icons.css */
.bx-table:before {
  content: "\ec39";
}

/* line 30482, app/assets/stylesheets/icons.css */
.bx-tachometer:before {
  content: "\ec3a";
}

/* line 30486, app/assets/stylesheets/icons.css */
.bx-tag:before {
  content: "\ec3b";
}

/* line 30490, app/assets/stylesheets/icons.css */
.bx-tag-alt:before {
  content: "\ec3c";
}

/* line 30494, app/assets/stylesheets/icons.css */
.bx-target-lock:before {
  content: "\ec3d";
}

/* line 30498, app/assets/stylesheets/icons.css */
.bx-task:before {
  content: "\ec3e";
}

/* line 30502, app/assets/stylesheets/icons.css */
.bx-task-x:before {
  content: "\ec3f";
}

/* line 30506, app/assets/stylesheets/icons.css */
.bx-taxi:before {
  content: "\ec40";
}

/* line 30510, app/assets/stylesheets/icons.css */
.bx-tennis-ball:before {
  content: "\ec41";
}

/* line 30514, app/assets/stylesheets/icons.css */
.bx-terminal:before {
  content: "\ec42";
}

/* line 30518, app/assets/stylesheets/icons.css */
.bx-test-tube:before {
  content: "\ec43";
}

/* line 30522, app/assets/stylesheets/icons.css */
.bx-text:before {
  content: "\ec44";
}

/* line 30526, app/assets/stylesheets/icons.css */
.bx-time:before {
  content: "\ec45";
}

/* line 30530, app/assets/stylesheets/icons.css */
.bx-time-five:before {
  content: "\ec46";
}

/* line 30534, app/assets/stylesheets/icons.css */
.bx-timer:before {
  content: "\ec47";
}

/* line 30538, app/assets/stylesheets/icons.css */
.bx-tired:before {
  content: "\ec48";
}

/* line 30542, app/assets/stylesheets/icons.css */
.bx-toggle-left:before {
  content: "\ec49";
}

/* line 30546, app/assets/stylesheets/icons.css */
.bx-toggle-right:before {
  content: "\ec4a";
}

/* line 30550, app/assets/stylesheets/icons.css */
.bx-tone:before {
  content: "\ec4b";
}

/* line 30554, app/assets/stylesheets/icons.css */
.bx-traffic-cone:before {
  content: "\ec4c";
}

/* line 30558, app/assets/stylesheets/icons.css */
.bx-train:before {
  content: "\ec4d";
}

/* line 30562, app/assets/stylesheets/icons.css */
.bx-transfer:before {
  content: "\ec4e";
}

/* line 30566, app/assets/stylesheets/icons.css */
.bx-transfer-alt:before {
  content: "\ec4f";
}

/* line 30570, app/assets/stylesheets/icons.css */
.bx-trash:before {
  content: "\ec50";
}

/* line 30574, app/assets/stylesheets/icons.css */
.bx-trash-alt:before {
  content: "\ec51";
}

/* line 30578, app/assets/stylesheets/icons.css */
.bx-trending-down:before {
  content: "\ec52";
}

/* line 30582, app/assets/stylesheets/icons.css */
.bx-trending-up:before {
  content: "\ec53";
}

/* line 30586, app/assets/stylesheets/icons.css */
.bx-trim:before {
  content: "\ec54";
}

/* line 30590, app/assets/stylesheets/icons.css */
.bx-trip:before {
  content: "\ec55";
}

/* line 30594, app/assets/stylesheets/icons.css */
.bx-trophy:before {
  content: "\ec56";
}

/* line 30598, app/assets/stylesheets/icons.css */
.bx-tv:before {
  content: "\ec57";
}

/* line 30602, app/assets/stylesheets/icons.css */
.bx-underline:before {
  content: "\ec58";
}

/* line 30606, app/assets/stylesheets/icons.css */
.bx-undo:before {
  content: "\ec59";
}

/* line 30610, app/assets/stylesheets/icons.css */
.bx-unite:before {
  content: "\ec5a";
}

/* line 30614, app/assets/stylesheets/icons.css */
.bx-unlink:before {
  content: "\ec5b";
}

/* line 30618, app/assets/stylesheets/icons.css */
.bx-up-arrow:before {
  content: "\ec5c";
}

/* line 30622, app/assets/stylesheets/icons.css */
.bx-up-arrow-alt:before {
  content: "\ec5d";
}

/* line 30626, app/assets/stylesheets/icons.css */
.bx-up-arrow-circle:before {
  content: "\ec5e";
}

/* line 30630, app/assets/stylesheets/icons.css */
.bx-upload:before {
  content: "\ec5f";
}

/* line 30634, app/assets/stylesheets/icons.css */
.bx-upside-down:before {
  content: "\ec60";
}

/* line 30638, app/assets/stylesheets/icons.css */
.bx-upvote:before {
  content: "\ec61";
}

/* line 30642, app/assets/stylesheets/icons.css */
.bx-usb:before {
  content: "\ec62";
}

/* line 30646, app/assets/stylesheets/icons.css */
.bx-user:before {
  content: "\ec63";
}

/* line 30650, app/assets/stylesheets/icons.css */
.bx-user-check:before {
  content: "\ec64";
}

/* line 30654, app/assets/stylesheets/icons.css */
.bx-user-circle:before {
  content: "\ec65";
}

/* line 30658, app/assets/stylesheets/icons.css */
.bx-user-minus:before {
  content: "\ec66";
}

/* line 30662, app/assets/stylesheets/icons.css */
.bx-user-pin:before {
  content: "\ec67";
}

/* line 30666, app/assets/stylesheets/icons.css */
.bx-user-plus:before {
  content: "\ec68";
}

/* line 30670, app/assets/stylesheets/icons.css */
.bx-user-voice:before {
  content: "\ec69";
}

/* line 30674, app/assets/stylesheets/icons.css */
.bx-user-x:before {
  content: "\ec6a";
}

/* line 30678, app/assets/stylesheets/icons.css */
.bx-vector:before {
  content: "\ec6b";
}

/* line 30682, app/assets/stylesheets/icons.css */
.bx-vertical-center:before {
  content: "\ec6c";
}

/* line 30686, app/assets/stylesheets/icons.css */
.bx-vial:before {
  content: "\ec6d";
}

/* line 30690, app/assets/stylesheets/icons.css */
.bx-video:before {
  content: "\ec6e";
}

/* line 30694, app/assets/stylesheets/icons.css */
.bx-video-off:before {
  content: "\ec6f";
}

/* line 30698, app/assets/stylesheets/icons.css */
.bx-video-plus:before {
  content: "\ec70";
}

/* line 30702, app/assets/stylesheets/icons.css */
.bx-video-recording:before {
  content: "\ec71";
}

/* line 30706, app/assets/stylesheets/icons.css */
.bx-voicemail:before {
  content: "\ec72";
}

/* line 30710, app/assets/stylesheets/icons.css */
.bx-volume:before {
  content: "\ec73";
}

/* line 30714, app/assets/stylesheets/icons.css */
.bx-volume-full:before {
  content: "\ec74";
}

/* line 30718, app/assets/stylesheets/icons.css */
.bx-volume-low:before {
  content: "\ec75";
}

/* line 30722, app/assets/stylesheets/icons.css */
.bx-volume-mute:before {
  content: "\ec76";
}

/* line 30726, app/assets/stylesheets/icons.css */
.bx-walk:before {
  content: "\ec77";
}

/* line 30730, app/assets/stylesheets/icons.css */
.bx-wallet:before {
  content: "\ec78";
}

/* line 30734, app/assets/stylesheets/icons.css */
.bx-wallet-alt:before {
  content: "\ec79";
}

/* line 30738, app/assets/stylesheets/icons.css */
.bx-water:before {
  content: "\ec7a";
}

/* line 30742, app/assets/stylesheets/icons.css */
.bx-webcam:before {
  content: "\ec7b";
}

/* line 30746, app/assets/stylesheets/icons.css */
.bx-wifi:before {
  content: "\ec7c";
}

/* line 30750, app/assets/stylesheets/icons.css */
.bx-wifi-0:before {
  content: "\ec7d";
}

/* line 30754, app/assets/stylesheets/icons.css */
.bx-wifi-1:before {
  content: "\ec7e";
}

/* line 30758, app/assets/stylesheets/icons.css */
.bx-wifi-2:before {
  content: "\ec7f";
}

/* line 30762, app/assets/stylesheets/icons.css */
.bx-wifi-off:before {
  content: "\ec80";
}

/* line 30766, app/assets/stylesheets/icons.css */
.bx-wind:before {
  content: "\ec81";
}

/* line 30770, app/assets/stylesheets/icons.css */
.bx-window:before {
  content: "\ec82";
}

/* line 30774, app/assets/stylesheets/icons.css */
.bx-window-alt:before {
  content: "\ec83";
}

/* line 30778, app/assets/stylesheets/icons.css */
.bx-window-close:before {
  content: "\ec84";
}

/* line 30782, app/assets/stylesheets/icons.css */
.bx-window-open:before {
  content: "\ec85";
}

/* line 30786, app/assets/stylesheets/icons.css */
.bx-windows:before {
  content: "\ec86";
}

/* line 30790, app/assets/stylesheets/icons.css */
.bx-wine:before {
  content: "\ec87";
}

/* line 30794, app/assets/stylesheets/icons.css */
.bx-wink-smile:before {
  content: "\ec88";
}

/* line 30798, app/assets/stylesheets/icons.css */
.bx-wink-tongue:before {
  content: "\ec89";
}

/* line 30802, app/assets/stylesheets/icons.css */
.bx-won:before {
  content: "\ec8a";
}

/* line 30806, app/assets/stylesheets/icons.css */
.bx-world:before {
  content: "\ec8b";
}

/* line 30810, app/assets/stylesheets/icons.css */
.bx-wrench:before {
  content: "\ec8c";
}

/* line 30814, app/assets/stylesheets/icons.css */
.bx-x:before {
  content: "\ec8d";
}

/* line 30818, app/assets/stylesheets/icons.css */
.bx-x-circle:before {
  content: "\ec8e";
}

/* line 30822, app/assets/stylesheets/icons.css */
.bx-yen:before {
  content: "\ec8f";
}

/* line 30826, app/assets/stylesheets/icons.css */
.bx-zoom-in:before {
  content: "\ec90";
}

/* line 30830, app/assets/stylesheets/icons.css */
.bx-zoom-out:before {
  content: "\ec91";
}

/* line 30834, app/assets/stylesheets/icons.css */
.bxs-party:before {
  content: "\ec92";
}

/* line 30838, app/assets/stylesheets/icons.css */
.bxs-hot:before {
  content: "\ec93";
}

/* line 30842, app/assets/stylesheets/icons.css */
.bxs-droplet:before {
  content: "\ec94";
}

/* line 30846, app/assets/stylesheets/icons.css */
.bxs-cat:before {
  content: "\ec95";
}

/* line 30850, app/assets/stylesheets/icons.css */
.bxs-dog:before {
  content: "\ec96";
}

/* line 30854, app/assets/stylesheets/icons.css */
.bxs-injection:before {
  content: "\ec97";
}

/* line 30858, app/assets/stylesheets/icons.css */
.bxs-leaf:before {
  content: "\ec98";
}

/* line 30862, app/assets/stylesheets/icons.css */
.bxs-add-to-queue:before {
  content: "\ec99";
}

/* line 30866, app/assets/stylesheets/icons.css */
.bxs-adjust:before {
  content: "\ec9a";
}

/* line 30870, app/assets/stylesheets/icons.css */
.bxs-adjust-alt:before {
  content: "\ec9b";
}

/* line 30874, app/assets/stylesheets/icons.css */
.bxs-alarm:before {
  content: "\ec9c";
}

/* line 30878, app/assets/stylesheets/icons.css */
.bxs-alarm-add:before {
  content: "\ec9d";
}

/* line 30882, app/assets/stylesheets/icons.css */
.bxs-alarm-exclamation:before {
  content: "\ec9e";
}

/* line 30886, app/assets/stylesheets/icons.css */
.bxs-alarm-off:before {
  content: "\ec9f";
}

/* line 30890, app/assets/stylesheets/icons.css */
.bxs-alarm-snooze:before {
  content: "\eca0";
}

/* line 30894, app/assets/stylesheets/icons.css */
.bxs-album:before {
  content: "\eca1";
}

/* line 30898, app/assets/stylesheets/icons.css */
.bxs-ambulance:before {
  content: "\eca2";
}

/* line 30902, app/assets/stylesheets/icons.css */
.bxs-analyse:before {
  content: "\eca3";
}

/* line 30906, app/assets/stylesheets/icons.css */
.bxs-angry:before {
  content: "\eca4";
}

/* line 30910, app/assets/stylesheets/icons.css */
.bxs-arch:before {
  content: "\eca5";
}

/* line 30914, app/assets/stylesheets/icons.css */
.bxs-archive:before {
  content: "\eca6";
}

/* line 30918, app/assets/stylesheets/icons.css */
.bxs-archive-in:before {
  content: "\eca7";
}

/* line 30922, app/assets/stylesheets/icons.css */
.bxs-archive-out:before {
  content: "\eca8";
}

/* line 30926, app/assets/stylesheets/icons.css */
.bxs-area:before {
  content: "\eca9";
}

/* line 30930, app/assets/stylesheets/icons.css */
.bxs-arrow-from-bottom:before {
  content: "\ecaa";
}

/* line 30934, app/assets/stylesheets/icons.css */
.bxs-arrow-from-left:before {
  content: "\ecab";
}

/* line 30938, app/assets/stylesheets/icons.css */
.bxs-arrow-from-right:before {
  content: "\ecac";
}

/* line 30942, app/assets/stylesheets/icons.css */
.bxs-arrow-from-top:before {
  content: "\ecad";
}

/* line 30946, app/assets/stylesheets/icons.css */
.bxs-arrow-to-bottom:before {
  content: "\ecae";
}

/* line 30950, app/assets/stylesheets/icons.css */
.bxs-arrow-to-left:before {
  content: "\ecaf";
}

/* line 30954, app/assets/stylesheets/icons.css */
.bxs-arrow-to-right:before {
  content: "\ecb0";
}

/* line 30958, app/assets/stylesheets/icons.css */
.bxs-arrow-to-top:before {
  content: "\ecb1";
}

/* line 30962, app/assets/stylesheets/icons.css */
.bxs-award:before {
  content: "\ecb2";
}

/* line 30966, app/assets/stylesheets/icons.css */
.bxs-baby-carriage:before {
  content: "\ecb3";
}

/* line 30970, app/assets/stylesheets/icons.css */
.bxs-backpack:before {
  content: "\ecb4";
}

/* line 30974, app/assets/stylesheets/icons.css */
.bxs-badge:before {
  content: "\ecb5";
}

/* line 30978, app/assets/stylesheets/icons.css */
.bxs-badge-check:before {
  content: "\ecb6";
}

/* line 30982, app/assets/stylesheets/icons.css */
.bxs-badge-dollar:before {
  content: "\ecb7";
}

/* line 30986, app/assets/stylesheets/icons.css */
.bxs-ball:before {
  content: "\ecb8";
}

/* line 30990, app/assets/stylesheets/icons.css */
.bxs-band-aid:before {
  content: "\ecb9";
}

/* line 30994, app/assets/stylesheets/icons.css */
.bxs-bank:before {
  content: "\ecba";
}

/* line 30998, app/assets/stylesheets/icons.css */
.bxs-bar-chart-alt-2:before {
  content: "\ecbb";
}

/* line 31002, app/assets/stylesheets/icons.css */
.bxs-bar-chart-square:before {
  content: "\ecbc";
}

/* line 31006, app/assets/stylesheets/icons.css */
.bxs-barcode:before {
  content: "\ecbd";
}

/* line 31010, app/assets/stylesheets/icons.css */
.bxs-baseball:before {
  content: "\ecbe";
}

/* line 31014, app/assets/stylesheets/icons.css */
.bxs-basket:before {
  content: "\ecbf";
}

/* line 31018, app/assets/stylesheets/icons.css */
.bxs-basketball:before {
  content: "\ecc0";
}

/* line 31022, app/assets/stylesheets/icons.css */
.bxs-bath:before {
  content: "\ecc1";
}

/* line 31026, app/assets/stylesheets/icons.css */
.bxs-battery:before {
  content: "\ecc2";
}

/* line 31030, app/assets/stylesheets/icons.css */
.bxs-battery-charging:before {
  content: "\ecc3";
}

/* line 31034, app/assets/stylesheets/icons.css */
.bxs-battery-full:before {
  content: "\ecc4";
}

/* line 31038, app/assets/stylesheets/icons.css */
.bxs-battery-low:before {
  content: "\ecc5";
}

/* line 31042, app/assets/stylesheets/icons.css */
.bxs-bed:before {
  content: "\ecc6";
}

/* line 31046, app/assets/stylesheets/icons.css */
.bxs-been-here:before {
  content: "\ecc7";
}

/* line 31050, app/assets/stylesheets/icons.css */
.bxs-beer:before {
  content: "\ecc8";
}

/* line 31054, app/assets/stylesheets/icons.css */
.bxs-bell:before {
  content: "\ecc9";
}

/* line 31058, app/assets/stylesheets/icons.css */
.bxs-bell-minus:before {
  content: "\ecca";
}

/* line 31062, app/assets/stylesheets/icons.css */
.bxs-bell-off:before {
  content: "\eccb";
}

/* line 31066, app/assets/stylesheets/icons.css */
.bxs-bell-plus:before {
  content: "\eccc";
}

/* line 31070, app/assets/stylesheets/icons.css */
.bxs-bell-ring:before {
  content: "\eccd";
}

/* line 31074, app/assets/stylesheets/icons.css */
.bxs-bible:before {
  content: "\ecce";
}

/* line 31078, app/assets/stylesheets/icons.css */
.bxs-binoculars:before {
  content: "\eccf";
}

/* line 31082, app/assets/stylesheets/icons.css */
.bxs-blanket:before {
  content: "\ecd0";
}

/* line 31086, app/assets/stylesheets/icons.css */
.bxs-bolt:before {
  content: "\ecd1";
}

/* line 31090, app/assets/stylesheets/icons.css */
.bxs-bolt-circle:before {
  content: "\ecd2";
}

/* line 31094, app/assets/stylesheets/icons.css */
.bxs-bomb:before {
  content: "\ecd3";
}

/* line 31098, app/assets/stylesheets/icons.css */
.bxs-bone:before {
  content: "\ecd4";
}

/* line 31102, app/assets/stylesheets/icons.css */
.bxs-bong:before {
  content: "\ecd5";
}

/* line 31106, app/assets/stylesheets/icons.css */
.bxs-book:before {
  content: "\ecd6";
}

/* line 31110, app/assets/stylesheets/icons.css */
.bxs-book-add:before {
  content: "\ecd7";
}

/* line 31114, app/assets/stylesheets/icons.css */
.bxs-book-alt:before {
  content: "\ecd8";
}

/* line 31118, app/assets/stylesheets/icons.css */
.bxs-book-bookmark:before {
  content: "\ecd9";
}

/* line 31122, app/assets/stylesheets/icons.css */
.bxs-book-content:before {
  content: "\ecda";
}

/* line 31126, app/assets/stylesheets/icons.css */
.bxs-book-heart:before {
  content: "\ecdb";
}

/* line 31130, app/assets/stylesheets/icons.css */
.bxs-bookmark:before {
  content: "\ecdc";
}

/* line 31134, app/assets/stylesheets/icons.css */
.bxs-bookmark-alt:before {
  content: "\ecdd";
}

/* line 31138, app/assets/stylesheets/icons.css */
.bxs-bookmark-alt-minus:before {
  content: "\ecde";
}

/* line 31142, app/assets/stylesheets/icons.css */
.bxs-bookmark-alt-plus:before {
  content: "\ecdf";
}

/* line 31146, app/assets/stylesheets/icons.css */
.bxs-bookmark-heart:before {
  content: "\ece0";
}

/* line 31150, app/assets/stylesheets/icons.css */
.bxs-bookmark-minus:before {
  content: "\ece1";
}

/* line 31154, app/assets/stylesheets/icons.css */
.bxs-bookmark-plus:before {
  content: "\ece2";
}

/* line 31158, app/assets/stylesheets/icons.css */
.bxs-bookmarks:before {
  content: "\ece3";
}

/* line 31162, app/assets/stylesheets/icons.css */
.bxs-bookmark-star:before {
  content: "\ece4";
}

/* line 31166, app/assets/stylesheets/icons.css */
.bxs-book-open:before {
  content: "\ece5";
}

/* line 31170, app/assets/stylesheets/icons.css */
.bxs-book-reader:before {
  content: "\ece6";
}

/* line 31174, app/assets/stylesheets/icons.css */
.bxs-bot:before {
  content: "\ece7";
}

/* line 31178, app/assets/stylesheets/icons.css */
.bxs-bowling-ball:before {
  content: "\ece8";
}

/* line 31182, app/assets/stylesheets/icons.css */
.bxs-box:before {
  content: "\ece9";
}

/* line 31186, app/assets/stylesheets/icons.css */
.bxs-brain:before {
  content: "\ecea";
}

/* line 31190, app/assets/stylesheets/icons.css */
.bxs-briefcase:before {
  content: "\eceb";
}

/* line 31194, app/assets/stylesheets/icons.css */
.bxs-briefcase-alt:before {
  content: "\ecec";
}

/* line 31198, app/assets/stylesheets/icons.css */
.bxs-briefcase-alt-2:before {
  content: "\eced";
}

/* line 31202, app/assets/stylesheets/icons.css */
.bxs-brightness:before {
  content: "\ecee";
}

/* line 31206, app/assets/stylesheets/icons.css */
.bxs-brightness-half:before {
  content: "\ecef";
}

/* line 31210, app/assets/stylesheets/icons.css */
.bxs-brush:before {
  content: "\ecf0";
}

/* line 31214, app/assets/stylesheets/icons.css */
.bxs-brush-alt:before {
  content: "\ecf1";
}

/* line 31218, app/assets/stylesheets/icons.css */
.bxs-bug:before {
  content: "\ecf2";
}

/* line 31222, app/assets/stylesheets/icons.css */
.bxs-bug-alt:before {
  content: "\ecf3";
}

/* line 31226, app/assets/stylesheets/icons.css */
.bxs-building:before {
  content: "\ecf4";
}

/* line 31230, app/assets/stylesheets/icons.css */
.bxs-building-house:before {
  content: "\ecf5";
}

/* line 31234, app/assets/stylesheets/icons.css */
.bxs-buildings:before {
  content: "\ecf6";
}

/* line 31238, app/assets/stylesheets/icons.css */
.bxs-bulb:before {
  content: "\ecf7";
}

/* line 31242, app/assets/stylesheets/icons.css */
.bxs-bullseye:before {
  content: "\ecf8";
}

/* line 31246, app/assets/stylesheets/icons.css */
.bxs-buoy:before {
  content: "\ecf9";
}

/* line 31250, app/assets/stylesheets/icons.css */
.bxs-bus:before {
  content: "\ecfa";
}

/* line 31254, app/assets/stylesheets/icons.css */
.bxs-business:before {
  content: "\ecfb";
}

/* line 31258, app/assets/stylesheets/icons.css */
.bxs-bus-school:before {
  content: "\ecfc";
}

/* line 31262, app/assets/stylesheets/icons.css */
.bxs-cabinet:before {
  content: "\ecfd";
}

/* line 31266, app/assets/stylesheets/icons.css */
.bxs-cake:before {
  content: "\ecfe";
}

/* line 31270, app/assets/stylesheets/icons.css */
.bxs-calculator:before {
  content: "\ecff";
}

/* line 31274, app/assets/stylesheets/icons.css */
.bxs-calendar:before {
  content: "\ed00";
}

/* line 31278, app/assets/stylesheets/icons.css */
.bxs-calendar-alt:before {
  content: "\ed01";
}

/* line 31282, app/assets/stylesheets/icons.css */
.bxs-calendar-check:before {
  content: "\ed02";
}

/* line 31286, app/assets/stylesheets/icons.css */
.bxs-calendar-edit:before {
  content: "\ed03";
}

/* line 31290, app/assets/stylesheets/icons.css */
.bxs-calendar-event:before {
  content: "\ed04";
}

/* line 31294, app/assets/stylesheets/icons.css */
.bxs-calendar-exclamation:before {
  content: "\ed05";
}

/* line 31298, app/assets/stylesheets/icons.css */
.bxs-calendar-heart:before {
  content: "\ed06";
}

/* line 31302, app/assets/stylesheets/icons.css */
.bxs-calendar-minus:before {
  content: "\ed07";
}

/* line 31306, app/assets/stylesheets/icons.css */
.bxs-calendar-plus:before {
  content: "\ed08";
}

/* line 31310, app/assets/stylesheets/icons.css */
.bxs-calendar-star:before {
  content: "\ed09";
}

/* line 31314, app/assets/stylesheets/icons.css */
.bxs-calendar-week:before {
  content: "\ed0a";
}

/* line 31318, app/assets/stylesheets/icons.css */
.bxs-calendar-x:before {
  content: "\ed0b";
}

/* line 31322, app/assets/stylesheets/icons.css */
.bxs-camera:before {
  content: "\ed0c";
}

/* line 31326, app/assets/stylesheets/icons.css */
.bxs-camera-home:before {
  content: "\ed0d";
}

/* line 31330, app/assets/stylesheets/icons.css */
.bxs-camera-movie:before {
  content: "\ed0e";
}

/* line 31334, app/assets/stylesheets/icons.css */
.bxs-camera-off:before {
  content: "\ed0f";
}

/* line 31338, app/assets/stylesheets/icons.css */
.bxs-camera-plus:before {
  content: "\ed10";
}

/* line 31342, app/assets/stylesheets/icons.css */
.bxs-capsule:before {
  content: "\ed11";
}

/* line 31346, app/assets/stylesheets/icons.css */
.bxs-captions:before {
  content: "\ed12";
}

/* line 31350, app/assets/stylesheets/icons.css */
.bxs-car:before {
  content: "\ed13";
}

/* line 31354, app/assets/stylesheets/icons.css */
.bxs-car-battery:before {
  content: "\ed14";
}

/* line 31358, app/assets/stylesheets/icons.css */
.bxs-car-crash:before {
  content: "\ed15";
}

/* line 31362, app/assets/stylesheets/icons.css */
.bxs-card:before {
  content: "\ed16";
}

/* line 31366, app/assets/stylesheets/icons.css */
.bxs-caret-down-circle:before {
  content: "\ed17";
}

/* line 31370, app/assets/stylesheets/icons.css */
.bxs-caret-down-square:before {
  content: "\ed18";
}

/* line 31374, app/assets/stylesheets/icons.css */
.bxs-caret-left-circle:before {
  content: "\ed19";
}

/* line 31378, app/assets/stylesheets/icons.css */
.bxs-caret-left-square:before {
  content: "\ed1a";
}

/* line 31382, app/assets/stylesheets/icons.css */
.bxs-caret-right-circle:before {
  content: "\ed1b";
}

/* line 31386, app/assets/stylesheets/icons.css */
.bxs-caret-right-square:before {
  content: "\ed1c";
}

/* line 31390, app/assets/stylesheets/icons.css */
.bxs-caret-up-circle:before {
  content: "\ed1d";
}

/* line 31394, app/assets/stylesheets/icons.css */
.bxs-caret-up-square:before {
  content: "\ed1e";
}

/* line 31398, app/assets/stylesheets/icons.css */
.bxs-car-garage:before {
  content: "\ed1f";
}

/* line 31402, app/assets/stylesheets/icons.css */
.bxs-car-mechanic:before {
  content: "\ed20";
}

/* line 31406, app/assets/stylesheets/icons.css */
.bxs-carousel:before {
  content: "\ed21";
}

/* line 31410, app/assets/stylesheets/icons.css */
.bxs-cart:before {
  content: "\ed22";
}

/* line 31414, app/assets/stylesheets/icons.css */
.bxs-cart-add:before {
  content: "\ed23";
}

/* line 31418, app/assets/stylesheets/icons.css */
.bxs-cart-alt:before {
  content: "\ed24";
}

/* line 31422, app/assets/stylesheets/icons.css */
.bxs-cart-download:before {
  content: "\ed25";
}

/* line 31426, app/assets/stylesheets/icons.css */
.bxs-car-wash:before {
  content: "\ed26";
}

/* line 31430, app/assets/stylesheets/icons.css */
.bxs-category:before {
  content: "\ed27";
}

/* line 31434, app/assets/stylesheets/icons.css */
.bxs-category-alt:before {
  content: "\ed28";
}

/* line 31438, app/assets/stylesheets/icons.css */
.bxs-cctv:before {
  content: "\ed29";
}

/* line 31442, app/assets/stylesheets/icons.css */
.bxs-certification:before {
  content: "\ed2a";
}

/* line 31446, app/assets/stylesheets/icons.css */
.bxs-chalkboard:before {
  content: "\ed2b";
}

/* line 31450, app/assets/stylesheets/icons.css */
.bxs-chart:before {
  content: "\ed2c";
}

/* line 31454, app/assets/stylesheets/icons.css */
.bxs-chat:before {
  content: "\ed2d";
}

/* line 31458, app/assets/stylesheets/icons.css */
.bxs-checkbox:before {
  content: "\ed2e";
}

/* line 31462, app/assets/stylesheets/icons.css */
.bxs-checkbox-checked:before {
  content: "\ed2f";
}

/* line 31466, app/assets/stylesheets/icons.css */
.bxs-checkbox-minus:before {
  content: "\ed30";
}

/* line 31470, app/assets/stylesheets/icons.css */
.bxs-check-circle:before {
  content: "\ed31";
}

/* line 31474, app/assets/stylesheets/icons.css */
.bxs-check-shield:before {
  content: "\ed32";
}

/* line 31478, app/assets/stylesheets/icons.css */
.bxs-check-square:before {
  content: "\ed33";
}

/* line 31482, app/assets/stylesheets/icons.css */
.bxs-chess:before {
  content: "\ed34";
}

/* line 31486, app/assets/stylesheets/icons.css */
.bxs-chevron-down:before {
  content: "\ed35";
}

/* line 31490, app/assets/stylesheets/icons.css */
.bxs-chevron-down-circle:before {
  content: "\ed36";
}

/* line 31494, app/assets/stylesheets/icons.css */
.bxs-chevron-down-square:before {
  content: "\ed37";
}

/* line 31498, app/assets/stylesheets/icons.css */
.bxs-chevron-left:before {
  content: "\ed38";
}

/* line 31502, app/assets/stylesheets/icons.css */
.bxs-chevron-left-circle:before {
  content: "\ed39";
}

/* line 31506, app/assets/stylesheets/icons.css */
.bxs-chevron-left-square:before {
  content: "\ed3a";
}

/* line 31510, app/assets/stylesheets/icons.css */
.bxs-chevron-right:before {
  content: "\ed3b";
}

/* line 31514, app/assets/stylesheets/icons.css */
.bxs-chevron-right-circle:before {
  content: "\ed3c";
}

/* line 31518, app/assets/stylesheets/icons.css */
.bxs-chevron-right-square:before {
  content: "\ed3d";
}

/* line 31522, app/assets/stylesheets/icons.css */
.bxs-chevrons-down:before {
  content: "\ed3e";
}

/* line 31526, app/assets/stylesheets/icons.css */
.bxs-chevrons-left:before {
  content: "\ed3f";
}

/* line 31530, app/assets/stylesheets/icons.css */
.bxs-chevrons-right:before {
  content: "\ed40";
}

/* line 31534, app/assets/stylesheets/icons.css */
.bxs-chevrons-up:before {
  content: "\ed41";
}

/* line 31538, app/assets/stylesheets/icons.css */
.bxs-chevron-up:before {
  content: "\ed42";
}

/* line 31542, app/assets/stylesheets/icons.css */
.bxs-chevron-up-circle:before {
  content: "\ed43";
}

/* line 31546, app/assets/stylesheets/icons.css */
.bxs-chevron-up-square:before {
  content: "\ed44";
}

/* line 31550, app/assets/stylesheets/icons.css */
.bxs-chip:before {
  content: "\ed45";
}

/* line 31554, app/assets/stylesheets/icons.css */
.bxs-church:before {
  content: "\ed46";
}

/* line 31558, app/assets/stylesheets/icons.css */
.bxs-circle:before {
  content: "\ed47";
}

/* line 31562, app/assets/stylesheets/icons.css */
.bxs-city:before {
  content: "\ed48";
}

/* line 31566, app/assets/stylesheets/icons.css */
.bxs-clinic:before {
  content: "\ed49";
}

/* line 31570, app/assets/stylesheets/icons.css */
.bxs-cloud:before {
  content: "\ed4a";
}

/* line 31574, app/assets/stylesheets/icons.css */
.bxs-cloud-download:before {
  content: "\ed4b";
}

/* line 31578, app/assets/stylesheets/icons.css */
.bxs-cloud-lightning:before {
  content: "\ed4c";
}

/* line 31582, app/assets/stylesheets/icons.css */
.bxs-cloud-rain:before {
  content: "\ed4d";
}

/* line 31586, app/assets/stylesheets/icons.css */
.bxs-cloud-upload:before {
  content: "\ed4e";
}

/* line 31590, app/assets/stylesheets/icons.css */
.bxs-coffee:before {
  content: "\ed4f";
}

/* line 31594, app/assets/stylesheets/icons.css */
.bxs-coffee-alt:before {
  content: "\ed50";
}

/* line 31598, app/assets/stylesheets/icons.css */
.bxs-coffee-togo:before {
  content: "\ed51";
}

/* line 31602, app/assets/stylesheets/icons.css */
.bxs-cog:before {
  content: "\ed52";
}

/* line 31606, app/assets/stylesheets/icons.css */
.bxs-coin:before {
  content: "\ed53";
}

/* line 31610, app/assets/stylesheets/icons.css */
.bxs-coin-stack:before {
  content: "\ed54";
}

/* line 31614, app/assets/stylesheets/icons.css */
.bxs-collection:before {
  content: "\ed55";
}

/* line 31618, app/assets/stylesheets/icons.css */
.bxs-color-fill:before {
  content: "\ed56";
}

/* line 31622, app/assets/stylesheets/icons.css */
.bxs-comment:before {
  content: "\ed57";
}

/* line 31626, app/assets/stylesheets/icons.css */
.bxs-comment-add:before {
  content: "\ed58";
}

/* line 31630, app/assets/stylesheets/icons.css */
.bxs-comment-check:before {
  content: "\ed59";
}

/* line 31634, app/assets/stylesheets/icons.css */
.bxs-comment-detail:before {
  content: "\ed5a";
}

/* line 31638, app/assets/stylesheets/icons.css */
.bxs-comment-dots:before {
  content: "\ed5b";
}

/* line 31642, app/assets/stylesheets/icons.css */
.bxs-comment-edit:before {
  content: "\ed5c";
}

/* line 31646, app/assets/stylesheets/icons.css */
.bxs-comment-error:before {
  content: "\ed5d";
}

/* line 31650, app/assets/stylesheets/icons.css */
.bxs-comment-minus:before {
  content: "\ed5e";
}

/* line 31654, app/assets/stylesheets/icons.css */
.bxs-comment-x:before {
  content: "\ed5f";
}

/* line 31658, app/assets/stylesheets/icons.css */
.bxs-compass:before {
  content: "\ed60";
}

/* line 31662, app/assets/stylesheets/icons.css */
.bxs-component:before {
  content: "\ed61";
}

/* line 31666, app/assets/stylesheets/icons.css */
.bxs-confused:before {
  content: "\ed62";
}

/* line 31670, app/assets/stylesheets/icons.css */
.bxs-contact:before {
  content: "\ed63";
}

/* line 31674, app/assets/stylesheets/icons.css */
.bxs-conversation:before {
  content: "\ed64";
}

/* line 31678, app/assets/stylesheets/icons.css */
.bxs-cookie:before {
  content: "\ed65";
}

/* line 31682, app/assets/stylesheets/icons.css */
.bxs-cool:before {
  content: "\ed66";
}

/* line 31686, app/assets/stylesheets/icons.css */
.bxs-copy:before {
  content: "\ed67";
}

/* line 31690, app/assets/stylesheets/icons.css */
.bxs-copy-alt:before {
  content: "\ed68";
}

/* line 31694, app/assets/stylesheets/icons.css */
.bxs-copyright:before {
  content: "\ed69";
}

/* line 31698, app/assets/stylesheets/icons.css */
.bxs-coupon:before {
  content: "\ed6a";
}

/* line 31702, app/assets/stylesheets/icons.css */
.bxs-credit-card:before {
  content: "\ed6b";
}

/* line 31706, app/assets/stylesheets/icons.css */
.bxs-credit-card-alt:before {
  content: "\ed6c";
}

/* line 31710, app/assets/stylesheets/icons.css */
.bxs-credit-card-front:before {
  content: "\ed6d";
}

/* line 31714, app/assets/stylesheets/icons.css */
.bxs-crop:before {
  content: "\ed6e";
}

/* line 31718, app/assets/stylesheets/icons.css */
.bxs-crown:before {
  content: "\ed6f";
}

/* line 31722, app/assets/stylesheets/icons.css */
.bxs-cube:before {
  content: "\ed70";
}

/* line 31726, app/assets/stylesheets/icons.css */
.bxs-cube-alt:before {
  content: "\ed71";
}

/* line 31730, app/assets/stylesheets/icons.css */
.bxs-cuboid:before {
  content: "\ed72";
}

/* line 31734, app/assets/stylesheets/icons.css */
.bxs-customize:before {
  content: "\ed73";
}

/* line 31738, app/assets/stylesheets/icons.css */
.bxs-cylinder:before {
  content: "\ed74";
}

/* line 31742, app/assets/stylesheets/icons.css */
.bxs-dashboard:before {
  content: "\ed75";
}

/* line 31746, app/assets/stylesheets/icons.css */
.bxs-data:before {
  content: "\ed76";
}

/* line 31750, app/assets/stylesheets/icons.css */
.bxs-detail:before {
  content: "\ed77";
}

/* line 31754, app/assets/stylesheets/icons.css */
.bxs-devices:before {
  content: "\ed78";
}

/* line 31758, app/assets/stylesheets/icons.css */
.bxs-diamond:before {
  content: "\ed79";
}

/* line 31762, app/assets/stylesheets/icons.css */
.bxs-dice-1:before {
  content: "\ed7a";
}

/* line 31766, app/assets/stylesheets/icons.css */
.bxs-dice-2:before {
  content: "\ed7b";
}

/* line 31770, app/assets/stylesheets/icons.css */
.bxs-dice-3:before {
  content: "\ed7c";
}

/* line 31774, app/assets/stylesheets/icons.css */
.bxs-dice-4:before {
  content: "\ed7d";
}

/* line 31778, app/assets/stylesheets/icons.css */
.bxs-dice-5:before {
  content: "\ed7e";
}

/* line 31782, app/assets/stylesheets/icons.css */
.bxs-dice-6:before {
  content: "\ed7f";
}

/* line 31786, app/assets/stylesheets/icons.css */
.bxs-direction-left:before {
  content: "\ed80";
}

/* line 31790, app/assets/stylesheets/icons.css */
.bxs-direction-right:before {
  content: "\ed81";
}

/* line 31794, app/assets/stylesheets/icons.css */
.bxs-directions:before {
  content: "\ed82";
}

/* line 31798, app/assets/stylesheets/icons.css */
.bxs-disc:before {
  content: "\ed83";
}

/* line 31802, app/assets/stylesheets/icons.css */
.bxs-discount:before {
  content: "\ed84";
}

/* line 31806, app/assets/stylesheets/icons.css */
.bxs-dish:before {
  content: "\ed85";
}

/* line 31810, app/assets/stylesheets/icons.css */
.bxs-dislike:before {
  content: "\ed86";
}

/* line 31814, app/assets/stylesheets/icons.css */
.bxs-dizzy:before {
  content: "\ed87";
}

/* line 31818, app/assets/stylesheets/icons.css */
.bxs-dock-bottom:before {
  content: "\ed88";
}

/* line 31822, app/assets/stylesheets/icons.css */
.bxs-dock-left:before {
  content: "\ed89";
}

/* line 31826, app/assets/stylesheets/icons.css */
.bxs-dock-right:before {
  content: "\ed8a";
}

/* line 31830, app/assets/stylesheets/icons.css */
.bxs-dock-top:before {
  content: "\ed8b";
}

/* line 31834, app/assets/stylesheets/icons.css */
.bxs-dollar-circle:before {
  content: "\ed8c";
}

/* line 31838, app/assets/stylesheets/icons.css */
.bxs-donate-blood:before {
  content: "\ed8d";
}

/* line 31842, app/assets/stylesheets/icons.css */
.bxs-donate-heart:before {
  content: "\ed8e";
}

/* line 31846, app/assets/stylesheets/icons.css */
.bxs-door-open:before {
  content: "\ed8f";
}

/* line 31850, app/assets/stylesheets/icons.css */
.bxs-doughnut-chart:before {
  content: "\ed90";
}

/* line 31854, app/assets/stylesheets/icons.css */
.bxs-down-arrow:before {
  content: "\ed91";
}

/* line 31858, app/assets/stylesheets/icons.css */
.bxs-down-arrow-alt:before {
  content: "\ed92";
}

/* line 31862, app/assets/stylesheets/icons.css */
.bxs-down-arrow-circle:before {
  content: "\ed93";
}

/* line 31866, app/assets/stylesheets/icons.css */
.bxs-down-arrow-square:before {
  content: "\ed94";
}

/* line 31870, app/assets/stylesheets/icons.css */
.bxs-download:before {
  content: "\ed95";
}

/* line 31874, app/assets/stylesheets/icons.css */
.bxs-downvote:before {
  content: "\ed96";
}

/* line 31878, app/assets/stylesheets/icons.css */
.bxs-drink:before {
  content: "\ed97";
}

/* line 31882, app/assets/stylesheets/icons.css */
.bxs-droplet-half:before {
  content: "\ed98";
}

/* line 31886, app/assets/stylesheets/icons.css */
.bxs-dryer:before {
  content: "\ed99";
}

/* line 31890, app/assets/stylesheets/icons.css */
.bxs-duplicate:before {
  content: "\ed9a";
}

/* line 31894, app/assets/stylesheets/icons.css */
.bxs-edit:before {
  content: "\ed9b";
}

/* line 31898, app/assets/stylesheets/icons.css */
.bxs-edit-alt:before {
  content: "\ed9c";
}

/* line 31902, app/assets/stylesheets/icons.css */
.bxs-edit-location:before {
  content: "\ed9d";
}

/* line 31906, app/assets/stylesheets/icons.css */
.bxs-eject:before {
  content: "\ed9e";
}

/* line 31910, app/assets/stylesheets/icons.css */
.bxs-envelope:before {
  content: "\ed9f";
}

/* line 31914, app/assets/stylesheets/icons.css */
.bxs-envelope-open:before {
  content: "\eda0";
}

/* line 31918, app/assets/stylesheets/icons.css */
.bxs-eraser:before {
  content: "\eda1";
}

/* line 31922, app/assets/stylesheets/icons.css */
.bxs-error:before {
  content: "\eda2";
}

/* line 31926, app/assets/stylesheets/icons.css */
.bxs-error-alt:before {
  content: "\eda3";
}

/* line 31930, app/assets/stylesheets/icons.css */
.bxs-error-circle:before {
  content: "\eda4";
}

/* line 31934, app/assets/stylesheets/icons.css */
.bxs-ev-station:before {
  content: "\eda5";
}

/* line 31938, app/assets/stylesheets/icons.css */
.bxs-exit:before {
  content: "\eda6";
}

/* line 31942, app/assets/stylesheets/icons.css */
.bxs-extension:before {
  content: "\eda7";
}

/* line 31946, app/assets/stylesheets/icons.css */
.bxs-eyedropper:before {
  content: "\eda8";
}

/* line 31950, app/assets/stylesheets/icons.css */
.bxs-face:before {
  content: "\eda9";
}

/* line 31954, app/assets/stylesheets/icons.css */
.bxs-face-mask:before {
  content: "\edaa";
}

/* line 31958, app/assets/stylesheets/icons.css */
.bxs-factory:before {
  content: "\edab";
}

/* line 31962, app/assets/stylesheets/icons.css */
.bxs-fast-forward-circle:before {
  content: "\edac";
}

/* line 31966, app/assets/stylesheets/icons.css */
.bxs-file:before {
  content: "\edad";
}

/* line 31970, app/assets/stylesheets/icons.css */
.bxs-file-archive:before {
  content: "\edae";
}

/* line 31974, app/assets/stylesheets/icons.css */
.bxs-file-blank:before {
  content: "\edaf";
}

/* line 31978, app/assets/stylesheets/icons.css */
.bxs-file-css:before {
  content: "\edb0";
}

/* line 31982, app/assets/stylesheets/icons.css */
.bxs-file-doc:before {
  content: "\edb1";
}

/* line 31986, app/assets/stylesheets/icons.css */
.bxs-file-export:before {
  content: "\edb2";
}

/* line 31990, app/assets/stylesheets/icons.css */
.bxs-file-find:before {
  content: "\edb3";
}

/* line 31994, app/assets/stylesheets/icons.css */
.bxs-file-gif:before {
  content: "\edb4";
}

/* line 31998, app/assets/stylesheets/icons.css */
.bxs-file-html:before {
  content: "\edb5";
}

/* line 32002, app/assets/stylesheets/icons.css */
.bxs-file-image:before {
  content: "\edb6";
}

/* line 32006, app/assets/stylesheets/icons.css */
.bxs-file-import:before {
  content: "\edb7";
}

/* line 32010, app/assets/stylesheets/icons.css */
.bxs-file-jpg:before {
  content: "\edb8";
}

/* line 32014, app/assets/stylesheets/icons.css */
.bxs-file-js:before {
  content: "\edb9";
}

/* line 32018, app/assets/stylesheets/icons.css */
.bxs-file-json:before {
  content: "\edba";
}

/* line 32022, app/assets/stylesheets/icons.css */
.bxs-file-md:before {
  content: "\edbb";
}

/* line 32026, app/assets/stylesheets/icons.css */
.bxs-file-pdf:before {
  content: "\edbc";
}

/* line 32030, app/assets/stylesheets/icons.css */
.bxs-file-plus:before {
  content: "\edbd";
}

/* line 32034, app/assets/stylesheets/icons.css */
.bxs-file-png:before {
  content: "\edbe";
}

/* line 32038, app/assets/stylesheets/icons.css */
.bxs-file-txt:before {
  content: "\edbf";
}

/* line 32042, app/assets/stylesheets/icons.css */
.bxs-film:before {
  content: "\edc0";
}

/* line 32046, app/assets/stylesheets/icons.css */
.bxs-filter-alt:before {
  content: "\edc1";
}

/* line 32050, app/assets/stylesheets/icons.css */
.bxs-first-aid:before {
  content: "\edc2";
}

/* line 32054, app/assets/stylesheets/icons.css */
.bxs-flag:before {
  content: "\edc3";
}

/* line 32058, app/assets/stylesheets/icons.css */
.bxs-flag-alt:before {
  content: "\edc4";
}

/* line 32062, app/assets/stylesheets/icons.css */
.bxs-flag-checkered:before {
  content: "\edc5";
}

/* line 32066, app/assets/stylesheets/icons.css */
.bxs-flame:before {
  content: "\edc6";
}

/* line 32070, app/assets/stylesheets/icons.css */
.bxs-flask:before {
  content: "\edc7";
}

/* line 32074, app/assets/stylesheets/icons.css */
.bxs-florist:before {
  content: "\edc8";
}

/* line 32078, app/assets/stylesheets/icons.css */
.bxs-folder:before {
  content: "\edc9";
}

/* line 32082, app/assets/stylesheets/icons.css */
.bxs-folder-minus:before {
  content: "\edca";
}

/* line 32086, app/assets/stylesheets/icons.css */
.bxs-folder-open:before {
  content: "\edcb";
}

/* line 32090, app/assets/stylesheets/icons.css */
.bxs-folder-plus:before {
  content: "\edcc";
}

/* line 32094, app/assets/stylesheets/icons.css */
.bxs-food-menu:before {
  content: "\edcd";
}

/* line 32098, app/assets/stylesheets/icons.css */
.bxs-fridge:before {
  content: "\edce";
}

/* line 32102, app/assets/stylesheets/icons.css */
.bxs-game:before {
  content: "\edcf";
}

/* line 32106, app/assets/stylesheets/icons.css */
.bxs-gas-pump:before {
  content: "\edd0";
}

/* line 32110, app/assets/stylesheets/icons.css */
.bxs-ghost:before {
  content: "\edd1";
}

/* line 32114, app/assets/stylesheets/icons.css */
.bxs-gift:before {
  content: "\edd2";
}

/* line 32118, app/assets/stylesheets/icons.css */
.bxs-graduation:before {
  content: "\edd3";
}

/* line 32122, app/assets/stylesheets/icons.css */
.bxs-grid:before {
  content: "\edd4";
}

/* line 32126, app/assets/stylesheets/icons.css */
.bxs-grid-alt:before {
  content: "\edd5";
}

/* line 32130, app/assets/stylesheets/icons.css */
.bxs-group:before {
  content: "\edd6";
}

/* line 32134, app/assets/stylesheets/icons.css */
.bxs-guitar-amp:before {
  content: "\edd7";
}

/* line 32138, app/assets/stylesheets/icons.css */
.bxs-hand:before {
  content: "\edd8";
}

/* line 32142, app/assets/stylesheets/icons.css */
.bxs-hand-down:before {
  content: "\edd9";
}

/* line 32146, app/assets/stylesheets/icons.css */
.bxs-hand-left:before {
  content: "\edda";
}

/* line 32150, app/assets/stylesheets/icons.css */
.bxs-hand-right:before {
  content: "\eddb";
}

/* line 32154, app/assets/stylesheets/icons.css */
.bxs-hand-up:before {
  content: "\eddc";
}

/* line 32158, app/assets/stylesheets/icons.css */
.bxs-happy:before {
  content: "\eddd";
}

/* line 32162, app/assets/stylesheets/icons.css */
.bxs-happy-alt:before {
  content: "\edde";
}

/* line 32166, app/assets/stylesheets/icons.css */
.bxs-happy-beaming:before {
  content: "\eddf";
}

/* line 32170, app/assets/stylesheets/icons.css */
.bxs-happy-heart-eyes:before {
  content: "\ede0";
}

/* line 32174, app/assets/stylesheets/icons.css */
.bxs-hdd:before {
  content: "\ede1";
}

/* line 32178, app/assets/stylesheets/icons.css */
.bxs-heart:before {
  content: "\ede2";
}

/* line 32182, app/assets/stylesheets/icons.css */
.bxs-heart-circle:before {
  content: "\ede3";
}

/* line 32186, app/assets/stylesheets/icons.css */
.bxs-heart-square:before {
  content: "\ede4";
}

/* line 32190, app/assets/stylesheets/icons.css */
.bxs-help-circle:before {
  content: "\ede5";
}

/* line 32194, app/assets/stylesheets/icons.css */
.bxs-hide:before {
  content: "\ede6";
}

/* line 32198, app/assets/stylesheets/icons.css */
.bxs-home:before {
  content: "\ede7";
}

/* line 32202, app/assets/stylesheets/icons.css */
.bxs-home-circle:before {
  content: "\ede8";
}

/* line 32206, app/assets/stylesheets/icons.css */
.bxs-home-heart:before {
  content: "\ede9";
}

/* line 32210, app/assets/stylesheets/icons.css */
.bxs-home-smile:before {
  content: "\edea";
}

/* line 32214, app/assets/stylesheets/icons.css */
.bxs-hotel:before {
  content: "\edeb";
}

/* line 32218, app/assets/stylesheets/icons.css */
.bxs-hourglass:before {
  content: "\edec";
}

/* line 32222, app/assets/stylesheets/icons.css */
.bxs-hourglass-bottom:before {
  content: "\eded";
}

/* line 32226, app/assets/stylesheets/icons.css */
.bxs-hourglass-top:before {
  content: "\edee";
}

/* line 32230, app/assets/stylesheets/icons.css */
.bxs-id-card:before {
  content: "\edef";
}

/* line 32234, app/assets/stylesheets/icons.css */
.bxs-image:before {
  content: "\edf0";
}

/* line 32238, app/assets/stylesheets/icons.css */
.bxs-image-add:before {
  content: "\edf1";
}

/* line 32242, app/assets/stylesheets/icons.css */
.bxs-image-alt:before {
  content: "\edf2";
}

/* line 32246, app/assets/stylesheets/icons.css */
.bxs-inbox:before {
  content: "\edf3";
}

/* line 32250, app/assets/stylesheets/icons.css */
.bxs-info-circle:before {
  content: "\edf4";
}

/* line 32254, app/assets/stylesheets/icons.css */
.bxs-info-square:before {
  content: "\edf5";
}

/* line 32258, app/assets/stylesheets/icons.css */
.bxs-institution:before {
  content: "\edf6";
}

/* line 32262, app/assets/stylesheets/icons.css */
.bxs-joystick:before {
  content: "\edf7";
}

/* line 32266, app/assets/stylesheets/icons.css */
.bxs-joystick-alt:before {
  content: "\edf8";
}

/* line 32270, app/assets/stylesheets/icons.css */
.bxs-joystick-button:before {
  content: "\edf9";
}

/* line 32274, app/assets/stylesheets/icons.css */
.bxs-key:before {
  content: "\edfa";
}

/* line 32278, app/assets/stylesheets/icons.css */
.bxs-keyboard:before {
  content: "\edfb";
}

/* line 32282, app/assets/stylesheets/icons.css */
.bxs-label:before {
  content: "\edfc";
}

/* line 32286, app/assets/stylesheets/icons.css */
.bxs-landmark:before {
  content: "\edfd";
}

/* line 32290, app/assets/stylesheets/icons.css */
.bxs-landscape:before {
  content: "\edfe";
}

/* line 32294, app/assets/stylesheets/icons.css */
.bxs-laugh:before {
  content: "\edff";
}

/* line 32298, app/assets/stylesheets/icons.css */
.bxs-layer:before {
  content: "\ee00";
}

/* line 32302, app/assets/stylesheets/icons.css */
.bxs-layer-minus:before {
  content: "\ee01";
}

/* line 32306, app/assets/stylesheets/icons.css */
.bxs-layer-plus:before {
  content: "\ee02";
}

/* line 32310, app/assets/stylesheets/icons.css */
.bxs-layout:before {
  content: "\ee03";
}

/* line 32314, app/assets/stylesheets/icons.css */
.bxs-left-arrow:before {
  content: "\ee04";
}

/* line 32318, app/assets/stylesheets/icons.css */
.bxs-left-arrow-alt:before {
  content: "\ee05";
}

/* line 32322, app/assets/stylesheets/icons.css */
.bxs-left-arrow-circle:before {
  content: "\ee06";
}

/* line 32326, app/assets/stylesheets/icons.css */
.bxs-left-arrow-square:before {
  content: "\ee07";
}

/* line 32330, app/assets/stylesheets/icons.css */
.bxs-left-down-arrow-circle:before {
  content: "\ee08";
}

/* line 32334, app/assets/stylesheets/icons.css */
.bxs-left-top-arrow-circle:before {
  content: "\ee09";
}

/* line 32338, app/assets/stylesheets/icons.css */
.bxs-like:before {
  content: "\ee0a";
}

/* line 32342, app/assets/stylesheets/icons.css */
.bxs-location-plus:before {
  content: "\ee0b";
}

/* line 32346, app/assets/stylesheets/icons.css */
.bxs-lock:before {
  content: "\ee0c";
}

/* line 32350, app/assets/stylesheets/icons.css */
.bxs-lock-alt:before {
  content: "\ee0d";
}

/* line 32354, app/assets/stylesheets/icons.css */
.bxs-lock-open:before {
  content: "\ee0e";
}

/* line 32358, app/assets/stylesheets/icons.css */
.bxs-lock-open-alt:before {
  content: "\ee0f";
}

/* line 32362, app/assets/stylesheets/icons.css */
.bxs-log-in:before {
  content: "\ee10";
}

/* line 32366, app/assets/stylesheets/icons.css */
.bxs-log-in-circle:before {
  content: "\ee11";
}

/* line 32370, app/assets/stylesheets/icons.css */
.bxs-log-out:before {
  content: "\ee12";
}

/* line 32374, app/assets/stylesheets/icons.css */
.bxs-log-out-circle:before {
  content: "\ee13";
}

/* line 32378, app/assets/stylesheets/icons.css */
.bxs-low-vision:before {
  content: "\ee14";
}

/* line 32382, app/assets/stylesheets/icons.css */
.bxs-magic-wand:before {
  content: "\ee15";
}

/* line 32386, app/assets/stylesheets/icons.css */
.bxs-magnet:before {
  content: "\ee16";
}

/* line 32390, app/assets/stylesheets/icons.css */
.bxs-map:before {
  content: "\ee17";
}

/* line 32394, app/assets/stylesheets/icons.css */
.bxs-map-alt:before {
  content: "\ee18";
}

/* line 32398, app/assets/stylesheets/icons.css */
.bxs-map-pin:before {
  content: "\ee19";
}

/* line 32402, app/assets/stylesheets/icons.css */
.bxs-mask:before {
  content: "\ee1a";
}

/* line 32406, app/assets/stylesheets/icons.css */
.bxs-medal:before {
  content: "\ee1b";
}

/* line 32410, app/assets/stylesheets/icons.css */
.bxs-megaphone:before {
  content: "\ee1c";
}

/* line 32414, app/assets/stylesheets/icons.css */
.bxs-meh:before {
  content: "\ee1d";
}

/* line 32418, app/assets/stylesheets/icons.css */
.bxs-meh-alt:before {
  content: "\ee1e";
}

/* line 32422, app/assets/stylesheets/icons.css */
.bxs-meh-blank:before {
  content: "\ee1f";
}

/* line 32426, app/assets/stylesheets/icons.css */
.bxs-memory-card:before {
  content: "\ee20";
}

/* line 32430, app/assets/stylesheets/icons.css */
.bxs-message:before {
  content: "\ee21";
}

/* line 32434, app/assets/stylesheets/icons.css */
.bxs-message-add:before {
  content: "\ee22";
}

/* line 32438, app/assets/stylesheets/icons.css */
.bxs-message-alt:before {
  content: "\ee23";
}

/* line 32442, app/assets/stylesheets/icons.css */
.bxs-message-alt-add:before {
  content: "\ee24";
}

/* line 32446, app/assets/stylesheets/icons.css */
.bxs-message-alt-check:before {
  content: "\ee25";
}

/* line 32450, app/assets/stylesheets/icons.css */
.bxs-message-alt-detail:before {
  content: "\ee26";
}

/* line 32454, app/assets/stylesheets/icons.css */
.bxs-message-alt-dots:before {
  content: "\ee27";
}

/* line 32458, app/assets/stylesheets/icons.css */
.bxs-message-alt-edit:before {
  content: "\ee28";
}

/* line 32462, app/assets/stylesheets/icons.css */
.bxs-message-alt-error:before {
  content: "\ee29";
}

/* line 32466, app/assets/stylesheets/icons.css */
.bxs-message-alt-minus:before {
  content: "\ee2a";
}

/* line 32470, app/assets/stylesheets/icons.css */
.bxs-message-alt-x:before {
  content: "\ee2b";
}

/* line 32474, app/assets/stylesheets/icons.css */
.bxs-message-check:before {
  content: "\ee2c";
}

/* line 32478, app/assets/stylesheets/icons.css */
.bxs-message-detail:before {
  content: "\ee2d";
}

/* line 32482, app/assets/stylesheets/icons.css */
.bxs-message-dots:before {
  content: "\ee2e";
}

/* line 32486, app/assets/stylesheets/icons.css */
.bxs-message-edit:before {
  content: "\ee2f";
}

/* line 32490, app/assets/stylesheets/icons.css */
.bxs-message-error:before {
  content: "\ee30";
}

/* line 32494, app/assets/stylesheets/icons.css */
.bxs-message-minus:before {
  content: "\ee31";
}

/* line 32498, app/assets/stylesheets/icons.css */
.bxs-message-rounded:before {
  content: "\ee32";
}

/* line 32502, app/assets/stylesheets/icons.css */
.bxs-message-rounded-add:before {
  content: "\ee33";
}

/* line 32506, app/assets/stylesheets/icons.css */
.bxs-message-rounded-check:before {
  content: "\ee34";
}

/* line 32510, app/assets/stylesheets/icons.css */
.bxs-message-rounded-detail:before {
  content: "\ee35";
}

/* line 32514, app/assets/stylesheets/icons.css */
.bxs-message-rounded-dots:before {
  content: "\ee36";
}

/* line 32518, app/assets/stylesheets/icons.css */
.bxs-message-rounded-edit:before {
  content: "\ee37";
}

/* line 32522, app/assets/stylesheets/icons.css */
.bxs-message-rounded-error:before {
  content: "\ee38";
}

/* line 32526, app/assets/stylesheets/icons.css */
.bxs-message-rounded-minus:before {
  content: "\ee39";
}

/* line 32530, app/assets/stylesheets/icons.css */
.bxs-message-rounded-x:before {
  content: "\ee3a";
}

/* line 32534, app/assets/stylesheets/icons.css */
.bxs-message-square:before {
  content: "\ee3b";
}

/* line 32538, app/assets/stylesheets/icons.css */
.bxs-message-square-add:before {
  content: "\ee3c";
}

/* line 32542, app/assets/stylesheets/icons.css */
.bxs-message-square-check:before {
  content: "\ee3d";
}

/* line 32546, app/assets/stylesheets/icons.css */
.bxs-message-square-detail:before {
  content: "\ee3e";
}

/* line 32550, app/assets/stylesheets/icons.css */
.bxs-message-square-dots:before {
  content: "\ee3f";
}

/* line 32554, app/assets/stylesheets/icons.css */
.bxs-message-square-edit:before {
  content: "\ee40";
}

/* line 32558, app/assets/stylesheets/icons.css */
.bxs-message-square-error:before {
  content: "\ee41";
}

/* line 32562, app/assets/stylesheets/icons.css */
.bxs-message-square-minus:before {
  content: "\ee42";
}

/* line 32566, app/assets/stylesheets/icons.css */
.bxs-message-square-x:before {
  content: "\ee43";
}

/* line 32570, app/assets/stylesheets/icons.css */
.bxs-message-x:before {
  content: "\ee44";
}

/* line 32574, app/assets/stylesheets/icons.css */
.bxs-meteor:before {
  content: "\ee45";
}

/* line 32578, app/assets/stylesheets/icons.css */
.bxs-microchip:before {
  content: "\ee46";
}

/* line 32582, app/assets/stylesheets/icons.css */
.bxs-microphone:before {
  content: "\ee47";
}

/* line 32586, app/assets/stylesheets/icons.css */
.bxs-microphone-alt:before {
  content: "\ee48";
}

/* line 32590, app/assets/stylesheets/icons.css */
.bxs-microphone-off:before {
  content: "\ee49";
}

/* line 32594, app/assets/stylesheets/icons.css */
.bxs-minus-circle:before {
  content: "\ee4a";
}

/* line 32598, app/assets/stylesheets/icons.css */
.bxs-minus-square:before {
  content: "\ee4b";
}

/* line 32602, app/assets/stylesheets/icons.css */
.bxs-mobile:before {
  content: "\ee4c";
}

/* line 32606, app/assets/stylesheets/icons.css */
.bxs-mobile-vibration:before {
  content: "\ee4d";
}

/* line 32610, app/assets/stylesheets/icons.css */
.bxs-moon:before {
  content: "\ee4e";
}

/* line 32614, app/assets/stylesheets/icons.css */
.bxs-mouse:before {
  content: "\ee4f";
}

/* line 32618, app/assets/stylesheets/icons.css */
.bxs-mouse-alt:before {
  content: "\ee50";
}

/* line 32622, app/assets/stylesheets/icons.css */
.bxs-movie:before {
  content: "\ee51";
}

/* line 32626, app/assets/stylesheets/icons.css */
.bxs-movie-play:before {
  content: "\ee52";
}

/* line 32630, app/assets/stylesheets/icons.css */
.bxs-music:before {
  content: "\ee53";
}

/* line 32634, app/assets/stylesheets/icons.css */
.bxs-navigation:before {
  content: "\ee54";
}

/* line 32638, app/assets/stylesheets/icons.css */
.bxs-network-chart:before {
  content: "\ee55";
}

/* line 32642, app/assets/stylesheets/icons.css */
.bxs-news:before {
  content: "\ee56";
}

/* line 32646, app/assets/stylesheets/icons.css */
.bxs-no-entry:before {
  content: "\ee57";
}

/* line 32650, app/assets/stylesheets/icons.css */
.bxs-note:before {
  content: "\ee58";
}

/* line 32654, app/assets/stylesheets/icons.css */
.bxs-notepad:before {
  content: "\ee59";
}

/* line 32658, app/assets/stylesheets/icons.css */
.bxs-notification:before {
  content: "\ee5a";
}

/* line 32662, app/assets/stylesheets/icons.css */
.bxs-notification-off:before {
  content: "\ee5b";
}

/* line 32666, app/assets/stylesheets/icons.css */
.bxs-offer:before {
  content: "\ee5c";
}

/* line 32670, app/assets/stylesheets/icons.css */
.bxs-package:before {
  content: "\ee5d";
}

/* line 32674, app/assets/stylesheets/icons.css */
.bxs-paint:before {
  content: "\ee5e";
}

/* line 32678, app/assets/stylesheets/icons.css */
.bxs-paint-roll:before {
  content: "\ee5f";
}

/* line 32682, app/assets/stylesheets/icons.css */
.bxs-palette:before {
  content: "\ee60";
}

/* line 32686, app/assets/stylesheets/icons.css */
.bxs-paper-plane:before {
  content: "\ee61";
}

/* line 32690, app/assets/stylesheets/icons.css */
.bxs-parking:before {
  content: "\ee62";
}

/* line 32694, app/assets/stylesheets/icons.css */
.bxs-paste:before {
  content: "\ee63";
}

/* line 32698, app/assets/stylesheets/icons.css */
.bxs-pen:before {
  content: "\ee64";
}

/* line 32702, app/assets/stylesheets/icons.css */
.bxs-pencil:before {
  content: "\ee65";
}

/* line 32706, app/assets/stylesheets/icons.css */
.bxs-phone:before {
  content: "\ee66";
}

/* line 32710, app/assets/stylesheets/icons.css */
.bxs-phone-call:before {
  content: "\ee67";
}

/* line 32714, app/assets/stylesheets/icons.css */
.bxs-phone-incoming:before {
  content: "\ee68";
}

/* line 32718, app/assets/stylesheets/icons.css */
.bxs-phone-off:before {
  content: "\ee69";
}

/* line 32722, app/assets/stylesheets/icons.css */
.bxs-phone-outgoing:before {
  content: "\ee6a";
}

/* line 32726, app/assets/stylesheets/icons.css */
.bxs-photo-album:before {
  content: "\ee6b";
}

/* line 32730, app/assets/stylesheets/icons.css */
.bxs-piano:before {
  content: "\ee6c";
}

/* line 32734, app/assets/stylesheets/icons.css */
.bxs-pie-chart:before {
  content: "\ee6d";
}

/* line 32738, app/assets/stylesheets/icons.css */
.bxs-pie-chart-alt:before {
  content: "\ee6e";
}

/* line 32742, app/assets/stylesheets/icons.css */
.bxs-pie-chart-alt-2:before {
  content: "\ee6f";
}

/* line 32746, app/assets/stylesheets/icons.css */
.bxs-pin:before {
  content: "\ee70";
}

/* line 32750, app/assets/stylesheets/icons.css */
.bxs-pizza:before {
  content: "\ee71";
}

/* line 32754, app/assets/stylesheets/icons.css */
.bxs-plane:before {
  content: "\ee72";
}

/* line 32758, app/assets/stylesheets/icons.css */
.bxs-plane-alt:before {
  content: "\ee73";
}

/* line 32762, app/assets/stylesheets/icons.css */
.bxs-plane-land:before {
  content: "\ee74";
}

/* line 32766, app/assets/stylesheets/icons.css */
.bxs-planet:before {
  content: "\ee75";
}

/* line 32770, app/assets/stylesheets/icons.css */
.bxs-plane-take-off:before {
  content: "\ee76";
}

/* line 32774, app/assets/stylesheets/icons.css */
.bxs-playlist:before {
  content: "\ee77";
}

/* line 32778, app/assets/stylesheets/icons.css */
.bxs-plug:before {
  content: "\ee78";
}

/* line 32782, app/assets/stylesheets/icons.css */
.bxs-plus-circle:before {
  content: "\ee79";
}

/* line 32786, app/assets/stylesheets/icons.css */
.bxs-plus-square:before {
  content: "\ee7a";
}

/* line 32790, app/assets/stylesheets/icons.css */
.bxs-pointer:before {
  content: "\ee7b";
}

/* line 32794, app/assets/stylesheets/icons.css */
.bxs-polygon:before {
  content: "\ee7c";
}

/* line 32798, app/assets/stylesheets/icons.css */
.bxs-printer:before {
  content: "\ee7d";
}

/* line 32802, app/assets/stylesheets/icons.css */
.bxs-purchase-tag:before {
  content: "\ee7e";
}

/* line 32806, app/assets/stylesheets/icons.css */
.bxs-purchase-tag-alt:before {
  content: "\ee7f";
}

/* line 32810, app/assets/stylesheets/icons.css */
.bxs-pyramid:before {
  content: "\ee80";
}

/* line 32814, app/assets/stylesheets/icons.css */
.bxs-quote-alt-left:before {
  content: "\ee81";
}

/* line 32818, app/assets/stylesheets/icons.css */
.bxs-quote-alt-right:before {
  content: "\ee82";
}

/* line 32822, app/assets/stylesheets/icons.css */
.bxs-quote-left:before {
  content: "\ee83";
}

/* line 32826, app/assets/stylesheets/icons.css */
.bxs-quote-right:before {
  content: "\ee84";
}

/* line 32830, app/assets/stylesheets/icons.css */
.bxs-quote-single-left:before {
  content: "\ee85";
}

/* line 32834, app/assets/stylesheets/icons.css */
.bxs-quote-single-right:before {
  content: "\ee86";
}

/* line 32838, app/assets/stylesheets/icons.css */
.bxs-radiation:before {
  content: "\ee87";
}

/* line 32842, app/assets/stylesheets/icons.css */
.bxs-radio:before {
  content: "\ee88";
}

/* line 32846, app/assets/stylesheets/icons.css */
.bxs-receipt:before {
  content: "\ee89";
}

/* line 32850, app/assets/stylesheets/icons.css */
.bxs-rectangle:before {
  content: "\ee8a";
}

/* line 32854, app/assets/stylesheets/icons.css */
.bxs-registered:before {
  content: "\ee8b";
}

/* line 32858, app/assets/stylesheets/icons.css */
.bxs-rename:before {
  content: "\ee8c";
}

/* line 32862, app/assets/stylesheets/icons.css */
.bxs-report:before {
  content: "\ee8d";
}

/* line 32866, app/assets/stylesheets/icons.css */
.bxs-rewind-circle:before {
  content: "\ee8e";
}

/* line 32870, app/assets/stylesheets/icons.css */
.bxs-right-arrow:before {
  content: "\ee8f";
}

/* line 32874, app/assets/stylesheets/icons.css */
.bxs-right-arrow-alt:before {
  content: "\ee90";
}

/* line 32878, app/assets/stylesheets/icons.css */
.bxs-right-arrow-circle:before {
  content: "\ee91";
}

/* line 32882, app/assets/stylesheets/icons.css */
.bxs-right-arrow-square:before {
  content: "\ee92";
}

/* line 32886, app/assets/stylesheets/icons.css */
.bxs-right-down-arrow-circle:before {
  content: "\ee93";
}

/* line 32890, app/assets/stylesheets/icons.css */
.bxs-right-top-arrow-circle:before {
  content: "\ee94";
}

/* line 32894, app/assets/stylesheets/icons.css */
.bxs-rocket:before {
  content: "\ee95";
}

/* line 32898, app/assets/stylesheets/icons.css */
.bxs-ruler:before {
  content: "\ee96";
}

/* line 32902, app/assets/stylesheets/icons.css */
.bxs-sad:before {
  content: "\ee97";
}

/* line 32906, app/assets/stylesheets/icons.css */
.bxs-save:before {
  content: "\ee98";
}

/* line 32910, app/assets/stylesheets/icons.css */
.bxs-school:before {
  content: "\ee99";
}

/* line 32914, app/assets/stylesheets/icons.css */
.bxs-search:before {
  content: "\ee9a";
}

/* line 32918, app/assets/stylesheets/icons.css */
.bxs-search-alt-2:before {
  content: "\ee9b";
}

/* line 32922, app/assets/stylesheets/icons.css */
.bxs-select-multiple:before {
  content: "\ee9c";
}

/* line 32926, app/assets/stylesheets/icons.css */
.bxs-send:before {
  content: "\ee9d";
}

/* line 32930, app/assets/stylesheets/icons.css */
.bxs-server:before {
  content: "\ee9e";
}

/* line 32934, app/assets/stylesheets/icons.css */
.bxs-shapes:before {
  content: "\ee9f";
}

/* line 32938, app/assets/stylesheets/icons.css */
.bxs-share:before {
  content: "\eea0";
}

/* line 32942, app/assets/stylesheets/icons.css */
.bxs-share-alt:before {
  content: "\eea1";
}

/* line 32946, app/assets/stylesheets/icons.css */
.bxs-shield:before {
  content: "\eea2";
}

/* line 32950, app/assets/stylesheets/icons.css */
.bxs-shield-alt-2:before {
  content: "\eea3";
}

/* line 32954, app/assets/stylesheets/icons.css */
.bxs-shield-x:before {
  content: "\eea4";
}

/* line 32958, app/assets/stylesheets/icons.css */
.bxs-ship:before {
  content: "\eea5";
}

/* line 32962, app/assets/stylesheets/icons.css */
.bxs-shocked:before {
  content: "\eea6";
}

/* line 32966, app/assets/stylesheets/icons.css */
.bxs-shopping-bag:before {
  content: "\eea7";
}

/* line 32970, app/assets/stylesheets/icons.css */
.bxs-shopping-bag-alt:before {
  content: "\eea8";
}

/* line 32974, app/assets/stylesheets/icons.css */
.bxs-shopping-bags:before {
  content: "\eea9";
}

/* line 32978, app/assets/stylesheets/icons.css */
.bxs-show:before {
  content: "\eeaa";
}

/* line 32982, app/assets/stylesheets/icons.css */
.bxs-skip-next-circle:before {
  content: "\eeab";
}

/* line 32986, app/assets/stylesheets/icons.css */
.bxs-skip-previous-circle:before {
  content: "\eeac";
}

/* line 32990, app/assets/stylesheets/icons.css */
.bxs-skull:before {
  content: "\eead";
}

/* line 32994, app/assets/stylesheets/icons.css */
.bxs-sleepy:before {
  content: "\eeae";
}

/* line 32998, app/assets/stylesheets/icons.css */
.bxs-slideshow:before {
  content: "\eeaf";
}

/* line 33002, app/assets/stylesheets/icons.css */
.bxs-smile:before {
  content: "\eeb0";
}

/* line 33006, app/assets/stylesheets/icons.css */
.bxs-sort-alt:before {
  content: "\eeb1";
}

/* line 33010, app/assets/stylesheets/icons.css */
.bxs-spa:before {
  content: "\eeb2";
}

/* line 33014, app/assets/stylesheets/icons.css */
.bxs-speaker:before {
  content: "\eeb3";
}

/* line 33018, app/assets/stylesheets/icons.css */
.bxs-spray-can:before {
  content: "\eeb4";
}

/* line 33022, app/assets/stylesheets/icons.css */
.bxs-spreadsheet:before {
  content: "\eeb5";
}

/* line 33026, app/assets/stylesheets/icons.css */
.bxs-square:before {
  content: "\eeb6";
}

/* line 33030, app/assets/stylesheets/icons.css */
.bxs-square-rounded:before {
  content: "\eeb7";
}

/* line 33034, app/assets/stylesheets/icons.css */
.bxs-star:before {
  content: "\eeb8";
}

/* line 33038, app/assets/stylesheets/icons.css */
.bxs-star-half:before {
  content: "\eeb9";
}

/* line 33042, app/assets/stylesheets/icons.css */
.bxs-sticker:before {
  content: "\eeba";
}

/* line 33046, app/assets/stylesheets/icons.css */
.bxs-stopwatch:before {
  content: "\eebb";
}

/* line 33050, app/assets/stylesheets/icons.css */
.bxs-store:before {
  content: "\eebc";
}

/* line 33054, app/assets/stylesheets/icons.css */
.bxs-store-alt:before {
  content: "\eebd";
}

/* line 33058, app/assets/stylesheets/icons.css */
.bxs-sun:before {
  content: "\eebe";
}

/* line 33062, app/assets/stylesheets/icons.css */
.bxs-tachometer:before {
  content: "\eebf";
}

/* line 33066, app/assets/stylesheets/icons.css */
.bxs-tag:before {
  content: "\eec0";
}

/* line 33070, app/assets/stylesheets/icons.css */
.bxs-tag-alt:before {
  content: "\eec1";
}

/* line 33074, app/assets/stylesheets/icons.css */
.bxs-tag-x:before {
  content: "\eec2";
}

/* line 33078, app/assets/stylesheets/icons.css */
.bxs-taxi:before {
  content: "\eec3";
}

/* line 33082, app/assets/stylesheets/icons.css */
.bxs-tennis-ball:before {
  content: "\eec4";
}

/* line 33086, app/assets/stylesheets/icons.css */
.bxs-terminal:before {
  content: "\eec5";
}

/* line 33090, app/assets/stylesheets/icons.css */
.bxs-thermometer:before {
  content: "\eec6";
}

/* line 33094, app/assets/stylesheets/icons.css */
.bxs-time:before {
  content: "\eec7";
}

/* line 33098, app/assets/stylesheets/icons.css */
.bxs-time-five:before {
  content: "\eec8";
}

/* line 33102, app/assets/stylesheets/icons.css */
.bxs-timer:before {
  content: "\eec9";
}

/* line 33106, app/assets/stylesheets/icons.css */
.bxs-tired:before {
  content: "\eeca";
}

/* line 33110, app/assets/stylesheets/icons.css */
.bxs-toggle-left:before {
  content: "\eecb";
}

/* line 33114, app/assets/stylesheets/icons.css */
.bxs-toggle-right:before {
  content: "\eecc";
}

/* line 33118, app/assets/stylesheets/icons.css */
.bxs-tone:before {
  content: "\eecd";
}

/* line 33122, app/assets/stylesheets/icons.css */
.bxs-torch:before {
  content: "\eece";
}

/* line 33126, app/assets/stylesheets/icons.css */
.bxs-to-top:before {
  content: "\eecf";
}

/* line 33130, app/assets/stylesheets/icons.css */
.bxs-traffic:before {
  content: "\eed0";
}

/* line 33134, app/assets/stylesheets/icons.css */
.bxs-traffic-barrier:before {
  content: "\eed1";
}

/* line 33138, app/assets/stylesheets/icons.css */
.bxs-traffic-cone:before {
  content: "\eed2";
}

/* line 33142, app/assets/stylesheets/icons.css */
.bxs-train:before {
  content: "\eed3";
}

/* line 33146, app/assets/stylesheets/icons.css */
.bxs-trash:before {
  content: "\eed4";
}

/* line 33150, app/assets/stylesheets/icons.css */
.bxs-trash-alt:before {
  content: "\eed5";
}

/* line 33154, app/assets/stylesheets/icons.css */
.bxs-tree:before {
  content: "\eed6";
}

/* line 33158, app/assets/stylesheets/icons.css */
.bxs-trophy:before {
  content: "\eed7";
}

/* line 33162, app/assets/stylesheets/icons.css */
.bxs-truck:before {
  content: "\eed8";
}

/* line 33166, app/assets/stylesheets/icons.css */
.bxs-t-shirt:before {
  content: "\eed9";
}

/* line 33170, app/assets/stylesheets/icons.css */
.bxs-tv:before {
  content: "\eeda";
}

/* line 33174, app/assets/stylesheets/icons.css */
.bxs-up-arrow:before {
  content: "\eedb";
}

/* line 33178, app/assets/stylesheets/icons.css */
.bxs-up-arrow-alt:before {
  content: "\eedc";
}

/* line 33182, app/assets/stylesheets/icons.css */
.bxs-up-arrow-circle:before {
  content: "\eedd";
}

/* line 33186, app/assets/stylesheets/icons.css */
.bxs-up-arrow-square:before {
  content: "\eede";
}

/* line 33190, app/assets/stylesheets/icons.css */
.bxs-upside-down:before {
  content: "\eedf";
}

/* line 33194, app/assets/stylesheets/icons.css */
.bxs-upvote:before {
  content: "\eee0";
}

/* line 33198, app/assets/stylesheets/icons.css */
.bxs-user:before {
  content: "\eee1";
}

/* line 33202, app/assets/stylesheets/icons.css */
.bxs-user-account:before {
  content: "\eee2";
}

/* line 33206, app/assets/stylesheets/icons.css */
.bxs-user-badge:before {
  content: "\eee3";
}

/* line 33210, app/assets/stylesheets/icons.css */
.bxs-user-check:before {
  content: "\eee4";
}

/* line 33214, app/assets/stylesheets/icons.css */
.bxs-user-circle:before {
  content: "\eee5";
}

/* line 33218, app/assets/stylesheets/icons.css */
.bxs-user-detail:before {
  content: "\eee6";
}

/* line 33222, app/assets/stylesheets/icons.css */
.bxs-user-minus:before {
  content: "\eee7";
}

/* line 33226, app/assets/stylesheets/icons.css */
.bxs-user-pin:before {
  content: "\eee8";
}

/* line 33230, app/assets/stylesheets/icons.css */
.bxs-user-plus:before {
  content: "\eee9";
}

/* line 33234, app/assets/stylesheets/icons.css */
.bxs-user-rectangle:before {
  content: "\eeea";
}

/* line 33238, app/assets/stylesheets/icons.css */
.bxs-user-voice:before {
  content: "\eeeb";
}

/* line 33242, app/assets/stylesheets/icons.css */
.bxs-user-x:before {
  content: "\eeec";
}

/* line 33246, app/assets/stylesheets/icons.css */
.bxs-vector:before {
  content: "\eeed";
}

/* line 33250, app/assets/stylesheets/icons.css */
.bxs-vial:before {
  content: "\eeee";
}

/* line 33254, app/assets/stylesheets/icons.css */
.bxs-video:before {
  content: "\eeef";
}

/* line 33258, app/assets/stylesheets/icons.css */
.bxs-video-off:before {
  content: "\eef0";
}

/* line 33262, app/assets/stylesheets/icons.css */
.bxs-video-plus:before {
  content: "\eef1";
}

/* line 33266, app/assets/stylesheets/icons.css */
.bxs-video-recording:before {
  content: "\eef2";
}

/* line 33270, app/assets/stylesheets/icons.css */
.bxs-videos:before {
  content: "\eef3";
}

/* line 33274, app/assets/stylesheets/icons.css */
.bxs-virus:before {
  content: "\eef4";
}

/* line 33278, app/assets/stylesheets/icons.css */
.bxs-virus-block:before {
  content: "\eef5";
}

/* line 33282, app/assets/stylesheets/icons.css */
.bxs-volume:before {
  content: "\eef6";
}

/* line 33286, app/assets/stylesheets/icons.css */
.bxs-volume-full:before {
  content: "\eef7";
}

/* line 33290, app/assets/stylesheets/icons.css */
.bxs-volume-low:before {
  content: "\eef8";
}

/* line 33294, app/assets/stylesheets/icons.css */
.bxs-volume-mute:before {
  content: "\eef9";
}

/* line 33298, app/assets/stylesheets/icons.css */
.bxs-wallet:before {
  content: "\eefa";
}

/* line 33302, app/assets/stylesheets/icons.css */
.bxs-wallet-alt:before {
  content: "\eefb";
}

/* line 33306, app/assets/stylesheets/icons.css */
.bxs-washer:before {
  content: "\eefc";
}

/* line 33310, app/assets/stylesheets/icons.css */
.bxs-watch:before {
  content: "\eefd";
}

/* line 33314, app/assets/stylesheets/icons.css */
.bxs-watch-alt:before {
  content: "\eefe";
}

/* line 33318, app/assets/stylesheets/icons.css */
.bxs-webcam:before {
  content: "\eeff";
}

/* line 33322, app/assets/stylesheets/icons.css */
.bxs-widget:before {
  content: "\ef00";
}

/* line 33326, app/assets/stylesheets/icons.css */
.bxs-window-alt:before {
  content: "\ef01";
}

/* line 33330, app/assets/stylesheets/icons.css */
.bxs-wine:before {
  content: "\ef02";
}

/* line 33334, app/assets/stylesheets/icons.css */
.bxs-wink-smile:before {
  content: "\ef03";
}

/* line 33338, app/assets/stylesheets/icons.css */
.bxs-wink-tongue:before {
  content: "\ef04";
}

/* line 33342, app/assets/stylesheets/icons.css */
.bxs-wrench:before {
  content: "\ef05";
}

/* line 33346, app/assets/stylesheets/icons.css */
.bxs-x-circle:before {
  content: "\ef06";
}

/* line 33350, app/assets/stylesheets/icons.css */
.bxs-x-square:before {
  content: "\ef07";
}

/* line 33354, app/assets/stylesheets/icons.css */
.bxs-yin-yang:before {
  content: "\ef08";
}

/* line 33358, app/assets/stylesheets/icons.css */
.bxs-zap:before {
  content: "\ef09";
}

/* line 33362, app/assets/stylesheets/icons.css */
.bxs-zoom-in:before {
  content: "\ef0a";
}

/* line 33366, app/assets/stylesheets/icons.css */
.bxs-zoom-out:before {
  content: "\ef0b";
}

/* line 33370, app/assets/stylesheets/icons.css */
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 33385, app/assets/stylesheets/icons.css */
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

/* line 33391, app/assets/stylesheets/icons.css */
.la-xs {
  font-size: 0.75em;
}

/* line 33395, app/assets/stylesheets/icons.css */
.la-sm {
  font-size: 0.875em;
}

/* line 33399, app/assets/stylesheets/icons.css */
.la-1x {
  font-size: 1em;
}

/* line 33403, app/assets/stylesheets/icons.css */
.la-2x {
  font-size: 2em;
}

/* line 33407, app/assets/stylesheets/icons.css */
.la-3x {
  font-size: 3em;
}

/* line 33411, app/assets/stylesheets/icons.css */
.la-4x {
  font-size: 4em;
}

/* line 33415, app/assets/stylesheets/icons.css */
.la-5x {
  font-size: 5em;
}

/* line 33419, app/assets/stylesheets/icons.css */
.la-6x {
  font-size: 6em;
}

/* line 33423, app/assets/stylesheets/icons.css */
.la-7x {
  font-size: 7em;
}

/* line 33427, app/assets/stylesheets/icons.css */
.la-8x {
  font-size: 8em;
}

/* line 33431, app/assets/stylesheets/icons.css */
.la-9x {
  font-size: 9em;
}

/* line 33435, app/assets/stylesheets/icons.css */
.la-10x {
  font-size: 10em;
}

/* line 33439, app/assets/stylesheets/icons.css */
.la-fw {
  text-align: center;
  width: 1.25em;
}

/* line 33444, app/assets/stylesheets/icons.css */
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 33450, app/assets/stylesheets/icons.css */
.la-ul > li {
  position: relative;
}

/* line 33454, app/assets/stylesheets/icons.css */
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 33462, app/assets/stylesheets/icons.css */
.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 33468, app/assets/stylesheets/icons.css */
.la-pull-left {
  float: left;
}

/* line 33472, app/assets/stylesheets/icons.css */
.la-pull-right {
  float: right;
}

/* line 33476, app/assets/stylesheets/icons.css */
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: 0.3em;
}

/* line 33484, app/assets/stylesheets/icons.css */
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: 0.3em;
}

/* line 33492, app/assets/stylesheets/icons.css */
.la-spin {
  animation: la-spin 2s infinite linear;
}

/* line 33497, app/assets/stylesheets/icons.css */
.la-pulse {
  animation: la-spin 1s infinite steps(8);
}

@keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 33522, app/assets/stylesheets/icons.css */
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 33528, app/assets/stylesheets/icons.css */
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 33534, app/assets/stylesheets/icons.css */
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 33540, app/assets/stylesheets/icons.css */
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 33546, app/assets/stylesheets/icons.css */
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 33552, app/assets/stylesheets/icons.css */
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 33558, app/assets/stylesheets/icons.css */
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  filter: none;
}

/* line 33568, app/assets/stylesheets/icons.css */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 33577, app/assets/stylesheets/icons.css */
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 33585, app/assets/stylesheets/icons.css */
.la-stack-1x {
  line-height: inherit;
}

/* line 33589, app/assets/stylesheets/icons.css */
.la-stack-2x {
  font-size: 2em;
}

/* line 33593, app/assets/stylesheets/icons.css */
.la-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 33599, app/assets/stylesheets/icons.css */
.la-500px:before {
  content: "\f26e";
}

/* line 33603, app/assets/stylesheets/icons.css */
.la-accessible-icon:before {
  content: "\f368";
}

/* line 33607, app/assets/stylesheets/icons.css */
.la-accusoft:before {
  content: "\f369";
}

/* line 33611, app/assets/stylesheets/icons.css */
.la-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 33615, app/assets/stylesheets/icons.css */
.la-ad:before {
  content: "\f641";
}

/* line 33619, app/assets/stylesheets/icons.css */
.la-address-book:before {
  content: "\f2b9";
}

/* line 33623, app/assets/stylesheets/icons.css */
.la-address-card:before {
  content: "\f2bb";
}

/* line 33627, app/assets/stylesheets/icons.css */
.la-adjust:before {
  content: "\f042";
}

/* line 33631, app/assets/stylesheets/icons.css */
.la-adn:before {
  content: "\f170";
}

/* line 33635, app/assets/stylesheets/icons.css */
.la-adobe:before {
  content: "\f778";
}

/* line 33639, app/assets/stylesheets/icons.css */
.la-adversal:before {
  content: "\f36a";
}

/* line 33643, app/assets/stylesheets/icons.css */
.la-affiliatetheme:before {
  content: "\f36b";
}

/* line 33647, app/assets/stylesheets/icons.css */
.la-air-freshener:before {
  content: "\f5d0";
}

/* line 33651, app/assets/stylesheets/icons.css */
.la-airbnb:before {
  content: "\f834";
}

/* line 33655, app/assets/stylesheets/icons.css */
.la-algolia:before {
  content: "\f36c";
}

/* line 33659, app/assets/stylesheets/icons.css */
.la-align-center:before {
  content: "\f037";
}

/* line 33663, app/assets/stylesheets/icons.css */
.la-align-justify:before {
  content: "\f039";
}

/* line 33667, app/assets/stylesheets/icons.css */
.la-align-left:before {
  content: "\f036";
}

/* line 33671, app/assets/stylesheets/icons.css */
.la-align-right:before {
  content: "\f038";
}

/* line 33675, app/assets/stylesheets/icons.css */
.la-alipay:before {
  content: "\f642";
}

/* line 33679, app/assets/stylesheets/icons.css */
.la-allergies:before {
  content: "\f461";
}

/* line 33683, app/assets/stylesheets/icons.css */
.la-amazon:before {
  content: "\f270";
}

/* line 33687, app/assets/stylesheets/icons.css */
.la-amazon-pay:before {
  content: "\f42c";
}

/* line 33691, app/assets/stylesheets/icons.css */
.la-ambulance:before {
  content: "\f0f9";
}

/* line 33695, app/assets/stylesheets/icons.css */
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 33699, app/assets/stylesheets/icons.css */
.la-amilia:before {
  content: "\f36d";
}

/* line 33703, app/assets/stylesheets/icons.css */
.la-anchor:before {
  content: "\f13d";
}

/* line 33707, app/assets/stylesheets/icons.css */
.la-android:before {
  content: "\f17b";
}

/* line 33711, app/assets/stylesheets/icons.css */
.la-angellist:before {
  content: "\f209";
}

/* line 33715, app/assets/stylesheets/icons.css */
.la-angle-double-down:before {
  content: "\f103";
}

/* line 33719, app/assets/stylesheets/icons.css */
.la-angle-double-left:before {
  content: "\f100";
}

/* line 33723, app/assets/stylesheets/icons.css */
.la-angle-double-right:before {
  content: "\f101";
}

/* line 33727, app/assets/stylesheets/icons.css */
.la-angle-double-up:before {
  content: "\f102";
}

/* line 33731, app/assets/stylesheets/icons.css */
.la-angle-down:before {
  content: "\f107";
}

/* line 33735, app/assets/stylesheets/icons.css */
.la-angle-left:before {
  content: "\f104";
}

/* line 33739, app/assets/stylesheets/icons.css */
.la-angle-right:before {
  content: "\f105";
}

/* line 33743, app/assets/stylesheets/icons.css */
.la-angle-up:before {
  content: "\f106";
}

/* line 33747, app/assets/stylesheets/icons.css */
.la-angry:before {
  content: "\f556";
}

/* line 33751, app/assets/stylesheets/icons.css */
.la-angrycreative:before {
  content: "\f36e";
}

/* line 33755, app/assets/stylesheets/icons.css */
.la-angular:before {
  content: "\f420";
}

/* line 33759, app/assets/stylesheets/icons.css */
.la-ankh:before {
  content: "\f644";
}

/* line 33763, app/assets/stylesheets/icons.css */
.la-app-store:before {
  content: "\f36f";
}

/* line 33767, app/assets/stylesheets/icons.css */
.la-app-store-ios:before {
  content: "\f370";
}

/* line 33771, app/assets/stylesheets/icons.css */
.la-apper:before {
  content: "\f371";
}

/* line 33775, app/assets/stylesheets/icons.css */
.la-apple:before {
  content: "\f179";
}

/* line 33779, app/assets/stylesheets/icons.css */
.la-apple-alt:before {
  content: "\f5d1";
}

/* line 33783, app/assets/stylesheets/icons.css */
.la-apple-pay:before {
  content: "\f415";
}

/* line 33787, app/assets/stylesheets/icons.css */
.la-archive:before {
  content: "\f187";
}

/* line 33791, app/assets/stylesheets/icons.css */
.la-archway:before {
  content: "\f557";
}

/* line 33795, app/assets/stylesheets/icons.css */
.la-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 33799, app/assets/stylesheets/icons.css */
.la-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 33803, app/assets/stylesheets/icons.css */
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 33807, app/assets/stylesheets/icons.css */
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 33811, app/assets/stylesheets/icons.css */
.la-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 33815, app/assets/stylesheets/icons.css */
.la-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 33819, app/assets/stylesheets/icons.css */
.la-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 33823, app/assets/stylesheets/icons.css */
.la-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 33827, app/assets/stylesheets/icons.css */
.la-arrow-down:before {
  content: "\f063";
}

/* line 33831, app/assets/stylesheets/icons.css */
.la-arrow-left:before {
  content: "\f060";
}

/* line 33835, app/assets/stylesheets/icons.css */
.la-arrow-right:before {
  content: "\f061";
}

/* line 33839, app/assets/stylesheets/icons.css */
.la-arrow-up:before {
  content: "\f062";
}

/* line 33843, app/assets/stylesheets/icons.css */
.la-arrows-alt:before {
  content: "\f0b2";
}

/* line 33847, app/assets/stylesheets/icons.css */
.la-arrows-alt-h:before {
  content: "\f337";
}

/* line 33851, app/assets/stylesheets/icons.css */
.la-arrows-alt-v:before {
  content: "\f338";
}

/* line 33855, app/assets/stylesheets/icons.css */
.la-artstation:before {
  content: "\f77a";
}

/* line 33859, app/assets/stylesheets/icons.css */
.la-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 33863, app/assets/stylesheets/icons.css */
.la-asterisk:before {
  content: "\f069";
}

/* line 33867, app/assets/stylesheets/icons.css */
.la-asymmetrik:before {
  content: "\f372";
}

/* line 33871, app/assets/stylesheets/icons.css */
.la-at:before {
  content: "\f1fa";
}

/* line 33875, app/assets/stylesheets/icons.css */
.la-atlas:before {
  content: "\f558";
}

/* line 33879, app/assets/stylesheets/icons.css */
.la-atlassian:before {
  content: "\f77b";
}

/* line 33883, app/assets/stylesheets/icons.css */
.la-atom:before {
  content: "\f5d2";
}

/* line 33887, app/assets/stylesheets/icons.css */
.la-audible:before {
  content: "\f373";
}

/* line 33891, app/assets/stylesheets/icons.css */
.la-audio-description:before {
  content: "\f29e";
}

/* line 33895, app/assets/stylesheets/icons.css */
.la-autoprefixer:before {
  content: "\f41c";
}

/* line 33899, app/assets/stylesheets/icons.css */
.la-avianex:before {
  content: "\f374";
}

/* line 33903, app/assets/stylesheets/icons.css */
.la-aviato:before {
  content: "\f421";
}

/* line 33907, app/assets/stylesheets/icons.css */
.la-award:before {
  content: "\f559";
}

/* line 33911, app/assets/stylesheets/icons.css */
.la-aws:before {
  content: "\f375";
}

/* line 33915, app/assets/stylesheets/icons.css */
.la-baby:before {
  content: "\f77c";
}

/* line 33919, app/assets/stylesheets/icons.css */
.la-baby-carriage:before {
  content: "\f77d";
}

/* line 33923, app/assets/stylesheets/icons.css */
.la-backspace:before {
  content: "\f55a";
}

/* line 33927, app/assets/stylesheets/icons.css */
.la-backward:before {
  content: "\f04a";
}

/* line 33931, app/assets/stylesheets/icons.css */
.la-bacon:before {
  content: "\f7e5";
}

/* line 33935, app/assets/stylesheets/icons.css */
.la-balance-scale:before {
  content: "\f24e";
}

/* line 33939, app/assets/stylesheets/icons.css */
.la-balance-scale-left:before {
  content: "\f515";
}

/* line 33943, app/assets/stylesheets/icons.css */
.la-balance-scale-right:before {
  content: "\f516";
}

/* line 33947, app/assets/stylesheets/icons.css */
.la-ban:before {
  content: "\f05e";
}

/* line 33951, app/assets/stylesheets/icons.css */
.la-band-aid:before {
  content: "\f462";
}

/* line 33955, app/assets/stylesheets/icons.css */
.la-bandcamp:before {
  content: "\f2d5";
}

/* line 33959, app/assets/stylesheets/icons.css */
.la-barcode:before {
  content: "\f02a";
}

/* line 33963, app/assets/stylesheets/icons.css */
.la-bars:before {
  content: "\f0c9";
}

/* line 33967, app/assets/stylesheets/icons.css */
.la-baseball-ball:before {
  content: "\f433";
}

/* line 33971, app/assets/stylesheets/icons.css */
.la-basketball-ball:before {
  content: "\f434";
}

/* line 33975, app/assets/stylesheets/icons.css */
.la-bath:before {
  content: "\f2cd";
}

/* line 33979, app/assets/stylesheets/icons.css */
.la-battery-empty:before {
  content: "\f244";
}

/* line 33983, app/assets/stylesheets/icons.css */
.la-battery-full:before {
  content: "\f240";
}

/* line 33987, app/assets/stylesheets/icons.css */
.la-battery-half:before {
  content: "\f242";
}

/* line 33991, app/assets/stylesheets/icons.css */
.la-battery-quarter:before {
  content: "\f243";
}

/* line 33995, app/assets/stylesheets/icons.css */
.la-battery-three-quarters:before {
  content: "\f241";
}

/* line 33999, app/assets/stylesheets/icons.css */
.la-battle-net:before {
  content: "\f835";
}

/* line 34003, app/assets/stylesheets/icons.css */
.la-bed:before {
  content: "\f236";
}

/* line 34007, app/assets/stylesheets/icons.css */
.la-beer:before {
  content: "\f0fc";
}

/* line 34011, app/assets/stylesheets/icons.css */
.la-behance:before {
  content: "\f1b4";
}

/* line 34015, app/assets/stylesheets/icons.css */
.la-behance-square:before {
  content: "\f1b5";
}

/* line 34019, app/assets/stylesheets/icons.css */
.la-bell:before {
  content: "\f0f3";
}

/* line 34023, app/assets/stylesheets/icons.css */
.la-bell-slash:before {
  content: "\f1f6";
}

/* line 34027, app/assets/stylesheets/icons.css */
.la-bezier-curve:before {
  content: "\f55b";
}

/* line 34031, app/assets/stylesheets/icons.css */
.la-bible:before {
  content: "\f647";
}

/* line 34035, app/assets/stylesheets/icons.css */
.la-bicycle:before {
  content: "\f206";
}

/* line 34039, app/assets/stylesheets/icons.css */
.la-biking:before {
  content: "\f84a";
}

/* line 34043, app/assets/stylesheets/icons.css */
.la-bimobject:before {
  content: "\f378";
}

/* line 34047, app/assets/stylesheets/icons.css */
.la-binoculars:before {
  content: "\f1e5";
}

/* line 34051, app/assets/stylesheets/icons.css */
.la-biohazard:before {
  content: "\f780";
}

/* line 34055, app/assets/stylesheets/icons.css */
.la-birthday-cake:before {
  content: "\f1fd";
}

/* line 34059, app/assets/stylesheets/icons.css */
.la-bitbucket:before {
  content: "\f171";
}

/* line 34063, app/assets/stylesheets/icons.css */
.la-bitcoin:before {
  content: "\f379";
}

/* line 34067, app/assets/stylesheets/icons.css */
.la-bity:before {
  content: "\f37a";
}

/* line 34071, app/assets/stylesheets/icons.css */
.la-black-tie:before {
  content: "\f27e";
}

/* line 34075, app/assets/stylesheets/icons.css */
.la-blackberry:before {
  content: "\f37b";
}

/* line 34079, app/assets/stylesheets/icons.css */
.la-blender:before {
  content: "\f517";
}

/* line 34083, app/assets/stylesheets/icons.css */
.la-blender-phone:before {
  content: "\f6b6";
}

/* line 34087, app/assets/stylesheets/icons.css */
.la-blind:before {
  content: "\f29d";
}

/* line 34091, app/assets/stylesheets/icons.css */
.la-blog:before {
  content: "\f781";
}

/* line 34095, app/assets/stylesheets/icons.css */
.la-blogger:before {
  content: "\f37c";
}

/* line 34099, app/assets/stylesheets/icons.css */
.la-blogger-b:before {
  content: "\f37d";
}

/* line 34103, app/assets/stylesheets/icons.css */
.la-bluetooth:before {
  content: "\f293";
}

/* line 34107, app/assets/stylesheets/icons.css */
.la-bluetooth-b:before {
  content: "\f294";
}

/* line 34111, app/assets/stylesheets/icons.css */
.la-bold:before {
  content: "\f032";
}

/* line 34115, app/assets/stylesheets/icons.css */
.la-bolt:before {
  content: "\f0e7";
}

/* line 34119, app/assets/stylesheets/icons.css */
.la-bomb:before {
  content: "\f1e2";
}

/* line 34123, app/assets/stylesheets/icons.css */
.la-bone:before {
  content: "\f5d7";
}

/* line 34127, app/assets/stylesheets/icons.css */
.la-bong:before {
  content: "\f55c";
}

/* line 34131, app/assets/stylesheets/icons.css */
.la-book:before {
  content: "\f02d";
}

/* line 34135, app/assets/stylesheets/icons.css */
.la-book-dead:before {
  content: "\f6b7";
}

/* line 34139, app/assets/stylesheets/icons.css */
.la-book-medical:before {
  content: "\f7e6";
}

/* line 34143, app/assets/stylesheets/icons.css */
.la-book-open:before {
  content: "\f518";
}

/* line 34147, app/assets/stylesheets/icons.css */
.la-book-reader:before {
  content: "\f5da";
}

/* line 34151, app/assets/stylesheets/icons.css */
.la-bookmark:before {
  content: "\f02e";
}

/* line 34155, app/assets/stylesheets/icons.css */
.la-bootstrap:before {
  content: "\f836";
}

/* line 34159, app/assets/stylesheets/icons.css */
.la-border-all:before {
  content: "\f84c";
}

/* line 34163, app/assets/stylesheets/icons.css */
.la-border-none:before {
  content: "\f850";
}

/* line 34167, app/assets/stylesheets/icons.css */
.la-border-style:before {
  content: "\f853";
}

/* line 34171, app/assets/stylesheets/icons.css */
.la-bowling-ball:before {
  content: "\f436";
}

/* line 34175, app/assets/stylesheets/icons.css */
.la-box:before {
  content: "\f466";
}

/* line 34179, app/assets/stylesheets/icons.css */
.la-box-open:before {
  content: "\f49e";
}

/* line 34183, app/assets/stylesheets/icons.css */
.la-boxes:before {
  content: "\f468";
}

/* line 34187, app/assets/stylesheets/icons.css */
.la-braille:before {
  content: "\f2a1";
}

/* line 34191, app/assets/stylesheets/icons.css */
.la-brain:before {
  content: "\f5dc";
}

/* line 34195, app/assets/stylesheets/icons.css */
.la-bread-slice:before {
  content: "\f7ec";
}

/* line 34199, app/assets/stylesheets/icons.css */
.la-briefcase:before {
  content: "\f0b1";
}

/* line 34203, app/assets/stylesheets/icons.css */
.la-briefcase-medical:before {
  content: "\f469";
}

/* line 34207, app/assets/stylesheets/icons.css */
.la-broadcast-tower:before {
  content: "\f519";
}

/* line 34211, app/assets/stylesheets/icons.css */
.la-broom:before {
  content: "\f51a";
}

/* line 34215, app/assets/stylesheets/icons.css */
.la-brush:before {
  content: "\f55d";
}

/* line 34219, app/assets/stylesheets/icons.css */
.la-btc:before {
  content: "\f15a";
}

/* line 34223, app/assets/stylesheets/icons.css */
.la-buffer:before {
  content: "\f837";
}

/* line 34227, app/assets/stylesheets/icons.css */
.la-bug:before {
  content: "\f188";
}

/* line 34231, app/assets/stylesheets/icons.css */
.la-building:before {
  content: "\f1ad";
}

/* line 34235, app/assets/stylesheets/icons.css */
.la-bullhorn:before {
  content: "\f0a1";
}

/* line 34239, app/assets/stylesheets/icons.css */
.la-bullseye:before {
  content: "\f140";
}

/* line 34243, app/assets/stylesheets/icons.css */
.la-burn:before {
  content: "\f46a";
}

/* line 34247, app/assets/stylesheets/icons.css */
.la-buromobelexperte:before {
  content: "\f37f";
}

/* line 34251, app/assets/stylesheets/icons.css */
.la-bus:before {
  content: "\f207";
}

/* line 34255, app/assets/stylesheets/icons.css */
.la-bus-alt:before {
  content: "\f55e";
}

/* line 34259, app/assets/stylesheets/icons.css */
.la-business-time:before {
  content: "\f64a";
}

/* line 34263, app/assets/stylesheets/icons.css */
.la-buy-n-large:before {
  content: "\f8a6";
}

/* line 34267, app/assets/stylesheets/icons.css */
.la-buysellads:before {
  content: "\f20d";
}

/* line 34271, app/assets/stylesheets/icons.css */
.la-calculator:before {
  content: "\f1ec";
}

/* line 34275, app/assets/stylesheets/icons.css */
.la-calendar:before {
  content: "\f133";
}

/* line 34279, app/assets/stylesheets/icons.css */
.la-calendar-alt:before {
  content: "\f073";
}

/* line 34283, app/assets/stylesheets/icons.css */
.la-calendar-check:before {
  content: "\f274";
}

/* line 34287, app/assets/stylesheets/icons.css */
.la-calendar-day:before {
  content: "\f783";
}

/* line 34291, app/assets/stylesheets/icons.css */
.la-calendar-minus:before {
  content: "\f272";
}

/* line 34295, app/assets/stylesheets/icons.css */
.la-calendar-plus:before {
  content: "\f271";
}

/* line 34299, app/assets/stylesheets/icons.css */
.la-calendar-times:before {
  content: "\f273";
}

/* line 34303, app/assets/stylesheets/icons.css */
.la-calendar-week:before {
  content: "\f784";
}

/* line 34307, app/assets/stylesheets/icons.css */
.la-camera:before {
  content: "\f030";
}

/* line 34311, app/assets/stylesheets/icons.css */
.la-camera-retro:before {
  content: "\f083";
}

/* line 34315, app/assets/stylesheets/icons.css */
.la-campground:before {
  content: "\f6bb";
}

/* line 34319, app/assets/stylesheets/icons.css */
.la-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 34323, app/assets/stylesheets/icons.css */
.la-candy-cane:before {
  content: "\f786";
}

/* line 34327, app/assets/stylesheets/icons.css */
.la-cannabis:before {
  content: "\f55f";
}

/* line 34331, app/assets/stylesheets/icons.css */
.la-capsules:before {
  content: "\f46b";
}

/* line 34335, app/assets/stylesheets/icons.css */
.la-car:before {
  content: "\f1b9";
}

/* line 34339, app/assets/stylesheets/icons.css */
.la-car-alt:before {
  content: "\f5de";
}

/* line 34343, app/assets/stylesheets/icons.css */
.la-car-battery:before {
  content: "\f5df";
}

/* line 34347, app/assets/stylesheets/icons.css */
.la-car-crash:before {
  content: "\f5e1";
}

/* line 34351, app/assets/stylesheets/icons.css */
.la-car-side:before {
  content: "\f5e4";
}

/* line 34355, app/assets/stylesheets/icons.css */
.la-caret-down:before {
  content: "\f0d7";
}

/* line 34359, app/assets/stylesheets/icons.css */
.la-caret-left:before {
  content: "\f0d9";
}

/* line 34363, app/assets/stylesheets/icons.css */
.la-caret-right:before {
  content: "\f0da";
}

/* line 34367, app/assets/stylesheets/icons.css */
.la-caret-square-down:before {
  content: "\f150";
}

/* line 34371, app/assets/stylesheets/icons.css */
.la-caret-square-left:before {
  content: "\f191";
}

/* line 34375, app/assets/stylesheets/icons.css */
.la-caret-square-right:before {
  content: "\f152";
}

/* line 34379, app/assets/stylesheets/icons.css */
.la-caret-square-up:before {
  content: "\f151";
}

/* line 34383, app/assets/stylesheets/icons.css */
.la-caret-up:before {
  content: "\f0d8";
}

/* line 34387, app/assets/stylesheets/icons.css */
.la-carrot:before {
  content: "\f787";
}

/* line 34391, app/assets/stylesheets/icons.css */
.la-cart-arrow-down:before {
  content: "\f218";
}

/* line 34395, app/assets/stylesheets/icons.css */
.la-cart-plus:before {
  content: "\f217";
}

/* line 34399, app/assets/stylesheets/icons.css */
.la-cash-register:before {
  content: "\f788";
}

/* line 34403, app/assets/stylesheets/icons.css */
.la-cat:before {
  content: "\f6be";
}

/* line 34407, app/assets/stylesheets/icons.css */
.la-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 34411, app/assets/stylesheets/icons.css */
.la-cc-amex:before {
  content: "\f1f3";
}

/* line 34415, app/assets/stylesheets/icons.css */
.la-cc-apple-pay:before {
  content: "\f416";
}

/* line 34419, app/assets/stylesheets/icons.css */
.la-cc-diners-club:before {
  content: "\f24c";
}

/* line 34423, app/assets/stylesheets/icons.css */
.la-cc-discover:before {
  content: "\f1f2";
}

/* line 34427, app/assets/stylesheets/icons.css */
.la-cc-jcb:before {
  content: "\f24b";
}

/* line 34431, app/assets/stylesheets/icons.css */
.la-cc-mastercard:before {
  content: "\f1f1";
}

/* line 34435, app/assets/stylesheets/icons.css */
.la-cc-paypal:before {
  content: "\f1f4";
}

/* line 34439, app/assets/stylesheets/icons.css */
.la-cc-stripe:before {
  content: "\f1f5";
}

/* line 34443, app/assets/stylesheets/icons.css */
.la-cc-visa:before {
  content: "\f1f0";
}

/* line 34447, app/assets/stylesheets/icons.css */
.la-centercode:before {
  content: "\f380";
}

/* line 34451, app/assets/stylesheets/icons.css */
.la-centos:before {
  content: "\f789";
}

/* line 34455, app/assets/stylesheets/icons.css */
.la-certificate:before {
  content: "\f0a3";
}

/* line 34459, app/assets/stylesheets/icons.css */
.la-chair:before {
  content: "\f6c0";
}

/* line 34463, app/assets/stylesheets/icons.css */
.la-chalkboard:before {
  content: "\f51b";
}

/* line 34467, app/assets/stylesheets/icons.css */
.la-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 34471, app/assets/stylesheets/icons.css */
.la-charging-station:before {
  content: "\f5e7";
}

/* line 34475, app/assets/stylesheets/icons.css */
.la-chart-area:before {
  content: "\f1fe";
}

/* line 34479, app/assets/stylesheets/icons.css */
.la-chart-bar:before {
  content: "\f080";
}

/* line 34483, app/assets/stylesheets/icons.css */
.la-chart-line:before {
  content: "\f201";
}

/* line 34487, app/assets/stylesheets/icons.css */
.la-chart-pie:before {
  content: "\f200";
}

/* line 34491, app/assets/stylesheets/icons.css */
.la-check:before {
  content: "\f00c";
}

/* line 34495, app/assets/stylesheets/icons.css */
.la-check-circle:before {
  content: "\f058";
}

/* line 34499, app/assets/stylesheets/icons.css */
.la-check-double:before {
  content: "\f560";
}

/* line 34503, app/assets/stylesheets/icons.css */
.la-check-square:before {
  content: "\f14a";
}

/* line 34507, app/assets/stylesheets/icons.css */
.la-cheese:before {
  content: "\f7ef";
}

/* line 34511, app/assets/stylesheets/icons.css */
.la-chess:before {
  content: "\f439";
}

/* line 34515, app/assets/stylesheets/icons.css */
.la-chess-bishop:before {
  content: "\f43a";
}

/* line 34519, app/assets/stylesheets/icons.css */
.la-chess-board:before {
  content: "\f43c";
}

/* line 34523, app/assets/stylesheets/icons.css */
.la-chess-king:before {
  content: "\f43f";
}

/* line 34527, app/assets/stylesheets/icons.css */
.la-chess-knight:before {
  content: "\f441";
}

/* line 34531, app/assets/stylesheets/icons.css */
.la-chess-pawn:before {
  content: "\f443";
}

/* line 34535, app/assets/stylesheets/icons.css */
.la-chess-queen:before {
  content: "\f445";
}

/* line 34539, app/assets/stylesheets/icons.css */
.la-chess-rook:before {
  content: "\f447";
}

/* line 34543, app/assets/stylesheets/icons.css */
.la-chevron-circle-down:before {
  content: "\f13a";
}

/* line 34547, app/assets/stylesheets/icons.css */
.la-chevron-circle-left:before {
  content: "\f137";
}

/* line 34551, app/assets/stylesheets/icons.css */
.la-chevron-circle-right:before {
  content: "\f138";
}

/* line 34555, app/assets/stylesheets/icons.css */
.la-chevron-circle-up:before {
  content: "\f139";
}

/* line 34559, app/assets/stylesheets/icons.css */
.la-chevron-down:before {
  content: "\f078";
}

/* line 34563, app/assets/stylesheets/icons.css */
.la-chevron-left:before {
  content: "\f053";
}

/* line 34567, app/assets/stylesheets/icons.css */
.la-chevron-right:before {
  content: "\f054";
}

/* line 34571, app/assets/stylesheets/icons.css */
.la-chevron-up:before {
  content: "\f077";
}

/* line 34575, app/assets/stylesheets/icons.css */
.la-child:before {
  content: "\f1ae";
}

/* line 34579, app/assets/stylesheets/icons.css */
.la-chrome:before {
  content: "\f268";
}

/* line 34583, app/assets/stylesheets/icons.css */
.la-chromecast:before {
  content: "\f838";
}

/* line 34587, app/assets/stylesheets/icons.css */
.la-church:before {
  content: "\f51d";
}

/* line 34591, app/assets/stylesheets/icons.css */
.la-circle:before {
  content: "\f111";
}

/* line 34595, app/assets/stylesheets/icons.css */
.la-circle-notch:before {
  content: "\f1ce";
}

/* line 34599, app/assets/stylesheets/icons.css */
.la-city:before {
  content: "\f64f";
}

/* line 34603, app/assets/stylesheets/icons.css */
.la-clinic-medical:before {
  content: "\f7f2";
}

/* line 34607, app/assets/stylesheets/icons.css */
.la-clipboard:before {
  content: "\f328";
}

/* line 34611, app/assets/stylesheets/icons.css */
.la-clipboard-check:before {
  content: "\f46c";
}

/* line 34615, app/assets/stylesheets/icons.css */
.la-clipboard-list:before {
  content: "\f46d";
}

/* line 34619, app/assets/stylesheets/icons.css */
.la-clock:before {
  content: "\f017";
}

/* line 34623, app/assets/stylesheets/icons.css */
.la-clone:before {
  content: "\f24d";
}

/* line 34627, app/assets/stylesheets/icons.css */
.la-closed-captioning:before {
  content: "\f20a";
}

/* line 34631, app/assets/stylesheets/icons.css */
.la-cloud:before {
  content: "\f0c2";
}

/* line 34635, app/assets/stylesheets/icons.css */
.la-cloud-download-alt:before {
  content: "\f381";
}

/* line 34639, app/assets/stylesheets/icons.css */
.la-cloud-meatball:before {
  content: "\f73b";
}

/* line 34643, app/assets/stylesheets/icons.css */
.la-cloud-moon:before {
  content: "\f6c3";
}

/* line 34647, app/assets/stylesheets/icons.css */
.la-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 34651, app/assets/stylesheets/icons.css */
.la-cloud-rain:before {
  content: "\f73d";
}

/* line 34655, app/assets/stylesheets/icons.css */
.la-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 34659, app/assets/stylesheets/icons.css */
.la-cloud-sun:before {
  content: "\f6c4";
}

/* line 34663, app/assets/stylesheets/icons.css */
.la-cloud-sun-rain:before {
  content: "\f743";
}

/* line 34667, app/assets/stylesheets/icons.css */
.la-cloud-upload-alt:before {
  content: "\f382";
}

/* line 34671, app/assets/stylesheets/icons.css */
.la-cloudscale:before {
  content: "\f383";
}

/* line 34675, app/assets/stylesheets/icons.css */
.la-cloudsmith:before {
  content: "\f384";
}

/* line 34679, app/assets/stylesheets/icons.css */
.la-cloudversify:before {
  content: "\f385";
}

/* line 34683, app/assets/stylesheets/icons.css */
.la-cocktail:before {
  content: "\f561";
}

/* line 34687, app/assets/stylesheets/icons.css */
.la-code:before {
  content: "\f121";
}

/* line 34691, app/assets/stylesheets/icons.css */
.la-code-branch:before {
  content: "\f126";
}

/* line 34695, app/assets/stylesheets/icons.css */
.la-codepen:before {
  content: "\f1cb";
}

/* line 34699, app/assets/stylesheets/icons.css */
.la-codiepie:before {
  content: "\f284";
}

/* line 34703, app/assets/stylesheets/icons.css */
.la-coffee:before {
  content: "\f0f4";
}

/* line 34707, app/assets/stylesheets/icons.css */
.la-cog:before {
  content: "\f013";
}

/* line 34711, app/assets/stylesheets/icons.css */
.la-cogs:before {
  content: "\f085";
}

/* line 34715, app/assets/stylesheets/icons.css */
.la-coins:before {
  content: "\f51e";
}

/* line 34719, app/assets/stylesheets/icons.css */
.la-columns:before {
  content: "\f0db";
}

/* line 34723, app/assets/stylesheets/icons.css */
.la-comment:before {
  content: "\f075";
}

/* line 34727, app/assets/stylesheets/icons.css */
.la-comment-alt:before {
  content: "\f27a";
}

/* line 34731, app/assets/stylesheets/icons.css */
.la-comment-dollar:before {
  content: "\f651";
}

/* line 34735, app/assets/stylesheets/icons.css */
.la-comment-dots:before {
  content: "\f4ad";
}

/* line 34739, app/assets/stylesheets/icons.css */
.la-comment-medical:before {
  content: "\f7f5";
}

/* line 34743, app/assets/stylesheets/icons.css */
.la-comment-slash:before {
  content: "\f4b3";
}

/* line 34747, app/assets/stylesheets/icons.css */
.la-comments:before {
  content: "\f086";
}

/* line 34751, app/assets/stylesheets/icons.css */
.la-comments-dollar:before {
  content: "\f653";
}

/* line 34755, app/assets/stylesheets/icons.css */
.la-compact-disc:before {
  content: "\f51f";
}

/* line 34759, app/assets/stylesheets/icons.css */
.la-compass:before {
  content: "\f14e";
}

/* line 34763, app/assets/stylesheets/icons.css */
.la-compress:before {
  content: "\f066";
}

/* line 34767, app/assets/stylesheets/icons.css */
.la-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 34771, app/assets/stylesheets/icons.css */
.la-concierge-bell:before {
  content: "\f562";
}

/* line 34775, app/assets/stylesheets/icons.css */
.la-confluence:before {
  content: "\f78d";
}

/* line 34779, app/assets/stylesheets/icons.css */
.la-connectdevelop:before {
  content: "\f20e";
}

/* line 34783, app/assets/stylesheets/icons.css */
.la-contao:before {
  content: "\f26d";
}

/* line 34787, app/assets/stylesheets/icons.css */
.la-cookie:before {
  content: "\f563";
}

/* line 34791, app/assets/stylesheets/icons.css */
.la-cookie-bite:before {
  content: "\f564";
}

/* line 34795, app/assets/stylesheets/icons.css */
.la-copy:before {
  content: "\f0c5";
}

/* line 34799, app/assets/stylesheets/icons.css */
.la-copyright:before {
  content: "\f1f9";
}

/* line 34803, app/assets/stylesheets/icons.css */
.la-cotton-bureau:before {
  content: "\f89e";
}

/* line 34807, app/assets/stylesheets/icons.css */
.la-couch:before {
  content: "\f4b8";
}

/* line 34811, app/assets/stylesheets/icons.css */
.la-cpanel:before {
  content: "\f388";
}

/* line 34815, app/assets/stylesheets/icons.css */
.la-creative-commons:before {
  content: "\f25e";
}

/* line 34819, app/assets/stylesheets/icons.css */
.la-creative-commons-by:before {
  content: "\f4e7";
}

/* line 34823, app/assets/stylesheets/icons.css */
.la-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 34827, app/assets/stylesheets/icons.css */
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 34831, app/assets/stylesheets/icons.css */
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 34835, app/assets/stylesheets/icons.css */
.la-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 34839, app/assets/stylesheets/icons.css */
.la-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 34843, app/assets/stylesheets/icons.css */
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 34847, app/assets/stylesheets/icons.css */
.la-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 34851, app/assets/stylesheets/icons.css */
.la-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 34855, app/assets/stylesheets/icons.css */
.la-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 34859, app/assets/stylesheets/icons.css */
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 34863, app/assets/stylesheets/icons.css */
.la-creative-commons-share:before {
  content: "\f4f2";
}

/* line 34867, app/assets/stylesheets/icons.css */
.la-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 34871, app/assets/stylesheets/icons.css */
.la-credit-card:before {
  content: "\f09d";
}

/* line 34875, app/assets/stylesheets/icons.css */
.la-critical-role:before {
  content: "\f6c9";
}

/* line 34879, app/assets/stylesheets/icons.css */
.la-crop:before {
  content: "\f125";
}

/* line 34883, app/assets/stylesheets/icons.css */
.la-crop-alt:before {
  content: "\f565";
}

/* line 34887, app/assets/stylesheets/icons.css */
.la-cross:before {
  content: "\f654";
}

/* line 34891, app/assets/stylesheets/icons.css */
.la-crosshairs:before {
  content: "\f05b";
}

/* line 34895, app/assets/stylesheets/icons.css */
.la-crow:before {
  content: "\f520";
}

/* line 34899, app/assets/stylesheets/icons.css */
.la-crown:before {
  content: "\f521";
}

/* line 34903, app/assets/stylesheets/icons.css */
.la-crutch:before {
  content: "\f7f7";
}

/* line 34907, app/assets/stylesheets/icons.css */
.la-css3:before {
  content: "\f13c";
}

/* line 34911, app/assets/stylesheets/icons.css */
.la-css3-alt:before {
  content: "\f38b";
}

/* line 34915, app/assets/stylesheets/icons.css */
.la-cube:before {
  content: "\f1b2";
}

/* line 34919, app/assets/stylesheets/icons.css */
.la-cubes:before {
  content: "\f1b3";
}

/* line 34923, app/assets/stylesheets/icons.css */
.la-cut:before {
  content: "\f0c4";
}

/* line 34927, app/assets/stylesheets/icons.css */
.la-cuttlefish:before {
  content: "\f38c";
}

/* line 34931, app/assets/stylesheets/icons.css */
.la-d-and-d:before {
  content: "\f38d";
}

/* line 34935, app/assets/stylesheets/icons.css */
.la-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 34939, app/assets/stylesheets/icons.css */
.la-dashcube:before {
  content: "\f210";
}

/* line 34943, app/assets/stylesheets/icons.css */
.la-database:before {
  content: "\f1c0";
}

/* line 34947, app/assets/stylesheets/icons.css */
.la-deaf:before {
  content: "\f2a4";
}

/* line 34951, app/assets/stylesheets/icons.css */
.la-delicious:before {
  content: "\f1a5";
}

/* line 34955, app/assets/stylesheets/icons.css */
.la-democrat:before {
  content: "\f747";
}

/* line 34959, app/assets/stylesheets/icons.css */
.la-deploydog:before {
  content: "\f38e";
}

/* line 34963, app/assets/stylesheets/icons.css */
.la-deskpro:before {
  content: "\f38f";
}

/* line 34967, app/assets/stylesheets/icons.css */
.la-desktop:before {
  content: "\f108";
}

/* line 34971, app/assets/stylesheets/icons.css */
.la-dev:before {
  content: "\f6cc";
}

/* line 34975, app/assets/stylesheets/icons.css */
.la-deviantart:before {
  content: "\f1bd";
}

/* line 34979, app/assets/stylesheets/icons.css */
.la-dharmachakra:before {
  content: "\f655";
}

/* line 34983, app/assets/stylesheets/icons.css */
.la-dhl:before {
  content: "\f790";
}

/* line 34987, app/assets/stylesheets/icons.css */
.la-diagnoses:before {
  content: "\f470";
}

/* line 34991, app/assets/stylesheets/icons.css */
.la-diaspora:before {
  content: "\f791";
}

/* line 34995, app/assets/stylesheets/icons.css */
.la-dice:before {
  content: "\f522";
}

/* line 34999, app/assets/stylesheets/icons.css */
.la-dice-d20:before {
  content: "\f6cf";
}

/* line 35003, app/assets/stylesheets/icons.css */
.la-dice-d6:before {
  content: "\f6d1";
}

/* line 35007, app/assets/stylesheets/icons.css */
.la-dice-five:before {
  content: "\f523";
}

/* line 35011, app/assets/stylesheets/icons.css */
.la-dice-four:before {
  content: "\f524";
}

/* line 35015, app/assets/stylesheets/icons.css */
.la-dice-one:before {
  content: "\f525";
}

/* line 35019, app/assets/stylesheets/icons.css */
.la-dice-six:before {
  content: "\f526";
}

/* line 35023, app/assets/stylesheets/icons.css */
.la-dice-three:before {
  content: "\f527";
}

/* line 35027, app/assets/stylesheets/icons.css */
.la-dice-two:before {
  content: "\f528";
}

/* line 35031, app/assets/stylesheets/icons.css */
.la-digg:before {
  content: "\f1a6";
}

/* line 35035, app/assets/stylesheets/icons.css */
.la-digital-ocean:before {
  content: "\f391";
}

/* line 35039, app/assets/stylesheets/icons.css */
.la-digital-tachograph:before {
  content: "\f566";
}

/* line 35043, app/assets/stylesheets/icons.css */
.la-directions:before {
  content: "\f5eb";
}

/* line 35047, app/assets/stylesheets/icons.css */
.la-discord:before {
  content: "\f392";
}

/* line 35051, app/assets/stylesheets/icons.css */
.la-discourse:before {
  content: "\f393";
}

/* line 35055, app/assets/stylesheets/icons.css */
.la-divide:before {
  content: "\f529";
}

/* line 35059, app/assets/stylesheets/icons.css */
.la-dizzy:before {
  content: "\f567";
}

/* line 35063, app/assets/stylesheets/icons.css */
.la-dna:before {
  content: "\f471";
}

/* line 35067, app/assets/stylesheets/icons.css */
.la-dochub:before {
  content: "\f394";
}

/* line 35071, app/assets/stylesheets/icons.css */
.la-docker:before {
  content: "\f395";
}

/* line 35075, app/assets/stylesheets/icons.css */
.la-dog:before {
  content: "\f6d3";
}

/* line 35079, app/assets/stylesheets/icons.css */
.la-dollar-sign:before {
  content: "\f155";
}

/* line 35083, app/assets/stylesheets/icons.css */
.la-dolly:before {
  content: "\f472";
}

/* line 35087, app/assets/stylesheets/icons.css */
.la-dolly-flatbed:before {
  content: "\f474";
}

/* line 35091, app/assets/stylesheets/icons.css */
.la-donate:before {
  content: "\f4b9";
}

/* line 35095, app/assets/stylesheets/icons.css */
.la-door-closed:before {
  content: "\f52a";
}

/* line 35099, app/assets/stylesheets/icons.css */
.la-door-open:before {
  content: "\f52b";
}

/* line 35103, app/assets/stylesheets/icons.css */
.la-dot-circle:before {
  content: "\f192";
}

/* line 35107, app/assets/stylesheets/icons.css */
.la-dove:before {
  content: "\f4ba";
}

/* line 35111, app/assets/stylesheets/icons.css */
.la-download:before {
  content: "\f019";
}

/* line 35115, app/assets/stylesheets/icons.css */
.la-draft2digital:before {
  content: "\f396";
}

/* line 35119, app/assets/stylesheets/icons.css */
.la-drafting-compass:before {
  content: "\f568";
}

/* line 35123, app/assets/stylesheets/icons.css */
.la-dragon:before {
  content: "\f6d5";
}

/* line 35127, app/assets/stylesheets/icons.css */
.la-draw-polygon:before {
  content: "\f5ee";
}

/* line 35131, app/assets/stylesheets/icons.css */
.la-dribbble:before {
  content: "\f17d";
}

/* line 35135, app/assets/stylesheets/icons.css */
.la-dribbble-square:before {
  content: "\f397";
}

/* line 35139, app/assets/stylesheets/icons.css */
.la-dropbox:before {
  content: "\f16b";
}

/* line 35143, app/assets/stylesheets/icons.css */
.la-drum:before {
  content: "\f569";
}

/* line 35147, app/assets/stylesheets/icons.css */
.la-drum-steelpan:before {
  content: "\f56a";
}

/* line 35151, app/assets/stylesheets/icons.css */
.la-drumstick-bite:before {
  content: "\f6d7";
}

/* line 35155, app/assets/stylesheets/icons.css */
.la-drupal:before {
  content: "\f1a9";
}

/* line 35159, app/assets/stylesheets/icons.css */
.la-dumbbell:before {
  content: "\f44b";
}

/* line 35163, app/assets/stylesheets/icons.css */
.la-dumpster:before {
  content: "\f793";
}

/* line 35167, app/assets/stylesheets/icons.css */
.la-dumpster-fire:before {
  content: "\f794";
}

/* line 35171, app/assets/stylesheets/icons.css */
.la-dungeon:before {
  content: "\f6d9";
}

/* line 35175, app/assets/stylesheets/icons.css */
.la-dyalog:before {
  content: "\f399";
}

/* line 35179, app/assets/stylesheets/icons.css */
.la-earlybirds:before {
  content: "\f39a";
}

/* line 35183, app/assets/stylesheets/icons.css */
.la-ebay:before {
  content: "\f4f4";
}

/* line 35187, app/assets/stylesheets/icons.css */
.la-edge:before {
  content: "\f282";
}

/* line 35191, app/assets/stylesheets/icons.css */
.la-edit:before {
  content: "\f044";
}

/* line 35195, app/assets/stylesheets/icons.css */
.la-egg:before {
  content: "\f7fb";
}

/* line 35199, app/assets/stylesheets/icons.css */
.la-eject:before {
  content: "\f052";
}

/* line 35203, app/assets/stylesheets/icons.css */
.la-elementor:before {
  content: "\f430";
}

/* line 35207, app/assets/stylesheets/icons.css */
.la-ellipsis-h:before {
  content: "\f141";
}

/* line 35211, app/assets/stylesheets/icons.css */
.la-ellipsis-v:before {
  content: "\f142";
}

/* line 35215, app/assets/stylesheets/icons.css */
.la-ello:before {
  content: "\f5f1";
}

/* line 35219, app/assets/stylesheets/icons.css */
.la-ember:before {
  content: "\f423";
}

/* line 35223, app/assets/stylesheets/icons.css */
.la-empire:before {
  content: "\f1d1";
}

/* line 35227, app/assets/stylesheets/icons.css */
.la-envelope:before {
  content: "\f0e0";
}

/* line 35231, app/assets/stylesheets/icons.css */
.la-envelope-open:before {
  content: "\f2b6";
}

/* line 35235, app/assets/stylesheets/icons.css */
.la-envelope-open-text:before {
  content: "\f658";
}

/* line 35239, app/assets/stylesheets/icons.css */
.la-envelope-square:before {
  content: "\f199";
}

/* line 35243, app/assets/stylesheets/icons.css */
.la-envira:before {
  content: "\f299";
}

/* line 35247, app/assets/stylesheets/icons.css */
.la-equals:before {
  content: "\f52c";
}

/* line 35251, app/assets/stylesheets/icons.css */
.la-eraser:before {
  content: "\f12d";
}

/* line 35255, app/assets/stylesheets/icons.css */
.la-erlang:before {
  content: "\f39d";
}

/* line 35259, app/assets/stylesheets/icons.css */
.la-ethereum:before {
  content: "\f42e";
}

/* line 35263, app/assets/stylesheets/icons.css */
.la-ethernet:before {
  content: "\f796";
}

/* line 35267, app/assets/stylesheets/icons.css */
.la-etsy:before {
  content: "\f2d7";
}

/* line 35271, app/assets/stylesheets/icons.css */
.la-euro-sign:before {
  content: "\f153";
}

/* line 35275, app/assets/stylesheets/icons.css */
.la-evernote:before {
  content: "\f839";
}

/* line 35279, app/assets/stylesheets/icons.css */
.la-exchange-alt:before {
  content: "\f362";
}

/* line 35283, app/assets/stylesheets/icons.css */
.la-exclamation:before {
  content: "\f12a";
}

/* line 35287, app/assets/stylesheets/icons.css */
.la-exclamation-circle:before {
  content: "\f06a";
}

/* line 35291, app/assets/stylesheets/icons.css */
.la-exclamation-triangle:before {
  content: "\f071";
}

/* line 35295, app/assets/stylesheets/icons.css */
.la-expand:before {
  content: "\f065";
}

/* line 35299, app/assets/stylesheets/icons.css */
.la-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 35303, app/assets/stylesheets/icons.css */
.la-expeditedssl:before {
  content: "\f23e";
}

/* line 35307, app/assets/stylesheets/icons.css */
.la-external-link-alt:before {
  content: "\f35d";
}

/* line 35311, app/assets/stylesheets/icons.css */
.la-external-link-square-alt:before {
  content: "\f360";
}

/* line 35315, app/assets/stylesheets/icons.css */
.la-eye:before {
  content: "\f06e";
}

/* line 35319, app/assets/stylesheets/icons.css */
.la-eye-dropper:before {
  content: "\f1fb";
}

/* line 35323, app/assets/stylesheets/icons.css */
.la-eye-slash:before {
  content: "\f070";
}

/* line 35327, app/assets/stylesheets/icons.css */
.la-facebook:before {
  content: "\f09a";
}

/* line 35331, app/assets/stylesheets/icons.css */
.la-facebook-f:before {
  content: "\f39e";
}

/* line 35335, app/assets/stylesheets/icons.css */
.la-facebook-messenger:before {
  content: "\f39f";
}

/* line 35339, app/assets/stylesheets/icons.css */
.la-facebook-square:before {
  content: "\f082";
}

/* line 35343, app/assets/stylesheets/icons.css */
.la-fan:before {
  content: "\f863";
}

/* line 35347, app/assets/stylesheets/icons.css */
.la-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 35351, app/assets/stylesheets/icons.css */
.la-fast-backward:before {
  content: "\f049";
}

/* line 35355, app/assets/stylesheets/icons.css */
.la-fast-forward:before {
  content: "\f050";
}

/* line 35359, app/assets/stylesheets/icons.css */
.la-fax:before {
  content: "\f1ac";
}

/* line 35363, app/assets/stylesheets/icons.css */
.la-feather:before {
  content: "\f52d";
}

/* line 35367, app/assets/stylesheets/icons.css */
.la-feather-alt:before {
  content: "\f56b";
}

/* line 35371, app/assets/stylesheets/icons.css */
.la-fedex:before {
  content: "\f797";
}

/* line 35375, app/assets/stylesheets/icons.css */
.la-fedora:before {
  content: "\f798";
}

/* line 35379, app/assets/stylesheets/icons.css */
.la-female:before {
  content: "\f182";
}

/* line 35383, app/assets/stylesheets/icons.css */
.la-fighter-jet:before {
  content: "\f0fb";
}

/* line 35387, app/assets/stylesheets/icons.css */
.la-figma:before {
  content: "\f799";
}

/* line 35391, app/assets/stylesheets/icons.css */
.la-file:before {
  content: "\f15b";
}

/* line 35395, app/assets/stylesheets/icons.css */
.la-file-alt:before {
  content: "\f15c";
}

/* line 35399, app/assets/stylesheets/icons.css */
.la-file-archive:before {
  content: "\f1c6";
}

/* line 35403, app/assets/stylesheets/icons.css */
.la-file-audio:before {
  content: "\f1c7";
}

/* line 35407, app/assets/stylesheets/icons.css */
.la-file-code:before {
  content: "\f1c9";
}

/* line 35411, app/assets/stylesheets/icons.css */
.la-file-contract:before {
  content: "\f56c";
}

/* line 35415, app/assets/stylesheets/icons.css */
.la-file-csv:before {
  content: "\f6dd";
}

/* line 35419, app/assets/stylesheets/icons.css */
.la-file-download:before {
  content: "\f56d";
}

/* line 35423, app/assets/stylesheets/icons.css */
.la-file-excel:before {
  content: "\f1c3";
}

/* line 35427, app/assets/stylesheets/icons.css */
.la-file-export:before {
  content: "\f56e";
}

/* line 35431, app/assets/stylesheets/icons.css */
.la-file-image:before {
  content: "\f1c5";
}

/* line 35435, app/assets/stylesheets/icons.css */
.la-file-import:before {
  content: "\f56f";
}

/* line 35439, app/assets/stylesheets/icons.css */
.la-file-invoice:before {
  content: "\f570";
}

/* line 35443, app/assets/stylesheets/icons.css */
.la-file-invoice-dollar:before {
  content: "\f571";
}

/* line 35447, app/assets/stylesheets/icons.css */
.la-file-medical:before {
  content: "\f477";
}

/* line 35451, app/assets/stylesheets/icons.css */
.la-file-medical-alt:before {
  content: "\f478";
}

/* line 35455, app/assets/stylesheets/icons.css */
.la-file-pdf:before {
  content: "\f1c1";
}

/* line 35459, app/assets/stylesheets/icons.css */
.la-file-powerpoint:before {
  content: "\f1c4";
}

/* line 35463, app/assets/stylesheets/icons.css */
.la-file-prescription:before {
  content: "\f572";
}

/* line 35467, app/assets/stylesheets/icons.css */
.la-file-signature:before {
  content: "\f573";
}

/* line 35471, app/assets/stylesheets/icons.css */
.la-file-upload:before {
  content: "\f574";
}

/* line 35475, app/assets/stylesheets/icons.css */
.la-file-video:before {
  content: "\f1c8";
}

/* line 35479, app/assets/stylesheets/icons.css */
.la-file-word:before {
  content: "\f1c2";
}

/* line 35483, app/assets/stylesheets/icons.css */
.la-fill:before {
  content: "\f575";
}

/* line 35487, app/assets/stylesheets/icons.css */
.la-fill-drip:before {
  content: "\f576";
}

/* line 35491, app/assets/stylesheets/icons.css */
.la-film:before {
  content: "\f008";
}

/* line 35495, app/assets/stylesheets/icons.css */
.la-filter:before {
  content: "\f0b0";
}

/* line 35499, app/assets/stylesheets/icons.css */
.la-fingerprint:before {
  content: "\f577";
}

/* line 35503, app/assets/stylesheets/icons.css */
.la-fire:before {
  content: "\f06d";
}

/* line 35507, app/assets/stylesheets/icons.css */
.la-fire-alt:before {
  content: "\f7e4";
}

/* line 35511, app/assets/stylesheets/icons.css */
.la-fire-extinguisher:before {
  content: "\f134";
}

/* line 35515, app/assets/stylesheets/icons.css */
.la-firefox:before {
  content: "\f269";
}

/* line 35519, app/assets/stylesheets/icons.css */
.la-first-aid:before {
  content: "\f479";
}

/* line 35523, app/assets/stylesheets/icons.css */
.la-first-order:before {
  content: "\f2b0";
}

/* line 35527, app/assets/stylesheets/icons.css */
.la-first-order-alt:before {
  content: "\f50a";
}

/* line 35531, app/assets/stylesheets/icons.css */
.la-firstdraft:before {
  content: "\f3a1";
}

/* line 35535, app/assets/stylesheets/icons.css */
.la-fish:before {
  content: "\f578";
}

/* line 35539, app/assets/stylesheets/icons.css */
.la-fist-raised:before {
  content: "\f6de";
}

/* line 35543, app/assets/stylesheets/icons.css */
.la-flag:before {
  content: "\f024";
}

/* line 35547, app/assets/stylesheets/icons.css */
.la-flag-checkered:before {
  content: "\f11e";
}

/* line 35551, app/assets/stylesheets/icons.css */
.la-flag-usa:before {
  content: "\f74d";
}

/* line 35555, app/assets/stylesheets/icons.css */
.la-flask:before {
  content: "\f0c3";
}

/* line 35559, app/assets/stylesheets/icons.css */
.la-flickr:before {
  content: "\f16e";
}

/* line 35563, app/assets/stylesheets/icons.css */
.la-flipboard:before {
  content: "\f44d";
}

/* line 35567, app/assets/stylesheets/icons.css */
.la-flushed:before {
  content: "\f579";
}

/* line 35571, app/assets/stylesheets/icons.css */
.la-fly:before {
  content: "\f417";
}

/* line 35575, app/assets/stylesheets/icons.css */
.la-folder:before {
  content: "\f07b";
}

/* line 35579, app/assets/stylesheets/icons.css */
.la-folder-minus:before {
  content: "\f65d";
}

/* line 35583, app/assets/stylesheets/icons.css */
.la-folder-open:before {
  content: "\f07c";
}

/* line 35587, app/assets/stylesheets/icons.css */
.la-folder-plus:before {
  content: "\f65e";
}

/* line 35591, app/assets/stylesheets/icons.css */
.la-font:before {
  content: "\f031";
}

/* line 35595, app/assets/stylesheets/icons.css */
.la-font-awesome:before {
  content: "\f2b4";
}

/* line 35599, app/assets/stylesheets/icons.css */
.la-font-awesome-alt:before {
  content: "\f35c";
}

/* line 35603, app/assets/stylesheets/icons.css */
.la-font-awesome-flag:before {
  content: "\f425";
}

/* line 35607, app/assets/stylesheets/icons.css */
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 35611, app/assets/stylesheets/icons.css */
.la-fonticons:before {
  content: "\f280";
}

/* line 35615, app/assets/stylesheets/icons.css */
.la-fonticons-fi:before {
  content: "\f3a2";
}

/* line 35619, app/assets/stylesheets/icons.css */
.la-football-ball:before {
  content: "\f44e";
}

/* line 35623, app/assets/stylesheets/icons.css */
.la-fort-awesome:before {
  content: "\f286";
}

/* line 35627, app/assets/stylesheets/icons.css */
.la-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 35631, app/assets/stylesheets/icons.css */
.la-forumbee:before {
  content: "\f211";
}

/* line 35635, app/assets/stylesheets/icons.css */
.la-forward:before {
  content: "\f04e";
}

/* line 35639, app/assets/stylesheets/icons.css */
.la-foursquare:before {
  content: "\f180";
}

/* line 35643, app/assets/stylesheets/icons.css */
.la-free-code-camp:before {
  content: "\f2c5";
}

/* line 35647, app/assets/stylesheets/icons.css */
.la-freebsd:before {
  content: "\f3a4";
}

/* line 35651, app/assets/stylesheets/icons.css */
.la-frog:before {
  content: "\f52e";
}

/* line 35655, app/assets/stylesheets/icons.css */
.la-frown:before {
  content: "\f119";
}

/* line 35659, app/assets/stylesheets/icons.css */
.la-frown-open:before {
  content: "\f57a";
}

/* line 35663, app/assets/stylesheets/icons.css */
.la-fulcrum:before {
  content: "\f50b";
}

/* line 35667, app/assets/stylesheets/icons.css */
.la-funnel-dollar:before {
  content: "\f662";
}

/* line 35671, app/assets/stylesheets/icons.css */
.la-futbol:before {
  content: "\f1e3";
}

/* line 35675, app/assets/stylesheets/icons.css */
.la-galactic-republic:before {
  content: "\f50c";
}

/* line 35679, app/assets/stylesheets/icons.css */
.la-galactic-senate:before {
  content: "\f50d";
}

/* line 35683, app/assets/stylesheets/icons.css */
.la-gamepad:before {
  content: "\f11b";
}

/* line 35687, app/assets/stylesheets/icons.css */
.la-gas-pump:before {
  content: "\f52f";
}

/* line 35691, app/assets/stylesheets/icons.css */
.la-gavel:before {
  content: "\f0e3";
}

/* line 35695, app/assets/stylesheets/icons.css */
.la-gem:before {
  content: "\f3a5";
}

/* line 35699, app/assets/stylesheets/icons.css */
.la-genderless:before {
  content: "\f22d";
}

/* line 35703, app/assets/stylesheets/icons.css */
.la-get-pocket:before {
  content: "\f265";
}

/* line 35707, app/assets/stylesheets/icons.css */
.la-gg:before {
  content: "\f260";
}

/* line 35711, app/assets/stylesheets/icons.css */
.la-gg-circle:before {
  content: "\f261";
}

/* line 35715, app/assets/stylesheets/icons.css */
.la-ghost:before {
  content: "\f6e2";
}

/* line 35719, app/assets/stylesheets/icons.css */
.la-gift:before {
  content: "\f06b";
}

/* line 35723, app/assets/stylesheets/icons.css */
.la-gifts:before {
  content: "\f79c";
}

/* line 35727, app/assets/stylesheets/icons.css */
.la-git:before {
  content: "\f1d3";
}

/* line 35731, app/assets/stylesheets/icons.css */
.la-git-alt:before {
  content: "\f841";
}

/* line 35735, app/assets/stylesheets/icons.css */
.la-git-square:before {
  content: "\f1d2";
}

/* line 35739, app/assets/stylesheets/icons.css */
.la-github:before {
  content: "\f09b";
}

/* line 35743, app/assets/stylesheets/icons.css */
.la-github-alt:before {
  content: "\f113";
}

/* line 35747, app/assets/stylesheets/icons.css */
.la-github-square:before {
  content: "\f092";
}

/* line 35751, app/assets/stylesheets/icons.css */
.la-gitkraken:before {
  content: "\f3a6";
}

/* line 35755, app/assets/stylesheets/icons.css */
.la-gitlab:before {
  content: "\f296";
}

/* line 35759, app/assets/stylesheets/icons.css */
.la-gitter:before {
  content: "\f426";
}

/* line 35763, app/assets/stylesheets/icons.css */
.la-glass-cheers:before {
  content: "\f79f";
}

/* line 35767, app/assets/stylesheets/icons.css */
.la-glass-martini:before {
  content: "\f000";
}

/* line 35771, app/assets/stylesheets/icons.css */
.la-glass-martini-alt:before {
  content: "\f57b";
}

/* line 35775, app/assets/stylesheets/icons.css */
.la-glass-whiskey:before {
  content: "\f7a0";
}

/* line 35779, app/assets/stylesheets/icons.css */
.la-glasses:before {
  content: "\f530";
}

/* line 35783, app/assets/stylesheets/icons.css */
.la-glide:before {
  content: "\f2a5";
}

/* line 35787, app/assets/stylesheets/icons.css */
.la-glide-g:before {
  content: "\f2a6";
}

/* line 35791, app/assets/stylesheets/icons.css */
.la-globe:before {
  content: "\f0ac";
}

/* line 35795, app/assets/stylesheets/icons.css */
.la-globe-africa:before {
  content: "\f57c";
}

/* line 35799, app/assets/stylesheets/icons.css */
.la-globe-americas:before {
  content: "\f57d";
}

/* line 35803, app/assets/stylesheets/icons.css */
.la-globe-asia:before {
  content: "\f57e";
}

/* line 35807, app/assets/stylesheets/icons.css */
.la-globe-europe:before {
  content: "\f7a2";
}

/* line 35811, app/assets/stylesheets/icons.css */
.la-gofore:before {
  content: "\f3a7";
}

/* line 35815, app/assets/stylesheets/icons.css */
.la-golf-ball:before {
  content: "\f450";
}

/* line 35819, app/assets/stylesheets/icons.css */
.la-goodreads:before {
  content: "\f3a8";
}

/* line 35823, app/assets/stylesheets/icons.css */
.la-goodreads-g:before {
  content: "\f3a9";
}

/* line 35827, app/assets/stylesheets/icons.css */
.la-google:before {
  content: "\f1a0";
}

/* line 35831, app/assets/stylesheets/icons.css */
.la-google-drive:before {
  content: "\f3aa";
}

/* line 35835, app/assets/stylesheets/icons.css */
.la-google-play:before {
  content: "\f3ab";
}

/* line 35839, app/assets/stylesheets/icons.css */
.la-google-plus:before {
  content: "\f2b3";
}

/* line 35843, app/assets/stylesheets/icons.css */
.la-google-plus-g:before {
  content: "\f0d5";
}

/* line 35847, app/assets/stylesheets/icons.css */
.la-google-plus-square:before {
  content: "\f0d4";
}

/* line 35851, app/assets/stylesheets/icons.css */
.la-google-wallet:before {
  content: "\f1ee";
}

/* line 35855, app/assets/stylesheets/icons.css */
.la-gopuram:before {
  content: "\f664";
}

/* line 35859, app/assets/stylesheets/icons.css */
.la-graduation-cap:before {
  content: "\f19d";
}

/* line 35863, app/assets/stylesheets/icons.css */
.la-gratipay:before {
  content: "\f184";
}

/* line 35867, app/assets/stylesheets/icons.css */
.la-grav:before {
  content: "\f2d6";
}

/* line 35871, app/assets/stylesheets/icons.css */
.la-greater-than:before {
  content: "\f531";
}

/* line 35875, app/assets/stylesheets/icons.css */
.la-greater-than-equal:before {
  content: "\f532";
}

/* line 35879, app/assets/stylesheets/icons.css */
.la-grimace:before {
  content: "\f57f";
}

/* line 35883, app/assets/stylesheets/icons.css */
.la-grin:before {
  content: "\f580";
}

/* line 35887, app/assets/stylesheets/icons.css */
.la-grin-alt:before {
  content: "\f581";
}

/* line 35891, app/assets/stylesheets/icons.css */
.la-grin-beam:before {
  content: "\f582";
}

/* line 35895, app/assets/stylesheets/icons.css */
.la-grin-beam-sweat:before {
  content: "\f583";
}

/* line 35899, app/assets/stylesheets/icons.css */
.la-grin-hearts:before {
  content: "\f584";
}

/* line 35903, app/assets/stylesheets/icons.css */
.la-grin-squint:before {
  content: "\f585";
}

/* line 35907, app/assets/stylesheets/icons.css */
.la-grin-squint-tears:before {
  content: "\f586";
}

/* line 35911, app/assets/stylesheets/icons.css */
.la-grin-stars:before {
  content: "\f587";
}

/* line 35915, app/assets/stylesheets/icons.css */
.la-grin-tears:before {
  content: "\f588";
}

/* line 35919, app/assets/stylesheets/icons.css */
.la-grin-tongue:before {
  content: "\f589";
}

/* line 35923, app/assets/stylesheets/icons.css */
.la-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 35927, app/assets/stylesheets/icons.css */
.la-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 35931, app/assets/stylesheets/icons.css */
.la-grin-wink:before {
  content: "\f58c";
}

/* line 35935, app/assets/stylesheets/icons.css */
.la-grip-horizontal:before {
  content: "\f58d";
}

/* line 35939, app/assets/stylesheets/icons.css */
.la-grip-lines:before {
  content: "\f7a4";
}

/* line 35943, app/assets/stylesheets/icons.css */
.la-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 35947, app/assets/stylesheets/icons.css */
.la-grip-vertical:before {
  content: "\f58e";
}

/* line 35951, app/assets/stylesheets/icons.css */
.la-gripfire:before {
  content: "\f3ac";
}

/* line 35955, app/assets/stylesheets/icons.css */
.la-grunt:before {
  content: "\f3ad";
}

/* line 35959, app/assets/stylesheets/icons.css */
.la-guitar:before {
  content: "\f7a6";
}

/* line 35963, app/assets/stylesheets/icons.css */
.la-gulp:before {
  content: "\f3ae";
}

/* line 35967, app/assets/stylesheets/icons.css */
.la-h-square:before {
  content: "\f0fd";
}

/* line 35971, app/assets/stylesheets/icons.css */
.la-hacker-news:before {
  content: "\f1d4";
}

/* line 35975, app/assets/stylesheets/icons.css */
.la-hacker-news-square:before {
  content: "\f3af";
}

/* line 35979, app/assets/stylesheets/icons.css */
.la-hackerrank:before {
  content: "\f5f7";
}

/* line 35983, app/assets/stylesheets/icons.css */
.la-hamburger:before {
  content: "\f805";
}

/* line 35987, app/assets/stylesheets/icons.css */
.la-hammer:before {
  content: "\f6e3";
}

/* line 35991, app/assets/stylesheets/icons.css */
.la-hamsa:before {
  content: "\f665";
}

/* line 35995, app/assets/stylesheets/icons.css */
.la-hand-holding:before {
  content: "\f4bd";
}

/* line 35999, app/assets/stylesheets/icons.css */
.la-hand-holding-heart:before {
  content: "\f4be";
}

/* line 36003, app/assets/stylesheets/icons.css */
.la-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 36007, app/assets/stylesheets/icons.css */
.la-hand-lizard:before {
  content: "\f258";
}

/* line 36011, app/assets/stylesheets/icons.css */
.la-hand-middle-finger:before {
  content: "\f806";
}

/* line 36015, app/assets/stylesheets/icons.css */
.la-hand-paper:before {
  content: "\f256";
}

/* line 36019, app/assets/stylesheets/icons.css */
.la-hand-peace:before {
  content: "\f25b";
}

/* line 36023, app/assets/stylesheets/icons.css */
.la-hand-point-down:before {
  content: "\f0a7";
}

/* line 36027, app/assets/stylesheets/icons.css */
.la-hand-point-left:before {
  content: "\f0a5";
}

/* line 36031, app/assets/stylesheets/icons.css */
.la-hand-point-right:before {
  content: "\f0a4";
}

/* line 36035, app/assets/stylesheets/icons.css */
.la-hand-point-up:before {
  content: "\f0a6";
}

/* line 36039, app/assets/stylesheets/icons.css */
.la-hand-pointer:before {
  content: "\f25a";
}

/* line 36043, app/assets/stylesheets/icons.css */
.la-hand-rock:before {
  content: "\f255";
}

/* line 36047, app/assets/stylesheets/icons.css */
.la-hand-scissors:before {
  content: "\f257";
}

/* line 36051, app/assets/stylesheets/icons.css */
.la-hand-spock:before {
  content: "\f259";
}

/* line 36055, app/assets/stylesheets/icons.css */
.la-hands:before {
  content: "\f4c2";
}

/* line 36059, app/assets/stylesheets/icons.css */
.la-hands-helping:before {
  content: "\f4c4";
}

/* line 36063, app/assets/stylesheets/icons.css */
.la-handshake:before {
  content: "\f2b5";
}

/* line 36067, app/assets/stylesheets/icons.css */
.la-hanukiah:before {
  content: "\f6e6";
}

/* line 36071, app/assets/stylesheets/icons.css */
.la-hard-hat:before {
  content: "\f807";
}

/* line 36075, app/assets/stylesheets/icons.css */
.la-hashtag:before {
  content: "\f292";
}

/* line 36079, app/assets/stylesheets/icons.css */
.la-hat-cowboy:before {
  content: "\f8c0";
}

/* line 36083, app/assets/stylesheets/icons.css */
.la-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 36087, app/assets/stylesheets/icons.css */
.la-hat-wizard:before {
  content: "\f6e8";
}

/* line 36091, app/assets/stylesheets/icons.css */
.la-haykal:before {
  content: "\f666";
}

/* line 36095, app/assets/stylesheets/icons.css */
.la-hdd:before {
  content: "\f0a0";
}

/* line 36099, app/assets/stylesheets/icons.css */
.la-heading:before {
  content: "\f1dc";
}

/* line 36103, app/assets/stylesheets/icons.css */
.la-headphones:before {
  content: "\f025";
}

/* line 36107, app/assets/stylesheets/icons.css */
.la-headphones-alt:before {
  content: "\f58f";
}

/* line 36111, app/assets/stylesheets/icons.css */
.la-headset:before {
  content: "\f590";
}

/* line 36115, app/assets/stylesheets/icons.css */
.la-heart:before {
  content: "\f004";
}

/* line 36119, app/assets/stylesheets/icons.css */
.la-heart-broken:before {
  content: "\f7a9";
}

/* line 36123, app/assets/stylesheets/icons.css */
.la-heartbeat:before {
  content: "\f21e";
}

/* line 36127, app/assets/stylesheets/icons.css */
.la-helicopter:before {
  content: "\f533";
}

/* line 36131, app/assets/stylesheets/icons.css */
.la-highlighter:before {
  content: "\f591";
}

/* line 36135, app/assets/stylesheets/icons.css */
.la-hiking:before {
  content: "\f6ec";
}

/* line 36139, app/assets/stylesheets/icons.css */
.la-hippo:before {
  content: "\f6ed";
}

/* line 36143, app/assets/stylesheets/icons.css */
.la-hips:before {
  content: "\f452";
}

/* line 36147, app/assets/stylesheets/icons.css */
.la-hire-a-helper:before {
  content: "\f3b0";
}

/* line 36151, app/assets/stylesheets/icons.css */
.la-history:before {
  content: "\f1da";
}

/* line 36155, app/assets/stylesheets/icons.css */
.la-hockey-puck:before {
  content: "\f453";
}

/* line 36159, app/assets/stylesheets/icons.css */
.la-holly-berry:before {
  content: "\f7aa";
}

/* line 36163, app/assets/stylesheets/icons.css */
.la-home:before {
  content: "\f015";
}

/* line 36167, app/assets/stylesheets/icons.css */
.la-hooli:before {
  content: "\f427";
}

/* line 36171, app/assets/stylesheets/icons.css */
.la-hornbill:before {
  content: "\f592";
}

/* line 36175, app/assets/stylesheets/icons.css */
.la-horse:before {
  content: "\f6f0";
}

/* line 36179, app/assets/stylesheets/icons.css */
.la-horse-head:before {
  content: "\f7ab";
}

/* line 36183, app/assets/stylesheets/icons.css */
.la-hospital:before {
  content: "\f0f8";
}

/* line 36187, app/assets/stylesheets/icons.css */
.la-hospital-alt:before {
  content: "\f47d";
}

/* line 36191, app/assets/stylesheets/icons.css */
.la-hospital-symbol:before {
  content: "\f47e";
}

/* line 36195, app/assets/stylesheets/icons.css */
.la-hot-tub:before {
  content: "\f593";
}

/* line 36199, app/assets/stylesheets/icons.css */
.la-hotdog:before {
  content: "\f80f";
}

/* line 36203, app/assets/stylesheets/icons.css */
.la-hotel:before {
  content: "\f594";
}

/* line 36207, app/assets/stylesheets/icons.css */
.la-hotjar:before {
  content: "\f3b1";
}

/* line 36211, app/assets/stylesheets/icons.css */
.la-hourglass:before {
  content: "\f254";
}

/* line 36215, app/assets/stylesheets/icons.css */
.la-hourglass-end:before {
  content: "\f253";
}

/* line 36219, app/assets/stylesheets/icons.css */
.la-hourglass-half:before {
  content: "\f252";
}

/* line 36223, app/assets/stylesheets/icons.css */
.la-hourglass-start:before {
  content: "\f251";
}

/* line 36227, app/assets/stylesheets/icons.css */
.la-house-damage:before {
  content: "\f6f1";
}

/* line 36231, app/assets/stylesheets/icons.css */
.la-houzz:before {
  content: "\f27c";
}

/* line 36235, app/assets/stylesheets/icons.css */
.la-hryvnia:before {
  content: "\f6f2";
}

/* line 36239, app/assets/stylesheets/icons.css */
.la-html5:before {
  content: "\f13b";
}

/* line 36243, app/assets/stylesheets/icons.css */
.la-hubspot:before {
  content: "\f3b2";
}

/* line 36247, app/assets/stylesheets/icons.css */
.la-i-cursor:before {
  content: "\f246";
}

/* line 36251, app/assets/stylesheets/icons.css */
.la-ice-cream:before {
  content: "\f810";
}

/* line 36255, app/assets/stylesheets/icons.css */
.la-icicles:before {
  content: "\f7ad";
}

/* line 36259, app/assets/stylesheets/icons.css */
.la-icons:before {
  content: "\f86d";
}

/* line 36263, app/assets/stylesheets/icons.css */
.la-id-badge:before {
  content: "\f2c1";
}

/* line 36267, app/assets/stylesheets/icons.css */
.la-id-card:before {
  content: "\f2c2";
}

/* line 36271, app/assets/stylesheets/icons.css */
.la-id-card-alt:before {
  content: "\f47f";
}

/* line 36275, app/assets/stylesheets/icons.css */
.la-igloo:before {
  content: "\f7ae";
}

/* line 36279, app/assets/stylesheets/icons.css */
.la-image:before {
  content: "\f03e";
}

/* line 36283, app/assets/stylesheets/icons.css */
.la-images:before {
  content: "\f302";
}

/* line 36287, app/assets/stylesheets/icons.css */
.la-imdb:before {
  content: "\f2d8";
}

/* line 36291, app/assets/stylesheets/icons.css */
.la-inbox:before {
  content: "\f01c";
}

/* line 36295, app/assets/stylesheets/icons.css */
.la-indent:before {
  content: "\f03c";
}

/* line 36299, app/assets/stylesheets/icons.css */
.la-industry:before {
  content: "\f275";
}

/* line 36303, app/assets/stylesheets/icons.css */
.la-infinity:before {
  content: "\f534";
}

/* line 36307, app/assets/stylesheets/icons.css */
.la-info:before {
  content: "\f129";
}

/* line 36311, app/assets/stylesheets/icons.css */
.la-info-circle:before {
  content: "\f05a";
}

/* line 36315, app/assets/stylesheets/icons.css */
.la-instagram:before {
  content: "\f16d";
}

/* line 36319, app/assets/stylesheets/icons.css */
.la-intercom:before {
  content: "\f7af";
}

/* line 36323, app/assets/stylesheets/icons.css */
.la-internet-explorer:before {
  content: "\f26b";
}

/* line 36327, app/assets/stylesheets/icons.css */
.la-invision:before {
  content: "\f7b0";
}

/* line 36331, app/assets/stylesheets/icons.css */
.la-ioxhost:before {
  content: "\f208";
}

/* line 36335, app/assets/stylesheets/icons.css */
.la-italic:before {
  content: "\f033";
}

/* line 36339, app/assets/stylesheets/icons.css */
.la-itch-io:before {
  content: "\f83a";
}

/* line 36343, app/assets/stylesheets/icons.css */
.la-itunes:before {
  content: "\f3b4";
}

/* line 36347, app/assets/stylesheets/icons.css */
.la-itunes-note:before {
  content: "\f3b5";
}

/* line 36351, app/assets/stylesheets/icons.css */
.la-java:before {
  content: "\f4e4";
}

/* line 36355, app/assets/stylesheets/icons.css */
.la-jedi:before {
  content: "\f669";
}

/* line 36359, app/assets/stylesheets/icons.css */
.la-jedi-order:before {
  content: "\f50e";
}

/* line 36363, app/assets/stylesheets/icons.css */
.la-jenkins:before {
  content: "\f3b6";
}

/* line 36367, app/assets/stylesheets/icons.css */
.la-jira:before {
  content: "\f7b1";
}

/* line 36371, app/assets/stylesheets/icons.css */
.la-joget:before {
  content: "\f3b7";
}

/* line 36375, app/assets/stylesheets/icons.css */
.la-joint:before {
  content: "\f595";
}

/* line 36379, app/assets/stylesheets/icons.css */
.la-joomla:before {
  content: "\f1aa";
}

/* line 36383, app/assets/stylesheets/icons.css */
.la-journal-whills:before {
  content: "\f66a";
}

/* line 36387, app/assets/stylesheets/icons.css */
.la-js:before {
  content: "\f3b8";
}

/* line 36391, app/assets/stylesheets/icons.css */
.la-js-square:before {
  content: "\f3b9";
}

/* line 36395, app/assets/stylesheets/icons.css */
.la-jsfiddle:before {
  content: "\f1cc";
}

/* line 36399, app/assets/stylesheets/icons.css */
.la-kaaba:before {
  content: "\f66b";
}

/* line 36403, app/assets/stylesheets/icons.css */
.la-kaggle:before {
  content: "\f5fa";
}

/* line 36407, app/assets/stylesheets/icons.css */
.la-key:before {
  content: "\f084";
}

/* line 36411, app/assets/stylesheets/icons.css */
.la-keybase:before {
  content: "\f4f5";
}

/* line 36415, app/assets/stylesheets/icons.css */
.la-keyboard:before {
  content: "\f11c";
}

/* line 36419, app/assets/stylesheets/icons.css */
.la-keycdn:before {
  content: "\f3ba";
}

/* line 36423, app/assets/stylesheets/icons.css */
.la-khanda:before {
  content: "\f66d";
}

/* line 36427, app/assets/stylesheets/icons.css */
.la-kickstarter:before {
  content: "\f3bb";
}

/* line 36431, app/assets/stylesheets/icons.css */
.la-kickstarter-k:before {
  content: "\f3bc";
}

/* line 36435, app/assets/stylesheets/icons.css */
.la-kiss:before {
  content: "\f596";
}

/* line 36439, app/assets/stylesheets/icons.css */
.la-kiss-beam:before {
  content: "\f597";
}

/* line 36443, app/assets/stylesheets/icons.css */
.la-kiss-wink-heart:before {
  content: "\f598";
}

/* line 36447, app/assets/stylesheets/icons.css */
.la-kiwi-bird:before {
  content: "\f535";
}

/* line 36451, app/assets/stylesheets/icons.css */
.la-korvue:before {
  content: "\f42f";
}

/* line 36455, app/assets/stylesheets/icons.css */
.la-landmark:before {
  content: "\f66f";
}

/* line 36459, app/assets/stylesheets/icons.css */
.la-language:before {
  content: "\f1ab";
}

/* line 36463, app/assets/stylesheets/icons.css */
.la-laptop:before {
  content: "\f109";
}

/* line 36467, app/assets/stylesheets/icons.css */
.la-laptop-code:before {
  content: "\f5fc";
}

/* line 36471, app/assets/stylesheets/icons.css */
.la-laptop-medical:before {
  content: "\f812";
}

/* line 36475, app/assets/stylesheets/icons.css */
.la-laravel:before {
  content: "\f3bd";
}

/* line 36479, app/assets/stylesheets/icons.css */
.la-lastfm:before {
  content: "\f202";
}

/* line 36483, app/assets/stylesheets/icons.css */
.la-lastfm-square:before {
  content: "\f203";
}

/* line 36487, app/assets/stylesheets/icons.css */
.la-laugh:before {
  content: "\f599";
}

/* line 36491, app/assets/stylesheets/icons.css */
.la-laugh-beam:before {
  content: "\f59a";
}

/* line 36495, app/assets/stylesheets/icons.css */
.la-laugh-squint:before {
  content: "\f59b";
}

/* line 36499, app/assets/stylesheets/icons.css */
.la-laugh-wink:before {
  content: "\f59c";
}

/* line 36503, app/assets/stylesheets/icons.css */
.la-layer-group:before {
  content: "\f5fd";
}

/* line 36507, app/assets/stylesheets/icons.css */
.la-leaf:before {
  content: "\f06c";
}

/* line 36511, app/assets/stylesheets/icons.css */
.la-leanpub:before {
  content: "\f212";
}

/* line 36515, app/assets/stylesheets/icons.css */
.la-lemon:before {
  content: "\f094";
}

/* line 36519, app/assets/stylesheets/icons.css */
.la-less:before {
  content: "\f41d";
}

/* line 36523, app/assets/stylesheets/icons.css */
.la-less-than:before {
  content: "\f536";
}

/* line 36527, app/assets/stylesheets/icons.css */
.la-less-than-equal:before {
  content: "\f537";
}

/* line 36531, app/assets/stylesheets/icons.css */
.la-level-down-alt:before {
  content: "\f3be";
}

/* line 36535, app/assets/stylesheets/icons.css */
.la-level-up-alt:before {
  content: "\f3bf";
}

/* line 36539, app/assets/stylesheets/icons.css */
.la-life-ring:before {
  content: "\f1cd";
}

/* line 36543, app/assets/stylesheets/icons.css */
.la-lightbulb:before {
  content: "\f0eb";
}

/* line 36547, app/assets/stylesheets/icons.css */
.la-line:before {
  content: "\f3c0";
}

/* line 36551, app/assets/stylesheets/icons.css */
.la-link:before {
  content: "\f0c1";
}

/* line 36555, app/assets/stylesheets/icons.css */
.la-linkedin:before {
  content: "\f08c";
}

/* line 36559, app/assets/stylesheets/icons.css */
.la-linkedin-in:before {
  content: "\f0e1";
}

/* line 36563, app/assets/stylesheets/icons.css */
.la-linode:before {
  content: "\f2b8";
}

/* line 36567, app/assets/stylesheets/icons.css */
.la-linux:before {
  content: "\f17c";
}

/* line 36571, app/assets/stylesheets/icons.css */
.la-lira-sign:before {
  content: "\f195";
}

/* line 36575, app/assets/stylesheets/icons.css */
.la-list:before {
  content: "\f03a";
}

/* line 36579, app/assets/stylesheets/icons.css */
.la-list-alt:before {
  content: "\f022";
}

/* line 36583, app/assets/stylesheets/icons.css */
.la-list-ol:before {
  content: "\f0cb";
}

/* line 36587, app/assets/stylesheets/icons.css */
.la-list-ul:before {
  content: "\f0ca";
}

/* line 36591, app/assets/stylesheets/icons.css */
.la-location-arrow:before {
  content: "\f124";
}

/* line 36595, app/assets/stylesheets/icons.css */
.la-lock:before {
  content: "\f023";
}

/* line 36599, app/assets/stylesheets/icons.css */
.la-lock-open:before {
  content: "\f3c1";
}

/* line 36603, app/assets/stylesheets/icons.css */
.la-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 36607, app/assets/stylesheets/icons.css */
.la-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 36611, app/assets/stylesheets/icons.css */
.la-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 36615, app/assets/stylesheets/icons.css */
.la-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 36619, app/assets/stylesheets/icons.css */
.la-low-vision:before {
  content: "\f2a8";
}

/* line 36623, app/assets/stylesheets/icons.css */
.la-luggage-cart:before {
  content: "\f59d";
}

/* line 36627, app/assets/stylesheets/icons.css */
.la-lyft:before {
  content: "\f3c3";
}

/* line 36631, app/assets/stylesheets/icons.css */
.la-magento:before {
  content: "\f3c4";
}

/* line 36635, app/assets/stylesheets/icons.css */
.la-magic:before {
  content: "\f0d0";
}

/* line 36639, app/assets/stylesheets/icons.css */
.la-magnet:before {
  content: "\f076";
}

/* line 36643, app/assets/stylesheets/icons.css */
.la-mail-bulk:before {
  content: "\f674";
}

/* line 36647, app/assets/stylesheets/icons.css */
.la-mailchimp:before {
  content: "\f59e";
}

/* line 36651, app/assets/stylesheets/icons.css */
.la-male:before {
  content: "\f183";
}

/* line 36655, app/assets/stylesheets/icons.css */
.la-mandalorian:before {
  content: "\f50f";
}

/* line 36659, app/assets/stylesheets/icons.css */
.la-map:before {
  content: "\f279";
}

/* line 36663, app/assets/stylesheets/icons.css */
.la-map-marked:before {
  content: "\f59f";
}

/* line 36667, app/assets/stylesheets/icons.css */
.la-map-marked-alt:before {
  content: "\f5a0";
}

/* line 36671, app/assets/stylesheets/icons.css */
.la-map-marker:before {
  content: "\f041";
}

/* line 36675, app/assets/stylesheets/icons.css */
.la-map-marker-alt:before {
  content: "\f3c5";
}

/* line 36679, app/assets/stylesheets/icons.css */
.la-map-pin:before {
  content: "\f276";
}

/* line 36683, app/assets/stylesheets/icons.css */
.la-map-signs:before {
  content: "\f277";
}

/* line 36687, app/assets/stylesheets/icons.css */
.la-markdown:before {
  content: "\f60f";
}

/* line 36691, app/assets/stylesheets/icons.css */
.la-marker:before {
  content: "\f5a1";
}

/* line 36695, app/assets/stylesheets/icons.css */
.la-mars:before {
  content: "\f222";
}

/* line 36699, app/assets/stylesheets/icons.css */
.la-mars-double:before {
  content: "\f227";
}

/* line 36703, app/assets/stylesheets/icons.css */
.la-mars-stroke:before {
  content: "\f229";
}

/* line 36707, app/assets/stylesheets/icons.css */
.la-mars-stroke-h:before {
  content: "\f22b";
}

/* line 36711, app/assets/stylesheets/icons.css */
.la-mars-stroke-v:before {
  content: "\f22a";
}

/* line 36715, app/assets/stylesheets/icons.css */
.la-mask:before {
  content: "\f6fa";
}

/* line 36719, app/assets/stylesheets/icons.css */
.la-mastodon:before {
  content: "\f4f6";
}

/* line 36723, app/assets/stylesheets/icons.css */
.la-maxcdn:before {
  content: "\f136";
}

/* line 36727, app/assets/stylesheets/icons.css */
.la-mdb:before {
  content: "\f8ca";
}

/* line 36731, app/assets/stylesheets/icons.css */
.la-medal:before {
  content: "\f5a2";
}

/* line 36735, app/assets/stylesheets/icons.css */
.la-medapps:before {
  content: "\f3c6";
}

/* line 36739, app/assets/stylesheets/icons.css */
.la-medium:before {
  content: "\f23a";
}

/* line 36743, app/assets/stylesheets/icons.css */
.la-medium-m:before {
  content: "\f3c7";
}

/* line 36747, app/assets/stylesheets/icons.css */
.la-medkit:before {
  content: "\f0fa";
}

/* line 36751, app/assets/stylesheets/icons.css */
.la-medrt:before {
  content: "\f3c8";
}

/* line 36755, app/assets/stylesheets/icons.css */
.la-meetup:before {
  content: "\f2e0";
}

/* line 36759, app/assets/stylesheets/icons.css */
.la-megaport:before {
  content: "\f5a3";
}

/* line 36763, app/assets/stylesheets/icons.css */
.la-meh:before {
  content: "\f11a";
}

/* line 36767, app/assets/stylesheets/icons.css */
.la-meh-blank:before {
  content: "\f5a4";
}

/* line 36771, app/assets/stylesheets/icons.css */
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 36775, app/assets/stylesheets/icons.css */
.la-memory:before {
  content: "\f538";
}

/* line 36779, app/assets/stylesheets/icons.css */
.la-mendeley:before {
  content: "\f7b3";
}

/* line 36783, app/assets/stylesheets/icons.css */
.la-menorah:before {
  content: "\f676";
}

/* line 36787, app/assets/stylesheets/icons.css */
.la-mercury:before {
  content: "\f223";
}

/* line 36791, app/assets/stylesheets/icons.css */
.la-meteor:before {
  content: "\f753";
}

/* line 36795, app/assets/stylesheets/icons.css */
.la-microchip:before {
  content: "\f2db";
}

/* line 36799, app/assets/stylesheets/icons.css */
.la-microphone:before {
  content: "\f130";
}

/* line 36803, app/assets/stylesheets/icons.css */
.la-microphone-alt:before {
  content: "\f3c9";
}

/* line 36807, app/assets/stylesheets/icons.css */
.la-microphone-alt-slash:before {
  content: "\f539";
}

/* line 36811, app/assets/stylesheets/icons.css */
.la-microphone-slash:before {
  content: "\f131";
}

/* line 36815, app/assets/stylesheets/icons.css */
.la-microscope:before {
  content: "\f610";
}

/* line 36819, app/assets/stylesheets/icons.css */
.la-microsoft:before {
  content: "\f3ca";
}

/* line 36823, app/assets/stylesheets/icons.css */
.la-minus:before {
  content: "\f068";
}

/* line 36827, app/assets/stylesheets/icons.css */
.la-minus-circle:before {
  content: "\f056";
}

/* line 36831, app/assets/stylesheets/icons.css */
.la-minus-square:before {
  content: "\f146";
}

/* line 36835, app/assets/stylesheets/icons.css */
.la-mitten:before {
  content: "\f7b5";
}

/* line 36839, app/assets/stylesheets/icons.css */
.la-mix:before {
  content: "\f3cb";
}

/* line 36843, app/assets/stylesheets/icons.css */
.la-mixcloud:before {
  content: "\f289";
}

/* line 36847, app/assets/stylesheets/icons.css */
.la-mizuni:before {
  content: "\f3cc";
}

/* line 36851, app/assets/stylesheets/icons.css */
.la-mobile:before {
  content: "\f10b";
}

/* line 36855, app/assets/stylesheets/icons.css */
.la-mobile-alt:before {
  content: "\f3cd";
}

/* line 36859, app/assets/stylesheets/icons.css */
.la-modx:before {
  content: "\f285";
}

/* line 36863, app/assets/stylesheets/icons.css */
.la-monero:before {
  content: "\f3d0";
}

/* line 36867, app/assets/stylesheets/icons.css */
.la-money-bill:before {
  content: "\f0d6";
}

/* line 36871, app/assets/stylesheets/icons.css */
.la-money-bill-alt:before {
  content: "\f3d1";
}

/* line 36875, app/assets/stylesheets/icons.css */
.la-money-bill-wave:before {
  content: "\f53a";
}

/* line 36879, app/assets/stylesheets/icons.css */
.la-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 36883, app/assets/stylesheets/icons.css */
.la-money-check:before {
  content: "\f53c";
}

/* line 36887, app/assets/stylesheets/icons.css */
.la-money-check-alt:before {
  content: "\f53d";
}

/* line 36891, app/assets/stylesheets/icons.css */
.la-monument:before {
  content: "\f5a6";
}

/* line 36895, app/assets/stylesheets/icons.css */
.la-moon:before {
  content: "\f186";
}

/* line 36899, app/assets/stylesheets/icons.css */
.la-mortar-pestle:before {
  content: "\f5a7";
}

/* line 36903, app/assets/stylesheets/icons.css */
.la-mosque:before {
  content: "\f678";
}

/* line 36907, app/assets/stylesheets/icons.css */
.la-motorcycle:before {
  content: "\f21c";
}

/* line 36911, app/assets/stylesheets/icons.css */
.la-mountain:before {
  content: "\f6fc";
}

/* line 36915, app/assets/stylesheets/icons.css */
.la-mouse:before {
  content: "\f8cc";
}

/* line 36919, app/assets/stylesheets/icons.css */
.la-mouse-pointer:before {
  content: "\f245";
}

/* line 36923, app/assets/stylesheets/icons.css */
.la-mug-hot:before {
  content: "\f7b6";
}

/* line 36927, app/assets/stylesheets/icons.css */
.la-music:before {
  content: "\f001";
}

/* line 36931, app/assets/stylesheets/icons.css */
.la-napster:before {
  content: "\f3d2";
}

/* line 36935, app/assets/stylesheets/icons.css */
.la-neos:before {
  content: "\f612";
}

/* line 36939, app/assets/stylesheets/icons.css */
.la-network-wired:before {
  content: "\f6ff";
}

/* line 36943, app/assets/stylesheets/icons.css */
.la-neuter:before {
  content: "\f22c";
}

/* line 36947, app/assets/stylesheets/icons.css */
.la-newspaper:before {
  content: "\f1ea";
}

/* line 36951, app/assets/stylesheets/icons.css */
.la-nimblr:before {
  content: "\f5a8";
}

/* line 36955, app/assets/stylesheets/icons.css */
.la-node:before {
  content: "\f419";
}

/* line 36959, app/assets/stylesheets/icons.css */
.la-node-js:before {
  content: "\f3d3";
}

/* line 36963, app/assets/stylesheets/icons.css */
.la-not-equal:before {
  content: "\f53e";
}

/* line 36967, app/assets/stylesheets/icons.css */
.la-notes-medical:before {
  content: "\f481";
}

/* line 36971, app/assets/stylesheets/icons.css */
.la-npm:before {
  content: "\f3d4";
}

/* line 36975, app/assets/stylesheets/icons.css */
.la-ns8:before {
  content: "\f3d5";
}

/* line 36979, app/assets/stylesheets/icons.css */
.la-nutritionix:before {
  content: "\f3d6";
}

/* line 36983, app/assets/stylesheets/icons.css */
.la-object-group:before {
  content: "\f247";
}

/* line 36987, app/assets/stylesheets/icons.css */
.la-object-ungroup:before {
  content: "\f248";
}

/* line 36991, app/assets/stylesheets/icons.css */
.la-odnoklassniki:before {
  content: "\f263";
}

/* line 36995, app/assets/stylesheets/icons.css */
.la-odnoklassniki-square:before {
  content: "\f264";
}

/* line 36999, app/assets/stylesheets/icons.css */
.la-oil-can:before {
  content: "\f613";
}

/* line 37003, app/assets/stylesheets/icons.css */
.la-old-republic:before {
  content: "\f510";
}

/* line 37007, app/assets/stylesheets/icons.css */
.la-om:before {
  content: "\f679";
}

/* line 37011, app/assets/stylesheets/icons.css */
.la-opencart:before {
  content: "\f23d";
}

/* line 37015, app/assets/stylesheets/icons.css */
.la-openid:before {
  content: "\f19b";
}

/* line 37019, app/assets/stylesheets/icons.css */
.la-opera:before {
  content: "\f26a";
}

/* line 37023, app/assets/stylesheets/icons.css */
.la-optin-monster:before {
  content: "\f23c";
}

/* line 37027, app/assets/stylesheets/icons.css */
.la-orcid:before {
  content: "\f8d2";
}

/* line 37031, app/assets/stylesheets/icons.css */
.la-osi:before {
  content: "\f41a";
}

/* line 37035, app/assets/stylesheets/icons.css */
.la-otter:before {
  content: "\f700";
}

/* line 37039, app/assets/stylesheets/icons.css */
.la-outdent:before {
  content: "\f03b";
}

/* line 37043, app/assets/stylesheets/icons.css */
.la-page4:before {
  content: "\f3d7";
}

/* line 37047, app/assets/stylesheets/icons.css */
.la-pagelines:before {
  content: "\f18c";
}

/* line 37051, app/assets/stylesheets/icons.css */
.la-pager:before {
  content: "\f815";
}

/* line 37055, app/assets/stylesheets/icons.css */
.la-paint-brush:before {
  content: "\f1fc";
}

/* line 37059, app/assets/stylesheets/icons.css */
.la-paint-roller:before {
  content: "\f5aa";
}

/* line 37063, app/assets/stylesheets/icons.css */
.la-palette:before {
  content: "\f53f";
}

/* line 37067, app/assets/stylesheets/icons.css */
.la-palfed:before {
  content: "\f3d8";
}

/* line 37071, app/assets/stylesheets/icons.css */
.la-pallet:before {
  content: "\f482";
}

/* line 37075, app/assets/stylesheets/icons.css */
.la-paper-plane:before {
  content: "\f1d8";
}

/* line 37079, app/assets/stylesheets/icons.css */
.la-paperclip:before {
  content: "\f0c6";
}

/* line 37083, app/assets/stylesheets/icons.css */
.la-parachute-box:before {
  content: "\f4cd";
}

/* line 37087, app/assets/stylesheets/icons.css */
.la-paragraph:before {
  content: "\f1dd";
}

/* line 37091, app/assets/stylesheets/icons.css */
.la-parking:before {
  content: "\f540";
}

/* line 37095, app/assets/stylesheets/icons.css */
.la-passport:before {
  content: "\f5ab";
}

/* line 37099, app/assets/stylesheets/icons.css */
.la-pastafarianism:before {
  content: "\f67b";
}

/* line 37103, app/assets/stylesheets/icons.css */
.la-paste:before {
  content: "\f0ea";
}

/* line 37107, app/assets/stylesheets/icons.css */
.la-patreon:before {
  content: "\f3d9";
}

/* line 37111, app/assets/stylesheets/icons.css */
.la-pause:before {
  content: "\f04c";
}

/* line 37115, app/assets/stylesheets/icons.css */
.la-pause-circle:before {
  content: "\f28b";
}

/* line 37119, app/assets/stylesheets/icons.css */
.la-paw:before {
  content: "\f1b0";
}

/* line 37123, app/assets/stylesheets/icons.css */
.la-paypal:before {
  content: "\f1ed";
}

/* line 37127, app/assets/stylesheets/icons.css */
.la-peace:before {
  content: "\f67c";
}

/* line 37131, app/assets/stylesheets/icons.css */
.la-pen:before {
  content: "\f304";
}

/* line 37135, app/assets/stylesheets/icons.css */
.la-pen-alt:before {
  content: "\f305";
}

/* line 37139, app/assets/stylesheets/icons.css */
.la-pen-fancy:before {
  content: "\f5ac";
}

/* line 37143, app/assets/stylesheets/icons.css */
.la-pen-nib:before {
  content: "\f5ad";
}

/* line 37147, app/assets/stylesheets/icons.css */
.la-pen-square:before {
  content: "\f14b";
}

/* line 37151, app/assets/stylesheets/icons.css */
.la-pencil-alt:before {
  content: "\f303";
}

/* line 37155, app/assets/stylesheets/icons.css */
.la-pencil-ruler:before {
  content: "\f5ae";
}

/* line 37159, app/assets/stylesheets/icons.css */
.la-penny-arcade:before {
  content: "\f704";
}

/* line 37163, app/assets/stylesheets/icons.css */
.la-people-carry:before {
  content: "\f4ce";
}

/* line 37167, app/assets/stylesheets/icons.css */
.la-pepper-hot:before {
  content: "\f816";
}

/* line 37171, app/assets/stylesheets/icons.css */
.la-percent:before {
  content: "\f295";
}

/* line 37175, app/assets/stylesheets/icons.css */
.la-percentage:before {
  content: "\f541";
}

/* line 37179, app/assets/stylesheets/icons.css */
.la-periscope:before {
  content: "\f3da";
}

/* line 37183, app/assets/stylesheets/icons.css */
.la-person-booth:before {
  content: "\f756";
}

/* line 37187, app/assets/stylesheets/icons.css */
.la-phabricator:before {
  content: "\f3db";
}

/* line 37191, app/assets/stylesheets/icons.css */
.la-phoenix-framework:before {
  content: "\f3dc";
}

/* line 37195, app/assets/stylesheets/icons.css */
.la-phoenix-squadron:before {
  content: "\f511";
}

/* line 37199, app/assets/stylesheets/icons.css */
.la-phone:before {
  content: "\f095";
}

/* line 37203, app/assets/stylesheets/icons.css */
.la-phone-alt:before {
  content: "\f879";
}

/* line 37207, app/assets/stylesheets/icons.css */
.la-phone-slash:before {
  content: "\f3dd";
}

/* line 37211, app/assets/stylesheets/icons.css */
.la-phone-square:before {
  content: "\f098";
}

/* line 37215, app/assets/stylesheets/icons.css */
.la-phone-square-alt:before {
  content: "\f87b";
}

/* line 37219, app/assets/stylesheets/icons.css */
.la-phone-volume:before {
  content: "\f2a0";
}

/* line 37223, app/assets/stylesheets/icons.css */
.la-photo-video:before {
  content: "\f87c";
}

/* line 37227, app/assets/stylesheets/icons.css */
.la-php:before {
  content: "\f457";
}

/* line 37231, app/assets/stylesheets/icons.css */
.la-pied-piper:before {
  content: "\f2ae";
}

/* line 37235, app/assets/stylesheets/icons.css */
.la-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 37239, app/assets/stylesheets/icons.css */
.la-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 37243, app/assets/stylesheets/icons.css */
.la-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 37247, app/assets/stylesheets/icons.css */
.la-piggy-bank:before {
  content: "\f4d3";
}

/* line 37251, app/assets/stylesheets/icons.css */
.la-pills:before {
  content: "\f484";
}

/* line 37255, app/assets/stylesheets/icons.css */
.la-pinterest:before {
  content: "\f0d2";
}

/* line 37259, app/assets/stylesheets/icons.css */
.la-pinterest-p:before {
  content: "\f231";
}

/* line 37263, app/assets/stylesheets/icons.css */
.la-pinterest-square:before {
  content: "\f0d3";
}

/* line 37267, app/assets/stylesheets/icons.css */
.la-pizza-slice:before {
  content: "\f818";
}

/* line 37271, app/assets/stylesheets/icons.css */
.la-place-of-worship:before {
  content: "\f67f";
}

/* line 37275, app/assets/stylesheets/icons.css */
.la-plane:before {
  content: "\f072";
}

/* line 37279, app/assets/stylesheets/icons.css */
.la-plane-arrival:before {
  content: "\f5af";
}

/* line 37283, app/assets/stylesheets/icons.css */
.la-plane-departure:before {
  content: "\f5b0";
}

/* line 37287, app/assets/stylesheets/icons.css */
.la-play:before {
  content: "\f04b";
}

/* line 37291, app/assets/stylesheets/icons.css */
.la-play-circle:before {
  content: "\f144";
}

/* line 37295, app/assets/stylesheets/icons.css */
.la-playstation:before {
  content: "\f3df";
}

/* line 37299, app/assets/stylesheets/icons.css */
.la-plug:before {
  content: "\f1e6";
}

/* line 37303, app/assets/stylesheets/icons.css */
.la-plus:before {
  content: "\f067";
}

/* line 37307, app/assets/stylesheets/icons.css */
.la-plus-circle:before {
  content: "\f055";
}

/* line 37311, app/assets/stylesheets/icons.css */
.la-plus-square:before {
  content: "\f0fe";
}

/* line 37315, app/assets/stylesheets/icons.css */
.la-podcast:before {
  content: "\f2ce";
}

/* line 37319, app/assets/stylesheets/icons.css */
.la-poll:before {
  content: "\f681";
}

/* line 37323, app/assets/stylesheets/icons.css */
.la-poll-h:before {
  content: "\f682";
}

/* line 37327, app/assets/stylesheets/icons.css */
.la-poo:before {
  content: "\f2fe";
}

/* line 37331, app/assets/stylesheets/icons.css */
.la-poo-storm:before {
  content: "\f75a";
}

/* line 37335, app/assets/stylesheets/icons.css */
.la-poop:before {
  content: "\f619";
}

/* line 37339, app/assets/stylesheets/icons.css */
.la-portrait:before {
  content: "\f3e0";
}

/* line 37343, app/assets/stylesheets/icons.css */
.la-pound-sign:before {
  content: "\f154";
}

/* line 37347, app/assets/stylesheets/icons.css */
.la-power-off:before {
  content: "\f011";
}

/* line 37351, app/assets/stylesheets/icons.css */
.la-pray:before {
  content: "\f683";
}

/* line 37355, app/assets/stylesheets/icons.css */
.la-praying-hands:before {
  content: "\f684";
}

/* line 37359, app/assets/stylesheets/icons.css */
.la-prescription:before {
  content: "\f5b1";
}

/* line 37363, app/assets/stylesheets/icons.css */
.la-prescription-bottle:before {
  content: "\f485";
}

/* line 37367, app/assets/stylesheets/icons.css */
.la-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 37371, app/assets/stylesheets/icons.css */
.la-print:before {
  content: "\f02f";
}

/* line 37375, app/assets/stylesheets/icons.css */
.la-procedures:before {
  content: "\f487";
}

/* line 37379, app/assets/stylesheets/icons.css */
.la-product-hunt:before {
  content: "\f288";
}

/* line 37383, app/assets/stylesheets/icons.css */
.la-project-diagram:before {
  content: "\f542";
}

/* line 37387, app/assets/stylesheets/icons.css */
.la-pushed:before {
  content: "\f3e1";
}

/* line 37391, app/assets/stylesheets/icons.css */
.la-puzzle-piece:before {
  content: "\f12e";
}

/* line 37395, app/assets/stylesheets/icons.css */
.la-python:before {
  content: "\f3e2";
}

/* line 37399, app/assets/stylesheets/icons.css */
.la-qq:before {
  content: "\f1d6";
}

/* line 37403, app/assets/stylesheets/icons.css */
.la-qrcode:before {
  content: "\f029";
}

/* line 37407, app/assets/stylesheets/icons.css */
.la-question:before {
  content: "\f128";
}

/* line 37411, app/assets/stylesheets/icons.css */
.la-question-circle:before {
  content: "\f059";
}

/* line 37415, app/assets/stylesheets/icons.css */
.la-quidditch:before {
  content: "\f458";
}

/* line 37419, app/assets/stylesheets/icons.css */
.la-quinscape:before {
  content: "\f459";
}

/* line 37423, app/assets/stylesheets/icons.css */
.la-quora:before {
  content: "\f2c4";
}

/* line 37427, app/assets/stylesheets/icons.css */
.la-quote-left:before {
  content: "\f10d";
}

/* line 37431, app/assets/stylesheets/icons.css */
.la-quote-right:before {
  content: "\f10e";
}

/* line 37435, app/assets/stylesheets/icons.css */
.la-quran:before {
  content: "\f687";
}

/* line 37439, app/assets/stylesheets/icons.css */
.la-r-project:before {
  content: "\f4f7";
}

/* line 37443, app/assets/stylesheets/icons.css */
.la-radiation:before {
  content: "\f7b9";
}

/* line 37447, app/assets/stylesheets/icons.css */
.la-radiation-alt:before {
  content: "\f7ba";
}

/* line 37451, app/assets/stylesheets/icons.css */
.la-rainbow:before {
  content: "\f75b";
}

/* line 37455, app/assets/stylesheets/icons.css */
.la-random:before {
  content: "\f074";
}

/* line 37459, app/assets/stylesheets/icons.css */
.la-raspberry-pi:before {
  content: "\f7bb";
}

/* line 37463, app/assets/stylesheets/icons.css */
.la-ravelry:before {
  content: "\f2d9";
}

/* line 37467, app/assets/stylesheets/icons.css */
.la-react:before {
  content: "\f41b";
}

/* line 37471, app/assets/stylesheets/icons.css */
.la-reacteurope:before {
  content: "\f75d";
}

/* line 37475, app/assets/stylesheets/icons.css */
.la-readme:before {
  content: "\f4d5";
}

/* line 37479, app/assets/stylesheets/icons.css */
.la-rebel:before {
  content: "\f1d0";
}

/* line 37483, app/assets/stylesheets/icons.css */
.la-receipt:before {
  content: "\f543";
}

/* line 37487, app/assets/stylesheets/icons.css */
.la-record-vinyl:before {
  content: "\f8d9";
}

/* line 37491, app/assets/stylesheets/icons.css */
.la-recycle:before {
  content: "\f1b8";
}

/* line 37495, app/assets/stylesheets/icons.css */
.la-red-river:before {
  content: "\f3e3";
}

/* line 37499, app/assets/stylesheets/icons.css */
.la-reddit:before {
  content: "\f1a1";
}

/* line 37503, app/assets/stylesheets/icons.css */
.la-reddit-alien:before {
  content: "\f281";
}

/* line 37507, app/assets/stylesheets/icons.css */
.la-reddit-square:before {
  content: "\f1a2";
}

/* line 37511, app/assets/stylesheets/icons.css */
.la-redhat:before {
  content: "\f7bc";
}

/* line 37515, app/assets/stylesheets/icons.css */
.la-redo:before {
  content: "\f01e";
}

/* line 37519, app/assets/stylesheets/icons.css */
.la-redo-alt:before {
  content: "\f2f9";
}

/* line 37523, app/assets/stylesheets/icons.css */
.la-registered:before {
  content: "\f25d";
}

/* line 37527, app/assets/stylesheets/icons.css */
.la-remove-format:before {
  content: "\f87d";
}

/* line 37531, app/assets/stylesheets/icons.css */
.la-renren:before {
  content: "\f18b";
}

/* line 37535, app/assets/stylesheets/icons.css */
.la-reply:before {
  content: "\f3e5";
}

/* line 37539, app/assets/stylesheets/icons.css */
.la-reply-all:before {
  content: "\f122";
}

/* line 37543, app/assets/stylesheets/icons.css */
.la-replyd:before {
  content: "\f3e6";
}

/* line 37547, app/assets/stylesheets/icons.css */
.la-republican:before {
  content: "\f75e";
}

/* line 37551, app/assets/stylesheets/icons.css */
.la-researchgate:before {
  content: "\f4f8";
}

/* line 37555, app/assets/stylesheets/icons.css */
.la-resolving:before {
  content: "\f3e7";
}

/* line 37559, app/assets/stylesheets/icons.css */
.la-restroom:before {
  content: "\f7bd";
}

/* line 37563, app/assets/stylesheets/icons.css */
.la-retweet:before {
  content: "\f079";
}

/* line 37567, app/assets/stylesheets/icons.css */
.la-rev:before {
  content: "\f5b2";
}

/* line 37571, app/assets/stylesheets/icons.css */
.la-ribbon:before {
  content: "\f4d6";
}

/* line 37575, app/assets/stylesheets/icons.css */
.la-ring:before {
  content: "\f70b";
}

/* line 37579, app/assets/stylesheets/icons.css */
.la-road:before {
  content: "\f018";
}

/* line 37583, app/assets/stylesheets/icons.css */
.la-robot:before {
  content: "\f544";
}

/* line 37587, app/assets/stylesheets/icons.css */
.la-rocket:before {
  content: "\f135";
}

/* line 37591, app/assets/stylesheets/icons.css */
.la-rocketchat:before {
  content: "\f3e8";
}

/* line 37595, app/assets/stylesheets/icons.css */
.la-rockrms:before {
  content: "\f3e9";
}

/* line 37599, app/assets/stylesheets/icons.css */
.la-route:before {
  content: "\f4d7";
}

/* line 37603, app/assets/stylesheets/icons.css */
.la-rss:before {
  content: "\f09e";
}

/* line 37607, app/assets/stylesheets/icons.css */
.la-rss-square:before {
  content: "\f143";
}

/* line 37611, app/assets/stylesheets/icons.css */
.la-ruble-sign:before {
  content: "\f158";
}

/* line 37615, app/assets/stylesheets/icons.css */
.la-ruler:before {
  content: "\f545";
}

/* line 37619, app/assets/stylesheets/icons.css */
.la-ruler-combined:before {
  content: "\f546";
}

/* line 37623, app/assets/stylesheets/icons.css */
.la-ruler-horizontal:before {
  content: "\f547";
}

/* line 37627, app/assets/stylesheets/icons.css */
.la-ruler-vertical:before {
  content: "\f548";
}

/* line 37631, app/assets/stylesheets/icons.css */
.la-running:before {
  content: "\f70c";
}

/* line 37635, app/assets/stylesheets/icons.css */
.la-rupee-sign:before {
  content: "\f156";
}

/* line 37639, app/assets/stylesheets/icons.css */
.la-sad-cry:before {
  content: "\f5b3";
}

/* line 37643, app/assets/stylesheets/icons.css */
.la-sad-tear:before {
  content: "\f5b4";
}

/* line 37647, app/assets/stylesheets/icons.css */
.la-safari:before {
  content: "\f267";
}

/* line 37651, app/assets/stylesheets/icons.css */
.la-salesforce:before {
  content: "\f83b";
}

/* line 37655, app/assets/stylesheets/icons.css */
.la-sass:before {
  content: "\f41e";
}

/* line 37659, app/assets/stylesheets/icons.css */
.la-satellite:before {
  content: "\f7bf";
}

/* line 37663, app/assets/stylesheets/icons.css */
.la-satellite-dish:before {
  content: "\f7c0";
}

/* line 37667, app/assets/stylesheets/icons.css */
.la-save:before {
  content: "\f0c7";
}

/* line 37671, app/assets/stylesheets/icons.css */
.la-schlix:before {
  content: "\f3ea";
}

/* line 37675, app/assets/stylesheets/icons.css */
.la-school:before {
  content: "\f549";
}

/* line 37679, app/assets/stylesheets/icons.css */
.la-screwdriver:before {
  content: "\f54a";
}

/* line 37683, app/assets/stylesheets/icons.css */
.la-scribd:before {
  content: "\f28a";
}

/* line 37687, app/assets/stylesheets/icons.css */
.la-scroll:before {
  content: "\f70e";
}

/* line 37691, app/assets/stylesheets/icons.css */
.la-sd-card:before {
  content: "\f7c2";
}

/* line 37695, app/assets/stylesheets/icons.css */
.la-search:before {
  content: "\f002";
}

/* line 37699, app/assets/stylesheets/icons.css */
.la-search-dollar:before {
  content: "\f688";
}

/* line 37703, app/assets/stylesheets/icons.css */
.la-search-location:before {
  content: "\f689";
}

/* line 37707, app/assets/stylesheets/icons.css */
.la-search-minus:before {
  content: "\f010";
}

/* line 37711, app/assets/stylesheets/icons.css */
.la-search-plus:before {
  content: "\f00e";
}

/* line 37715, app/assets/stylesheets/icons.css */
.la-searchengin:before {
  content: "\f3eb";
}

/* line 37719, app/assets/stylesheets/icons.css */
.la-seedling:before {
  content: "\f4d8";
}

/* line 37723, app/assets/stylesheets/icons.css */
.la-sellcast:before {
  content: "\f2da";
}

/* line 37727, app/assets/stylesheets/icons.css */
.la-sellsy:before {
  content: "\f213";
}

/* line 37731, app/assets/stylesheets/icons.css */
.la-server:before {
  content: "\f233";
}

/* line 37735, app/assets/stylesheets/icons.css */
.la-servicestack:before {
  content: "\f3ec";
}

/* line 37739, app/assets/stylesheets/icons.css */
.la-shapes:before {
  content: "\f61f";
}

/* line 37743, app/assets/stylesheets/icons.css */
.la-share:before {
  content: "\f064";
}

/* line 37747, app/assets/stylesheets/icons.css */
.la-share-alt:before {
  content: "\f1e0";
}

/* line 37751, app/assets/stylesheets/icons.css */
.la-share-alt-square:before {
  content: "\f1e1";
}

/* line 37755, app/assets/stylesheets/icons.css */
.la-share-square:before {
  content: "\f14d";
}

/* line 37759, app/assets/stylesheets/icons.css */
.la-shekel-sign:before {
  content: "\f20b";
}

/* line 37763, app/assets/stylesheets/icons.css */
.la-shield-alt:before {
  content: "\f3ed";
}

/* line 37767, app/assets/stylesheets/icons.css */
.la-ship:before {
  content: "\f21a";
}

/* line 37771, app/assets/stylesheets/icons.css */
.la-shipping-fast:before {
  content: "\f48b";
}

/* line 37775, app/assets/stylesheets/icons.css */
.la-shirtsinbulk:before {
  content: "\f214";
}

/* line 37779, app/assets/stylesheets/icons.css */
.la-shoe-prints:before {
  content: "\f54b";
}

/* line 37783, app/assets/stylesheets/icons.css */
.la-shopping-bag:before {
  content: "\f290";
}

/* line 37787, app/assets/stylesheets/icons.css */
.la-shopping-basket:before {
  content: "\f291";
}

/* line 37791, app/assets/stylesheets/icons.css */
.la-shopping-cart:before {
  content: "\f07a";
}

/* line 37795, app/assets/stylesheets/icons.css */
.la-shopware:before {
  content: "\f5b5";
}

/* line 37799, app/assets/stylesheets/icons.css */
.la-shower:before {
  content: "\f2cc";
}

/* line 37803, app/assets/stylesheets/icons.css */
.la-shuttle-van:before {
  content: "\f5b6";
}

/* line 37807, app/assets/stylesheets/icons.css */
.la-sign:before {
  content: "\f4d9";
}

/* line 37811, app/assets/stylesheets/icons.css */
.la-sign-in-alt:before {
  content: "\f2f6";
}

/* line 37815, app/assets/stylesheets/icons.css */
.la-sign-language:before {
  content: "\f2a7";
}

/* line 37819, app/assets/stylesheets/icons.css */
.la-sign-out-alt:before {
  content: "\f2f5";
}

/* line 37823, app/assets/stylesheets/icons.css */
.la-signal:before {
  content: "\f012";
}

/* line 37827, app/assets/stylesheets/icons.css */
.la-signature:before {
  content: "\f5b7";
}

/* line 37831, app/assets/stylesheets/icons.css */
.la-sim-card:before {
  content: "\f7c4";
}

/* line 37835, app/assets/stylesheets/icons.css */
.la-simplybuilt:before {
  content: "\f215";
}

/* line 37839, app/assets/stylesheets/icons.css */
.la-sistrix:before {
  content: "\f3ee";
}

/* line 37843, app/assets/stylesheets/icons.css */
.la-sitemap:before {
  content: "\f0e8";
}

/* line 37847, app/assets/stylesheets/icons.css */
.la-sith:before {
  content: "\f512";
}

/* line 37851, app/assets/stylesheets/icons.css */
.la-skating:before {
  content: "\f7c5";
}

/* line 37855, app/assets/stylesheets/icons.css */
.la-sketch:before {
  content: "\f7c6";
}

/* line 37859, app/assets/stylesheets/icons.css */
.la-skiing:before {
  content: "\f7c9";
}

/* line 37863, app/assets/stylesheets/icons.css */
.la-skiing-nordic:before {
  content: "\f7ca";
}

/* line 37867, app/assets/stylesheets/icons.css */
.la-skull:before {
  content: "\f54c";
}

/* line 37871, app/assets/stylesheets/icons.css */
.la-skull-crossbones:before {
  content: "\f714";
}

/* line 37875, app/assets/stylesheets/icons.css */
.la-skyatlas:before {
  content: "\f216";
}

/* line 37879, app/assets/stylesheets/icons.css */
.la-skype:before {
  content: "\f17e";
}

/* line 37883, app/assets/stylesheets/icons.css */
.la-slack:before {
  content: "\f198";
}

/* line 37887, app/assets/stylesheets/icons.css */
.la-slack-hash:before {
  content: "\f3ef";
}

/* line 37891, app/assets/stylesheets/icons.css */
.la-slash:before {
  content: "\f715";
}

/* line 37895, app/assets/stylesheets/icons.css */
.la-sleigh:before {
  content: "\f7cc";
}

/* line 37899, app/assets/stylesheets/icons.css */
.la-sliders-h:before {
  content: "\f1de";
}

/* line 37903, app/assets/stylesheets/icons.css */
.la-slideshare:before {
  content: "\f1e7";
}

/* line 37907, app/assets/stylesheets/icons.css */
.la-smile:before {
  content: "\f118";
}

/* line 37911, app/assets/stylesheets/icons.css */
.la-smile-beam:before {
  content: "\f5b8";
}

/* line 37915, app/assets/stylesheets/icons.css */
.la-smile-wink:before {
  content: "\f4da";
}

/* line 37919, app/assets/stylesheets/icons.css */
.la-smog:before {
  content: "\f75f";
}

/* line 37923, app/assets/stylesheets/icons.css */
.la-smoking:before {
  content: "\f48d";
}

/* line 37927, app/assets/stylesheets/icons.css */
.la-smoking-ban:before {
  content: "\f54d";
}

/* line 37931, app/assets/stylesheets/icons.css */
.la-sms:before {
  content: "\f7cd";
}

/* line 37935, app/assets/stylesheets/icons.css */
.la-snapchat:before {
  content: "\f2ab";
}

/* line 37939, app/assets/stylesheets/icons.css */
.la-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 37943, app/assets/stylesheets/icons.css */
.la-snapchat-square:before {
  content: "\f2ad";
}

/* line 37947, app/assets/stylesheets/icons.css */
.la-snowboarding:before {
  content: "\f7ce";
}

/* line 37951, app/assets/stylesheets/icons.css */
.la-snowflake:before {
  content: "\f2dc";
}

/* line 37955, app/assets/stylesheets/icons.css */
.la-snowman:before {
  content: "\f7d0";
}

/* line 37959, app/assets/stylesheets/icons.css */
.la-snowplow:before {
  content: "\f7d2";
}

/* line 37963, app/assets/stylesheets/icons.css */
.la-socks:before {
  content: "\f696";
}

/* line 37967, app/assets/stylesheets/icons.css */
.la-solar-panel:before {
  content: "\f5ba";
}

/* line 37971, app/assets/stylesheets/icons.css */
.la-sort:before {
  content: "\f0dc";
}

/* line 37975, app/assets/stylesheets/icons.css */
.la-sort-alpha-down:before {
  content: "\f15d";
}

/* line 37979, app/assets/stylesheets/icons.css */
.la-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 37983, app/assets/stylesheets/icons.css */
.la-sort-alpha-up:before {
  content: "\f15e";
}

/* line 37987, app/assets/stylesheets/icons.css */
.la-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 37991, app/assets/stylesheets/icons.css */
.la-sort-amount-down:before {
  content: "\f160";
}

/* line 37995, app/assets/stylesheets/icons.css */
.la-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 37999, app/assets/stylesheets/icons.css */
.la-sort-amount-up:before {
  content: "\f161";
}

/* line 38003, app/assets/stylesheets/icons.css */
.la-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 38007, app/assets/stylesheets/icons.css */
.la-sort-down:before {
  content: "\f0dd";
}

/* line 38011, app/assets/stylesheets/icons.css */
.la-sort-numeric-down:before {
  content: "\f162";
}

/* line 38015, app/assets/stylesheets/icons.css */
.la-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 38019, app/assets/stylesheets/icons.css */
.la-sort-numeric-up:before {
  content: "\f163";
}

/* line 38023, app/assets/stylesheets/icons.css */
.la-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 38027, app/assets/stylesheets/icons.css */
.la-sort-up:before {
  content: "\f0de";
}

/* line 38031, app/assets/stylesheets/icons.css */
.la-soundcloud:before {
  content: "\f1be";
}

/* line 38035, app/assets/stylesheets/icons.css */
.la-sourcetree:before {
  content: "\f7d3";
}

/* line 38039, app/assets/stylesheets/icons.css */
.la-spa:before {
  content: "\f5bb";
}

/* line 38043, app/assets/stylesheets/icons.css */
.la-space-shuttle:before {
  content: "\f197";
}

/* line 38047, app/assets/stylesheets/icons.css */
.la-speakap:before {
  content: "\f3f3";
}

/* line 38051, app/assets/stylesheets/icons.css */
.la-speaker-deck:before {
  content: "\f83c";
}

/* line 38055, app/assets/stylesheets/icons.css */
.la-spell-check:before {
  content: "\f891";
}

/* line 38059, app/assets/stylesheets/icons.css */
.la-spider:before {
  content: "\f717";
}

/* line 38063, app/assets/stylesheets/icons.css */
.la-spinner:before {
  content: "\f110";
}

/* line 38067, app/assets/stylesheets/icons.css */
.la-splotch:before {
  content: "\f5bc";
}

/* line 38071, app/assets/stylesheets/icons.css */
.la-spotify:before {
  content: "\f1bc";
}

/* line 38075, app/assets/stylesheets/icons.css */
.la-spray-can:before {
  content: "\f5bd";
}

/* line 38079, app/assets/stylesheets/icons.css */
.la-square:before {
  content: "\f0c8";
}

/* line 38083, app/assets/stylesheets/icons.css */
.la-square-full:before {
  content: "\f45c";
}

/* line 38087, app/assets/stylesheets/icons.css */
.la-square-root-alt:before {
  content: "\f698";
}

/* line 38091, app/assets/stylesheets/icons.css */
.la-squarespace:before {
  content: "\f5be";
}

/* line 38095, app/assets/stylesheets/icons.css */
.la-stack-exchange:before {
  content: "\f18d";
}

/* line 38099, app/assets/stylesheets/icons.css */
.la-stack-overflow:before {
  content: "\f16c";
}

/* line 38103, app/assets/stylesheets/icons.css */
.la-stackpath:before {
  content: "\f842";
}

/* line 38107, app/assets/stylesheets/icons.css */
.la-stamp:before {
  content: "\f5bf";
}

/* line 38111, app/assets/stylesheets/icons.css */
.la-star:before {
  content: "\f005";
}

/* line 38115, app/assets/stylesheets/icons.css */
.la-star-and-crescent:before {
  content: "\f699";
}

/* line 38119, app/assets/stylesheets/icons.css */
.la-star-half:before {
  content: "\f089";
}

/* line 38123, app/assets/stylesheets/icons.css */
.la-star-half-alt:before {
  content: "\f5c0";
}

/* line 38127, app/assets/stylesheets/icons.css */
.la-star-of-david:before {
  content: "\f69a";
}

/* line 38131, app/assets/stylesheets/icons.css */
.la-star-of-life:before {
  content: "\f621";
}

/* line 38135, app/assets/stylesheets/icons.css */
.la-staylinked:before {
  content: "\f3f5";
}

/* line 38139, app/assets/stylesheets/icons.css */
.la-steam:before {
  content: "\f1b6";
}

/* line 38143, app/assets/stylesheets/icons.css */
.la-steam-square:before {
  content: "\f1b7";
}

/* line 38147, app/assets/stylesheets/icons.css */
.la-steam-symbol:before {
  content: "\f3f6";
}

/* line 38151, app/assets/stylesheets/icons.css */
.la-step-backward:before {
  content: "\f048";
}

/* line 38155, app/assets/stylesheets/icons.css */
.la-step-forward:before {
  content: "\f051";
}

/* line 38159, app/assets/stylesheets/icons.css */
.la-stethoscope:before {
  content: "\f0f1";
}

/* line 38163, app/assets/stylesheets/icons.css */
.la-sticker-mule:before {
  content: "\f3f7";
}

/* line 38167, app/assets/stylesheets/icons.css */
.la-sticky-note:before {
  content: "\f249";
}

/* line 38171, app/assets/stylesheets/icons.css */
.la-stop:before {
  content: "\f04d";
}

/* line 38175, app/assets/stylesheets/icons.css */
.la-stop-circle:before {
  content: "\f28d";
}

/* line 38179, app/assets/stylesheets/icons.css */
.la-stopwatch:before {
  content: "\f2f2";
}

/* line 38183, app/assets/stylesheets/icons.css */
.la-store:before {
  content: "\f54e";
}

/* line 38187, app/assets/stylesheets/icons.css */
.la-store-alt:before {
  content: "\f54f";
}

/* line 38191, app/assets/stylesheets/icons.css */
.la-strava:before {
  content: "\f428";
}

/* line 38195, app/assets/stylesheets/icons.css */
.la-stream:before {
  content: "\f550";
}

/* line 38199, app/assets/stylesheets/icons.css */
.la-street-view:before {
  content: "\f21d";
}

/* line 38203, app/assets/stylesheets/icons.css */
.la-strikethrough:before {
  content: "\f0cc";
}

/* line 38207, app/assets/stylesheets/icons.css */
.la-stripe:before {
  content: "\f429";
}

/* line 38211, app/assets/stylesheets/icons.css */
.la-stripe-s:before {
  content: "\f42a";
}

/* line 38215, app/assets/stylesheets/icons.css */
.la-stroopwafel:before {
  content: "\f551";
}

/* line 38219, app/assets/stylesheets/icons.css */
.la-studiovinari:before {
  content: "\f3f8";
}

/* line 38223, app/assets/stylesheets/icons.css */
.la-stumbleupon:before {
  content: "\f1a4";
}

/* line 38227, app/assets/stylesheets/icons.css */
.la-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 38231, app/assets/stylesheets/icons.css */
.la-subscript:before {
  content: "\f12c";
}

/* line 38235, app/assets/stylesheets/icons.css */
.la-subway:before {
  content: "\f239";
}

/* line 38239, app/assets/stylesheets/icons.css */
.la-suitcase:before {
  content: "\f0f2";
}

/* line 38243, app/assets/stylesheets/icons.css */
.la-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 38247, app/assets/stylesheets/icons.css */
.la-sun:before {
  content: "\f185";
}

/* line 38251, app/assets/stylesheets/icons.css */
.la-superpowers:before {
  content: "\f2dd";
}

/* line 38255, app/assets/stylesheets/icons.css */
.la-superscript:before {
  content: "\f12b";
}

/* line 38259, app/assets/stylesheets/icons.css */
.la-supple:before {
  content: "\f3f9";
}

/* line 38263, app/assets/stylesheets/icons.css */
.la-surprise:before {
  content: "\f5c2";
}

/* line 38267, app/assets/stylesheets/icons.css */
.la-suse:before {
  content: "\f7d6";
}

/* line 38271, app/assets/stylesheets/icons.css */
.la-swatchbook:before {
  content: "\f5c3";
}

/* line 38275, app/assets/stylesheets/icons.css */
.la-swift:before {
  content: "\f8e1";
}

/* line 38279, app/assets/stylesheets/icons.css */
.la-swimmer:before {
  content: "\f5c4";
}

/* line 38283, app/assets/stylesheets/icons.css */
.la-swimming-pool:before {
  content: "\f5c5";
}

/* line 38287, app/assets/stylesheets/icons.css */
.la-symfony:before {
  content: "\f83d";
}

/* line 38291, app/assets/stylesheets/icons.css */
.la-synagogue:before {
  content: "\f69b";
}

/* line 38295, app/assets/stylesheets/icons.css */
.la-sync:before {
  content: "\f021";
}

/* line 38299, app/assets/stylesheets/icons.css */
.la-sync-alt:before {
  content: "\f2f1";
}

/* line 38303, app/assets/stylesheets/icons.css */
.la-syringe:before {
  content: "\f48e";
}

/* line 38307, app/assets/stylesheets/icons.css */
.la-table:before {
  content: "\f0ce";
}

/* line 38311, app/assets/stylesheets/icons.css */
.la-table-tennis:before {
  content: "\f45d";
}

/* line 38315, app/assets/stylesheets/icons.css */
.la-tablet:before {
  content: "\f10a";
}

/* line 38319, app/assets/stylesheets/icons.css */
.la-tablet-alt:before {
  content: "\f3fa";
}

/* line 38323, app/assets/stylesheets/icons.css */
.la-tablets:before {
  content: "\f490";
}

/* line 38327, app/assets/stylesheets/icons.css */
.la-tachometer-alt:before {
  content: "\f3fd";
}

/* line 38331, app/assets/stylesheets/icons.css */
.la-tag:before {
  content: "\f02b";
}

/* line 38335, app/assets/stylesheets/icons.css */
.la-tags:before {
  content: "\f02c";
}

/* line 38339, app/assets/stylesheets/icons.css */
.la-tape:before {
  content: "\f4db";
}

/* line 38343, app/assets/stylesheets/icons.css */
.la-tasks:before {
  content: "\f0ae";
}

/* line 38347, app/assets/stylesheets/icons.css */
.la-taxi:before {
  content: "\f1ba";
}

/* line 38351, app/assets/stylesheets/icons.css */
.la-teamspeak:before {
  content: "\f4f9";
}

/* line 38355, app/assets/stylesheets/icons.css */
.la-teeth:before {
  content: "\f62e";
}

/* line 38359, app/assets/stylesheets/icons.css */
.la-teeth-open:before {
  content: "\f62f";
}

/* line 38363, app/assets/stylesheets/icons.css */
.la-telegram:before {
  content: "\f2c6";
}

/* line 38367, app/assets/stylesheets/icons.css */
.la-telegram-plane:before {
  content: "\f3fe";
}

/* line 38371, app/assets/stylesheets/icons.css */
.la-temperature-high:before {
  content: "\f769";
}

/* line 38375, app/assets/stylesheets/icons.css */
.la-temperature-low:before {
  content: "\f76b";
}

/* line 38379, app/assets/stylesheets/icons.css */
.la-tencent-weibo:before {
  content: "\f1d5";
}

/* line 38383, app/assets/stylesheets/icons.css */
.la-tenge:before {
  content: "\f7d7";
}

/* line 38387, app/assets/stylesheets/icons.css */
.la-terminal:before {
  content: "\f120";
}

/* line 38391, app/assets/stylesheets/icons.css */
.la-text-height:before {
  content: "\f034";
}

/* line 38395, app/assets/stylesheets/icons.css */
.la-text-width:before {
  content: "\f035";
}

/* line 38399, app/assets/stylesheets/icons.css */
.la-th:before {
  content: "\f00a";
}

/* line 38403, app/assets/stylesheets/icons.css */
.la-th-large:before {
  content: "\f009";
}

/* line 38407, app/assets/stylesheets/icons.css */
.la-th-list:before {
  content: "\f00b";
}

/* line 38411, app/assets/stylesheets/icons.css */
.la-the-red-yeti:before {
  content: "\f69d";
}

/* line 38415, app/assets/stylesheets/icons.css */
.la-theater-masks:before {
  content: "\f630";
}

/* line 38419, app/assets/stylesheets/icons.css */
.la-themeco:before {
  content: "\f5c6";
}

/* line 38423, app/assets/stylesheets/icons.css */
.la-themeisle:before {
  content: "\f2b2";
}

/* line 38427, app/assets/stylesheets/icons.css */
.la-thermometer:before {
  content: "\f491";
}

/* line 38431, app/assets/stylesheets/icons.css */
.la-thermometer-empty:before {
  content: "\f2cb";
}

/* line 38435, app/assets/stylesheets/icons.css */
.la-thermometer-full:before {
  content: "\f2c7";
}

/* line 38439, app/assets/stylesheets/icons.css */
.la-thermometer-half:before {
  content: "\f2c9";
}

/* line 38443, app/assets/stylesheets/icons.css */
.la-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 38447, app/assets/stylesheets/icons.css */
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 38451, app/assets/stylesheets/icons.css */
.la-think-peaks:before {
  content: "\f731";
}

/* line 38455, app/assets/stylesheets/icons.css */
.la-thumbs-down:before {
  content: "\f165";
}

/* line 38459, app/assets/stylesheets/icons.css */
.la-thumbs-up:before {
  content: "\f164";
}

/* line 38463, app/assets/stylesheets/icons.css */
.la-thumbtack:before {
  content: "\f08d";
}

/* line 38467, app/assets/stylesheets/icons.css */
.la-ticket-alt:before {
  content: "\f3ff";
}

/* line 38471, app/assets/stylesheets/icons.css */
.la-times:before {
  content: "\f00d";
}

/* line 38475, app/assets/stylesheets/icons.css */
.la-times-circle:before {
  content: "\f057";
}

/* line 38479, app/assets/stylesheets/icons.css */
.la-tint:before {
  content: "\f043";
}

/* line 38483, app/assets/stylesheets/icons.css */
.la-tint-slash:before {
  content: "\f5c7";
}

/* line 38487, app/assets/stylesheets/icons.css */
.la-tired:before {
  content: "\f5c8";
}

/* line 38491, app/assets/stylesheets/icons.css */
.la-toggle-off:before {
  content: "\f204";
}

/* line 38495, app/assets/stylesheets/icons.css */
.la-toggle-on:before {
  content: "\f205";
}

/* line 38499, app/assets/stylesheets/icons.css */
.la-toilet:before {
  content: "\f7d8";
}

/* line 38503, app/assets/stylesheets/icons.css */
.la-toilet-paper:before {
  content: "\f71e";
}

/* line 38507, app/assets/stylesheets/icons.css */
.la-toolbox:before {
  content: "\f552";
}

/* line 38511, app/assets/stylesheets/icons.css */
.la-tools:before {
  content: "\f7d9";
}

/* line 38515, app/assets/stylesheets/icons.css */
.la-tooth:before {
  content: "\f5c9";
}

/* line 38519, app/assets/stylesheets/icons.css */
.la-torah:before {
  content: "\f6a0";
}

/* line 38523, app/assets/stylesheets/icons.css */
.la-torii-gate:before {
  content: "\f6a1";
}

/* line 38527, app/assets/stylesheets/icons.css */
.la-tractor:before {
  content: "\f722";
}

/* line 38531, app/assets/stylesheets/icons.css */
.la-trade-federation:before {
  content: "\f513";
}

/* line 38535, app/assets/stylesheets/icons.css */
.la-trademark:before {
  content: "\f25c";
}

/* line 38539, app/assets/stylesheets/icons.css */
.la-traffic-light:before {
  content: "\f637";
}

/* line 38543, app/assets/stylesheets/icons.css */
.la-train:before {
  content: "\f238";
}

/* line 38547, app/assets/stylesheets/icons.css */
.la-tram:before {
  content: "\f7da";
}

/* line 38551, app/assets/stylesheets/icons.css */
.la-transgender:before {
  content: "\f224";
}

/* line 38555, app/assets/stylesheets/icons.css */
.la-transgender-alt:before {
  content: "\f225";
}

/* line 38559, app/assets/stylesheets/icons.css */
.la-trash:before {
  content: "\f1f8";
}

/* line 38563, app/assets/stylesheets/icons.css */
.la-trash-alt:before {
  content: "\f2ed";
}

/* line 38567, app/assets/stylesheets/icons.css */
.la-trash-restore:before {
  content: "\f829";
}

/* line 38571, app/assets/stylesheets/icons.css */
.la-trash-restore-alt:before {
  content: "\f82a";
}

/* line 38575, app/assets/stylesheets/icons.css */
.la-tree:before {
  content: "\f1bb";
}

/* line 38579, app/assets/stylesheets/icons.css */
.la-trello:before {
  content: "\f181";
}

/* line 38583, app/assets/stylesheets/icons.css */
.la-tripadvisor:before {
  content: "\f262";
}

/* line 38587, app/assets/stylesheets/icons.css */
.la-trophy:before {
  content: "\f091";
}

/* line 38591, app/assets/stylesheets/icons.css */
.la-truck:before {
  content: "\f0d1";
}

/* line 38595, app/assets/stylesheets/icons.css */
.la-truck-loading:before {
  content: "\f4de";
}

/* line 38599, app/assets/stylesheets/icons.css */
.la-truck-monster:before {
  content: "\f63b";
}

/* line 38603, app/assets/stylesheets/icons.css */
.la-truck-moving:before {
  content: "\f4df";
}

/* line 38607, app/assets/stylesheets/icons.css */
.la-truck-pickup:before {
  content: "\f63c";
}

/* line 38611, app/assets/stylesheets/icons.css */
.la-tshirt:before {
  content: "\f553";
}

/* line 38615, app/assets/stylesheets/icons.css */
.la-tty:before {
  content: "\f1e4";
}

/* line 38619, app/assets/stylesheets/icons.css */
.la-tumblr:before {
  content: "\f173";
}

/* line 38623, app/assets/stylesheets/icons.css */
.la-tumblr-square:before {
  content: "\f174";
}

/* line 38627, app/assets/stylesheets/icons.css */
.la-tv:before {
  content: "\f26c";
}

/* line 38631, app/assets/stylesheets/icons.css */
.la-twitch:before {
  content: "\f1e8";
}

/* line 38635, app/assets/stylesheets/icons.css */
.la-twitter:before {
  content: "\f099";
}

/* line 38639, app/assets/stylesheets/icons.css */
.la-twitter-square:before {
  content: "\f081";
}

/* line 38643, app/assets/stylesheets/icons.css */
.la-typo3:before {
  content: "\f42b";
}

/* line 38647, app/assets/stylesheets/icons.css */
.la-uber:before {
  content: "\f402";
}

/* line 38651, app/assets/stylesheets/icons.css */
.la-ubuntu:before {
  content: "\f7df";
}

/* line 38655, app/assets/stylesheets/icons.css */
.la-uikit:before {
  content: "\f403";
}

/* line 38659, app/assets/stylesheets/icons.css */
.la-umbraco:before {
  content: "\f8e8";
}

/* line 38663, app/assets/stylesheets/icons.css */
.la-umbrella:before {
  content: "\f0e9";
}

/* line 38667, app/assets/stylesheets/icons.css */
.la-umbrella-beach:before {
  content: "\f5ca";
}

/* line 38671, app/assets/stylesheets/icons.css */
.la-underline:before {
  content: "\f0cd";
}

/* line 38675, app/assets/stylesheets/icons.css */
.la-undo:before {
  content: "\f0e2";
}

/* line 38679, app/assets/stylesheets/icons.css */
.la-undo-alt:before {
  content: "\f2ea";
}

/* line 38683, app/assets/stylesheets/icons.css */
.la-uniregistry:before {
  content: "\f404";
}

/* line 38687, app/assets/stylesheets/icons.css */
.la-universal-access:before {
  content: "\f29a";
}

/* line 38691, app/assets/stylesheets/icons.css */
.la-university:before {
  content: "\f19c";
}

/* line 38695, app/assets/stylesheets/icons.css */
.la-unlink:before {
  content: "\f127";
}

/* line 38699, app/assets/stylesheets/icons.css */
.la-unlock:before {
  content: "\f09c";
}

/* line 38703, app/assets/stylesheets/icons.css */
.la-unlock-alt:before {
  content: "\f13e";
}

/* line 38707, app/assets/stylesheets/icons.css */
.la-untappd:before {
  content: "\f405";
}

/* line 38711, app/assets/stylesheets/icons.css */
.la-upload:before {
  content: "\f093";
}

/* line 38715, app/assets/stylesheets/icons.css */
.la-ups:before {
  content: "\f7e0";
}

/* line 38719, app/assets/stylesheets/icons.css */
.la-usb:before {
  content: "\f287";
}

/* line 38723, app/assets/stylesheets/icons.css */
.la-user:before {
  content: "\f007";
}

/* line 38727, app/assets/stylesheets/icons.css */
.la-user-alt:before {
  content: "\f406";
}

/* line 38731, app/assets/stylesheets/icons.css */
.la-user-alt-slash:before {
  content: "\f4fa";
}

/* line 38735, app/assets/stylesheets/icons.css */
.la-user-astronaut:before {
  content: "\f4fb";
}

/* line 38739, app/assets/stylesheets/icons.css */
.la-user-check:before {
  content: "\f4fc";
}

/* line 38743, app/assets/stylesheets/icons.css */
.la-user-circle:before {
  content: "\f2bd";
}

/* line 38747, app/assets/stylesheets/icons.css */
.la-user-clock:before {
  content: "\f4fd";
}

/* line 38751, app/assets/stylesheets/icons.css */
.la-user-cog:before {
  content: "\f4fe";
}

/* line 38755, app/assets/stylesheets/icons.css */
.la-user-edit:before {
  content: "\f4ff";
}

/* line 38759, app/assets/stylesheets/icons.css */
.la-user-friends:before {
  content: "\f500";
}

/* line 38763, app/assets/stylesheets/icons.css */
.la-user-graduate:before {
  content: "\f501";
}

/* line 38767, app/assets/stylesheets/icons.css */
.la-user-injured:before {
  content: "\f728";
}

/* line 38771, app/assets/stylesheets/icons.css */
.la-user-lock:before {
  content: "\f502";
}

/* line 38775, app/assets/stylesheets/icons.css */
.la-user-md:before {
  content: "\f0f0";
}

/* line 38779, app/assets/stylesheets/icons.css */
.la-user-minus:before {
  content: "\f503";
}

/* line 38783, app/assets/stylesheets/icons.css */
.la-user-ninja:before {
  content: "\f504";
}

/* line 38787, app/assets/stylesheets/icons.css */
.la-user-nurse:before {
  content: "\f82f";
}

/* line 38791, app/assets/stylesheets/icons.css */
.la-user-plus:before {
  content: "\f234";
}

/* line 38795, app/assets/stylesheets/icons.css */
.la-user-secret:before {
  content: "\f21b";
}

/* line 38799, app/assets/stylesheets/icons.css */
.la-user-shield:before {
  content: "\f505";
}

/* line 38803, app/assets/stylesheets/icons.css */
.la-user-slash:before {
  content: "\f506";
}

/* line 38807, app/assets/stylesheets/icons.css */
.la-user-tag:before {
  content: "\f507";
}

/* line 38811, app/assets/stylesheets/icons.css */
.la-user-tie:before {
  content: "\f508";
}

/* line 38815, app/assets/stylesheets/icons.css */
.la-user-times:before {
  content: "\f235";
}

/* line 38819, app/assets/stylesheets/icons.css */
.la-users:before {
  content: "\f0c0";
}

/* line 38823, app/assets/stylesheets/icons.css */
.la-users-cog:before {
  content: "\f509";
}

/* line 38827, app/assets/stylesheets/icons.css */
.la-usps:before {
  content: "\f7e1";
}

/* line 38831, app/assets/stylesheets/icons.css */
.la-ussunnah:before {
  content: "\f407";
}

/* line 38835, app/assets/stylesheets/icons.css */
.la-utensil-spoon:before {
  content: "\f2e5";
}

/* line 38839, app/assets/stylesheets/icons.css */
.la-utensils:before {
  content: "\f2e7";
}

/* line 38843, app/assets/stylesheets/icons.css */
.la-vaadin:before {
  content: "\f408";
}

/* line 38847, app/assets/stylesheets/icons.css */
.la-vector-square:before {
  content: "\f5cb";
}

/* line 38851, app/assets/stylesheets/icons.css */
.la-venus:before {
  content: "\f221";
}

/* line 38855, app/assets/stylesheets/icons.css */
.la-venus-double:before {
  content: "\f226";
}

/* line 38859, app/assets/stylesheets/icons.css */
.la-venus-mars:before {
  content: "\f228";
}

/* line 38863, app/assets/stylesheets/icons.css */
.la-viacoin:before {
  content: "\f237";
}

/* line 38867, app/assets/stylesheets/icons.css */
.la-viadeo:before {
  content: "\f2a9";
}

/* line 38871, app/assets/stylesheets/icons.css */
.la-viadeo-square:before {
  content: "\f2aa";
}

/* line 38875, app/assets/stylesheets/icons.css */
.la-vial:before {
  content: "\f492";
}

/* line 38879, app/assets/stylesheets/icons.css */
.la-vials:before {
  content: "\f493";
}

/* line 38883, app/assets/stylesheets/icons.css */
.la-viber:before {
  content: "\f409";
}

/* line 38887, app/assets/stylesheets/icons.css */
.la-video:before {
  content: "\f03d";
}

/* line 38891, app/assets/stylesheets/icons.css */
.la-video-slash:before {
  content: "\f4e2";
}

/* line 38895, app/assets/stylesheets/icons.css */
.la-vihara:before {
  content: "\f6a7";
}

/* line 38899, app/assets/stylesheets/icons.css */
.la-vimeo:before {
  content: "\f40a";
}

/* line 38903, app/assets/stylesheets/icons.css */
.la-vimeo-square:before {
  content: "\f194";
}

/* line 38907, app/assets/stylesheets/icons.css */
.la-vimeo-v:before {
  content: "\f27d";
}

/* line 38911, app/assets/stylesheets/icons.css */
.la-vine:before {
  content: "\f1ca";
}

/* line 38915, app/assets/stylesheets/icons.css */
.la-vk:before {
  content: "\f189";
}

/* line 38919, app/assets/stylesheets/icons.css */
.la-vnv:before {
  content: "\f40b";
}

/* line 38923, app/assets/stylesheets/icons.css */
.la-voicemail:before {
  content: "\f897";
}

/* line 38927, app/assets/stylesheets/icons.css */
.la-volleyball-ball:before {
  content: "\f45f";
}

/* line 38931, app/assets/stylesheets/icons.css */
.la-volume-down:before {
  content: "\f027";
}

/* line 38935, app/assets/stylesheets/icons.css */
.la-volume-mute:before {
  content: "\f6a9";
}

/* line 38939, app/assets/stylesheets/icons.css */
.la-volume-off:before {
  content: "\f026";
}

/* line 38943, app/assets/stylesheets/icons.css */
.la-volume-up:before {
  content: "\f028";
}

/* line 38947, app/assets/stylesheets/icons.css */
.la-vote-yea:before {
  content: "\f772";
}

/* line 38951, app/assets/stylesheets/icons.css */
.la-vr-cardboard:before {
  content: "\f729";
}

/* line 38955, app/assets/stylesheets/icons.css */
.la-vuejs:before {
  content: "\f41f";
}

/* line 38959, app/assets/stylesheets/icons.css */
.la-walking:before {
  content: "\f554";
}

/* line 38963, app/assets/stylesheets/icons.css */
.la-wallet:before {
  content: "\f555";
}

/* line 38967, app/assets/stylesheets/icons.css */
.la-warehouse:before {
  content: "\f494";
}

/* line 38971, app/assets/stylesheets/icons.css */
.la-water:before {
  content: "\f773";
}

/* line 38975, app/assets/stylesheets/icons.css */
.la-wave-square:before {
  content: "\f83e";
}

/* line 38979, app/assets/stylesheets/icons.css */
.la-waze:before {
  content: "\f83f";
}

/* line 38983, app/assets/stylesheets/icons.css */
.la-weebly:before {
  content: "\f5cc";
}

/* line 38987, app/assets/stylesheets/icons.css */
.la-weibo:before {
  content: "\f18a";
}

/* line 38991, app/assets/stylesheets/icons.css */
.la-weight:before {
  content: "\f496";
}

/* line 38995, app/assets/stylesheets/icons.css */
.la-weight-hanging:before {
  content: "\f5cd";
}

/* line 38999, app/assets/stylesheets/icons.css */
.la-weixin:before {
  content: "\f1d7";
}

/* line 39003, app/assets/stylesheets/icons.css */
.la-whatsapp:before {
  content: "\f232";
}

/* line 39007, app/assets/stylesheets/icons.css */
.la-whatsapp-square:before {
  content: "\f40c";
}

/* line 39011, app/assets/stylesheets/icons.css */
.la-wheelchair:before {
  content: "\f193";
}

/* line 39015, app/assets/stylesheets/icons.css */
.la-whmcs:before {
  content: "\f40d";
}

/* line 39019, app/assets/stylesheets/icons.css */
.la-wifi:before {
  content: "\f1eb";
}

/* line 39023, app/assets/stylesheets/icons.css */
.la-wikipedia-w:before {
  content: "\f266";
}

/* line 39027, app/assets/stylesheets/icons.css */
.la-wind:before {
  content: "\f72e";
}

/* line 39031, app/assets/stylesheets/icons.css */
.la-window-close:before {
  content: "\f410";
}

/* line 39035, app/assets/stylesheets/icons.css */
.la-window-maximize:before {
  content: "\f2d0";
}

/* line 39039, app/assets/stylesheets/icons.css */
.la-window-minimize:before {
  content: "\f2d1";
}

/* line 39043, app/assets/stylesheets/icons.css */
.la-window-restore:before {
  content: "\f2d2";
}

/* line 39047, app/assets/stylesheets/icons.css */
.la-windows:before {
  content: "\f17a";
}

/* line 39051, app/assets/stylesheets/icons.css */
.la-wine-bottle:before {
  content: "\f72f";
}

/* line 39055, app/assets/stylesheets/icons.css */
.la-wine-glass:before {
  content: "\f4e3";
}

/* line 39059, app/assets/stylesheets/icons.css */
.la-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 39063, app/assets/stylesheets/icons.css */
.la-wix:before {
  content: "\f5cf";
}

/* line 39067, app/assets/stylesheets/icons.css */
.la-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 39071, app/assets/stylesheets/icons.css */
.la-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 39075, app/assets/stylesheets/icons.css */
.la-won-sign:before {
  content: "\f159";
}

/* line 39079, app/assets/stylesheets/icons.css */
.la-wordpress:before {
  content: "\f19a";
}

/* line 39083, app/assets/stylesheets/icons.css */
.la-wordpress-simple:before {
  content: "\f411";
}

/* line 39087, app/assets/stylesheets/icons.css */
.la-wpbeginner:before {
  content: "\f297";
}

/* line 39091, app/assets/stylesheets/icons.css */
.la-wpexplorer:before {
  content: "\f2de";
}

/* line 39095, app/assets/stylesheets/icons.css */
.la-wpforms:before {
  content: "\f298";
}

/* line 39099, app/assets/stylesheets/icons.css */
.la-wpressr:before {
  content: "\f3e4";
}

/* line 39103, app/assets/stylesheets/icons.css */
.la-wrench:before {
  content: "\f0ad";
}

/* line 39107, app/assets/stylesheets/icons.css */
.la-x-ray:before {
  content: "\f497";
}

/* line 39111, app/assets/stylesheets/icons.css */
.la-xbox:before {
  content: "\f412";
}

/* line 39115, app/assets/stylesheets/icons.css */
.la-xing:before {
  content: "\f168";
}

/* line 39119, app/assets/stylesheets/icons.css */
.la-xing-square:before {
  content: "\f169";
}

/* line 39123, app/assets/stylesheets/icons.css */
.la-y-combinator:before {
  content: "\f23b";
}

/* line 39127, app/assets/stylesheets/icons.css */
.la-yahoo:before {
  content: "\f19e";
}

/* line 39131, app/assets/stylesheets/icons.css */
.la-yammer:before {
  content: "\f840";
}

/* line 39135, app/assets/stylesheets/icons.css */
.la-yandex:before {
  content: "\f413";
}

/* line 39139, app/assets/stylesheets/icons.css */
.la-yandex-international:before {
  content: "\f414";
}

/* line 39143, app/assets/stylesheets/icons.css */
.la-yarn:before {
  content: "\f7e3";
}

/* line 39147, app/assets/stylesheets/icons.css */
.la-yelp:before {
  content: "\f1e9";
}

/* line 39151, app/assets/stylesheets/icons.css */
.la-yen-sign:before {
  content: "\f157";
}

/* line 39155, app/assets/stylesheets/icons.css */
.la-yin-yang:before {
  content: "\f6ad";
}

/* line 39159, app/assets/stylesheets/icons.css */
.la-yoast:before {
  content: "\f2b1";
}

/* line 39163, app/assets/stylesheets/icons.css */
.la-youtube:before {
  content: "\f167";
}

/* line 39167, app/assets/stylesheets/icons.css */
.la-youtube-square:before {
  content: "\f431";
}

/* line 39171, app/assets/stylesheets/icons.css */
.la-zhihu:before {
  content: "\f63f";
}

/* line 39175, app/assets/stylesheets/icons.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 39186, app/assets/stylesheets/icons.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/fonts/la-brands-400-5045bb4e1456f10aae864b4cef3619363707b0c0a0ec24961c8e80b19ec05159.eot);
  src: url(/assets/fonts/la-brands-400-5045bb4e1456f10aae864b4cef3619363707b0c0a0ec24961c8e80b19ec05159.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-brands-400-b22d625da2474be6f75ffb81b279981eb4a3df9574a2cc0db9344b6cb3c73fbe.woff2) format("woff2"), url(/assets/fonts/la-brands-400-b3769efa6322a56a326ac784837923ae08417054ae109b08cdcc07519c64edbd.woff) format("woff"), url(/assets/fonts/la-brands-400-862644869b62e2bd8b616bb3d8a2b976e859ea1254c92c561d933acdf0680a0e.ttf) format("truetype"), url(/assets/fonts/la-brands-400-c6fa7bad57717d1dc6c32c9f38161df5cb2f58be25b1bf5474515c462cc3e9de.svg#lineawesome) format("svg");
}

/* line 39203, app/assets/stylesheets/icons.css */
.lab {
  font-family: "Line Awesome Brands";
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fonts/la-regular-400-7e13b71603da0fa952fa988dc14905af5dd184c6916b15d7ee363451ba5b828f.eot);
  src: url(/assets/fonts/la-regular-400-7e13b71603da0fa952fa988dc14905af5dd184c6916b15d7ee363451ba5b828f.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-regular-400-e76a70424116f860de4e6b86e5076c5f107dfa186a5492a42cf26437c61e4f0c.woff2) format("woff2"), url(/assets/fonts/la-regular-400-685c5c59ca263655a988ccd58884e436db3302c2e9ca572b683b3e24d205971f.woff) format("woff"), url(/assets/fonts/la-regular-400-8736e11da0990f33985d34d7a06e8db1be7d048e8f46a64ce86be451d29fe6ac.ttf) format("truetype"), url(/assets/fonts/la-regular-400-3fa24f50ae94c568965763e78d3c9fd9a40fab2625c7ced8227f01382a8f92d2.svg#lineawesome) format("svg");
}

/* line 39215, app/assets/stylesheets/icons.css */
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/fonts/la-solid-900-e8f2b228685857bb4901b7659831f6b1c99129c88ac9bb65c4aebd78819e4ac1.eot);
  src: url(/assets/fonts/la-solid-900-e8f2b228685857bb4901b7659831f6b1c99129c88ac9bb65c4aebd78819e4ac1.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-solid-900-3c2b163a27ae129e97fd82954f750afe937101e46f41ea5363202ca81213ca71.woff2) format("woff2"), url(/assets/fonts/la-solid-900-1243d00c6b04c24185b9d73314249c332d4a95b3298e946a4d1731300a73a197.woff) format("woff"), url(/assets/fonts/la-solid-900-d2bb83808759b8faa8e3caea0cb2eed57607b5f3b47d2b59477aabf7c8771e9e.ttf) format("truetype"), url(/assets/fonts/la-solid-900-8541c8fd24bb642399bce2f774ff5bbc3ea1a43922ebc8def37cfc9bb6c0bd60.svg#lineawesome) format("svg");
}

/* line 39228, app/assets/stylesheets/icons.css */
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}

/* line 39234, app/assets/stylesheets/icons.css */
.la.la-glass:before {
  content: "\f000";
}

/* line 39238, app/assets/stylesheets/icons.css */
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39243, app/assets/stylesheets/icons.css */
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39248, app/assets/stylesheets/icons.css */
.la.la-star-o:before {
  content: "\f005";
}

/* line 39252, app/assets/stylesheets/icons.css */
.la.la-remove:before {
  content: "\f00d";
}

/* line 39256, app/assets/stylesheets/icons.css */
.la.la-close:before {
  content: "\f00d";
}

/* line 39260, app/assets/stylesheets/icons.css */
.la.la-gear:before {
  content: "\f013";
}

/* line 39264, app/assets/stylesheets/icons.css */
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39269, app/assets/stylesheets/icons.css */
.la.la-trash-o:before {
  content: "\f2ed";
}

/* line 39273, app/assets/stylesheets/icons.css */
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39278, app/assets/stylesheets/icons.css */
.la.la-file-o:before {
  content: "\f15b";
}

/* line 39282, app/assets/stylesheets/icons.css */
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39287, app/assets/stylesheets/icons.css */
.la.la-clock-o:before {
  content: "\f017";
}

/* line 39291, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39296, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 39300, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39305, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 39309, app/assets/stylesheets/icons.css */
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39314, app/assets/stylesheets/icons.css */
.la.la-play-circle-o:before {
  content: "\f144";
}

/* line 39318, app/assets/stylesheets/icons.css */
.la.la-repeat:before {
  content: "\f01e";
}

/* line 39322, app/assets/stylesheets/icons.css */
.la.la-rotate-right:before {
  content: "\f01e";
}

/* line 39326, app/assets/stylesheets/icons.css */
.la.la-refresh:before {
  content: "\f021";
}

/* line 39330, app/assets/stylesheets/icons.css */
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39335, app/assets/stylesheets/icons.css */
.la.la-dedent:before {
  content: "\f03b";
}

/* line 39339, app/assets/stylesheets/icons.css */
.la.la-video-camera:before {
  content: "\f03d";
}

/* line 39343, app/assets/stylesheets/icons.css */
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39348, app/assets/stylesheets/icons.css */
.la.la-picture-o:before {
  content: "\f03e";
}

/* line 39352, app/assets/stylesheets/icons.css */
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39357, app/assets/stylesheets/icons.css */
.la.la-photo:before {
  content: "\f03e";
}

/* line 39361, app/assets/stylesheets/icons.css */
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39366, app/assets/stylesheets/icons.css */
.la.la-image:before {
  content: "\f03e";
}

/* line 39370, app/assets/stylesheets/icons.css */
.la.la-pencil:before {
  content: "\f303";
}

/* line 39374, app/assets/stylesheets/icons.css */
.la.la-map-marker:before {
  content: "\f3c5";
}

/* line 39378, app/assets/stylesheets/icons.css */
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39383, app/assets/stylesheets/icons.css */
.la.la-pencil-square-o:before {
  content: "\f044";
}

/* line 39387, app/assets/stylesheets/icons.css */
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39392, app/assets/stylesheets/icons.css */
.la.la-share-square-o:before {
  content: "\f14d";
}

/* line 39396, app/assets/stylesheets/icons.css */
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39401, app/assets/stylesheets/icons.css */
.la.la-check-square-o:before {
  content: "\f14a";
}

/* line 39405, app/assets/stylesheets/icons.css */
.la.la-arrows:before {
  content: "\f0b2";
}

/* line 39409, app/assets/stylesheets/icons.css */
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39414, app/assets/stylesheets/icons.css */
.la.la-times-circle-o:before {
  content: "\f057";
}

/* line 39418, app/assets/stylesheets/icons.css */
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39423, app/assets/stylesheets/icons.css */
.la.la-check-circle-o:before {
  content: "\f058";
}

/* line 39427, app/assets/stylesheets/icons.css */
.la.la-mail-forward:before {
  content: "\f064";
}

/* line 39431, app/assets/stylesheets/icons.css */
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39436, app/assets/stylesheets/icons.css */
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39441, app/assets/stylesheets/icons.css */
.la.la-warning:before {
  content: "\f071";
}

/* line 39445, app/assets/stylesheets/icons.css */
.la.la-calendar:before {
  content: "\f073";
}

/* line 39449, app/assets/stylesheets/icons.css */
.la.la-arrows-v:before {
  content: "\f338";
}

/* line 39453, app/assets/stylesheets/icons.css */
.la.la-arrows-h:before {
  content: "\f337";
}

/* line 39457, app/assets/stylesheets/icons.css */
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39462, app/assets/stylesheets/icons.css */
.la.la-bar-chart:before {
  content: "\f080";
}

/* line 39466, app/assets/stylesheets/icons.css */
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39471, app/assets/stylesheets/icons.css */
.la.la-bar-chart-o:before {
  content: "\f080";
}

/* line 39475, app/assets/stylesheets/icons.css */
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39480, app/assets/stylesheets/icons.css */
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39485, app/assets/stylesheets/icons.css */
.la.la-gears:before {
  content: "\f085";
}

/* line 39489, app/assets/stylesheets/icons.css */
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39494, app/assets/stylesheets/icons.css */
.la.la-thumbs-o-up:before {
  content: "\f164";
}

/* line 39498, app/assets/stylesheets/icons.css */
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39503, app/assets/stylesheets/icons.css */
.la.la-thumbs-o-down:before {
  content: "\f165";
}

/* line 39507, app/assets/stylesheets/icons.css */
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39512, app/assets/stylesheets/icons.css */
.la.la-heart-o:before {
  content: "\f004";
}

/* line 39516, app/assets/stylesheets/icons.css */
.la.la-sign-out:before {
  content: "\f2f5";
}

/* line 39520, app/assets/stylesheets/icons.css */
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39525, app/assets/stylesheets/icons.css */
.la.la-linkedin-square:before {
  content: "\f08c";
}

/* line 39529, app/assets/stylesheets/icons.css */
.la.la-thumb-tack:before {
  content: "\f08d";
}

/* line 39533, app/assets/stylesheets/icons.css */
.la.la-external-link:before {
  content: "\f35d";
}

/* line 39537, app/assets/stylesheets/icons.css */
.la.la-sign-in:before {
  content: "\f2f6";
}

/* line 39541, app/assets/stylesheets/icons.css */
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39546, app/assets/stylesheets/icons.css */
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39551, app/assets/stylesheets/icons.css */
.la.la-lemon-o:before {
  content: "\f094";
}

/* line 39555, app/assets/stylesheets/icons.css */
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39560, app/assets/stylesheets/icons.css */
.la.la-square-o:before {
  content: "\f0c8";
}

/* line 39564, app/assets/stylesheets/icons.css */
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39569, app/assets/stylesheets/icons.css */
.la.la-bookmark-o:before {
  content: "\f02e";
}

/* line 39573, app/assets/stylesheets/icons.css */
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39578, app/assets/stylesheets/icons.css */
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39583, app/assets/stylesheets/icons.css */
.la.la-facebook:before {
  content: "\f39e";
}

/* line 39587, app/assets/stylesheets/icons.css */
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39592, app/assets/stylesheets/icons.css */
.la.la-facebook-f:before {
  content: "\f39e";
}

/* line 39596, app/assets/stylesheets/icons.css */
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39601, app/assets/stylesheets/icons.css */
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39606, app/assets/stylesheets/icons.css */
.la.la-feed:before {
  content: "\f09e";
}

/* line 39610, app/assets/stylesheets/icons.css */
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39615, app/assets/stylesheets/icons.css */
.la.la-hdd-o:before {
  content: "\f0a0";
}

/* line 39619, app/assets/stylesheets/icons.css */
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39624, app/assets/stylesheets/icons.css */
.la.la-hand-o-right:before {
  content: "\f0a4";
}

/* line 39628, app/assets/stylesheets/icons.css */
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39633, app/assets/stylesheets/icons.css */
.la.la-hand-o-left:before {
  content: "\f0a5";
}

/* line 39637, app/assets/stylesheets/icons.css */
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39642, app/assets/stylesheets/icons.css */
.la.la-hand-o-up:before {
  content: "\f0a6";
}

/* line 39646, app/assets/stylesheets/icons.css */
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39651, app/assets/stylesheets/icons.css */
.la.la-hand-o-down:before {
  content: "\f0a7";
}

/* line 39655, app/assets/stylesheets/icons.css */
.la.la-arrows-alt:before {
  content: "\f31e";
}

/* line 39659, app/assets/stylesheets/icons.css */
.la.la-group:before {
  content: "\f0c0";
}

/* line 39663, app/assets/stylesheets/icons.css */
.la.la-chain:before {
  content: "\f0c1";
}

/* line 39667, app/assets/stylesheets/icons.css */
.la.la-scissors:before {
  content: "\f0c4";
}

/* line 39671, app/assets/stylesheets/icons.css */
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39676, app/assets/stylesheets/icons.css */
.la.la-files-o:before {
  content: "\f0c5";
}

/* line 39680, app/assets/stylesheets/icons.css */
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39685, app/assets/stylesheets/icons.css */
.la.la-floppy-o:before {
  content: "\f0c7";
}

/* line 39689, app/assets/stylesheets/icons.css */
.la.la-navicon:before {
  content: "\f0c9";
}

/* line 39693, app/assets/stylesheets/icons.css */
.la.la-reorder:before {
  content: "\f0c9";
}

/* line 39697, app/assets/stylesheets/icons.css */
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39702, app/assets/stylesheets/icons.css */
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39707, app/assets/stylesheets/icons.css */
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39712, app/assets/stylesheets/icons.css */
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39717, app/assets/stylesheets/icons.css */
.la.la-google-plus:before {
  content: "\f0d5";
}

/* line 39721, app/assets/stylesheets/icons.css */
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39726, app/assets/stylesheets/icons.css */
.la.la-money:before {
  content: "\f3d1";
}

/* line 39730, app/assets/stylesheets/icons.css */
.la.la-unsorted:before {
  content: "\f0dc";
}

/* line 39734, app/assets/stylesheets/icons.css */
.la.la-sort-desc:before {
  content: "\f0dd";
}

/* line 39738, app/assets/stylesheets/icons.css */
.la.la-sort-asc:before {
  content: "\f0de";
}

/* line 39742, app/assets/stylesheets/icons.css */
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39747, app/assets/stylesheets/icons.css */
.la.la-linkedin:before {
  content: "\f0e1";
}

/* line 39751, app/assets/stylesheets/icons.css */
.la.la-rotate-left:before {
  content: "\f0e2";
}

/* line 39755, app/assets/stylesheets/icons.css */
.la.la-legal:before {
  content: "\f0e3";
}

/* line 39759, app/assets/stylesheets/icons.css */
.la.la-tachometer:before {
  content: "\f3fd";
}

/* line 39763, app/assets/stylesheets/icons.css */
.la.la-dashboard:before {
  content: "\f3fd";
}

/* line 39767, app/assets/stylesheets/icons.css */
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39772, app/assets/stylesheets/icons.css */
.la.la-comment-o:before {
  content: "\f075";
}

/* line 39776, app/assets/stylesheets/icons.css */
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39781, app/assets/stylesheets/icons.css */
.la.la-comments-o:before {
  content: "\f086";
}

/* line 39785, app/assets/stylesheets/icons.css */
.la.la-flash:before {
  content: "\f0e7";
}

/* line 39789, app/assets/stylesheets/icons.css */
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39794, app/assets/stylesheets/icons.css */
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39799, app/assets/stylesheets/icons.css */
.la.la-paste:before {
  content: "\f328";
}

/* line 39803, app/assets/stylesheets/icons.css */
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39808, app/assets/stylesheets/icons.css */
.la.la-lightbulb-o:before {
  content: "\f0eb";
}

/* line 39812, app/assets/stylesheets/icons.css */
.la.la-exchange:before {
  content: "\f362";
}

/* line 39816, app/assets/stylesheets/icons.css */
.la.la-cloud-download:before {
  content: "\f381";
}

/* line 39820, app/assets/stylesheets/icons.css */
.la.la-cloud-upload:before {
  content: "\f382";
}

/* line 39824, app/assets/stylesheets/icons.css */
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39829, app/assets/stylesheets/icons.css */
.la.la-bell-o:before {
  content: "\f0f3";
}

/* line 39833, app/assets/stylesheets/icons.css */
.la.la-cutlery:before {
  content: "\f2e7";
}

/* line 39837, app/assets/stylesheets/icons.css */
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39842, app/assets/stylesheets/icons.css */
.la.la-file-text-o:before {
  content: "\f15c";
}

/* line 39846, app/assets/stylesheets/icons.css */
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39851, app/assets/stylesheets/icons.css */
.la.la-building-o:before {
  content: "\f1ad";
}

/* line 39855, app/assets/stylesheets/icons.css */
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39860, app/assets/stylesheets/icons.css */
.la.la-hospital-o:before {
  content: "\f0f8";
}

/* line 39864, app/assets/stylesheets/icons.css */
.la.la-tablet:before {
  content: "\f3fa";
}

/* line 39868, app/assets/stylesheets/icons.css */
.la.la-mobile:before {
  content: "\f3cd";
}

/* line 39872, app/assets/stylesheets/icons.css */
.la.la-mobile-phone:before {
  content: "\f3cd";
}

/* line 39876, app/assets/stylesheets/icons.css */
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39881, app/assets/stylesheets/icons.css */
.la.la-circle-o:before {
  content: "\f111";
}

/* line 39885, app/assets/stylesheets/icons.css */
.la.la-mail-reply:before {
  content: "\f3e5";
}

/* line 39889, app/assets/stylesheets/icons.css */
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 39894, app/assets/stylesheets/icons.css */
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39899, app/assets/stylesheets/icons.css */
.la.la-folder-o:before {
  content: "\f07b";
}

/* line 39903, app/assets/stylesheets/icons.css */
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39908, app/assets/stylesheets/icons.css */
.la.la-folder-open-o:before {
  content: "\f07c";
}

/* line 39912, app/assets/stylesheets/icons.css */
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39917, app/assets/stylesheets/icons.css */
.la.la-smile-o:before {
  content: "\f118";
}

/* line 39921, app/assets/stylesheets/icons.css */
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39926, app/assets/stylesheets/icons.css */
.la.la-frown-o:before {
  content: "\f119";
}

/* line 39930, app/assets/stylesheets/icons.css */
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39935, app/assets/stylesheets/icons.css */
.la.la-meh-o:before {
  content: "\f11a";
}

/* line 39939, app/assets/stylesheets/icons.css */
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39944, app/assets/stylesheets/icons.css */
.la.la-keyboard-o:before {
  content: "\f11c";
}

/* line 39948, app/assets/stylesheets/icons.css */
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39953, app/assets/stylesheets/icons.css */
.la.la-flag-o:before {
  content: "\f024";
}

/* line 39957, app/assets/stylesheets/icons.css */
.la.la-mail-reply-all:before {
  content: "\f122";
}

/* line 39961, app/assets/stylesheets/icons.css */
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39966, app/assets/stylesheets/icons.css */
.la.la-star-half-o:before {
  content: "\f089";
}

/* line 39970, app/assets/stylesheets/icons.css */
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39975, app/assets/stylesheets/icons.css */
.la.la-star-half-empty:before {
  content: "\f089";
}

/* line 39979, app/assets/stylesheets/icons.css */
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 39984, app/assets/stylesheets/icons.css */
.la.la-star-half-full:before {
  content: "\f089";
}

/* line 39988, app/assets/stylesheets/icons.css */
.la.la-code-fork:before {
  content: "\f126";
}

/* line 39992, app/assets/stylesheets/icons.css */
.la.la-chain-broken:before {
  content: "\f127";
}

/* line 39996, app/assets/stylesheets/icons.css */
.la.la-shield:before {
  content: "\f3ed";
}

/* line 40000, app/assets/stylesheets/icons.css */
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40005, app/assets/stylesheets/icons.css */
.la.la-calendar-o:before {
  content: "\f133";
}

/* line 40009, app/assets/stylesheets/icons.css */
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40014, app/assets/stylesheets/icons.css */
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40019, app/assets/stylesheets/icons.css */
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40024, app/assets/stylesheets/icons.css */
.la.la-ticket:before {
  content: "\f3ff";
}

/* line 40028, app/assets/stylesheets/icons.css */
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40033, app/assets/stylesheets/icons.css */
.la.la-minus-square-o:before {
  content: "\f146";
}

/* line 40037, app/assets/stylesheets/icons.css */
.la.la-level-up:before {
  content: "\f3bf";
}

/* line 40041, app/assets/stylesheets/icons.css */
.la.la-level-down:before {
  content: "\f3be";
}

/* line 40045, app/assets/stylesheets/icons.css */
.la.la-pencil-square:before {
  content: "\f14b";
}

/* line 40049, app/assets/stylesheets/icons.css */
.la.la-external-link-square:before {
  content: "\f360";
}

/* line 40053, app/assets/stylesheets/icons.css */
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40058, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40063, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-down:before {
  content: "\f150";
}

/* line 40067, app/assets/stylesheets/icons.css */
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40072, app/assets/stylesheets/icons.css */
.la.la-toggle-down:before {
  content: "\f150";
}

/* line 40076, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40081, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-up:before {
  content: "\f151";
}

/* line 40085, app/assets/stylesheets/icons.css */
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40090, app/assets/stylesheets/icons.css */
.la.la-toggle-up:before {
  content: "\f151";
}

/* line 40094, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40099, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-right:before {
  content: "\f152";
}

/* line 40103, app/assets/stylesheets/icons.css */
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40108, app/assets/stylesheets/icons.css */
.la.la-toggle-right:before {
  content: "\f152";
}

/* line 40112, app/assets/stylesheets/icons.css */
.la.la-eur:before {
  content: "\f153";
}

/* line 40116, app/assets/stylesheets/icons.css */
.la.la-euro:before {
  content: "\f153";
}

/* line 40120, app/assets/stylesheets/icons.css */
.la.la-gbp:before {
  content: "\f154";
}

/* line 40124, app/assets/stylesheets/icons.css */
.la.la-usd:before {
  content: "\f155";
}

/* line 40128, app/assets/stylesheets/icons.css */
.la.la-dollar:before {
  content: "\f155";
}

/* line 40132, app/assets/stylesheets/icons.css */
.la.la-inr:before {
  content: "\f156";
}

/* line 40136, app/assets/stylesheets/icons.css */
.la.la-rupee:before {
  content: "\f156";
}

/* line 40140, app/assets/stylesheets/icons.css */
.la.la-jpy:before {
  content: "\f157";
}

/* line 40144, app/assets/stylesheets/icons.css */
.la.la-cny:before {
  content: "\f157";
}

/* line 40148, app/assets/stylesheets/icons.css */
.la.la-rmb:before {
  content: "\f157";
}

/* line 40152, app/assets/stylesheets/icons.css */
.la.la-yen:before {
  content: "\f157";
}

/* line 40156, app/assets/stylesheets/icons.css */
.la.la-rub:before {
  content: "\f158";
}

/* line 40160, app/assets/stylesheets/icons.css */
.la.la-ruble:before {
  content: "\f158";
}

/* line 40164, app/assets/stylesheets/icons.css */
.la.la-rouble:before {
  content: "\f158";
}

/* line 40168, app/assets/stylesheets/icons.css */
.la.la-krw:before {
  content: "\f159";
}

/* line 40172, app/assets/stylesheets/icons.css */
.la.la-won:before {
  content: "\f159";
}

/* line 40176, app/assets/stylesheets/icons.css */
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40181, app/assets/stylesheets/icons.css */
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40186, app/assets/stylesheets/icons.css */
.la.la-bitcoin:before {
  content: "\f15a";
}

/* line 40190, app/assets/stylesheets/icons.css */
.la.la-file-text:before {
  content: "\f15c";
}

/* line 40194, app/assets/stylesheets/icons.css */
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 40198, app/assets/stylesheets/icons.css */
.la.la-sort-alpha-desc:before {
  content: "\f881";
}

/* line 40202, app/assets/stylesheets/icons.css */
.la.la-sort-amount-asc:before {
  content: "\f160";
}

/* line 40206, app/assets/stylesheets/icons.css */
.la.la-sort-amount-desc:before {
  content: "\f884";
}

/* line 40210, app/assets/stylesheets/icons.css */
.la.la-sort-numeric-asc:before {
  content: "\f162";
}

/* line 40214, app/assets/stylesheets/icons.css */
.la.la-sort-numeric-desc:before {
  content: "\f886";
}

/* line 40218, app/assets/stylesheets/icons.css */
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40223, app/assets/stylesheets/icons.css */
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40228, app/assets/stylesheets/icons.css */
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40233, app/assets/stylesheets/icons.css */
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40238, app/assets/stylesheets/icons.css */
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40243, app/assets/stylesheets/icons.css */
.la.la-youtube-play:before {
  content: "\f167";
}

/* line 40247, app/assets/stylesheets/icons.css */
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40252, app/assets/stylesheets/icons.css */
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40257, app/assets/stylesheets/icons.css */
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40262, app/assets/stylesheets/icons.css */
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40267, app/assets/stylesheets/icons.css */
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40272, app/assets/stylesheets/icons.css */
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40277, app/assets/stylesheets/icons.css */
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40282, app/assets/stylesheets/icons.css */
.la.la-bitbucket-square:before {
  content: "\f171";
}

/* line 40286, app/assets/stylesheets/icons.css */
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40291, app/assets/stylesheets/icons.css */
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40296, app/assets/stylesheets/icons.css */
.la.la-long-arrow-down:before {
  content: "\f309";
}

/* line 40300, app/assets/stylesheets/icons.css */
.la.la-long-arrow-up:before {
  content: "\f30c";
}

/* line 40304, app/assets/stylesheets/icons.css */
.la.la-long-arrow-left:before {
  content: "\f30a";
}

/* line 40308, app/assets/stylesheets/icons.css */
.la.la-long-arrow-right:before {
  content: "\f30b";
}

/* line 40312, app/assets/stylesheets/icons.css */
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40317, app/assets/stylesheets/icons.css */
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40322, app/assets/stylesheets/icons.css */
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40327, app/assets/stylesheets/icons.css */
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40332, app/assets/stylesheets/icons.css */
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40337, app/assets/stylesheets/icons.css */
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40342, app/assets/stylesheets/icons.css */
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40347, app/assets/stylesheets/icons.css */
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40352, app/assets/stylesheets/icons.css */
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40357, app/assets/stylesheets/icons.css */
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40362, app/assets/stylesheets/icons.css */
.la.la-gittip:before {
  content: "\f184";
}

/* line 40366, app/assets/stylesheets/icons.css */
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40371, app/assets/stylesheets/icons.css */
.la.la-sun-o:before {
  content: "\f185";
}

/* line 40375, app/assets/stylesheets/icons.css */
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40380, app/assets/stylesheets/icons.css */
.la.la-moon-o:before {
  content: "\f186";
}

/* line 40384, app/assets/stylesheets/icons.css */
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40389, app/assets/stylesheets/icons.css */
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40394, app/assets/stylesheets/icons.css */
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40399, app/assets/stylesheets/icons.css */
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40404, app/assets/stylesheets/icons.css */
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40409, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40414, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 40418, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40423, app/assets/stylesheets/icons.css */
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 40427, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40432, app/assets/stylesheets/icons.css */
.la.la-caret-square-o-left:before {
  content: "\f191";
}

/* line 40436, app/assets/stylesheets/icons.css */
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40441, app/assets/stylesheets/icons.css */
.la.la-toggle-left:before {
  content: "\f191";
}

/* line 40445, app/assets/stylesheets/icons.css */
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40450, app/assets/stylesheets/icons.css */
.la.la-dot-circle-o:before {
  content: "\f192";
}

/* line 40454, app/assets/stylesheets/icons.css */
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40459, app/assets/stylesheets/icons.css */
.la.la-try:before {
  content: "\f195";
}

/* line 40463, app/assets/stylesheets/icons.css */
.la.la-turkish-lira:before {
  content: "\f195";
}

/* line 40467, app/assets/stylesheets/icons.css */
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40472, app/assets/stylesheets/icons.css */
.la.la-plus-square-o:before {
  content: "\f0fe";
}

/* line 40476, app/assets/stylesheets/icons.css */
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40481, app/assets/stylesheets/icons.css */
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40486, app/assets/stylesheets/icons.css */
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40491, app/assets/stylesheets/icons.css */
.la.la-institution:before {
  content: "\f19c";
}

/* line 40495, app/assets/stylesheets/icons.css */
.la.la-bank:before {
  content: "\f19c";
}

/* line 40499, app/assets/stylesheets/icons.css */
.la.la-mortar-board:before {
  content: "\f19d";
}

/* line 40503, app/assets/stylesheets/icons.css */
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40508, app/assets/stylesheets/icons.css */
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40513, app/assets/stylesheets/icons.css */
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40518, app/assets/stylesheets/icons.css */
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40523, app/assets/stylesheets/icons.css */
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40528, app/assets/stylesheets/icons.css */
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40533, app/assets/stylesheets/icons.css */
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40538, app/assets/stylesheets/icons.css */
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40543, app/assets/stylesheets/icons.css */
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40548, app/assets/stylesheets/icons.css */
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40553, app/assets/stylesheets/icons.css */
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40558, app/assets/stylesheets/icons.css */
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40563, app/assets/stylesheets/icons.css */
.la.la-spoon:before {
  content: "\f2e5";
}

/* line 40567, app/assets/stylesheets/icons.css */
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40572, app/assets/stylesheets/icons.css */
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40577, app/assets/stylesheets/icons.css */
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40582, app/assets/stylesheets/icons.css */
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40587, app/assets/stylesheets/icons.css */
.la.la-automobile:before {
  content: "\f1b9";
}

/* line 40591, app/assets/stylesheets/icons.css */
.la.la-cab:before {
  content: "\f1ba";
}

/* line 40595, app/assets/stylesheets/icons.css */
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40600, app/assets/stylesheets/icons.css */
.la.la-envelope-o:before {
  content: "\f0e0";
}

/* line 40604, app/assets/stylesheets/icons.css */
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40609, app/assets/stylesheets/icons.css */
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40614, app/assets/stylesheets/icons.css */
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40619, app/assets/stylesheets/icons.css */
.la.la-file-pdf-o:before {
  content: "\f1c1";
}

/* line 40623, app/assets/stylesheets/icons.css */
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40628, app/assets/stylesheets/icons.css */
.la.la-file-word-o:before {
  content: "\f1c2";
}

/* line 40632, app/assets/stylesheets/icons.css */
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40637, app/assets/stylesheets/icons.css */
.la.la-file-excel-o:before {
  content: "\f1c3";
}

/* line 40641, app/assets/stylesheets/icons.css */
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40646, app/assets/stylesheets/icons.css */
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 40650, app/assets/stylesheets/icons.css */
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40655, app/assets/stylesheets/icons.css */
.la.la-file-image-o:before {
  content: "\f1c5";
}

/* line 40659, app/assets/stylesheets/icons.css */
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40664, app/assets/stylesheets/icons.css */
.la.la-file-photo-o:before {
  content: "\f1c5";
}

/* line 40668, app/assets/stylesheets/icons.css */
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40673, app/assets/stylesheets/icons.css */
.la.la-file-picture-o:before {
  content: "\f1c5";
}

/* line 40677, app/assets/stylesheets/icons.css */
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40682, app/assets/stylesheets/icons.css */
.la.la-file-archive-o:before {
  content: "\f1c6";
}

/* line 40686, app/assets/stylesheets/icons.css */
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40691, app/assets/stylesheets/icons.css */
.la.la-file-zip-o:before {
  content: "\f1c6";
}

/* line 40695, app/assets/stylesheets/icons.css */
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40700, app/assets/stylesheets/icons.css */
.la.la-file-audio-o:before {
  content: "\f1c7";
}

/* line 40704, app/assets/stylesheets/icons.css */
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40709, app/assets/stylesheets/icons.css */
.la.la-file-sound-o:before {
  content: "\f1c7";
}

/* line 40713, app/assets/stylesheets/icons.css */
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40718, app/assets/stylesheets/icons.css */
.la.la-file-video-o:before {
  content: "\f1c8";
}

/* line 40722, app/assets/stylesheets/icons.css */
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40727, app/assets/stylesheets/icons.css */
.la.la-file-movie-o:before {
  content: "\f1c8";
}

/* line 40731, app/assets/stylesheets/icons.css */
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40736, app/assets/stylesheets/icons.css */
.la.la-file-code-o:before {
  content: "\f1c9";
}

/* line 40740, app/assets/stylesheets/icons.css */
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40745, app/assets/stylesheets/icons.css */
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40750, app/assets/stylesheets/icons.css */
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40755, app/assets/stylesheets/icons.css */
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40760, app/assets/stylesheets/icons.css */
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40765, app/assets/stylesheets/icons.css */
.la.la-life-bouy:before {
  content: "\f1cd";
}

/* line 40769, app/assets/stylesheets/icons.css */
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40774, app/assets/stylesheets/icons.css */
.la.la-life-buoy:before {
  content: "\f1cd";
}

/* line 40778, app/assets/stylesheets/icons.css */
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40783, app/assets/stylesheets/icons.css */
.la.la-life-saver:before {
  content: "\f1cd";
}

/* line 40787, app/assets/stylesheets/icons.css */
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40792, app/assets/stylesheets/icons.css */
.la.la-support:before {
  content: "\f1cd";
}

/* line 40796, app/assets/stylesheets/icons.css */
.la.la-circle-o-notch:before {
  content: "\f1ce";
}

/* line 40800, app/assets/stylesheets/icons.css */
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40805, app/assets/stylesheets/icons.css */
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40810, app/assets/stylesheets/icons.css */
.la.la-ra:before {
  content: "\f1d0";
}

/* line 40814, app/assets/stylesheets/icons.css */
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40819, app/assets/stylesheets/icons.css */
.la.la-resistance:before {
  content: "\f1d0";
}

/* line 40823, app/assets/stylesheets/icons.css */
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40828, app/assets/stylesheets/icons.css */
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40833, app/assets/stylesheets/icons.css */
.la.la-ge:before {
  content: "\f1d1";
}

/* line 40837, app/assets/stylesheets/icons.css */
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40842, app/assets/stylesheets/icons.css */
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40847, app/assets/stylesheets/icons.css */
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40852, app/assets/stylesheets/icons.css */
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40857, app/assets/stylesheets/icons.css */
.la.la-y-combinator-square:before {
  content: "\f1d4";
}

/* line 40861, app/assets/stylesheets/icons.css */
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40866, app/assets/stylesheets/icons.css */
.la.la-yc-square:before {
  content: "\f1d4";
}

/* line 40870, app/assets/stylesheets/icons.css */
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40875, app/assets/stylesheets/icons.css */
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40880, app/assets/stylesheets/icons.css */
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40885, app/assets/stylesheets/icons.css */
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40890, app/assets/stylesheets/icons.css */
.la.la-wechat:before {
  content: "\f1d7";
}

/* line 40894, app/assets/stylesheets/icons.css */
.la.la-send:before {
  content: "\f1d8";
}

/* line 40898, app/assets/stylesheets/icons.css */
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40903, app/assets/stylesheets/icons.css */
.la.la-paper-plane-o:before {
  content: "\f1d8";
}

/* line 40907, app/assets/stylesheets/icons.css */
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40912, app/assets/stylesheets/icons.css */
.la.la-send-o:before {
  content: "\f1d8";
}

/* line 40916, app/assets/stylesheets/icons.css */
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40921, app/assets/stylesheets/icons.css */
.la.la-circle-thin:before {
  content: "\f111";
}

/* line 40925, app/assets/stylesheets/icons.css */
.la.la-header:before {
  content: "\f1dc";
}

/* line 40929, app/assets/stylesheets/icons.css */
.la.la-sliders:before {
  content: "\f1de";
}

/* line 40933, app/assets/stylesheets/icons.css */
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40938, app/assets/stylesheets/icons.css */
.la.la-futbol-o:before {
  content: "\f1e3";
}

/* line 40942, app/assets/stylesheets/icons.css */
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40947, app/assets/stylesheets/icons.css */
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 40951, app/assets/stylesheets/icons.css */
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40956, app/assets/stylesheets/icons.css */
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40961, app/assets/stylesheets/icons.css */
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40966, app/assets/stylesheets/icons.css */
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 40971, app/assets/stylesheets/icons.css */
.la.la-newspaper-o:before {
  content: "\f1ea";
}

/* line 40975, app/assets/stylesheets/icons.css */
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40980, app/assets/stylesheets/icons.css */
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40985, app/assets/stylesheets/icons.css */
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40990, app/assets/stylesheets/icons.css */
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 40995, app/assets/stylesheets/icons.css */
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41000, app/assets/stylesheets/icons.css */
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41005, app/assets/stylesheets/icons.css */
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41010, app/assets/stylesheets/icons.css */
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41015, app/assets/stylesheets/icons.css */
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41020, app/assets/stylesheets/icons.css */
.la.la-bell-slash-o:before {
  content: "\f1f6";
}

/* line 41024, app/assets/stylesheets/icons.css */
.la.la-trash:before {
  content: "\f2ed";
}

/* line 41028, app/assets/stylesheets/icons.css */
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41033, app/assets/stylesheets/icons.css */
.la.la-eyedropper:before {
  content: "\f1fb";
}

/* line 41037, app/assets/stylesheets/icons.css */
.la.la-area-chart:before {
  content: "\f1fe";
}

/* line 41041, app/assets/stylesheets/icons.css */
.la.la-pie-chart:before {
  content: "\f200";
}

/* line 41045, app/assets/stylesheets/icons.css */
.la.la-line-chart:before {
  content: "\f201";
}

/* line 41049, app/assets/stylesheets/icons.css */
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41054, app/assets/stylesheets/icons.css */
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41059, app/assets/stylesheets/icons.css */
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41064, app/assets/stylesheets/icons.css */
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41069, app/assets/stylesheets/icons.css */
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41074, app/assets/stylesheets/icons.css */
.la.la-cc:before {
  content: "\f20a";
}

/* line 41078, app/assets/stylesheets/icons.css */
.la.la-ils:before {
  content: "\f20b";
}

/* line 41082, app/assets/stylesheets/icons.css */
.la.la-shekel:before {
  content: "\f20b";
}

/* line 41086, app/assets/stylesheets/icons.css */
.la.la-sheqel:before {
  content: "\f20b";
}

/* line 41090, app/assets/stylesheets/icons.css */
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41095, app/assets/stylesheets/icons.css */
.la.la-meanpath:before {
  content: "\f2b4";
}

/* line 41099, app/assets/stylesheets/icons.css */
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41104, app/assets/stylesheets/icons.css */
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41109, app/assets/stylesheets/icons.css */
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41114, app/assets/stylesheets/icons.css */
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41119, app/assets/stylesheets/icons.css */
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41124, app/assets/stylesheets/icons.css */
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41129, app/assets/stylesheets/icons.css */
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41134, app/assets/stylesheets/icons.css */
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41139, app/assets/stylesheets/icons.css */
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41144, app/assets/stylesheets/icons.css */
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41149, app/assets/stylesheets/icons.css */
.la.la-diamond:before {
  content: "\f3a5";
}

/* line 41153, app/assets/stylesheets/icons.css */
.la.la-intersex:before {
  content: "\f224";
}

/* line 41157, app/assets/stylesheets/icons.css */
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41162, app/assets/stylesheets/icons.css */
.la.la-facebook-official:before {
  content: "\f09a";
}

/* line 41166, app/assets/stylesheets/icons.css */
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41171, app/assets/stylesheets/icons.css */
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41176, app/assets/stylesheets/icons.css */
.la.la-hotel:before {
  content: "\f236";
}

/* line 41180, app/assets/stylesheets/icons.css */
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41185, app/assets/stylesheets/icons.css */
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41190, app/assets/stylesheets/icons.css */
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41195, app/assets/stylesheets/icons.css */
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41200, app/assets/stylesheets/icons.css */
.la.la-yc:before {
  content: "\f23b";
}

/* line 41204, app/assets/stylesheets/icons.css */
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41209, app/assets/stylesheets/icons.css */
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41214, app/assets/stylesheets/icons.css */
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41219, app/assets/stylesheets/icons.css */
.la.la-battery-4:before {
  content: "\f240";
}

/* line 41223, app/assets/stylesheets/icons.css */
.la.la-battery:before {
  content: "\f240";
}

/* line 41227, app/assets/stylesheets/icons.css */
.la.la-battery-3:before {
  content: "\f241";
}

/* line 41231, app/assets/stylesheets/icons.css */
.la.la-battery-2:before {
  content: "\f242";
}

/* line 41235, app/assets/stylesheets/icons.css */
.la.la-battery-1:before {
  content: "\f243";
}

/* line 41239, app/assets/stylesheets/icons.css */
.la.la-battery-0:before {
  content: "\f244";
}

/* line 41243, app/assets/stylesheets/icons.css */
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41248, app/assets/stylesheets/icons.css */
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41253, app/assets/stylesheets/icons.css */
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41258, app/assets/stylesheets/icons.css */
.la.la-sticky-note-o:before {
  content: "\f249";
}

/* line 41262, app/assets/stylesheets/icons.css */
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41267, app/assets/stylesheets/icons.css */
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41272, app/assets/stylesheets/icons.css */
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41277, app/assets/stylesheets/icons.css */
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41282, app/assets/stylesheets/icons.css */
.la.la-hourglass-o:before {
  content: "\f254";
}

/* line 41286, app/assets/stylesheets/icons.css */
.la.la-hourglass-1:before {
  content: "\f251";
}

/* line 41290, app/assets/stylesheets/icons.css */
.la.la-hourglass-2:before {
  content: "\f252";
}

/* line 41294, app/assets/stylesheets/icons.css */
.la.la-hourglass-3:before {
  content: "\f253";
}

/* line 41298, app/assets/stylesheets/icons.css */
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41303, app/assets/stylesheets/icons.css */
.la.la-hand-rock-o:before {
  content: "\f255";
}

/* line 41307, app/assets/stylesheets/icons.css */
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41312, app/assets/stylesheets/icons.css */
.la.la-hand-grab-o:before {
  content: "\f255";
}

/* line 41316, app/assets/stylesheets/icons.css */
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41321, app/assets/stylesheets/icons.css */
.la.la-hand-paper-o:before {
  content: "\f256";
}

/* line 41325, app/assets/stylesheets/icons.css */
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41330, app/assets/stylesheets/icons.css */
.la.la-hand-stop-o:before {
  content: "\f256";
}

/* line 41334, app/assets/stylesheets/icons.css */
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41339, app/assets/stylesheets/icons.css */
.la.la-hand-scissors-o:before {
  content: "\f257";
}

/* line 41343, app/assets/stylesheets/icons.css */
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41348, app/assets/stylesheets/icons.css */
.la.la-hand-lizard-o:before {
  content: "\f258";
}

/* line 41352, app/assets/stylesheets/icons.css */
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41357, app/assets/stylesheets/icons.css */
.la.la-hand-spock-o:before {
  content: "\f259";
}

/* line 41361, app/assets/stylesheets/icons.css */
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41366, app/assets/stylesheets/icons.css */
.la.la-hand-pointer-o:before {
  content: "\f25a";
}

/* line 41370, app/assets/stylesheets/icons.css */
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41375, app/assets/stylesheets/icons.css */
.la.la-hand-peace-o:before {
  content: "\f25b";
}

/* line 41379, app/assets/stylesheets/icons.css */
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41384, app/assets/stylesheets/icons.css */
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41389, app/assets/stylesheets/icons.css */
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41394, app/assets/stylesheets/icons.css */
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41399, app/assets/stylesheets/icons.css */
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41404, app/assets/stylesheets/icons.css */
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41409, app/assets/stylesheets/icons.css */
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41414, app/assets/stylesheets/icons.css */
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41419, app/assets/stylesheets/icons.css */
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41424, app/assets/stylesheets/icons.css */
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41429, app/assets/stylesheets/icons.css */
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41434, app/assets/stylesheets/icons.css */
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41439, app/assets/stylesheets/icons.css */
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41444, app/assets/stylesheets/icons.css */
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41449, app/assets/stylesheets/icons.css */
.la.la-television:before {
  content: "\f26c";
}

/* line 41453, app/assets/stylesheets/icons.css */
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41458, app/assets/stylesheets/icons.css */
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41463, app/assets/stylesheets/icons.css */
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41468, app/assets/stylesheets/icons.css */
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41473, app/assets/stylesheets/icons.css */
.la.la-calendar-plus-o:before {
  content: "\f271";
}

/* line 41477, app/assets/stylesheets/icons.css */
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41482, app/assets/stylesheets/icons.css */
.la.la-calendar-minus-o:before {
  content: "\f272";
}

/* line 41486, app/assets/stylesheets/icons.css */
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41491, app/assets/stylesheets/icons.css */
.la.la-calendar-times-o:before {
  content: "\f273";
}

/* line 41495, app/assets/stylesheets/icons.css */
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41500, app/assets/stylesheets/icons.css */
.la.la-calendar-check-o:before {
  content: "\f274";
}

/* line 41504, app/assets/stylesheets/icons.css */
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41509, app/assets/stylesheets/icons.css */
.la.la-map-o:before {
  content: "\f279";
}

/* line 41513, app/assets/stylesheets/icons.css */
.la.la-commenting:before {
  content: "\f4ad";
}

/* line 41517, app/assets/stylesheets/icons.css */
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41522, app/assets/stylesheets/icons.css */
.la.la-commenting-o:before {
  content: "\f4ad";
}

/* line 41526, app/assets/stylesheets/icons.css */
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41531, app/assets/stylesheets/icons.css */
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41536, app/assets/stylesheets/icons.css */
.la.la-vimeo:before {
  content: "\f27d";
}

/* line 41540, app/assets/stylesheets/icons.css */
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41545, app/assets/stylesheets/icons.css */
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41550, app/assets/stylesheets/icons.css */
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41555, app/assets/stylesheets/icons.css */
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41560, app/assets/stylesheets/icons.css */
.la.la-credit-card-alt:before {
  content: "\f09d";
}

/* line 41564, app/assets/stylesheets/icons.css */
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41569, app/assets/stylesheets/icons.css */
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41574, app/assets/stylesheets/icons.css */
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41579, app/assets/stylesheets/icons.css */
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41584, app/assets/stylesheets/icons.css */
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41589, app/assets/stylesheets/icons.css */
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41594, app/assets/stylesheets/icons.css */
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41599, app/assets/stylesheets/icons.css */
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41604, app/assets/stylesheets/icons.css */
.la.la-pause-circle-o:before {
  content: "\f28b";
}

/* line 41608, app/assets/stylesheets/icons.css */
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41613, app/assets/stylesheets/icons.css */
.la.la-stop-circle-o:before {
  content: "\f28d";
}

/* line 41617, app/assets/stylesheets/icons.css */
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41622, app/assets/stylesheets/icons.css */
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41627, app/assets/stylesheets/icons.css */
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41632, app/assets/stylesheets/icons.css */
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41637, app/assets/stylesheets/icons.css */
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41642, app/assets/stylesheets/icons.css */
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41647, app/assets/stylesheets/icons.css */
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41652, app/assets/stylesheets/icons.css */
.la.la-wheelchair-alt:before {
  content: "\f368";
}

/* line 41656, app/assets/stylesheets/icons.css */
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41661, app/assets/stylesheets/icons.css */
.la.la-question-circle-o:before {
  content: "\f059";
}

/* line 41665, app/assets/stylesheets/icons.css */
.la.la-volume-control-phone:before {
  content: "\f2a0";
}

/* line 41669, app/assets/stylesheets/icons.css */
.la.la-asl-interpreting:before {
  content: "\f2a3";
}

/* line 41673, app/assets/stylesheets/icons.css */
.la.la-deafness:before {
  content: "\f2a4";
}

/* line 41677, app/assets/stylesheets/icons.css */
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 41681, app/assets/stylesheets/icons.css */
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41686, app/assets/stylesheets/icons.css */
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41691, app/assets/stylesheets/icons.css */
.la.la-signing:before {
  content: "\f2a7";
}

/* line 41695, app/assets/stylesheets/icons.css */
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41700, app/assets/stylesheets/icons.css */
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41705, app/assets/stylesheets/icons.css */
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41710, app/assets/stylesheets/icons.css */
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41715, app/assets/stylesheets/icons.css */
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41720, app/assets/stylesheets/icons.css */
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41725, app/assets/stylesheets/icons.css */
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41730, app/assets/stylesheets/icons.css */
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41735, app/assets/stylesheets/icons.css */
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41740, app/assets/stylesheets/icons.css */
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41745, app/assets/stylesheets/icons.css */
.la.la-google-plus-official:before {
  content: "\f2b3";
}

/* line 41749, app/assets/stylesheets/icons.css */
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41754, app/assets/stylesheets/icons.css */
.la.la-google-plus-circle:before {
  content: "\f2b3";
}

/* line 41758, app/assets/stylesheets/icons.css */
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41763, app/assets/stylesheets/icons.css */
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41768, app/assets/stylesheets/icons.css */
.la.la-fa:before {
  content: "\f2b4";
}

/* line 41772, app/assets/stylesheets/icons.css */
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41777, app/assets/stylesheets/icons.css */
.la.la-handshake-o:before {
  content: "\f2b5";
}

/* line 41781, app/assets/stylesheets/icons.css */
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41786, app/assets/stylesheets/icons.css */
.la.la-envelope-open-o:before {
  content: "\f2b6";
}

/* line 41790, app/assets/stylesheets/icons.css */
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41795, app/assets/stylesheets/icons.css */
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41800, app/assets/stylesheets/icons.css */
.la.la-address-book-o:before {
  content: "\f2b9";
}

/* line 41804, app/assets/stylesheets/icons.css */
.la.la-vcard:before {
  content: "\f2bb";
}

/* line 41808, app/assets/stylesheets/icons.css */
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41813, app/assets/stylesheets/icons.css */
.la.la-address-card-o:before {
  content: "\f2bb";
}

/* line 41817, app/assets/stylesheets/icons.css */
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41822, app/assets/stylesheets/icons.css */
.la.la-vcard-o:before {
  content: "\f2bb";
}

/* line 41826, app/assets/stylesheets/icons.css */
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41831, app/assets/stylesheets/icons.css */
.la.la-user-circle-o:before {
  content: "\f2bd";
}

/* line 41835, app/assets/stylesheets/icons.css */
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41840, app/assets/stylesheets/icons.css */
.la.la-user-o:before {
  content: "\f007";
}

/* line 41844, app/assets/stylesheets/icons.css */
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41849, app/assets/stylesheets/icons.css */
.la.la-drivers-license:before {
  content: "\f2c2";
}

/* line 41853, app/assets/stylesheets/icons.css */
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41858, app/assets/stylesheets/icons.css */
.la.la-id-card-o:before {
  content: "\f2c2";
}

/* line 41862, app/assets/stylesheets/icons.css */
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41867, app/assets/stylesheets/icons.css */
.la.la-drivers-license-o:before {
  content: "\f2c2";
}

/* line 41871, app/assets/stylesheets/icons.css */
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41876, app/assets/stylesheets/icons.css */
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41881, app/assets/stylesheets/icons.css */
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41886, app/assets/stylesheets/icons.css */
.la.la-thermometer-4:before {
  content: "\f2c7";
}

/* line 41890, app/assets/stylesheets/icons.css */
.la.la-thermometer:before {
  content: "\f2c7";
}

/* line 41894, app/assets/stylesheets/icons.css */
.la.la-thermometer-3:before {
  content: "\f2c8";
}

/* line 41898, app/assets/stylesheets/icons.css */
.la.la-thermometer-2:before {
  content: "\f2c9";
}

/* line 41902, app/assets/stylesheets/icons.css */
.la.la-thermometer-1:before {
  content: "\f2ca";
}

/* line 41906, app/assets/stylesheets/icons.css */
.la.la-thermometer-0:before {
  content: "\f2cb";
}

/* line 41910, app/assets/stylesheets/icons.css */
.la.la-bathtub:before {
  content: "\f2cd";
}

/* line 41914, app/assets/stylesheets/icons.css */
.la.la-s15:before {
  content: "\f2cd";
}

/* line 41918, app/assets/stylesheets/icons.css */
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41923, app/assets/stylesheets/icons.css */
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41928, app/assets/stylesheets/icons.css */
.la.la-times-rectangle:before {
  content: "\f410";
}

/* line 41932, app/assets/stylesheets/icons.css */
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41937, app/assets/stylesheets/icons.css */
.la.la-window-close-o:before {
  content: "\f410";
}

/* line 41941, app/assets/stylesheets/icons.css */
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41946, app/assets/stylesheets/icons.css */
.la.la-times-rectangle-o:before {
  content: "\f410";
}

/* line 41950, app/assets/stylesheets/icons.css */
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41955, app/assets/stylesheets/icons.css */
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41960, app/assets/stylesheets/icons.css */
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41965, app/assets/stylesheets/icons.css */
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41970, app/assets/stylesheets/icons.css */
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41975, app/assets/stylesheets/icons.css */
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41980, app/assets/stylesheets/icons.css */
.la.la-eercast:before {
  content: "\f2da";
}

/* line 41984, app/assets/stylesheets/icons.css */
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

/* line 41989, app/assets/stylesheets/icons.css */
.la.la-snowflake-o:before {
  content: "\f2dc";
}

/* line 41993, app/assets/stylesheets/icons.css */
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 41998, app/assets/stylesheets/icons.css */
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* line 42003, app/assets/stylesheets/icons.css */
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/fonts/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/fonts/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/fonts/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/fonts/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/fonts/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/fonts/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 42024, app/assets/stylesheets/icons.css */
[class^=ri-], [class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42031, app/assets/stylesheets/icons.css */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

/* line 42037, app/assets/stylesheets/icons.css */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

/* line 42043, app/assets/stylesheets/icons.css */
.ri-xxs {
  font-size: 0.5em;
}

/* line 42047, app/assets/stylesheets/icons.css */
.ri-xs {
  font-size: 0.75em;
}

/* line 42051, app/assets/stylesheets/icons.css */
.ri-sm {
  font-size: 0.875em;
}

/* line 42055, app/assets/stylesheets/icons.css */
.ri-1x {
  font-size: 1em;
}

/* line 42059, app/assets/stylesheets/icons.css */
.ri-2x {
  font-size: 2em;
}

/* line 42063, app/assets/stylesheets/icons.css */
.ri-3x {
  font-size: 3em;
}

/* line 42067, app/assets/stylesheets/icons.css */
.ri-4x {
  font-size: 4em;
}

/* line 42071, app/assets/stylesheets/icons.css */
.ri-5x {
  font-size: 5em;
}

/* line 42075, app/assets/stylesheets/icons.css */
.ri-6x {
  font-size: 6em;
}

/* line 42079, app/assets/stylesheets/icons.css */
.ri-7x {
  font-size: 7em;
}

/* line 42083, app/assets/stylesheets/icons.css */
.ri-8x {
  font-size: 8em;
}

/* line 42087, app/assets/stylesheets/icons.css */
.ri-9x {
  font-size: 9em;
}

/* line 42091, app/assets/stylesheets/icons.css */
.ri-10x {
  font-size: 10em;
}

/* line 42095, app/assets/stylesheets/icons.css */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 42100, app/assets/stylesheets/icons.css */
.ri-24-hours-fill:before {
  content: "\ea01";
}

/* line 42104, app/assets/stylesheets/icons.css */
.ri-24-hours-line:before {
  content: "\ea02";
}

/* line 42108, app/assets/stylesheets/icons.css */
.ri-4k-fill:before {
  content: "\ea03";
}

/* line 42112, app/assets/stylesheets/icons.css */
.ri-4k-line:before {
  content: "\ea04";
}

/* line 42116, app/assets/stylesheets/icons.css */
.ri-a-b:before {
  content: "\ea05";
}

/* line 42120, app/assets/stylesheets/icons.css */
.ri-account-box-fill:before {
  content: "\ea06";
}

/* line 42124, app/assets/stylesheets/icons.css */
.ri-account-box-line:before {
  content: "\ea07";
}

/* line 42128, app/assets/stylesheets/icons.css */
.ri-account-circle-fill:before {
  content: "\ea08";
}

/* line 42132, app/assets/stylesheets/icons.css */
.ri-account-circle-line:before {
  content: "\ea09";
}

/* line 42136, app/assets/stylesheets/icons.css */
.ri-account-pin-box-fill:before {
  content: "\ea0a";
}

/* line 42140, app/assets/stylesheets/icons.css */
.ri-account-pin-box-line:before {
  content: "\ea0b";
}

/* line 42144, app/assets/stylesheets/icons.css */
.ri-account-pin-circle-fill:before {
  content: "\ea0c";
}

/* line 42148, app/assets/stylesheets/icons.css */
.ri-account-pin-circle-line:before {
  content: "\ea0d";
}

/* line 42152, app/assets/stylesheets/icons.css */
.ri-add-box-fill:before {
  content: "\ea0e";
}

/* line 42156, app/assets/stylesheets/icons.css */
.ri-add-box-line:before {
  content: "\ea0f";
}

/* line 42160, app/assets/stylesheets/icons.css */
.ri-add-circle-fill:before {
  content: "\ea10";
}

/* line 42164, app/assets/stylesheets/icons.css */
.ri-add-circle-line:before {
  content: "\ea11";
}

/* line 42168, app/assets/stylesheets/icons.css */
.ri-add-fill:before {
  content: "\ea12";
}

/* line 42172, app/assets/stylesheets/icons.css */
.ri-add-line:before {
  content: "\ea13";
}

/* line 42176, app/assets/stylesheets/icons.css */
.ri-admin-fill:before {
  content: "\ea14";
}

/* line 42180, app/assets/stylesheets/icons.css */
.ri-admin-line:before {
  content: "\ea15";
}

/* line 42184, app/assets/stylesheets/icons.css */
.ri-advertisement-fill:before {
  content: "\ea16";
}

/* line 42188, app/assets/stylesheets/icons.css */
.ri-advertisement-line:before {
  content: "\ea17";
}

/* line 42192, app/assets/stylesheets/icons.css */
.ri-airplay-fill:before {
  content: "\ea18";
}

/* line 42196, app/assets/stylesheets/icons.css */
.ri-airplay-line:before {
  content: "\ea19";
}

/* line 42200, app/assets/stylesheets/icons.css */
.ri-alarm-fill:before {
  content: "\ea1a";
}

/* line 42204, app/assets/stylesheets/icons.css */
.ri-alarm-line:before {
  content: "\ea1b";
}

/* line 42208, app/assets/stylesheets/icons.css */
.ri-alarm-warning-fill:before {
  content: "\ea1c";
}

/* line 42212, app/assets/stylesheets/icons.css */
.ri-alarm-warning-line:before {
  content: "\ea1d";
}

/* line 42216, app/assets/stylesheets/icons.css */
.ri-album-fill:before {
  content: "\ea1e";
}

/* line 42220, app/assets/stylesheets/icons.css */
.ri-album-line:before {
  content: "\ea1f";
}

/* line 42224, app/assets/stylesheets/icons.css */
.ri-alert-fill:before {
  content: "\ea20";
}

/* line 42228, app/assets/stylesheets/icons.css */
.ri-alert-line:before {
  content: "\ea21";
}

/* line 42232, app/assets/stylesheets/icons.css */
.ri-aliens-fill:before {
  content: "\ea22";
}

/* line 42236, app/assets/stylesheets/icons.css */
.ri-aliens-line:before {
  content: "\ea23";
}

/* line 42240, app/assets/stylesheets/icons.css */
.ri-align-bottom:before {
  content: "\ea24";
}

/* line 42244, app/assets/stylesheets/icons.css */
.ri-align-center:before {
  content: "\ea25";
}

/* line 42248, app/assets/stylesheets/icons.css */
.ri-align-justify:before {
  content: "\ea26";
}

/* line 42252, app/assets/stylesheets/icons.css */
.ri-align-left:before {
  content: "\ea27";
}

/* line 42256, app/assets/stylesheets/icons.css */
.ri-align-right:before {
  content: "\ea28";
}

/* line 42260, app/assets/stylesheets/icons.css */
.ri-align-top:before {
  content: "\ea29";
}

/* line 42264, app/assets/stylesheets/icons.css */
.ri-align-vertically:before {
  content: "\ea2a";
}

/* line 42268, app/assets/stylesheets/icons.css */
.ri-alipay-fill:before {
  content: "\ea2b";
}

/* line 42272, app/assets/stylesheets/icons.css */
.ri-alipay-line:before {
  content: "\ea2c";
}

/* line 42276, app/assets/stylesheets/icons.css */
.ri-amazon-fill:before {
  content: "\ea2d";
}

/* line 42280, app/assets/stylesheets/icons.css */
.ri-amazon-line:before {
  content: "\ea2e";
}

/* line 42284, app/assets/stylesheets/icons.css */
.ri-anchor-fill:before {
  content: "\ea2f";
}

/* line 42288, app/assets/stylesheets/icons.css */
.ri-anchor-line:before {
  content: "\ea30";
}

/* line 42292, app/assets/stylesheets/icons.css */
.ri-ancient-gate-fill:before {
  content: "\ea31";
}

/* line 42296, app/assets/stylesheets/icons.css */
.ri-ancient-gate-line:before {
  content: "\ea32";
}

/* line 42300, app/assets/stylesheets/icons.css */
.ri-ancient-pavilion-fill:before {
  content: "\ea33";
}

/* line 42304, app/assets/stylesheets/icons.css */
.ri-ancient-pavilion-line:before {
  content: "\ea34";
}

/* line 42308, app/assets/stylesheets/icons.css */
.ri-android-fill:before {
  content: "\ea35";
}

/* line 42312, app/assets/stylesheets/icons.css */
.ri-android-line:before {
  content: "\ea36";
}

/* line 42316, app/assets/stylesheets/icons.css */
.ri-angularjs-fill:before {
  content: "\ea37";
}

/* line 42320, app/assets/stylesheets/icons.css */
.ri-angularjs-line:before {
  content: "\ea38";
}

/* line 42324, app/assets/stylesheets/icons.css */
.ri-anticlockwise-2-fill:before {
  content: "\ea39";
}

/* line 42328, app/assets/stylesheets/icons.css */
.ri-anticlockwise-2-line:before {
  content: "\ea3a";
}

/* line 42332, app/assets/stylesheets/icons.css */
.ri-anticlockwise-fill:before {
  content: "\ea3b";
}

/* line 42336, app/assets/stylesheets/icons.css */
.ri-anticlockwise-line:before {
  content: "\ea3c";
}

/* line 42340, app/assets/stylesheets/icons.css */
.ri-app-store-fill:before {
  content: "\ea3d";
}

/* line 42344, app/assets/stylesheets/icons.css */
.ri-app-store-line:before {
  content: "\ea3e";
}

/* line 42348, app/assets/stylesheets/icons.css */
.ri-apple-fill:before {
  content: "\ea3f";
}

/* line 42352, app/assets/stylesheets/icons.css */
.ri-apple-line:before {
  content: "\ea40";
}

/* line 42356, app/assets/stylesheets/icons.css */
.ri-apps-2-fill:before {
  content: "\ea41";
}

/* line 42360, app/assets/stylesheets/icons.css */
.ri-apps-2-line:before {
  content: "\ea42";
}

/* line 42364, app/assets/stylesheets/icons.css */
.ri-apps-fill:before {
  content: "\ea43";
}

/* line 42368, app/assets/stylesheets/icons.css */
.ri-apps-line:before {
  content: "\ea44";
}

/* line 42372, app/assets/stylesheets/icons.css */
.ri-archive-drawer-fill:before {
  content: "\ea45";
}

/* line 42376, app/assets/stylesheets/icons.css */
.ri-archive-drawer-line:before {
  content: "\ea46";
}

/* line 42380, app/assets/stylesheets/icons.css */
.ri-archive-fill:before {
  content: "\ea47";
}

/* line 42384, app/assets/stylesheets/icons.css */
.ri-archive-line:before {
  content: "\ea48";
}

/* line 42388, app/assets/stylesheets/icons.css */
.ri-arrow-down-circle-fill:before {
  content: "\ea49";
}

/* line 42392, app/assets/stylesheets/icons.css */
.ri-arrow-down-circle-line:before {
  content: "\ea4a";
}

/* line 42396, app/assets/stylesheets/icons.css */
.ri-arrow-down-fill:before {
  content: "\ea4b";
}

/* line 42400, app/assets/stylesheets/icons.css */
.ri-arrow-down-line:before {
  content: "\ea4c";
}

/* line 42404, app/assets/stylesheets/icons.css */
.ri-arrow-down-s-fill:before {
  content: "\ea4d";
}

/* line 42408, app/assets/stylesheets/icons.css */
.ri-arrow-down-s-line:before {
  content: "\ea4e";
}

/* line 42412, app/assets/stylesheets/icons.css */
.ri-arrow-drop-down-fill:before {
  content: "\ea4f";
}

/* line 42416, app/assets/stylesheets/icons.css */
.ri-arrow-drop-down-line:before {
  content: "\ea50";
}

/* line 42420, app/assets/stylesheets/icons.css */
.ri-arrow-drop-left-fill:before {
  content: "\ea51";
}

/* line 42424, app/assets/stylesheets/icons.css */
.ri-arrow-drop-left-line:before {
  content: "\ea52";
}

/* line 42428, app/assets/stylesheets/icons.css */
.ri-arrow-drop-right-fill:before {
  content: "\ea53";
}

/* line 42432, app/assets/stylesheets/icons.css */
.ri-arrow-drop-right-line:before {
  content: "\ea54";
}

/* line 42436, app/assets/stylesheets/icons.css */
.ri-arrow-drop-up-fill:before {
  content: "\ea55";
}

/* line 42440, app/assets/stylesheets/icons.css */
.ri-arrow-drop-up-line:before {
  content: "\ea56";
}

/* line 42444, app/assets/stylesheets/icons.css */
.ri-arrow-go-back-fill:before {
  content: "\ea57";
}

/* line 42448, app/assets/stylesheets/icons.css */
.ri-arrow-go-back-line:before {
  content: "\ea58";
}

/* line 42452, app/assets/stylesheets/icons.css */
.ri-arrow-go-forward-fill:before {
  content: "\ea59";
}

/* line 42456, app/assets/stylesheets/icons.css */
.ri-arrow-go-forward-line:before {
  content: "\ea5a";
}

/* line 42460, app/assets/stylesheets/icons.css */
.ri-arrow-left-circle-fill:before {
  content: "\ea5b";
}

/* line 42464, app/assets/stylesheets/icons.css */
.ri-arrow-left-circle-line:before {
  content: "\ea5c";
}

/* line 42468, app/assets/stylesheets/icons.css */
.ri-arrow-left-down-fill:before {
  content: "\ea5d";
}

/* line 42472, app/assets/stylesheets/icons.css */
.ri-arrow-left-down-line:before {
  content: "\ea5e";
}

/* line 42476, app/assets/stylesheets/icons.css */
.ri-arrow-left-fill:before {
  content: "\ea5f";
}

/* line 42480, app/assets/stylesheets/icons.css */
.ri-arrow-left-line:before {
  content: "\ea60";
}

/* line 42484, app/assets/stylesheets/icons.css */
.ri-arrow-left-right-fill:before {
  content: "\ea61";
}

/* line 42488, app/assets/stylesheets/icons.css */
.ri-arrow-left-right-line:before {
  content: "\ea62";
}

/* line 42492, app/assets/stylesheets/icons.css */
.ri-arrow-left-s-fill:before {
  content: "\ea63";
}

/* line 42496, app/assets/stylesheets/icons.css */
.ri-arrow-left-s-line:before {
  content: "\ea64";
}

/* line 42500, app/assets/stylesheets/icons.css */
.ri-arrow-left-up-fill:before {
  content: "\ea65";
}

/* line 42504, app/assets/stylesheets/icons.css */
.ri-arrow-left-up-line:before {
  content: "\ea66";
}

/* line 42508, app/assets/stylesheets/icons.css */
.ri-arrow-right-circle-fill:before {
  content: "\ea67";
}

/* line 42512, app/assets/stylesheets/icons.css */
.ri-arrow-right-circle-line:before {
  content: "\ea68";
}

/* line 42516, app/assets/stylesheets/icons.css */
.ri-arrow-right-down-fill:before {
  content: "\ea69";
}

/* line 42520, app/assets/stylesheets/icons.css */
.ri-arrow-right-down-line:before {
  content: "\ea6a";
}

/* line 42524, app/assets/stylesheets/icons.css */
.ri-arrow-right-fill:before {
  content: "\ea6b";
}

/* line 42528, app/assets/stylesheets/icons.css */
.ri-arrow-right-line:before {
  content: "\ea6c";
}

/* line 42532, app/assets/stylesheets/icons.css */
.ri-arrow-right-s-fill:before {
  content: "\ea6d";
}

/* line 42536, app/assets/stylesheets/icons.css */
.ri-arrow-right-s-line:before {
  content: "\ea6e";
}

/* line 42540, app/assets/stylesheets/icons.css */
.ri-arrow-right-up-fill:before {
  content: "\ea6f";
}

/* line 42544, app/assets/stylesheets/icons.css */
.ri-arrow-right-up-line:before {
  content: "\ea70";
}

/* line 42548, app/assets/stylesheets/icons.css */
.ri-arrow-up-circle-fill:before {
  content: "\ea71";
}

/* line 42552, app/assets/stylesheets/icons.css */
.ri-arrow-up-circle-line:before {
  content: "\ea72";
}

/* line 42556, app/assets/stylesheets/icons.css */
.ri-arrow-up-down-fill:before {
  content: "\ea73";
}

/* line 42560, app/assets/stylesheets/icons.css */
.ri-arrow-up-down-line:before {
  content: "\ea74";
}

/* line 42564, app/assets/stylesheets/icons.css */
.ri-arrow-up-fill:before {
  content: "\ea75";
}

/* line 42568, app/assets/stylesheets/icons.css */
.ri-arrow-up-line:before {
  content: "\ea76";
}

/* line 42572, app/assets/stylesheets/icons.css */
.ri-arrow-up-s-fill:before {
  content: "\ea77";
}

/* line 42576, app/assets/stylesheets/icons.css */
.ri-arrow-up-s-line:before {
  content: "\ea78";
}

/* line 42580, app/assets/stylesheets/icons.css */
.ri-artboard-2-fill:before {
  content: "\ea79";
}

/* line 42584, app/assets/stylesheets/icons.css */
.ri-artboard-2-line:before {
  content: "\ea7a";
}

/* line 42588, app/assets/stylesheets/icons.css */
.ri-artboard-fill:before {
  content: "\ea7b";
}

/* line 42592, app/assets/stylesheets/icons.css */
.ri-artboard-line:before {
  content: "\ea7c";
}

/* line 42596, app/assets/stylesheets/icons.css */
.ri-article-fill:before {
  content: "\ea7d";
}

/* line 42600, app/assets/stylesheets/icons.css */
.ri-article-line:before {
  content: "\ea7e";
}

/* line 42604, app/assets/stylesheets/icons.css */
.ri-aspect-ratio-fill:before {
  content: "\ea7f";
}

/* line 42608, app/assets/stylesheets/icons.css */
.ri-aspect-ratio-line:before {
  content: "\ea80";
}

/* line 42612, app/assets/stylesheets/icons.css */
.ri-asterisk:before {
  content: "\ea81";
}

/* line 42616, app/assets/stylesheets/icons.css */
.ri-at-fill:before {
  content: "\ea82";
}

/* line 42620, app/assets/stylesheets/icons.css */
.ri-at-line:before {
  content: "\ea83";
}

/* line 42624, app/assets/stylesheets/icons.css */
.ri-attachment-2:before {
  content: "\ea84";
}

/* line 42628, app/assets/stylesheets/icons.css */
.ri-attachment-fill:before {
  content: "\ea85";
}

/* line 42632, app/assets/stylesheets/icons.css */
.ri-attachment-line:before {
  content: "\ea86";
}

/* line 42636, app/assets/stylesheets/icons.css */
.ri-auction-fill:before {
  content: "\ea87";
}

/* line 42640, app/assets/stylesheets/icons.css */
.ri-auction-line:before {
  content: "\ea88";
}

/* line 42644, app/assets/stylesheets/icons.css */
.ri-award-fill:before {
  content: "\ea89";
}

/* line 42648, app/assets/stylesheets/icons.css */
.ri-award-line:before {
  content: "\ea8a";
}

/* line 42652, app/assets/stylesheets/icons.css */
.ri-baidu-fill:before {
  content: "\ea8b";
}

/* line 42656, app/assets/stylesheets/icons.css */
.ri-baidu-line:before {
  content: "\ea8c";
}

/* line 42660, app/assets/stylesheets/icons.css */
.ri-ball-pen-fill:before {
  content: "\ea8d";
}

/* line 42664, app/assets/stylesheets/icons.css */
.ri-ball-pen-line:before {
  content: "\ea8e";
}

/* line 42668, app/assets/stylesheets/icons.css */
.ri-bank-card-2-fill:before {
  content: "\ea8f";
}

/* line 42672, app/assets/stylesheets/icons.css */
.ri-bank-card-2-line:before {
  content: "\ea90";
}

/* line 42676, app/assets/stylesheets/icons.css */
.ri-bank-card-fill:before {
  content: "\ea91";
}

/* line 42680, app/assets/stylesheets/icons.css */
.ri-bank-card-line:before {
  content: "\ea92";
}

/* line 42684, app/assets/stylesheets/icons.css */
.ri-bank-fill:before {
  content: "\ea93";
}

/* line 42688, app/assets/stylesheets/icons.css */
.ri-bank-line:before {
  content: "\ea94";
}

/* line 42692, app/assets/stylesheets/icons.css */
.ri-bar-chart-2-fill:before {
  content: "\ea95";
}

/* line 42696, app/assets/stylesheets/icons.css */
.ri-bar-chart-2-line:before {
  content: "\ea96";
}

/* line 42700, app/assets/stylesheets/icons.css */
.ri-bar-chart-box-fill:before {
  content: "\ea97";
}

/* line 42704, app/assets/stylesheets/icons.css */
.ri-bar-chart-box-line:before {
  content: "\ea98";
}

/* line 42708, app/assets/stylesheets/icons.css */
.ri-bar-chart-fill:before {
  content: "\ea99";
}

/* line 42712, app/assets/stylesheets/icons.css */
.ri-bar-chart-grouped-fill:before {
  content: "\ea9a";
}

/* line 42716, app/assets/stylesheets/icons.css */
.ri-bar-chart-grouped-line:before {
  content: "\ea9b";
}

/* line 42720, app/assets/stylesheets/icons.css */
.ri-bar-chart-horizontal-fill:before {
  content: "\ea9c";
}

/* line 42724, app/assets/stylesheets/icons.css */
.ri-bar-chart-horizontal-line:before {
  content: "\ea9d";
}

/* line 42728, app/assets/stylesheets/icons.css */
.ri-bar-chart-line:before {
  content: "\ea9e";
}

/* line 42732, app/assets/stylesheets/icons.css */
.ri-barcode-box-fill:before {
  content: "\ea9f";
}

/* line 42736, app/assets/stylesheets/icons.css */
.ri-barcode-box-line:before {
  content: "\eaa0";
}

/* line 42740, app/assets/stylesheets/icons.css */
.ri-barcode-fill:before {
  content: "\eaa1";
}

/* line 42744, app/assets/stylesheets/icons.css */
.ri-barcode-line:before {
  content: "\eaa2";
}

/* line 42748, app/assets/stylesheets/icons.css */
.ri-barricade-fill:before {
  content: "\eaa3";
}

/* line 42752, app/assets/stylesheets/icons.css */
.ri-barricade-line:before {
  content: "\eaa4";
}

/* line 42756, app/assets/stylesheets/icons.css */
.ri-base-station-fill:before {
  content: "\eaa5";
}

/* line 42760, app/assets/stylesheets/icons.css */
.ri-base-station-line:before {
  content: "\eaa6";
}

/* line 42764, app/assets/stylesheets/icons.css */
.ri-basketball-fill:before {
  content: "\eaa7";
}

/* line 42768, app/assets/stylesheets/icons.css */
.ri-basketball-line:before {
  content: "\eaa8";
}

/* line 42772, app/assets/stylesheets/icons.css */
.ri-battery-2-charge-fill:before {
  content: "\eaa9";
}

/* line 42776, app/assets/stylesheets/icons.css */
.ri-battery-2-charge-line:before {
  content: "\eaaa";
}

/* line 42780, app/assets/stylesheets/icons.css */
.ri-battery-2-fill:before {
  content: "\eaab";
}

/* line 42784, app/assets/stylesheets/icons.css */
.ri-battery-2-line:before {
  content: "\eaac";
}

/* line 42788, app/assets/stylesheets/icons.css */
.ri-battery-charge-fill:before {
  content: "\eaad";
}

/* line 42792, app/assets/stylesheets/icons.css */
.ri-battery-charge-line:before {
  content: "\eaae";
}

/* line 42796, app/assets/stylesheets/icons.css */
.ri-battery-fill:before {
  content: "\eaaf";
}

/* line 42800, app/assets/stylesheets/icons.css */
.ri-battery-line:before {
  content: "\eab0";
}

/* line 42804, app/assets/stylesheets/icons.css */
.ri-battery-low-fill:before {
  content: "\eab1";
}

/* line 42808, app/assets/stylesheets/icons.css */
.ri-battery-low-line:before {
  content: "\eab2";
}

/* line 42812, app/assets/stylesheets/icons.css */
.ri-battery-saver-fill:before {
  content: "\eab3";
}

/* line 42816, app/assets/stylesheets/icons.css */
.ri-battery-saver-line:before {
  content: "\eab4";
}

/* line 42820, app/assets/stylesheets/icons.css */
.ri-battery-share-fill:before {
  content: "\eab5";
}

/* line 42824, app/assets/stylesheets/icons.css */
.ri-battery-share-line:before {
  content: "\eab6";
}

/* line 42828, app/assets/stylesheets/icons.css */
.ri-bear-smile-fill:before {
  content: "\eab7";
}

/* line 42832, app/assets/stylesheets/icons.css */
.ri-bear-smile-line:before {
  content: "\eab8";
}

/* line 42836, app/assets/stylesheets/icons.css */
.ri-behance-fill:before {
  content: "\eab9";
}

/* line 42840, app/assets/stylesheets/icons.css */
.ri-behance-line:before {
  content: "\eaba";
}

/* line 42844, app/assets/stylesheets/icons.css */
.ri-bell-fill:before {
  content: "\eabb";
}

/* line 42848, app/assets/stylesheets/icons.css */
.ri-bell-line:before {
  content: "\eabc";
}

/* line 42852, app/assets/stylesheets/icons.css */
.ri-bike-fill:before {
  content: "\eabd";
}

/* line 42856, app/assets/stylesheets/icons.css */
.ri-bike-line:before {
  content: "\eabe";
}

/* line 42860, app/assets/stylesheets/icons.css */
.ri-bilibili-fill:before {
  content: "\eabf";
}

/* line 42864, app/assets/stylesheets/icons.css */
.ri-bilibili-line:before {
  content: "\eac0";
}

/* line 42868, app/assets/stylesheets/icons.css */
.ri-bill-fill:before {
  content: "\eac1";
}

/* line 42872, app/assets/stylesheets/icons.css */
.ri-bill-line:before {
  content: "\eac2";
}

/* line 42876, app/assets/stylesheets/icons.css */
.ri-billiards-fill:before {
  content: "\eac3";
}

/* line 42880, app/assets/stylesheets/icons.css */
.ri-billiards-line:before {
  content: "\eac4";
}

/* line 42884, app/assets/stylesheets/icons.css */
.ri-bit-coin-fill:before {
  content: "\eac5";
}

/* line 42888, app/assets/stylesheets/icons.css */
.ri-bit-coin-line:before {
  content: "\eac6";
}

/* line 42892, app/assets/stylesheets/icons.css */
.ri-blaze-fill:before {
  content: "\eac7";
}

/* line 42896, app/assets/stylesheets/icons.css */
.ri-blaze-line:before {
  content: "\eac8";
}

/* line 42900, app/assets/stylesheets/icons.css */
.ri-bluetooth-connect-fill:before {
  content: "\eac9";
}

/* line 42904, app/assets/stylesheets/icons.css */
.ri-bluetooth-connect-line:before {
  content: "\eaca";
}

/* line 42908, app/assets/stylesheets/icons.css */
.ri-bluetooth-fill:before {
  content: "\eacb";
}

/* line 42912, app/assets/stylesheets/icons.css */
.ri-bluetooth-line:before {
  content: "\eacc";
}

/* line 42916, app/assets/stylesheets/icons.css */
.ri-blur-off-fill:before {
  content: "\eacd";
}

/* line 42920, app/assets/stylesheets/icons.css */
.ri-blur-off-line:before {
  content: "\eace";
}

/* line 42924, app/assets/stylesheets/icons.css */
.ri-body-scan-fill:before {
  content: "\eacf";
}

/* line 42928, app/assets/stylesheets/icons.css */
.ri-body-scan-line:before {
  content: "\ead0";
}

/* line 42932, app/assets/stylesheets/icons.css */
.ri-bold:before {
  content: "\ead1";
}

/* line 42936, app/assets/stylesheets/icons.css */
.ri-book-2-fill:before {
  content: "\ead2";
}

/* line 42940, app/assets/stylesheets/icons.css */
.ri-book-2-line:before {
  content: "\ead3";
}

/* line 42944, app/assets/stylesheets/icons.css */
.ri-book-3-fill:before {
  content: "\ead4";
}

/* line 42948, app/assets/stylesheets/icons.css */
.ri-book-3-line:before {
  content: "\ead5";
}

/* line 42952, app/assets/stylesheets/icons.css */
.ri-book-fill:before {
  content: "\ead6";
}

/* line 42956, app/assets/stylesheets/icons.css */
.ri-book-line:before {
  content: "\ead7";
}

/* line 42960, app/assets/stylesheets/icons.css */
.ri-book-mark-fill:before {
  content: "\ead8";
}

/* line 42964, app/assets/stylesheets/icons.css */
.ri-book-mark-line:before {
  content: "\ead9";
}

/* line 42968, app/assets/stylesheets/icons.css */
.ri-book-open-fill:before {
  content: "\eada";
}

/* line 42972, app/assets/stylesheets/icons.css */
.ri-book-open-line:before {
  content: "\eadb";
}

/* line 42976, app/assets/stylesheets/icons.css */
.ri-book-read-fill:before {
  content: "\eadc";
}

/* line 42980, app/assets/stylesheets/icons.css */
.ri-book-read-line:before {
  content: "\eadd";
}

/* line 42984, app/assets/stylesheets/icons.css */
.ri-booklet-fill:before {
  content: "\eade";
}

/* line 42988, app/assets/stylesheets/icons.css */
.ri-booklet-line:before {
  content: "\eadf";
}

/* line 42992, app/assets/stylesheets/icons.css */
.ri-bookmark-2-fill:before {
  content: "\eae0";
}

/* line 42996, app/assets/stylesheets/icons.css */
.ri-bookmark-2-line:before {
  content: "\eae1";
}

/* line 43000, app/assets/stylesheets/icons.css */
.ri-bookmark-3-fill:before {
  content: "\eae2";
}

/* line 43004, app/assets/stylesheets/icons.css */
.ri-bookmark-3-line:before {
  content: "\eae3";
}

/* line 43008, app/assets/stylesheets/icons.css */
.ri-bookmark-fill:before {
  content: "\eae4";
}

/* line 43012, app/assets/stylesheets/icons.css */
.ri-bookmark-line:before {
  content: "\eae5";
}

/* line 43016, app/assets/stylesheets/icons.css */
.ri-boxing-fill:before {
  content: "\eae6";
}

/* line 43020, app/assets/stylesheets/icons.css */
.ri-boxing-line:before {
  content: "\eae7";
}

/* line 43024, app/assets/stylesheets/icons.css */
.ri-braces-fill:before {
  content: "\eae8";
}

/* line 43028, app/assets/stylesheets/icons.css */
.ri-braces-line:before {
  content: "\eae9";
}

/* line 43032, app/assets/stylesheets/icons.css */
.ri-brackets-fill:before {
  content: "\eaea";
}

/* line 43036, app/assets/stylesheets/icons.css */
.ri-brackets-line:before {
  content: "\eaeb";
}

/* line 43040, app/assets/stylesheets/icons.css */
.ri-briefcase-2-fill:before {
  content: "\eaec";
}

/* line 43044, app/assets/stylesheets/icons.css */
.ri-briefcase-2-line:before {
  content: "\eaed";
}

/* line 43048, app/assets/stylesheets/icons.css */
.ri-briefcase-3-fill:before {
  content: "\eaee";
}

/* line 43052, app/assets/stylesheets/icons.css */
.ri-briefcase-3-line:before {
  content: "\eaef";
}

/* line 43056, app/assets/stylesheets/icons.css */
.ri-briefcase-4-fill:before {
  content: "\eaf0";
}

/* line 43060, app/assets/stylesheets/icons.css */
.ri-briefcase-4-line:before {
  content: "\eaf1";
}

/* line 43064, app/assets/stylesheets/icons.css */
.ri-briefcase-5-fill:before {
  content: "\eaf2";
}

/* line 43068, app/assets/stylesheets/icons.css */
.ri-briefcase-5-line:before {
  content: "\eaf3";
}

/* line 43072, app/assets/stylesheets/icons.css */
.ri-briefcase-fill:before {
  content: "\eaf4";
}

/* line 43076, app/assets/stylesheets/icons.css */
.ri-briefcase-line:before {
  content: "\eaf5";
}

/* line 43080, app/assets/stylesheets/icons.css */
.ri-bring-forward:before {
  content: "\eaf6";
}

/* line 43084, app/assets/stylesheets/icons.css */
.ri-bring-to-front:before {
  content: "\eaf7";
}

/* line 43088, app/assets/stylesheets/icons.css */
.ri-broadcast-fill:before {
  content: "\eaf8";
}

/* line 43092, app/assets/stylesheets/icons.css */
.ri-broadcast-line:before {
  content: "\eaf9";
}

/* line 43096, app/assets/stylesheets/icons.css */
.ri-brush-2-fill:before {
  content: "\eafa";
}

/* line 43100, app/assets/stylesheets/icons.css */
.ri-brush-2-line:before {
  content: "\eafb";
}

/* line 43104, app/assets/stylesheets/icons.css */
.ri-brush-3-fill:before {
  content: "\eafc";
}

/* line 43108, app/assets/stylesheets/icons.css */
.ri-brush-3-line:before {
  content: "\eafd";
}

/* line 43112, app/assets/stylesheets/icons.css */
.ri-brush-4-fill:before {
  content: "\eafe";
}

/* line 43116, app/assets/stylesheets/icons.css */
.ri-brush-4-line:before {
  content: "\eaff";
}

/* line 43120, app/assets/stylesheets/icons.css */
.ri-brush-fill:before {
  content: "\eb00";
}

/* line 43124, app/assets/stylesheets/icons.css */
.ri-brush-line:before {
  content: "\eb01";
}

/* line 43128, app/assets/stylesheets/icons.css */
.ri-bubble-chart-fill:before {
  content: "\eb02";
}

/* line 43132, app/assets/stylesheets/icons.css */
.ri-bubble-chart-line:before {
  content: "\eb03";
}

/* line 43136, app/assets/stylesheets/icons.css */
.ri-bug-2-fill:before {
  content: "\eb04";
}

/* line 43140, app/assets/stylesheets/icons.css */
.ri-bug-2-line:before {
  content: "\eb05";
}

/* line 43144, app/assets/stylesheets/icons.css */
.ri-bug-fill:before {
  content: "\eb06";
}

/* line 43148, app/assets/stylesheets/icons.css */
.ri-bug-line:before {
  content: "\eb07";
}

/* line 43152, app/assets/stylesheets/icons.css */
.ri-building-2-fill:before {
  content: "\eb08";
}

/* line 43156, app/assets/stylesheets/icons.css */
.ri-building-2-line:before {
  content: "\eb09";
}

/* line 43160, app/assets/stylesheets/icons.css */
.ri-building-3-fill:before {
  content: "\eb0a";
}

/* line 43164, app/assets/stylesheets/icons.css */
.ri-building-3-line:before {
  content: "\eb0b";
}

/* line 43168, app/assets/stylesheets/icons.css */
.ri-building-4-fill:before {
  content: "\eb0c";
}

/* line 43172, app/assets/stylesheets/icons.css */
.ri-building-4-line:before {
  content: "\eb0d";
}

/* line 43176, app/assets/stylesheets/icons.css */
.ri-building-fill:before {
  content: "\eb0e";
}

/* line 43180, app/assets/stylesheets/icons.css */
.ri-building-line:before {
  content: "\eb0f";
}

/* line 43184, app/assets/stylesheets/icons.css */
.ri-bus-2-fill:before {
  content: "\eb10";
}

/* line 43188, app/assets/stylesheets/icons.css */
.ri-bus-2-line:before {
  content: "\eb11";
}

/* line 43192, app/assets/stylesheets/icons.css */
.ri-bus-fill:before {
  content: "\eb12";
}

/* line 43196, app/assets/stylesheets/icons.css */
.ri-bus-line:before {
  content: "\eb13";
}

/* line 43200, app/assets/stylesheets/icons.css */
.ri-bus-wifi-fill:before {
  content: "\eb14";
}

/* line 43204, app/assets/stylesheets/icons.css */
.ri-bus-wifi-line:before {
  content: "\eb15";
}

/* line 43208, app/assets/stylesheets/icons.css */
.ri-cactus-fill:before {
  content: "\eb16";
}

/* line 43212, app/assets/stylesheets/icons.css */
.ri-cactus-line:before {
  content: "\eb17";
}

/* line 43216, app/assets/stylesheets/icons.css */
.ri-cake-2-fill:before {
  content: "\eb18";
}

/* line 43220, app/assets/stylesheets/icons.css */
.ri-cake-2-line:before {
  content: "\eb19";
}

/* line 43224, app/assets/stylesheets/icons.css */
.ri-cake-3-fill:before {
  content: "\eb1a";
}

/* line 43228, app/assets/stylesheets/icons.css */
.ri-cake-3-line:before {
  content: "\eb1b";
}

/* line 43232, app/assets/stylesheets/icons.css */
.ri-cake-fill:before {
  content: "\eb1c";
}

/* line 43236, app/assets/stylesheets/icons.css */
.ri-cake-line:before {
  content: "\eb1d";
}

/* line 43240, app/assets/stylesheets/icons.css */
.ri-calculator-fill:before {
  content: "\eb1e";
}

/* line 43244, app/assets/stylesheets/icons.css */
.ri-calculator-line:before {
  content: "\eb1f";
}

/* line 43248, app/assets/stylesheets/icons.css */
.ri-calendar-2-fill:before {
  content: "\eb20";
}

/* line 43252, app/assets/stylesheets/icons.css */
.ri-calendar-2-line:before {
  content: "\eb21";
}

/* line 43256, app/assets/stylesheets/icons.css */
.ri-calendar-check-fill:before {
  content: "\eb22";
}

/* line 43260, app/assets/stylesheets/icons.css */
.ri-calendar-check-line:before {
  content: "\eb23";
}

/* line 43264, app/assets/stylesheets/icons.css */
.ri-calendar-event-fill:before {
  content: "\eb24";
}

/* line 43268, app/assets/stylesheets/icons.css */
.ri-calendar-event-line:before {
  content: "\eb25";
}

/* line 43272, app/assets/stylesheets/icons.css */
.ri-calendar-fill:before {
  content: "\eb26";
}

/* line 43276, app/assets/stylesheets/icons.css */
.ri-calendar-line:before {
  content: "\eb27";
}

/* line 43280, app/assets/stylesheets/icons.css */
.ri-calendar-todo-fill:before {
  content: "\eb28";
}

/* line 43284, app/assets/stylesheets/icons.css */
.ri-calendar-todo-line:before {
  content: "\eb29";
}

/* line 43288, app/assets/stylesheets/icons.css */
.ri-camera-2-fill:before {
  content: "\eb2a";
}

/* line 43292, app/assets/stylesheets/icons.css */
.ri-camera-2-line:before {
  content: "\eb2b";
}

/* line 43296, app/assets/stylesheets/icons.css */
.ri-camera-3-fill:before {
  content: "\eb2c";
}

/* line 43300, app/assets/stylesheets/icons.css */
.ri-camera-3-line:before {
  content: "\eb2d";
}

/* line 43304, app/assets/stylesheets/icons.css */
.ri-camera-fill:before {
  content: "\eb2e";
}

/* line 43308, app/assets/stylesheets/icons.css */
.ri-camera-lens-fill:before {
  content: "\eb2f";
}

/* line 43312, app/assets/stylesheets/icons.css */
.ri-camera-lens-line:before {
  content: "\eb30";
}

/* line 43316, app/assets/stylesheets/icons.css */
.ri-camera-line:before {
  content: "\eb31";
}

/* line 43320, app/assets/stylesheets/icons.css */
.ri-camera-off-fill:before {
  content: "\eb32";
}

/* line 43324, app/assets/stylesheets/icons.css */
.ri-camera-off-line:before {
  content: "\eb33";
}

/* line 43328, app/assets/stylesheets/icons.css */
.ri-camera-switch-fill:before {
  content: "\eb34";
}

/* line 43332, app/assets/stylesheets/icons.css */
.ri-camera-switch-line:before {
  content: "\eb35";
}

/* line 43336, app/assets/stylesheets/icons.css */
.ri-capsule-fill:before {
  content: "\eb36";
}

/* line 43340, app/assets/stylesheets/icons.css */
.ri-capsule-line:before {
  content: "\eb37";
}

/* line 43344, app/assets/stylesheets/icons.css */
.ri-car-fill:before {
  content: "\eb38";
}

/* line 43348, app/assets/stylesheets/icons.css */
.ri-car-line:before {
  content: "\eb39";
}

/* line 43352, app/assets/stylesheets/icons.css */
.ri-car-washing-fill:before {
  content: "\eb3a";
}

/* line 43356, app/assets/stylesheets/icons.css */
.ri-car-washing-line:before {
  content: "\eb3b";
}

/* line 43360, app/assets/stylesheets/icons.css */
.ri-caravan-fill:before {
  content: "\eb3c";
}

/* line 43364, app/assets/stylesheets/icons.css */
.ri-caravan-line:before {
  content: "\eb3d";
}

/* line 43368, app/assets/stylesheets/icons.css */
.ri-cast-fill:before {
  content: "\eb3e";
}

/* line 43372, app/assets/stylesheets/icons.css */
.ri-cast-line:before {
  content: "\eb3f";
}

/* line 43376, app/assets/stylesheets/icons.css */
.ri-cellphone-fill:before {
  content: "\eb40";
}

/* line 43380, app/assets/stylesheets/icons.css */
.ri-cellphone-line:before {
  content: "\eb41";
}

/* line 43384, app/assets/stylesheets/icons.css */
.ri-celsius-fill:before {
  content: "\eb42";
}

/* line 43388, app/assets/stylesheets/icons.css */
.ri-celsius-line:before {
  content: "\eb43";
}

/* line 43392, app/assets/stylesheets/icons.css */
.ri-centos-fill:before {
  content: "\eb44";
}

/* line 43396, app/assets/stylesheets/icons.css */
.ri-centos-line:before {
  content: "\eb45";
}

/* line 43400, app/assets/stylesheets/icons.css */
.ri-character-recognition-fill:before {
  content: "\eb46";
}

/* line 43404, app/assets/stylesheets/icons.css */
.ri-character-recognition-line:before {
  content: "\eb47";
}

/* line 43408, app/assets/stylesheets/icons.css */
.ri-charging-pile-2-fill:before {
  content: "\eb48";
}

/* line 43412, app/assets/stylesheets/icons.css */
.ri-charging-pile-2-line:before {
  content: "\eb49";
}

/* line 43416, app/assets/stylesheets/icons.css */
.ri-charging-pile-fill:before {
  content: "\eb4a";
}

/* line 43420, app/assets/stylesheets/icons.css */
.ri-charging-pile-line:before {
  content: "\eb4b";
}

/* line 43424, app/assets/stylesheets/icons.css */
.ri-chat-1-fill:before {
  content: "\eb4c";
}

/* line 43428, app/assets/stylesheets/icons.css */
.ri-chat-1-line:before {
  content: "\eb4d";
}

/* line 43432, app/assets/stylesheets/icons.css */
.ri-chat-2-fill:before {
  content: "\eb4e";
}

/* line 43436, app/assets/stylesheets/icons.css */
.ri-chat-2-line:before {
  content: "\eb4f";
}

/* line 43440, app/assets/stylesheets/icons.css */
.ri-chat-3-fill:before {
  content: "\eb50";
}

/* line 43444, app/assets/stylesheets/icons.css */
.ri-chat-3-line:before {
  content: "\eb51";
}

/* line 43448, app/assets/stylesheets/icons.css */
.ri-chat-4-fill:before {
  content: "\eb52";
}

/* line 43452, app/assets/stylesheets/icons.css */
.ri-chat-4-line:before {
  content: "\eb53";
}

/* line 43456, app/assets/stylesheets/icons.css */
.ri-chat-check-fill:before {
  content: "\eb54";
}

/* line 43460, app/assets/stylesheets/icons.css */
.ri-chat-check-line:before {
  content: "\eb55";
}

/* line 43464, app/assets/stylesheets/icons.css */
.ri-chat-delete-fill:before {
  content: "\eb56";
}

/* line 43468, app/assets/stylesheets/icons.css */
.ri-chat-delete-line:before {
  content: "\eb57";
}

/* line 43472, app/assets/stylesheets/icons.css */
.ri-chat-download-fill:before {
  content: "\eb58";
}

/* line 43476, app/assets/stylesheets/icons.css */
.ri-chat-download-line:before {
  content: "\eb59";
}

/* line 43480, app/assets/stylesheets/icons.css */
.ri-chat-follow-up-fill:before {
  content: "\eb5a";
}

/* line 43484, app/assets/stylesheets/icons.css */
.ri-chat-follow-up-line:before {
  content: "\eb5b";
}

/* line 43488, app/assets/stylesheets/icons.css */
.ri-chat-forward-fill:before {
  content: "\eb5c";
}

/* line 43492, app/assets/stylesheets/icons.css */
.ri-chat-forward-line:before {
  content: "\eb5d";
}

/* line 43496, app/assets/stylesheets/icons.css */
.ri-chat-heart-fill:before {
  content: "\eb5e";
}

/* line 43500, app/assets/stylesheets/icons.css */
.ri-chat-heart-line:before {
  content: "\eb5f";
}

/* line 43504, app/assets/stylesheets/icons.css */
.ri-chat-history-fill:before {
  content: "\eb60";
}

/* line 43508, app/assets/stylesheets/icons.css */
.ri-chat-history-line:before {
  content: "\eb61";
}

/* line 43512, app/assets/stylesheets/icons.css */
.ri-chat-new-fill:before {
  content: "\eb62";
}

/* line 43516, app/assets/stylesheets/icons.css */
.ri-chat-new-line:before {
  content: "\eb63";
}

/* line 43520, app/assets/stylesheets/icons.css */
.ri-chat-off-fill:before {
  content: "\eb64";
}

/* line 43524, app/assets/stylesheets/icons.css */
.ri-chat-off-line:before {
  content: "\eb65";
}

/* line 43528, app/assets/stylesheets/icons.css */
.ri-chat-poll-fill:before {
  content: "\eb66";
}

/* line 43532, app/assets/stylesheets/icons.css */
.ri-chat-poll-line:before {
  content: "\eb67";
}

/* line 43536, app/assets/stylesheets/icons.css */
.ri-chat-private-fill:before {
  content: "\eb68";
}

/* line 43540, app/assets/stylesheets/icons.css */
.ri-chat-private-line:before {
  content: "\eb69";
}

/* line 43544, app/assets/stylesheets/icons.css */
.ri-chat-quote-fill:before {
  content: "\eb6a";
}

/* line 43548, app/assets/stylesheets/icons.css */
.ri-chat-quote-line:before {
  content: "\eb6b";
}

/* line 43552, app/assets/stylesheets/icons.css */
.ri-chat-settings-fill:before {
  content: "\eb6c";
}

/* line 43556, app/assets/stylesheets/icons.css */
.ri-chat-settings-line:before {
  content: "\eb6d";
}

/* line 43560, app/assets/stylesheets/icons.css */
.ri-chat-smile-2-fill:before {
  content: "\eb6e";
}

/* line 43564, app/assets/stylesheets/icons.css */
.ri-chat-smile-2-line:before {
  content: "\eb6f";
}

/* line 43568, app/assets/stylesheets/icons.css */
.ri-chat-smile-3-fill:before {
  content: "\eb70";
}

/* line 43572, app/assets/stylesheets/icons.css */
.ri-chat-smile-3-line:before {
  content: "\eb71";
}

/* line 43576, app/assets/stylesheets/icons.css */
.ri-chat-smile-fill:before {
  content: "\eb72";
}

/* line 43580, app/assets/stylesheets/icons.css */
.ri-chat-smile-line:before {
  content: "\eb73";
}

/* line 43584, app/assets/stylesheets/icons.css */
.ri-chat-upload-fill:before {
  content: "\eb74";
}

/* line 43588, app/assets/stylesheets/icons.css */
.ri-chat-upload-line:before {
  content: "\eb75";
}

/* line 43592, app/assets/stylesheets/icons.css */
.ri-chat-voice-fill:before {
  content: "\eb76";
}

/* line 43596, app/assets/stylesheets/icons.css */
.ri-chat-voice-line:before {
  content: "\eb77";
}

/* line 43600, app/assets/stylesheets/icons.css */
.ri-check-double-fill:before {
  content: "\eb78";
}

/* line 43604, app/assets/stylesheets/icons.css */
.ri-check-double-line:before {
  content: "\eb79";
}

/* line 43608, app/assets/stylesheets/icons.css */
.ri-check-fill:before {
  content: "\eb7a";
}

/* line 43612, app/assets/stylesheets/icons.css */
.ri-check-line:before {
  content: "\eb7b";
}

/* line 43616, app/assets/stylesheets/icons.css */
.ri-checkbox-blank-circle-fill:before {
  content: "\eb7c";
}

/* line 43620, app/assets/stylesheets/icons.css */
.ri-checkbox-blank-circle-line:before {
  content: "\eb7d";
}

/* line 43624, app/assets/stylesheets/icons.css */
.ri-checkbox-blank-fill:before {
  content: "\eb7e";
}

/* line 43628, app/assets/stylesheets/icons.css */
.ri-checkbox-blank-line:before {
  content: "\eb7f";
}

/* line 43632, app/assets/stylesheets/icons.css */
.ri-checkbox-circle-fill:before {
  content: "\eb80";
}

/* line 43636, app/assets/stylesheets/icons.css */
.ri-checkbox-circle-line:before {
  content: "\eb81";
}

/* line 43640, app/assets/stylesheets/icons.css */
.ri-checkbox-fill:before {
  content: "\eb82";
}

/* line 43644, app/assets/stylesheets/icons.css */
.ri-checkbox-indeterminate-fill:before {
  content: "\eb83";
}

/* line 43648, app/assets/stylesheets/icons.css */
.ri-checkbox-indeterminate-line:before {
  content: "\eb84";
}

/* line 43652, app/assets/stylesheets/icons.css */
.ri-checkbox-line:before {
  content: "\eb85";
}

/* line 43656, app/assets/stylesheets/icons.css */
.ri-checkbox-multiple-blank-fill:before {
  content: "\eb86";
}

/* line 43660, app/assets/stylesheets/icons.css */
.ri-checkbox-multiple-blank-line:before {
  content: "\eb87";
}

/* line 43664, app/assets/stylesheets/icons.css */
.ri-checkbox-multiple-fill:before {
  content: "\eb88";
}

/* line 43668, app/assets/stylesheets/icons.css */
.ri-checkbox-multiple-line:before {
  content: "\eb89";
}

/* line 43672, app/assets/stylesheets/icons.css */
.ri-china-railway-fill:before {
  content: "\eb8a";
}

/* line 43676, app/assets/stylesheets/icons.css */
.ri-china-railway-line:before {
  content: "\eb8b";
}

/* line 43680, app/assets/stylesheets/icons.css */
.ri-chrome-fill:before {
  content: "\eb8c";
}

/* line 43684, app/assets/stylesheets/icons.css */
.ri-chrome-line:before {
  content: "\eb8d";
}

/* line 43688, app/assets/stylesheets/icons.css */
.ri-clapperboard-fill:before {
  content: "\eb8e";
}

/* line 43692, app/assets/stylesheets/icons.css */
.ri-clapperboard-line:before {
  content: "\eb8f";
}

/* line 43696, app/assets/stylesheets/icons.css */
.ri-clipboard-fill:before {
  content: "\eb90";
}

/* line 43700, app/assets/stylesheets/icons.css */
.ri-clipboard-line:before {
  content: "\eb91";
}

/* line 43704, app/assets/stylesheets/icons.css */
.ri-clockwise-2-fill:before {
  content: "\eb92";
}

/* line 43708, app/assets/stylesheets/icons.css */
.ri-clockwise-2-line:before {
  content: "\eb93";
}

/* line 43712, app/assets/stylesheets/icons.css */
.ri-clockwise-fill:before {
  content: "\eb94";
}

/* line 43716, app/assets/stylesheets/icons.css */
.ri-clockwise-line:before {
  content: "\eb95";
}

/* line 43720, app/assets/stylesheets/icons.css */
.ri-close-circle-fill:before {
  content: "\eb96";
}

/* line 43724, app/assets/stylesheets/icons.css */
.ri-close-circle-line:before {
  content: "\eb97";
}

/* line 43728, app/assets/stylesheets/icons.css */
.ri-close-fill:before {
  content: "\eb98";
}

/* line 43732, app/assets/stylesheets/icons.css */
.ri-close-line:before {
  content: "\eb99";
}

/* line 43736, app/assets/stylesheets/icons.css */
.ri-closed-captioning-fill:before {
  content: "\eb9a";
}

/* line 43740, app/assets/stylesheets/icons.css */
.ri-closed-captioning-line:before {
  content: "\eb9b";
}

/* line 43744, app/assets/stylesheets/icons.css */
.ri-cloud-fill:before {
  content: "\eb9c";
}

/* line 43748, app/assets/stylesheets/icons.css */
.ri-cloud-line:before {
  content: "\eb9d";
}

/* line 43752, app/assets/stylesheets/icons.css */
.ri-cloud-off-fill:before {
  content: "\eb9e";
}

/* line 43756, app/assets/stylesheets/icons.css */
.ri-cloud-off-line:before {
  content: "\eb9f";
}

/* line 43760, app/assets/stylesheets/icons.css */
.ri-cloud-windy-fill:before {
  content: "\eba0";
}

/* line 43764, app/assets/stylesheets/icons.css */
.ri-cloud-windy-line:before {
  content: "\eba1";
}

/* line 43768, app/assets/stylesheets/icons.css */
.ri-cloudy-2-fill:before {
  content: "\eba2";
}

/* line 43772, app/assets/stylesheets/icons.css */
.ri-cloudy-2-line:before {
  content: "\eba3";
}

/* line 43776, app/assets/stylesheets/icons.css */
.ri-cloudy-fill:before {
  content: "\eba4";
}

/* line 43780, app/assets/stylesheets/icons.css */
.ri-cloudy-line:before {
  content: "\eba5";
}

/* line 43784, app/assets/stylesheets/icons.css */
.ri-code-box-fill:before {
  content: "\eba6";
}

/* line 43788, app/assets/stylesheets/icons.css */
.ri-code-box-line:before {
  content: "\eba7";
}

/* line 43792, app/assets/stylesheets/icons.css */
.ri-code-fill:before {
  content: "\eba8";
}

/* line 43796, app/assets/stylesheets/icons.css */
.ri-code-line:before {
  content: "\eba9";
}

/* line 43800, app/assets/stylesheets/icons.css */
.ri-code-s-fill:before {
  content: "\ebaa";
}

/* line 43804, app/assets/stylesheets/icons.css */
.ri-code-s-line:before {
  content: "\ebab";
}

/* line 43808, app/assets/stylesheets/icons.css */
.ri-code-s-slash-fill:before {
  content: "\ebac";
}

/* line 43812, app/assets/stylesheets/icons.css */
.ri-code-s-slash-line:before {
  content: "\ebad";
}

/* line 43816, app/assets/stylesheets/icons.css */
.ri-code-view:before {
  content: "\ebae";
}

/* line 43820, app/assets/stylesheets/icons.css */
.ri-codepen-fill:before {
  content: "\ebaf";
}

/* line 43824, app/assets/stylesheets/icons.css */
.ri-codepen-line:before {
  content: "\ebb0";
}

/* line 43828, app/assets/stylesheets/icons.css */
.ri-coin-fill:before {
  content: "\ebb1";
}

/* line 43832, app/assets/stylesheets/icons.css */
.ri-coin-line:before {
  content: "\ebb2";
}

/* line 43836, app/assets/stylesheets/icons.css */
.ri-coins-fill:before {
  content: "\ebb3";
}

/* line 43840, app/assets/stylesheets/icons.css */
.ri-coins-line:before {
  content: "\ebb4";
}

/* line 43844, app/assets/stylesheets/icons.css */
.ri-collage-fill:before {
  content: "\ebb5";
}

/* line 43848, app/assets/stylesheets/icons.css */
.ri-collage-line:before {
  content: "\ebb6";
}

/* line 43852, app/assets/stylesheets/icons.css */
.ri-command-fill:before {
  content: "\ebb7";
}

/* line 43856, app/assets/stylesheets/icons.css */
.ri-command-line:before {
  content: "\ebb8";
}

/* line 43860, app/assets/stylesheets/icons.css */
.ri-community-fill:before {
  content: "\ebb9";
}

/* line 43864, app/assets/stylesheets/icons.css */
.ri-community-line:before {
  content: "\ebba";
}

/* line 43868, app/assets/stylesheets/icons.css */
.ri-compass-2-fill:before {
  content: "\ebbb";
}

/* line 43872, app/assets/stylesheets/icons.css */
.ri-compass-2-line:before {
  content: "\ebbc";
}

/* line 43876, app/assets/stylesheets/icons.css */
.ri-compass-3-fill:before {
  content: "\ebbd";
}

/* line 43880, app/assets/stylesheets/icons.css */
.ri-compass-3-line:before {
  content: "\ebbe";
}

/* line 43884, app/assets/stylesheets/icons.css */
.ri-compass-4-fill:before {
  content: "\ebbf";
}

/* line 43888, app/assets/stylesheets/icons.css */
.ri-compass-4-line:before {
  content: "\ebc0";
}

/* line 43892, app/assets/stylesheets/icons.css */
.ri-compass-discover-fill:before {
  content: "\ebc1";
}

/* line 43896, app/assets/stylesheets/icons.css */
.ri-compass-discover-line:before {
  content: "\ebc2";
}

/* line 43900, app/assets/stylesheets/icons.css */
.ri-compass-fill:before {
  content: "\ebc3";
}

/* line 43904, app/assets/stylesheets/icons.css */
.ri-compass-line:before {
  content: "\ebc4";
}

/* line 43908, app/assets/stylesheets/icons.css */
.ri-compasses-2-fill:before {
  content: "\ebc5";
}

/* line 43912, app/assets/stylesheets/icons.css */
.ri-compasses-2-line:before {
  content: "\ebc6";
}

/* line 43916, app/assets/stylesheets/icons.css */
.ri-compasses-fill:before {
  content: "\ebc7";
}

/* line 43920, app/assets/stylesheets/icons.css */
.ri-compasses-line:before {
  content: "\ebc8";
}

/* line 43924, app/assets/stylesheets/icons.css */
.ri-computer-fill:before {
  content: "\ebc9";
}

/* line 43928, app/assets/stylesheets/icons.css */
.ri-computer-line:before {
  content: "\ebca";
}

/* line 43932, app/assets/stylesheets/icons.css */
.ri-contacts-book-2-fill:before {
  content: "\ebcb";
}

/* line 43936, app/assets/stylesheets/icons.css */
.ri-contacts-book-2-line:before {
  content: "\ebcc";
}

/* line 43940, app/assets/stylesheets/icons.css */
.ri-contacts-book-fill:before {
  content: "\ebcd";
}

/* line 43944, app/assets/stylesheets/icons.css */
.ri-contacts-book-line:before {
  content: "\ebce";
}

/* line 43948, app/assets/stylesheets/icons.css */
.ri-contacts-book-upload-fill:before {
  content: "\ebcf";
}

/* line 43952, app/assets/stylesheets/icons.css */
.ri-contacts-book-upload-line:before {
  content: "\ebd0";
}

/* line 43956, app/assets/stylesheets/icons.css */
.ri-contacts-fill:before {
  content: "\ebd1";
}

/* line 43960, app/assets/stylesheets/icons.css */
.ri-contacts-line:before {
  content: "\ebd2";
}

/* line 43964, app/assets/stylesheets/icons.css */
.ri-contrast-2-fill:before {
  content: "\ebd3";
}

/* line 43968, app/assets/stylesheets/icons.css */
.ri-contrast-2-line:before {
  content: "\ebd4";
}

/* line 43972, app/assets/stylesheets/icons.css */
.ri-contrast-drop-2-fill:before {
  content: "\ebd5";
}

/* line 43976, app/assets/stylesheets/icons.css */
.ri-contrast-drop-2-line:before {
  content: "\ebd6";
}

/* line 43980, app/assets/stylesheets/icons.css */
.ri-contrast-drop-fill:before {
  content: "\ebd7";
}

/* line 43984, app/assets/stylesheets/icons.css */
.ri-contrast-drop-line:before {
  content: "\ebd8";
}

/* line 43988, app/assets/stylesheets/icons.css */
.ri-contrast-fill:before {
  content: "\ebd9";
}

/* line 43992, app/assets/stylesheets/icons.css */
.ri-contrast-line:before {
  content: "\ebda";
}

/* line 43996, app/assets/stylesheets/icons.css */
.ri-copper-coin-fill:before {
  content: "\ebdb";
}

/* line 44000, app/assets/stylesheets/icons.css */
.ri-copper-coin-line:before {
  content: "\ebdc";
}

/* line 44004, app/assets/stylesheets/icons.css */
.ri-copper-diamond-fill:before {
  content: "\ebdd";
}

/* line 44008, app/assets/stylesheets/icons.css */
.ri-copper-diamond-line:before {
  content: "\ebde";
}

/* line 44012, app/assets/stylesheets/icons.css */
.ri-copyleft-fill:before {
  content: "\ebdf";
}

/* line 44016, app/assets/stylesheets/icons.css */
.ri-copyleft-line:before {
  content: "\ebe0";
}

/* line 44020, app/assets/stylesheets/icons.css */
.ri-copyright-fill:before {
  content: "\ebe1";
}

/* line 44024, app/assets/stylesheets/icons.css */
.ri-copyright-line:before {
  content: "\ebe2";
}

/* line 44028, app/assets/stylesheets/icons.css */
.ri-coreos-fill:before {
  content: "\ebe3";
}

/* line 44032, app/assets/stylesheets/icons.css */
.ri-coreos-line:before {
  content: "\ebe4";
}

/* line 44036, app/assets/stylesheets/icons.css */
.ri-coupon-2-fill:before {
  content: "\ebe5";
}

/* line 44040, app/assets/stylesheets/icons.css */
.ri-coupon-2-line:before {
  content: "\ebe6";
}

/* line 44044, app/assets/stylesheets/icons.css */
.ri-coupon-3-fill:before {
  content: "\ebe7";
}

/* line 44048, app/assets/stylesheets/icons.css */
.ri-coupon-3-line:before {
  content: "\ebe8";
}

/* line 44052, app/assets/stylesheets/icons.css */
.ri-coupon-4-fill:before {
  content: "\ebe9";
}

/* line 44056, app/assets/stylesheets/icons.css */
.ri-coupon-4-line:before {
  content: "\ebea";
}

/* line 44060, app/assets/stylesheets/icons.css */
.ri-coupon-5-fill:before {
  content: "\ebeb";
}

/* line 44064, app/assets/stylesheets/icons.css */
.ri-coupon-5-line:before {
  content: "\ebec";
}

/* line 44068, app/assets/stylesheets/icons.css */
.ri-coupon-fill:before {
  content: "\ebed";
}

/* line 44072, app/assets/stylesheets/icons.css */
.ri-coupon-line:before {
  content: "\ebee";
}

/* line 44076, app/assets/stylesheets/icons.css */
.ri-cpu-fill:before {
  content: "\ebef";
}

/* line 44080, app/assets/stylesheets/icons.css */
.ri-cpu-line:before {
  content: "\ebf0";
}

/* line 44084, app/assets/stylesheets/icons.css */
.ri-creative-commons-by-fill:before {
  content: "\ebf1";
}

/* line 44088, app/assets/stylesheets/icons.css */
.ri-creative-commons-by-line:before {
  content: "\ebf2";
}

/* line 44092, app/assets/stylesheets/icons.css */
.ri-creative-commons-fill:before {
  content: "\ebf3";
}

/* line 44096, app/assets/stylesheets/icons.css */
.ri-creative-commons-line:before {
  content: "\ebf4";
}

/* line 44100, app/assets/stylesheets/icons.css */
.ri-creative-commons-nc-fill:before {
  content: "\ebf5";
}

/* line 44104, app/assets/stylesheets/icons.css */
.ri-creative-commons-nc-line:before {
  content: "\ebf6";
}

/* line 44108, app/assets/stylesheets/icons.css */
.ri-creative-commons-nd-fill:before {
  content: "\ebf7";
}

/* line 44112, app/assets/stylesheets/icons.css */
.ri-creative-commons-nd-line:before {
  content: "\ebf8";
}

/* line 44116, app/assets/stylesheets/icons.css */
.ri-creative-commons-sa-fill:before {
  content: "\ebf9";
}

/* line 44120, app/assets/stylesheets/icons.css */
.ri-creative-commons-sa-line:before {
  content: "\ebfa";
}

/* line 44124, app/assets/stylesheets/icons.css */
.ri-creative-commons-zero-fill:before {
  content: "\ebfb";
}

/* line 44128, app/assets/stylesheets/icons.css */
.ri-creative-commons-zero-line:before {
  content: "\ebfc";
}

/* line 44132, app/assets/stylesheets/icons.css */
.ri-criminal-fill:before {
  content: "\ebfd";
}

/* line 44136, app/assets/stylesheets/icons.css */
.ri-criminal-line:before {
  content: "\ebfe";
}

/* line 44140, app/assets/stylesheets/icons.css */
.ri-crop-2-fill:before {
  content: "\ebff";
}

/* line 44144, app/assets/stylesheets/icons.css */
.ri-crop-2-line:before {
  content: "\ec00";
}

/* line 44148, app/assets/stylesheets/icons.css */
.ri-crop-fill:before {
  content: "\ec01";
}

/* line 44152, app/assets/stylesheets/icons.css */
.ri-crop-line:before {
  content: "\ec02";
}

/* line 44156, app/assets/stylesheets/icons.css */
.ri-css3-fill:before {
  content: "\ec03";
}

/* line 44160, app/assets/stylesheets/icons.css */
.ri-css3-line:before {
  content: "\ec04";
}

/* line 44164, app/assets/stylesheets/icons.css */
.ri-cup-fill:before {
  content: "\ec05";
}

/* line 44168, app/assets/stylesheets/icons.css */
.ri-cup-line:before {
  content: "\ec06";
}

/* line 44172, app/assets/stylesheets/icons.css */
.ri-currency-fill:before {
  content: "\ec07";
}

/* line 44176, app/assets/stylesheets/icons.css */
.ri-currency-line:before {
  content: "\ec08";
}

/* line 44180, app/assets/stylesheets/icons.css */
.ri-cursor-fill:before {
  content: "\ec09";
}

/* line 44184, app/assets/stylesheets/icons.css */
.ri-cursor-line:before {
  content: "\ec0a";
}

/* line 44188, app/assets/stylesheets/icons.css */
.ri-customer-service-2-fill:before {
  content: "\ec0b";
}

/* line 44192, app/assets/stylesheets/icons.css */
.ri-customer-service-2-line:before {
  content: "\ec0c";
}

/* line 44196, app/assets/stylesheets/icons.css */
.ri-customer-service-fill:before {
  content: "\ec0d";
}

/* line 44200, app/assets/stylesheets/icons.css */
.ri-customer-service-line:before {
  content: "\ec0e";
}

/* line 44204, app/assets/stylesheets/icons.css */
.ri-dashboard-2-fill:before {
  content: "\ec0f";
}

/* line 44208, app/assets/stylesheets/icons.css */
.ri-dashboard-2-line:before {
  content: "\ec10";
}

/* line 44212, app/assets/stylesheets/icons.css */
.ri-dashboard-3-fill:before {
  content: "\ec11";
}

/* line 44216, app/assets/stylesheets/icons.css */
.ri-dashboard-3-line:before {
  content: "\ec12";
}

/* line 44220, app/assets/stylesheets/icons.css */
.ri-dashboard-fill:before {
  content: "\ec13";
}

/* line 44224, app/assets/stylesheets/icons.css */
.ri-dashboard-line:before {
  content: "\ec14";
}

/* line 44228, app/assets/stylesheets/icons.css */
.ri-database-2-fill:before {
  content: "\ec15";
}

/* line 44232, app/assets/stylesheets/icons.css */
.ri-database-2-line:before {
  content: "\ec16";
}

/* line 44236, app/assets/stylesheets/icons.css */
.ri-database-fill:before {
  content: "\ec17";
}

/* line 44240, app/assets/stylesheets/icons.css */
.ri-database-line:before {
  content: "\ec18";
}

/* line 44244, app/assets/stylesheets/icons.css */
.ri-delete-back-2-fill:before {
  content: "\ec19";
}

/* line 44248, app/assets/stylesheets/icons.css */
.ri-delete-back-2-line:before {
  content: "\ec1a";
}

/* line 44252, app/assets/stylesheets/icons.css */
.ri-delete-back-fill:before {
  content: "\ec1b";
}

/* line 44256, app/assets/stylesheets/icons.css */
.ri-delete-back-line:before {
  content: "\ec1c";
}

/* line 44260, app/assets/stylesheets/icons.css */
.ri-delete-bin-2-fill:before {
  content: "\ec1d";
}

/* line 44264, app/assets/stylesheets/icons.css */
.ri-delete-bin-2-line:before {
  content: "\ec1e";
}

/* line 44268, app/assets/stylesheets/icons.css */
.ri-delete-bin-3-fill:before {
  content: "\ec1f";
}

/* line 44272, app/assets/stylesheets/icons.css */
.ri-delete-bin-3-line:before {
  content: "\ec20";
}

/* line 44276, app/assets/stylesheets/icons.css */
.ri-delete-bin-4-fill:before {
  content: "\ec21";
}

/* line 44280, app/assets/stylesheets/icons.css */
.ri-delete-bin-4-line:before {
  content: "\ec22";
}

/* line 44284, app/assets/stylesheets/icons.css */
.ri-delete-bin-5-fill:before {
  content: "\ec23";
}

/* line 44288, app/assets/stylesheets/icons.css */
.ri-delete-bin-5-line:before {
  content: "\ec24";
}

/* line 44292, app/assets/stylesheets/icons.css */
.ri-delete-bin-6-fill:before {
  content: "\ec25";
}

/* line 44296, app/assets/stylesheets/icons.css */
.ri-delete-bin-6-line:before {
  content: "\ec26";
}

/* line 44300, app/assets/stylesheets/icons.css */
.ri-delete-bin-7-fill:before {
  content: "\ec27";
}

/* line 44304, app/assets/stylesheets/icons.css */
.ri-delete-bin-7-line:before {
  content: "\ec28";
}

/* line 44308, app/assets/stylesheets/icons.css */
.ri-delete-bin-fill:before {
  content: "\ec29";
}

/* line 44312, app/assets/stylesheets/icons.css */
.ri-delete-bin-line:before {
  content: "\ec2a";
}

/* line 44316, app/assets/stylesheets/icons.css */
.ri-delete-column:before {
  content: "\ec2b";
}

/* line 44320, app/assets/stylesheets/icons.css */
.ri-delete-row:before {
  content: "\ec2c";
}

/* line 44324, app/assets/stylesheets/icons.css */
.ri-device-fill:before {
  content: "\ec2d";
}

/* line 44328, app/assets/stylesheets/icons.css */
.ri-device-line:before {
  content: "\ec2e";
}

/* line 44332, app/assets/stylesheets/icons.css */
.ri-device-recover-fill:before {
  content: "\ec2f";
}

/* line 44336, app/assets/stylesheets/icons.css */
.ri-device-recover-line:before {
  content: "\ec30";
}

/* line 44340, app/assets/stylesheets/icons.css */
.ri-dingding-fill:before {
  content: "\ec31";
}

/* line 44344, app/assets/stylesheets/icons.css */
.ri-dingding-line:before {
  content: "\ec32";
}

/* line 44348, app/assets/stylesheets/icons.css */
.ri-direction-fill:before {
  content: "\ec33";
}

/* line 44352, app/assets/stylesheets/icons.css */
.ri-direction-line:before {
  content: "\ec34";
}

/* line 44356, app/assets/stylesheets/icons.css */
.ri-disc-fill:before {
  content: "\ec35";
}

/* line 44360, app/assets/stylesheets/icons.css */
.ri-disc-line:before {
  content: "\ec36";
}

/* line 44364, app/assets/stylesheets/icons.css */
.ri-discord-fill:before {
  content: "\ec37";
}

/* line 44368, app/assets/stylesheets/icons.css */
.ri-discord-line:before {
  content: "\ec38";
}

/* line 44372, app/assets/stylesheets/icons.css */
.ri-discuss-fill:before {
  content: "\ec39";
}

/* line 44376, app/assets/stylesheets/icons.css */
.ri-discuss-line:before {
  content: "\ec3a";
}

/* line 44380, app/assets/stylesheets/icons.css */
.ri-dislike-fill:before {
  content: "\ec3b";
}

/* line 44384, app/assets/stylesheets/icons.css */
.ri-dislike-line:before {
  content: "\ec3c";
}

/* line 44388, app/assets/stylesheets/icons.css */
.ri-disqus-fill:before {
  content: "\ec3d";
}

/* line 44392, app/assets/stylesheets/icons.css */
.ri-disqus-line:before {
  content: "\ec3e";
}

/* line 44396, app/assets/stylesheets/icons.css */
.ri-divide-fill:before {
  content: "\ec3f";
}

/* line 44400, app/assets/stylesheets/icons.css */
.ri-divide-line:before {
  content: "\ec40";
}

/* line 44404, app/assets/stylesheets/icons.css */
.ri-donut-chart-fill:before {
  content: "\ec41";
}

/* line 44408, app/assets/stylesheets/icons.css */
.ri-donut-chart-line:before {
  content: "\ec42";
}

/* line 44412, app/assets/stylesheets/icons.css */
.ri-door-closed-fill:before {
  content: "\ec43";
}

/* line 44416, app/assets/stylesheets/icons.css */
.ri-door-closed-line:before {
  content: "\ec44";
}

/* line 44420, app/assets/stylesheets/icons.css */
.ri-door-fill:before {
  content: "\ec45";
}

/* line 44424, app/assets/stylesheets/icons.css */
.ri-door-line:before {
  content: "\ec46";
}

/* line 44428, app/assets/stylesheets/icons.css */
.ri-door-lock-box-fill:before {
  content: "\ec47";
}

/* line 44432, app/assets/stylesheets/icons.css */
.ri-door-lock-box-line:before {
  content: "\ec48";
}

/* line 44436, app/assets/stylesheets/icons.css */
.ri-door-lock-fill:before {
  content: "\ec49";
}

/* line 44440, app/assets/stylesheets/icons.css */
.ri-door-lock-line:before {
  content: "\ec4a";
}

/* line 44444, app/assets/stylesheets/icons.css */
.ri-door-open-fill:before {
  content: "\ec4b";
}

/* line 44448, app/assets/stylesheets/icons.css */
.ri-door-open-line:before {
  content: "\ec4c";
}

/* line 44452, app/assets/stylesheets/icons.css */
.ri-dossier-fill:before {
  content: "\ec4d";
}

/* line 44456, app/assets/stylesheets/icons.css */
.ri-dossier-line:before {
  content: "\ec4e";
}

/* line 44460, app/assets/stylesheets/icons.css */
.ri-douban-fill:before {
  content: "\ec4f";
}

/* line 44464, app/assets/stylesheets/icons.css */
.ri-douban-line:before {
  content: "\ec50";
}

/* line 44468, app/assets/stylesheets/icons.css */
.ri-double-quotes-l:before {
  content: "\ec51";
}

/* line 44472, app/assets/stylesheets/icons.css */
.ri-double-quotes-r:before {
  content: "\ec52";
}

/* line 44476, app/assets/stylesheets/icons.css */
.ri-download-2-fill:before {
  content: "\ec53";
}

/* line 44480, app/assets/stylesheets/icons.css */
.ri-download-2-line:before {
  content: "\ec54";
}

/* line 44484, app/assets/stylesheets/icons.css */
.ri-download-cloud-2-fill:before {
  content: "\ec55";
}

/* line 44488, app/assets/stylesheets/icons.css */
.ri-download-cloud-2-line:before {
  content: "\ec56";
}

/* line 44492, app/assets/stylesheets/icons.css */
.ri-download-cloud-fill:before {
  content: "\ec57";
}

/* line 44496, app/assets/stylesheets/icons.css */
.ri-download-cloud-line:before {
  content: "\ec58";
}

/* line 44500, app/assets/stylesheets/icons.css */
.ri-download-fill:before {
  content: "\ec59";
}

/* line 44504, app/assets/stylesheets/icons.css */
.ri-download-line:before {
  content: "\ec5a";
}

/* line 44508, app/assets/stylesheets/icons.css */
.ri-draft-fill:before {
  content: "\ec5b";
}

/* line 44512, app/assets/stylesheets/icons.css */
.ri-draft-line:before {
  content: "\ec5c";
}

/* line 44516, app/assets/stylesheets/icons.css */
.ri-drag-drop-fill:before {
  content: "\ec5d";
}

/* line 44520, app/assets/stylesheets/icons.css */
.ri-drag-drop-line:before {
  content: "\ec5e";
}

/* line 44524, app/assets/stylesheets/icons.css */
.ri-drag-move-2-fill:before {
  content: "\ec5f";
}

/* line 44528, app/assets/stylesheets/icons.css */
.ri-drag-move-2-line:before {
  content: "\ec60";
}

/* line 44532, app/assets/stylesheets/icons.css */
.ri-drag-move-fill:before {
  content: "\ec61";
}

/* line 44536, app/assets/stylesheets/icons.css */
.ri-drag-move-line:before {
  content: "\ec62";
}

/* line 44540, app/assets/stylesheets/icons.css */
.ri-dribbble-fill:before {
  content: "\ec63";
}

/* line 44544, app/assets/stylesheets/icons.css */
.ri-dribbble-line:before {
  content: "\ec64";
}

/* line 44548, app/assets/stylesheets/icons.css */
.ri-drive-fill:before {
  content: "\ec65";
}

/* line 44552, app/assets/stylesheets/icons.css */
.ri-drive-line:before {
  content: "\ec66";
}

/* line 44556, app/assets/stylesheets/icons.css */
.ri-drizzle-fill:before {
  content: "\ec67";
}

/* line 44560, app/assets/stylesheets/icons.css */
.ri-drizzle-line:before {
  content: "\ec68";
}

/* line 44564, app/assets/stylesheets/icons.css */
.ri-drop-fill:before {
  content: "\ec69";
}

/* line 44568, app/assets/stylesheets/icons.css */
.ri-drop-line:before {
  content: "\ec6a";
}

/* line 44572, app/assets/stylesheets/icons.css */
.ri-dropbox-fill:before {
  content: "\ec6b";
}

/* line 44576, app/assets/stylesheets/icons.css */
.ri-dropbox-line:before {
  content: "\ec6c";
}

/* line 44580, app/assets/stylesheets/icons.css */
.ri-dual-sim-1-fill:before {
  content: "\ec6d";
}

/* line 44584, app/assets/stylesheets/icons.css */
.ri-dual-sim-1-line:before {
  content: "\ec6e";
}

/* line 44588, app/assets/stylesheets/icons.css */
.ri-dual-sim-2-fill:before {
  content: "\ec6f";
}

/* line 44592, app/assets/stylesheets/icons.css */
.ri-dual-sim-2-line:before {
  content: "\ec70";
}

/* line 44596, app/assets/stylesheets/icons.css */
.ri-dv-fill:before {
  content: "\ec71";
}

/* line 44600, app/assets/stylesheets/icons.css */
.ri-dv-line:before {
  content: "\ec72";
}

/* line 44604, app/assets/stylesheets/icons.css */
.ri-dvd-fill:before {
  content: "\ec73";
}

/* line 44608, app/assets/stylesheets/icons.css */
.ri-dvd-line:before {
  content: "\ec74";
}

/* line 44612, app/assets/stylesheets/icons.css */
.ri-e-bike-2-fill:before {
  content: "\ec75";
}

/* line 44616, app/assets/stylesheets/icons.css */
.ri-e-bike-2-line:before {
  content: "\ec76";
}

/* line 44620, app/assets/stylesheets/icons.css */
.ri-e-bike-fill:before {
  content: "\ec77";
}

/* line 44624, app/assets/stylesheets/icons.css */
.ri-e-bike-line:before {
  content: "\ec78";
}

/* line 44628, app/assets/stylesheets/icons.css */
.ri-earth-fill:before {
  content: "\ec79";
}

/* line 44632, app/assets/stylesheets/icons.css */
.ri-earth-line:before {
  content: "\ec7a";
}

/* line 44636, app/assets/stylesheets/icons.css */
.ri-earthquake-fill:before {
  content: "\ec7b";
}

/* line 44640, app/assets/stylesheets/icons.css */
.ri-earthquake-line:before {
  content: "\ec7c";
}

/* line 44644, app/assets/stylesheets/icons.css */
.ri-edge-fill:before {
  content: "\ec7d";
}

/* line 44648, app/assets/stylesheets/icons.css */
.ri-edge-line:before {
  content: "\ec7e";
}

/* line 44652, app/assets/stylesheets/icons.css */
.ri-edit-2-fill:before {
  content: "\ec7f";
}

/* line 44656, app/assets/stylesheets/icons.css */
.ri-edit-2-line:before {
  content: "\ec80";
}

/* line 44660, app/assets/stylesheets/icons.css */
.ri-edit-box-fill:before {
  content: "\ec81";
}

/* line 44664, app/assets/stylesheets/icons.css */
.ri-edit-box-line:before {
  content: "\ec82";
}

/* line 44668, app/assets/stylesheets/icons.css */
.ri-edit-circle-fill:before {
  content: "\ec83";
}

/* line 44672, app/assets/stylesheets/icons.css */
.ri-edit-circle-line:before {
  content: "\ec84";
}

/* line 44676, app/assets/stylesheets/icons.css */
.ri-edit-fill:before {
  content: "\ec85";
}

/* line 44680, app/assets/stylesheets/icons.css */
.ri-edit-line:before {
  content: "\ec86";
}

/* line 44684, app/assets/stylesheets/icons.css */
.ri-eject-fill:before {
  content: "\ec87";
}

/* line 44688, app/assets/stylesheets/icons.css */
.ri-eject-line:before {
  content: "\ec88";
}

/* line 44692, app/assets/stylesheets/icons.css */
.ri-emotion-2-fill:before {
  content: "\ec89";
}

/* line 44696, app/assets/stylesheets/icons.css */
.ri-emotion-2-line:before {
  content: "\ec8a";
}

/* line 44700, app/assets/stylesheets/icons.css */
.ri-emotion-fill:before {
  content: "\ec8b";
}

/* line 44704, app/assets/stylesheets/icons.css */
.ri-emotion-happy-fill:before {
  content: "\ec8c";
}

/* line 44708, app/assets/stylesheets/icons.css */
.ri-emotion-happy-line:before {
  content: "\ec8d";
}

/* line 44712, app/assets/stylesheets/icons.css */
.ri-emotion-laugh-fill:before {
  content: "\ec8e";
}

/* line 44716, app/assets/stylesheets/icons.css */
.ri-emotion-laugh-line:before {
  content: "\ec8f";
}

/* line 44720, app/assets/stylesheets/icons.css */
.ri-emotion-line:before {
  content: "\ec90";
}

/* line 44724, app/assets/stylesheets/icons.css */
.ri-emotion-normal-fill:before {
  content: "\ec91";
}

/* line 44728, app/assets/stylesheets/icons.css */
.ri-emotion-normal-line:before {
  content: "\ec92";
}

/* line 44732, app/assets/stylesheets/icons.css */
.ri-emotion-sad-fill:before {
  content: "\ec93";
}

/* line 44736, app/assets/stylesheets/icons.css */
.ri-emotion-sad-line:before {
  content: "\ec94";
}

/* line 44740, app/assets/stylesheets/icons.css */
.ri-emotion-unhappy-fill:before {
  content: "\ec95";
}

/* line 44744, app/assets/stylesheets/icons.css */
.ri-emotion-unhappy-line:before {
  content: "\ec96";
}

/* line 44748, app/assets/stylesheets/icons.css */
.ri-empathize-fill:before {
  content: "\ec97";
}

/* line 44752, app/assets/stylesheets/icons.css */
.ri-empathize-line:before {
  content: "\ec98";
}

/* line 44756, app/assets/stylesheets/icons.css */
.ri-emphasis-cn:before {
  content: "\ec99";
}

/* line 44760, app/assets/stylesheets/icons.css */
.ri-emphasis:before {
  content: "\ec9a";
}

/* line 44764, app/assets/stylesheets/icons.css */
.ri-english-input:before {
  content: "\ec9b";
}

/* line 44768, app/assets/stylesheets/icons.css */
.ri-equalizer-fill:before {
  content: "\ec9c";
}

/* line 44772, app/assets/stylesheets/icons.css */
.ri-equalizer-line:before {
  content: "\ec9d";
}

/* line 44776, app/assets/stylesheets/icons.css */
.ri-eraser-fill:before {
  content: "\ec9e";
}

/* line 44780, app/assets/stylesheets/icons.css */
.ri-eraser-line:before {
  content: "\ec9f";
}

/* line 44784, app/assets/stylesheets/icons.css */
.ri-error-warning-fill:before {
  content: "\eca0";
}

/* line 44788, app/assets/stylesheets/icons.css */
.ri-error-warning-line:before {
  content: "\eca1";
}

/* line 44792, app/assets/stylesheets/icons.css */
.ri-evernote-fill:before {
  content: "\eca2";
}

/* line 44796, app/assets/stylesheets/icons.css */
.ri-evernote-line:before {
  content: "\eca3";
}

/* line 44800, app/assets/stylesheets/icons.css */
.ri-exchange-box-fill:before {
  content: "\eca4";
}

/* line 44804, app/assets/stylesheets/icons.css */
.ri-exchange-box-line:before {
  content: "\eca5";
}

/* line 44808, app/assets/stylesheets/icons.css */
.ri-exchange-cny-fill:before {
  content: "\eca6";
}

/* line 44812, app/assets/stylesheets/icons.css */
.ri-exchange-cny-line:before {
  content: "\eca7";
}

/* line 44816, app/assets/stylesheets/icons.css */
.ri-exchange-dollar-fill:before {
  content: "\eca8";
}

/* line 44820, app/assets/stylesheets/icons.css */
.ri-exchange-dollar-line:before {
  content: "\eca9";
}

/* line 44824, app/assets/stylesheets/icons.css */
.ri-exchange-fill:before {
  content: "\ecaa";
}

/* line 44828, app/assets/stylesheets/icons.css */
.ri-exchange-funds-fill:before {
  content: "\ecab";
}

/* line 44832, app/assets/stylesheets/icons.css */
.ri-exchange-funds-line:before {
  content: "\ecac";
}

/* line 44836, app/assets/stylesheets/icons.css */
.ri-exchange-line:before {
  content: "\ecad";
}

/* line 44840, app/assets/stylesheets/icons.css */
.ri-external-link-fill:before {
  content: "\ecae";
}

/* line 44844, app/assets/stylesheets/icons.css */
.ri-external-link-line:before {
  content: "\ecaf";
}

/* line 44848, app/assets/stylesheets/icons.css */
.ri-eye-2-fill:before {
  content: "\ecb0";
}

/* line 44852, app/assets/stylesheets/icons.css */
.ri-eye-2-line:before {
  content: "\ecb1";
}

/* line 44856, app/assets/stylesheets/icons.css */
.ri-eye-close-fill:before {
  content: "\ecb2";
}

/* line 44860, app/assets/stylesheets/icons.css */
.ri-eye-close-line:before {
  content: "\ecb3";
}

/* line 44864, app/assets/stylesheets/icons.css */
.ri-eye-fill:before {
  content: "\ecb4";
}

/* line 44868, app/assets/stylesheets/icons.css */
.ri-eye-line:before {
  content: "\ecb5";
}

/* line 44872, app/assets/stylesheets/icons.css */
.ri-eye-off-fill:before {
  content: "\ecb6";
}

/* line 44876, app/assets/stylesheets/icons.css */
.ri-eye-off-line:before {
  content: "\ecb7";
}

/* line 44880, app/assets/stylesheets/icons.css */
.ri-facebook-box-fill:before {
  content: "\ecb8";
}

/* line 44884, app/assets/stylesheets/icons.css */
.ri-facebook-box-line:before {
  content: "\ecb9";
}

/* line 44888, app/assets/stylesheets/icons.css */
.ri-facebook-circle-fill:before {
  content: "\ecba";
}

/* line 44892, app/assets/stylesheets/icons.css */
.ri-facebook-circle-line:before {
  content: "\ecbb";
}

/* line 44896, app/assets/stylesheets/icons.css */
.ri-facebook-fill:before {
  content: "\ecbc";
}

/* line 44900, app/assets/stylesheets/icons.css */
.ri-facebook-line:before {
  content: "\ecbd";
}

/* line 44904, app/assets/stylesheets/icons.css */
.ri-fahrenheit-fill:before {
  content: "\ecbe";
}

/* line 44908, app/assets/stylesheets/icons.css */
.ri-fahrenheit-line:before {
  content: "\ecbf";
}

/* line 44912, app/assets/stylesheets/icons.css */
.ri-feedback-fill:before {
  content: "\ecc0";
}

/* line 44916, app/assets/stylesheets/icons.css */
.ri-feedback-line:before {
  content: "\ecc1";
}

/* line 44920, app/assets/stylesheets/icons.css */
.ri-file-2-fill:before {
  content: "\ecc2";
}

/* line 44924, app/assets/stylesheets/icons.css */
.ri-file-2-line:before {
  content: "\ecc3";
}

/* line 44928, app/assets/stylesheets/icons.css */
.ri-file-3-fill:before {
  content: "\ecc4";
}

/* line 44932, app/assets/stylesheets/icons.css */
.ri-file-3-line:before {
  content: "\ecc5";
}

/* line 44936, app/assets/stylesheets/icons.css */
.ri-file-4-fill:before {
  content: "\ecc6";
}

/* line 44940, app/assets/stylesheets/icons.css */
.ri-file-4-line:before {
  content: "\ecc7";
}

/* line 44944, app/assets/stylesheets/icons.css */
.ri-file-add-fill:before {
  content: "\ecc8";
}

/* line 44948, app/assets/stylesheets/icons.css */
.ri-file-add-line:before {
  content: "\ecc9";
}

/* line 44952, app/assets/stylesheets/icons.css */
.ri-file-chart-2-fill:before {
  content: "\ecca";
}

/* line 44956, app/assets/stylesheets/icons.css */
.ri-file-chart-2-line:before {
  content: "\eccb";
}

/* line 44960, app/assets/stylesheets/icons.css */
.ri-file-chart-fill:before {
  content: "\eccc";
}

/* line 44964, app/assets/stylesheets/icons.css */
.ri-file-chart-line:before {
  content: "\eccd";
}

/* line 44968, app/assets/stylesheets/icons.css */
.ri-file-cloud-fill:before {
  content: "\ecce";
}

/* line 44972, app/assets/stylesheets/icons.css */
.ri-file-cloud-line:before {
  content: "\eccf";
}

/* line 44976, app/assets/stylesheets/icons.css */
.ri-file-code-fill:before {
  content: "\ecd0";
}

/* line 44980, app/assets/stylesheets/icons.css */
.ri-file-code-line:before {
  content: "\ecd1";
}

/* line 44984, app/assets/stylesheets/icons.css */
.ri-file-copy-2-fill:before {
  content: "\ecd2";
}

/* line 44988, app/assets/stylesheets/icons.css */
.ri-file-copy-2-line:before {
  content: "\ecd3";
}

/* line 44992, app/assets/stylesheets/icons.css */
.ri-file-copy-fill:before {
  content: "\ecd4";
}

/* line 44996, app/assets/stylesheets/icons.css */
.ri-file-copy-line:before {
  content: "\ecd5";
}

/* line 45000, app/assets/stylesheets/icons.css */
.ri-file-damage-fill:before {
  content: "\ecd6";
}

/* line 45004, app/assets/stylesheets/icons.css */
.ri-file-damage-line:before {
  content: "\ecd7";
}

/* line 45008, app/assets/stylesheets/icons.css */
.ri-file-download-fill:before {
  content: "\ecd8";
}

/* line 45012, app/assets/stylesheets/icons.css */
.ri-file-download-line:before {
  content: "\ecd9";
}

/* line 45016, app/assets/stylesheets/icons.css */
.ri-file-edit-fill:before {
  content: "\ecda";
}

/* line 45020, app/assets/stylesheets/icons.css */
.ri-file-edit-line:before {
  content: "\ecdb";
}

/* line 45024, app/assets/stylesheets/icons.css */
.ri-file-excel-2-fill:before {
  content: "\ecdc";
}

/* line 45028, app/assets/stylesheets/icons.css */
.ri-file-excel-2-line:before {
  content: "\ecdd";
}

/* line 45032, app/assets/stylesheets/icons.css */
.ri-file-excel-fill:before {
  content: "\ecde";
}

/* line 45036, app/assets/stylesheets/icons.css */
.ri-file-excel-line:before {
  content: "\ecdf";
}

/* line 45040, app/assets/stylesheets/icons.css */
.ri-file-fill:before {
  content: "\ece0";
}

/* line 45044, app/assets/stylesheets/icons.css */
.ri-file-forbid-fill:before {
  content: "\ece1";
}

/* line 45048, app/assets/stylesheets/icons.css */
.ri-file-forbid-line:before {
  content: "\ece2";
}

/* line 45052, app/assets/stylesheets/icons.css */
.ri-file-gif-fill:before {
  content: "\ece3";
}

/* line 45056, app/assets/stylesheets/icons.css */
.ri-file-gif-line:before {
  content: "\ece4";
}

/* line 45060, app/assets/stylesheets/icons.css */
.ri-file-history-fill:before {
  content: "\ece5";
}

/* line 45064, app/assets/stylesheets/icons.css */
.ri-file-history-line:before {
  content: "\ece6";
}

/* line 45068, app/assets/stylesheets/icons.css */
.ri-file-hwp-fill:before {
  content: "\ece7";
}

/* line 45072, app/assets/stylesheets/icons.css */
.ri-file-hwp-line:before {
  content: "\ece8";
}

/* line 45076, app/assets/stylesheets/icons.css */
.ri-file-info-fill:before {
  content: "\ece9";
}

/* line 45080, app/assets/stylesheets/icons.css */
.ri-file-info-line:before {
  content: "\ecea";
}

/* line 45084, app/assets/stylesheets/icons.css */
.ri-file-line:before {
  content: "\eceb";
}

/* line 45088, app/assets/stylesheets/icons.css */
.ri-file-list-2-fill:before {
  content: "\ecec";
}

/* line 45092, app/assets/stylesheets/icons.css */
.ri-file-list-2-line:before {
  content: "\eced";
}

/* line 45096, app/assets/stylesheets/icons.css */
.ri-file-list-3-fill:before {
  content: "\ecee";
}

/* line 45100, app/assets/stylesheets/icons.css */
.ri-file-list-3-line:before {
  content: "\ecef";
}

/* line 45104, app/assets/stylesheets/icons.css */
.ri-file-list-fill:before {
  content: "\ecf0";
}

/* line 45108, app/assets/stylesheets/icons.css */
.ri-file-list-line:before {
  content: "\ecf1";
}

/* line 45112, app/assets/stylesheets/icons.css */
.ri-file-lock-fill:before {
  content: "\ecf2";
}

/* line 45116, app/assets/stylesheets/icons.css */
.ri-file-lock-line:before {
  content: "\ecf3";
}

/* line 45120, app/assets/stylesheets/icons.css */
.ri-file-mark-fill:before {
  content: "\ecf4";
}

/* line 45124, app/assets/stylesheets/icons.css */
.ri-file-mark-line:before {
  content: "\ecf5";
}

/* line 45128, app/assets/stylesheets/icons.css */
.ri-file-music-fill:before {
  content: "\ecf6";
}

/* line 45132, app/assets/stylesheets/icons.css */
.ri-file-music-line:before {
  content: "\ecf7";
}

/* line 45136, app/assets/stylesheets/icons.css */
.ri-file-paper-2-fill:before {
  content: "\ecf8";
}

/* line 45140, app/assets/stylesheets/icons.css */
.ri-file-paper-2-line:before {
  content: "\ecf9";
}

/* line 45144, app/assets/stylesheets/icons.css */
.ri-file-paper-fill:before {
  content: "\ecfa";
}

/* line 45148, app/assets/stylesheets/icons.css */
.ri-file-paper-line:before {
  content: "\ecfb";
}

/* line 45152, app/assets/stylesheets/icons.css */
.ri-file-pdf-fill:before {
  content: "\ecfc";
}

/* line 45156, app/assets/stylesheets/icons.css */
.ri-file-pdf-line:before {
  content: "\ecfd";
}

/* line 45160, app/assets/stylesheets/icons.css */
.ri-file-ppt-2-fill:before {
  content: "\ecfe";
}

/* line 45164, app/assets/stylesheets/icons.css */
.ri-file-ppt-2-line:before {
  content: "\ecff";
}

/* line 45168, app/assets/stylesheets/icons.css */
.ri-file-ppt-fill:before {
  content: "\ed00";
}

/* line 45172, app/assets/stylesheets/icons.css */
.ri-file-ppt-line:before {
  content: "\ed01";
}

/* line 45176, app/assets/stylesheets/icons.css */
.ri-file-reduce-fill:before {
  content: "\ed02";
}

/* line 45180, app/assets/stylesheets/icons.css */
.ri-file-reduce-line:before {
  content: "\ed03";
}

/* line 45184, app/assets/stylesheets/icons.css */
.ri-file-search-fill:before {
  content: "\ed04";
}

/* line 45188, app/assets/stylesheets/icons.css */
.ri-file-search-line:before {
  content: "\ed05";
}

/* line 45192, app/assets/stylesheets/icons.css */
.ri-file-settings-fill:before {
  content: "\ed06";
}

/* line 45196, app/assets/stylesheets/icons.css */
.ri-file-settings-line:before {
  content: "\ed07";
}

/* line 45200, app/assets/stylesheets/icons.css */
.ri-file-shield-2-fill:before {
  content: "\ed08";
}

/* line 45204, app/assets/stylesheets/icons.css */
.ri-file-shield-2-line:before {
  content: "\ed09";
}

/* line 45208, app/assets/stylesheets/icons.css */
.ri-file-shield-fill:before {
  content: "\ed0a";
}

/* line 45212, app/assets/stylesheets/icons.css */
.ri-file-shield-line:before {
  content: "\ed0b";
}

/* line 45216, app/assets/stylesheets/icons.css */
.ri-file-shred-fill:before {
  content: "\ed0c";
}

/* line 45220, app/assets/stylesheets/icons.css */
.ri-file-shred-line:before {
  content: "\ed0d";
}

/* line 45224, app/assets/stylesheets/icons.css */
.ri-file-text-fill:before {
  content: "\ed0e";
}

/* line 45228, app/assets/stylesheets/icons.css */
.ri-file-text-line:before {
  content: "\ed0f";
}

/* line 45232, app/assets/stylesheets/icons.css */
.ri-file-transfer-fill:before {
  content: "\ed10";
}

/* line 45236, app/assets/stylesheets/icons.css */
.ri-file-transfer-line:before {
  content: "\ed11";
}

/* line 45240, app/assets/stylesheets/icons.css */
.ri-file-unknow-fill:before {
  content: "\ed12";
}

/* line 45244, app/assets/stylesheets/icons.css */
.ri-file-unknow-line:before {
  content: "\ed13";
}

/* line 45248, app/assets/stylesheets/icons.css */
.ri-file-upload-fill:before {
  content: "\ed14";
}

/* line 45252, app/assets/stylesheets/icons.css */
.ri-file-upload-line:before {
  content: "\ed15";
}

/* line 45256, app/assets/stylesheets/icons.css */
.ri-file-user-fill:before {
  content: "\ed16";
}

/* line 45260, app/assets/stylesheets/icons.css */
.ri-file-user-line:before {
  content: "\ed17";
}

/* line 45264, app/assets/stylesheets/icons.css */
.ri-file-warning-fill:before {
  content: "\ed18";
}

/* line 45268, app/assets/stylesheets/icons.css */
.ri-file-warning-line:before {
  content: "\ed19";
}

/* line 45272, app/assets/stylesheets/icons.css */
.ri-file-word-2-fill:before {
  content: "\ed1a";
}

/* line 45276, app/assets/stylesheets/icons.css */
.ri-file-word-2-line:before {
  content: "\ed1b";
}

/* line 45280, app/assets/stylesheets/icons.css */
.ri-file-word-fill:before {
  content: "\ed1c";
}

/* line 45284, app/assets/stylesheets/icons.css */
.ri-file-word-line:before {
  content: "\ed1d";
}

/* line 45288, app/assets/stylesheets/icons.css */
.ri-file-zip-fill:before {
  content: "\ed1e";
}

/* line 45292, app/assets/stylesheets/icons.css */
.ri-file-zip-line:before {
  content: "\ed1f";
}

/* line 45296, app/assets/stylesheets/icons.css */
.ri-film-fill:before {
  content: "\ed20";
}

/* line 45300, app/assets/stylesheets/icons.css */
.ri-film-line:before {
  content: "\ed21";
}

/* line 45304, app/assets/stylesheets/icons.css */
.ri-filter-2-fill:before {
  content: "\ed22";
}

/* line 45308, app/assets/stylesheets/icons.css */
.ri-filter-2-line:before {
  content: "\ed23";
}

/* line 45312, app/assets/stylesheets/icons.css */
.ri-filter-3-fill:before {
  content: "\ed24";
}

/* line 45316, app/assets/stylesheets/icons.css */
.ri-filter-3-line:before {
  content: "\ed25";
}

/* line 45320, app/assets/stylesheets/icons.css */
.ri-filter-fill:before {
  content: "\ed26";
}

/* line 45324, app/assets/stylesheets/icons.css */
.ri-filter-line:before {
  content: "\ed27";
}

/* line 45328, app/assets/stylesheets/icons.css */
.ri-filter-off-fill:before {
  content: "\ed28";
}

/* line 45332, app/assets/stylesheets/icons.css */
.ri-filter-off-line:before {
  content: "\ed29";
}

/* line 45336, app/assets/stylesheets/icons.css */
.ri-find-replace-fill:before {
  content: "\ed2a";
}

/* line 45340, app/assets/stylesheets/icons.css */
.ri-find-replace-line:before {
  content: "\ed2b";
}

/* line 45344, app/assets/stylesheets/icons.css */
.ri-finder-fill:before {
  content: "\ed2c";
}

/* line 45348, app/assets/stylesheets/icons.css */
.ri-finder-line:before {
  content: "\ed2d";
}

/* line 45352, app/assets/stylesheets/icons.css */
.ri-fingerprint-2-fill:before {
  content: "\ed2e";
}

/* line 45356, app/assets/stylesheets/icons.css */
.ri-fingerprint-2-line:before {
  content: "\ed2f";
}

/* line 45360, app/assets/stylesheets/icons.css */
.ri-fingerprint-fill:before {
  content: "\ed30";
}

/* line 45364, app/assets/stylesheets/icons.css */
.ri-fingerprint-line:before {
  content: "\ed31";
}

/* line 45368, app/assets/stylesheets/icons.css */
.ri-fire-fill:before {
  content: "\ed32";
}

/* line 45372, app/assets/stylesheets/icons.css */
.ri-fire-line:before {
  content: "\ed33";
}

/* line 45376, app/assets/stylesheets/icons.css */
.ri-firefox-fill:before {
  content: "\ed34";
}

/* line 45380, app/assets/stylesheets/icons.css */
.ri-firefox-line:before {
  content: "\ed35";
}

/* line 45384, app/assets/stylesheets/icons.css */
.ri-first-aid-kit-fill:before {
  content: "\ed36";
}

/* line 45388, app/assets/stylesheets/icons.css */
.ri-first-aid-kit-line:before {
  content: "\ed37";
}

/* line 45392, app/assets/stylesheets/icons.css */
.ri-flag-2-fill:before {
  content: "\ed38";
}

/* line 45396, app/assets/stylesheets/icons.css */
.ri-flag-2-line:before {
  content: "\ed39";
}

/* line 45400, app/assets/stylesheets/icons.css */
.ri-flag-fill:before {
  content: "\ed3a";
}

/* line 45404, app/assets/stylesheets/icons.css */
.ri-flag-line:before {
  content: "\ed3b";
}

/* line 45408, app/assets/stylesheets/icons.css */
.ri-flashlight-fill:before {
  content: "\ed3c";
}

/* line 45412, app/assets/stylesheets/icons.css */
.ri-flashlight-line:before {
  content: "\ed3d";
}

/* line 45416, app/assets/stylesheets/icons.css */
.ri-flask-fill:before {
  content: "\ed3e";
}

/* line 45420, app/assets/stylesheets/icons.css */
.ri-flask-line:before {
  content: "\ed3f";
}

/* line 45424, app/assets/stylesheets/icons.css */
.ri-flight-land-fill:before {
  content: "\ed40";
}

/* line 45428, app/assets/stylesheets/icons.css */
.ri-flight-land-line:before {
  content: "\ed41";
}

/* line 45432, app/assets/stylesheets/icons.css */
.ri-flight-takeoff-fill:before {
  content: "\ed42";
}

/* line 45436, app/assets/stylesheets/icons.css */
.ri-flight-takeoff-line:before {
  content: "\ed43";
}

/* line 45440, app/assets/stylesheets/icons.css */
.ri-flood-fill:before {
  content: "\ed44";
}

/* line 45444, app/assets/stylesheets/icons.css */
.ri-flood-line:before {
  content: "\ed45";
}

/* line 45448, app/assets/stylesheets/icons.css */
.ri-flow-chart:before {
  content: "\ed46";
}

/* line 45452, app/assets/stylesheets/icons.css */
.ri-flutter-fill:before {
  content: "\ed47";
}

/* line 45456, app/assets/stylesheets/icons.css */
.ri-flutter-line:before {
  content: "\ed48";
}

/* line 45460, app/assets/stylesheets/icons.css */
.ri-focus-2-fill:before {
  content: "\ed49";
}

/* line 45464, app/assets/stylesheets/icons.css */
.ri-focus-2-line:before {
  content: "\ed4a";
}

/* line 45468, app/assets/stylesheets/icons.css */
.ri-focus-3-fill:before {
  content: "\ed4b";
}

/* line 45472, app/assets/stylesheets/icons.css */
.ri-focus-3-line:before {
  content: "\ed4c";
}

/* line 45476, app/assets/stylesheets/icons.css */
.ri-focus-fill:before {
  content: "\ed4d";
}

/* line 45480, app/assets/stylesheets/icons.css */
.ri-focus-line:before {
  content: "\ed4e";
}

/* line 45484, app/assets/stylesheets/icons.css */
.ri-foggy-fill:before {
  content: "\ed4f";
}

/* line 45488, app/assets/stylesheets/icons.css */
.ri-foggy-line:before {
  content: "\ed50";
}

/* line 45492, app/assets/stylesheets/icons.css */
.ri-folder-2-fill:before {
  content: "\ed51";
}

/* line 45496, app/assets/stylesheets/icons.css */
.ri-folder-2-line:before {
  content: "\ed52";
}

/* line 45500, app/assets/stylesheets/icons.css */
.ri-folder-3-fill:before {
  content: "\ed53";
}

/* line 45504, app/assets/stylesheets/icons.css */
.ri-folder-3-line:before {
  content: "\ed54";
}

/* line 45508, app/assets/stylesheets/icons.css */
.ri-folder-4-fill:before {
  content: "\ed55";
}

/* line 45512, app/assets/stylesheets/icons.css */
.ri-folder-4-line:before {
  content: "\ed56";
}

/* line 45516, app/assets/stylesheets/icons.css */
.ri-folder-5-fill:before {
  content: "\ed57";
}

/* line 45520, app/assets/stylesheets/icons.css */
.ri-folder-5-line:before {
  content: "\ed58";
}

/* line 45524, app/assets/stylesheets/icons.css */
.ri-folder-add-fill:before {
  content: "\ed59";
}

/* line 45528, app/assets/stylesheets/icons.css */
.ri-folder-add-line:before {
  content: "\ed5a";
}

/* line 45532, app/assets/stylesheets/icons.css */
.ri-folder-chart-2-fill:before {
  content: "\ed5b";
}

/* line 45536, app/assets/stylesheets/icons.css */
.ri-folder-chart-2-line:before {
  content: "\ed5c";
}

/* line 45540, app/assets/stylesheets/icons.css */
.ri-folder-chart-fill:before {
  content: "\ed5d";
}

/* line 45544, app/assets/stylesheets/icons.css */
.ri-folder-chart-line:before {
  content: "\ed5e";
}

/* line 45548, app/assets/stylesheets/icons.css */
.ri-folder-download-fill:before {
  content: "\ed5f";
}

/* line 45552, app/assets/stylesheets/icons.css */
.ri-folder-download-line:before {
  content: "\ed60";
}

/* line 45556, app/assets/stylesheets/icons.css */
.ri-folder-fill:before {
  content: "\ed61";
}

/* line 45560, app/assets/stylesheets/icons.css */
.ri-folder-forbid-fill:before {
  content: "\ed62";
}

/* line 45564, app/assets/stylesheets/icons.css */
.ri-folder-forbid-line:before {
  content: "\ed63";
}

/* line 45568, app/assets/stylesheets/icons.css */
.ri-folder-history-fill:before {
  content: "\ed64";
}

/* line 45572, app/assets/stylesheets/icons.css */
.ri-folder-history-line:before {
  content: "\ed65";
}

/* line 45576, app/assets/stylesheets/icons.css */
.ri-folder-info-fill:before {
  content: "\ed66";
}

/* line 45580, app/assets/stylesheets/icons.css */
.ri-folder-info-line:before {
  content: "\ed67";
}

/* line 45584, app/assets/stylesheets/icons.css */
.ri-folder-keyhole-fill:before {
  content: "\ed68";
}

/* line 45588, app/assets/stylesheets/icons.css */
.ri-folder-keyhole-line:before {
  content: "\ed69";
}

/* line 45592, app/assets/stylesheets/icons.css */
.ri-folder-line:before {
  content: "\ed6a";
}

/* line 45596, app/assets/stylesheets/icons.css */
.ri-folder-lock-fill:before {
  content: "\ed6b";
}

/* line 45600, app/assets/stylesheets/icons.css */
.ri-folder-lock-line:before {
  content: "\ed6c";
}

/* line 45604, app/assets/stylesheets/icons.css */
.ri-folder-music-fill:before {
  content: "\ed6d";
}

/* line 45608, app/assets/stylesheets/icons.css */
.ri-folder-music-line:before {
  content: "\ed6e";
}

/* line 45612, app/assets/stylesheets/icons.css */
.ri-folder-open-fill:before {
  content: "\ed6f";
}

/* line 45616, app/assets/stylesheets/icons.css */
.ri-folder-open-line:before {
  content: "\ed70";
}

/* line 45620, app/assets/stylesheets/icons.css */
.ri-folder-received-fill:before {
  content: "\ed71";
}

/* line 45624, app/assets/stylesheets/icons.css */
.ri-folder-received-line:before {
  content: "\ed72";
}

/* line 45628, app/assets/stylesheets/icons.css */
.ri-folder-reduce-fill:before {
  content: "\ed73";
}

/* line 45632, app/assets/stylesheets/icons.css */
.ri-folder-reduce-line:before {
  content: "\ed74";
}

/* line 45636, app/assets/stylesheets/icons.css */
.ri-folder-settings-fill:before {
  content: "\ed75";
}

/* line 45640, app/assets/stylesheets/icons.css */
.ri-folder-settings-line:before {
  content: "\ed76";
}

/* line 45644, app/assets/stylesheets/icons.css */
.ri-folder-shared-fill:before {
  content: "\ed77";
}

/* line 45648, app/assets/stylesheets/icons.css */
.ri-folder-shared-line:before {
  content: "\ed78";
}

/* line 45652, app/assets/stylesheets/icons.css */
.ri-folder-shield-2-fill:before {
  content: "\ed79";
}

/* line 45656, app/assets/stylesheets/icons.css */
.ri-folder-shield-2-line:before {
  content: "\ed7a";
}

/* line 45660, app/assets/stylesheets/icons.css */
.ri-folder-shield-fill:before {
  content: "\ed7b";
}

/* line 45664, app/assets/stylesheets/icons.css */
.ri-folder-shield-line:before {
  content: "\ed7c";
}

/* line 45668, app/assets/stylesheets/icons.css */
.ri-folder-transfer-fill:before {
  content: "\ed7d";
}

/* line 45672, app/assets/stylesheets/icons.css */
.ri-folder-transfer-line:before {
  content: "\ed7e";
}

/* line 45676, app/assets/stylesheets/icons.css */
.ri-folder-unknow-fill:before {
  content: "\ed7f";
}

/* line 45680, app/assets/stylesheets/icons.css */
.ri-folder-unknow-line:before {
  content: "\ed80";
}

/* line 45684, app/assets/stylesheets/icons.css */
.ri-folder-upload-fill:before {
  content: "\ed81";
}

/* line 45688, app/assets/stylesheets/icons.css */
.ri-folder-upload-line:before {
  content: "\ed82";
}

/* line 45692, app/assets/stylesheets/icons.css */
.ri-folder-user-fill:before {
  content: "\ed83";
}

/* line 45696, app/assets/stylesheets/icons.css */
.ri-folder-user-line:before {
  content: "\ed84";
}

/* line 45700, app/assets/stylesheets/icons.css */
.ri-folder-warning-fill:before {
  content: "\ed85";
}

/* line 45704, app/assets/stylesheets/icons.css */
.ri-folder-warning-line:before {
  content: "\ed86";
}

/* line 45708, app/assets/stylesheets/icons.css */
.ri-folder-zip-fill:before {
  content: "\ed87";
}

/* line 45712, app/assets/stylesheets/icons.css */
.ri-folder-zip-line:before {
  content: "\ed88";
}

/* line 45716, app/assets/stylesheets/icons.css */
.ri-folders-fill:before {
  content: "\ed89";
}

/* line 45720, app/assets/stylesheets/icons.css */
.ri-folders-line:before {
  content: "\ed8a";
}

/* line 45724, app/assets/stylesheets/icons.css */
.ri-font-color:before {
  content: "\ed8b";
}

/* line 45728, app/assets/stylesheets/icons.css */
.ri-font-size-2:before {
  content: "\ed8c";
}

/* line 45732, app/assets/stylesheets/icons.css */
.ri-font-size:before {
  content: "\ed8d";
}

/* line 45736, app/assets/stylesheets/icons.css */
.ri-football-fill:before {
  content: "\ed8e";
}

/* line 45740, app/assets/stylesheets/icons.css */
.ri-football-line:before {
  content: "\ed8f";
}

/* line 45744, app/assets/stylesheets/icons.css */
.ri-footprint-fill:before {
  content: "\ed90";
}

/* line 45748, app/assets/stylesheets/icons.css */
.ri-footprint-line:before {
  content: "\ed91";
}

/* line 45752, app/assets/stylesheets/icons.css */
.ri-forbid-2-fill:before {
  content: "\ed92";
}

/* line 45756, app/assets/stylesheets/icons.css */
.ri-forbid-2-line:before {
  content: "\ed93";
}

/* line 45760, app/assets/stylesheets/icons.css */
.ri-forbid-fill:before {
  content: "\ed94";
}

/* line 45764, app/assets/stylesheets/icons.css */
.ri-forbid-line:before {
  content: "\ed95";
}

/* line 45768, app/assets/stylesheets/icons.css */
.ri-format-clear:before {
  content: "\ed96";
}

/* line 45772, app/assets/stylesheets/icons.css */
.ri-fridge-fill:before {
  content: "\ed97";
}

/* line 45776, app/assets/stylesheets/icons.css */
.ri-fridge-line:before {
  content: "\ed98";
}

/* line 45780, app/assets/stylesheets/icons.css */
.ri-fullscreen-exit-fill:before {
  content: "\ed99";
}

/* line 45784, app/assets/stylesheets/icons.css */
.ri-fullscreen-exit-line:before {
  content: "\ed9a";
}

/* line 45788, app/assets/stylesheets/icons.css */
.ri-fullscreen-fill:before {
  content: "\ed9b";
}

/* line 45792, app/assets/stylesheets/icons.css */
.ri-fullscreen-line:before {
  content: "\ed9c";
}

/* line 45796, app/assets/stylesheets/icons.css */
.ri-function-fill:before {
  content: "\ed9d";
}

/* line 45800, app/assets/stylesheets/icons.css */
.ri-function-line:before {
  content: "\ed9e";
}

/* line 45804, app/assets/stylesheets/icons.css */
.ri-functions:before {
  content: "\ed9f";
}

/* line 45808, app/assets/stylesheets/icons.css */
.ri-funds-box-fill:before {
  content: "\eda0";
}

/* line 45812, app/assets/stylesheets/icons.css */
.ri-funds-box-line:before {
  content: "\eda1";
}

/* line 45816, app/assets/stylesheets/icons.css */
.ri-funds-fill:before {
  content: "\eda2";
}

/* line 45820, app/assets/stylesheets/icons.css */
.ri-funds-line:before {
  content: "\eda3";
}

/* line 45824, app/assets/stylesheets/icons.css */
.ri-gallery-fill:before {
  content: "\eda4";
}

/* line 45828, app/assets/stylesheets/icons.css */
.ri-gallery-line:before {
  content: "\eda5";
}

/* line 45832, app/assets/stylesheets/icons.css */
.ri-gallery-upload-fill:before {
  content: "\eda6";
}

/* line 45836, app/assets/stylesheets/icons.css */
.ri-gallery-upload-line:before {
  content: "\eda7";
}

/* line 45840, app/assets/stylesheets/icons.css */
.ri-game-fill:before {
  content: "\eda8";
}

/* line 45844, app/assets/stylesheets/icons.css */
.ri-game-line:before {
  content: "\eda9";
}

/* line 45848, app/assets/stylesheets/icons.css */
.ri-gamepad-fill:before {
  content: "\edaa";
}

/* line 45852, app/assets/stylesheets/icons.css */
.ri-gamepad-line:before {
  content: "\edab";
}

/* line 45856, app/assets/stylesheets/icons.css */
.ri-gas-station-fill:before {
  content: "\edac";
}

/* line 45860, app/assets/stylesheets/icons.css */
.ri-gas-station-line:before {
  content: "\edad";
}

/* line 45864, app/assets/stylesheets/icons.css */
.ri-gatsby-fill:before {
  content: "\edae";
}

/* line 45868, app/assets/stylesheets/icons.css */
.ri-gatsby-line:before {
  content: "\edaf";
}

/* line 45872, app/assets/stylesheets/icons.css */
.ri-genderless-fill:before {
  content: "\edb0";
}

/* line 45876, app/assets/stylesheets/icons.css */
.ri-genderless-line:before {
  content: "\edb1";
}

/* line 45880, app/assets/stylesheets/icons.css */
.ri-ghost-2-fill:before {
  content: "\edb2";
}

/* line 45884, app/assets/stylesheets/icons.css */
.ri-ghost-2-line:before {
  content: "\edb3";
}

/* line 45888, app/assets/stylesheets/icons.css */
.ri-ghost-fill:before {
  content: "\edb4";
}

/* line 45892, app/assets/stylesheets/icons.css */
.ri-ghost-line:before {
  content: "\edb5";
}

/* line 45896, app/assets/stylesheets/icons.css */
.ri-ghost-smile-fill:before {
  content: "\edb6";
}

/* line 45900, app/assets/stylesheets/icons.css */
.ri-ghost-smile-line:before {
  content: "\edb7";
}

/* line 45904, app/assets/stylesheets/icons.css */
.ri-gift-2-fill:before {
  content: "\edb8";
}

/* line 45908, app/assets/stylesheets/icons.css */
.ri-gift-2-line:before {
  content: "\edb9";
}

/* line 45912, app/assets/stylesheets/icons.css */
.ri-gift-fill:before {
  content: "\edba";
}

/* line 45916, app/assets/stylesheets/icons.css */
.ri-gift-line:before {
  content: "\edbb";
}

/* line 45920, app/assets/stylesheets/icons.css */
.ri-git-branch-fill:before {
  content: "\edbc";
}

/* line 45924, app/assets/stylesheets/icons.css */
.ri-git-branch-line:before {
  content: "\edbd";
}

/* line 45928, app/assets/stylesheets/icons.css */
.ri-git-commit-fill:before {
  content: "\edbe";
}

/* line 45932, app/assets/stylesheets/icons.css */
.ri-git-commit-line:before {
  content: "\edbf";
}

/* line 45936, app/assets/stylesheets/icons.css */
.ri-git-merge-fill:before {
  content: "\edc0";
}

/* line 45940, app/assets/stylesheets/icons.css */
.ri-git-merge-line:before {
  content: "\edc1";
}

/* line 45944, app/assets/stylesheets/icons.css */
.ri-git-pull-request-fill:before {
  content: "\edc2";
}

/* line 45948, app/assets/stylesheets/icons.css */
.ri-git-pull-request-line:before {
  content: "\edc3";
}

/* line 45952, app/assets/stylesheets/icons.css */
.ri-git-repository-commits-fill:before {
  content: "\edc4";
}

/* line 45956, app/assets/stylesheets/icons.css */
.ri-git-repository-commits-line:before {
  content: "\edc5";
}

/* line 45960, app/assets/stylesheets/icons.css */
.ri-git-repository-fill:before {
  content: "\edc6";
}

/* line 45964, app/assets/stylesheets/icons.css */
.ri-git-repository-line:before {
  content: "\edc7";
}

/* line 45968, app/assets/stylesheets/icons.css */
.ri-git-repository-private-fill:before {
  content: "\edc8";
}

/* line 45972, app/assets/stylesheets/icons.css */
.ri-git-repository-private-line:before {
  content: "\edc9";
}

/* line 45976, app/assets/stylesheets/icons.css */
.ri-github-fill:before {
  content: "\edca";
}

/* line 45980, app/assets/stylesheets/icons.css */
.ri-github-line:before {
  content: "\edcb";
}

/* line 45984, app/assets/stylesheets/icons.css */
.ri-gitlab-fill:before {
  content: "\edcc";
}

/* line 45988, app/assets/stylesheets/icons.css */
.ri-gitlab-line:before {
  content: "\edcd";
}

/* line 45992, app/assets/stylesheets/icons.css */
.ri-global-fill:before {
  content: "\edce";
}

/* line 45996, app/assets/stylesheets/icons.css */
.ri-global-line:before {
  content: "\edcf";
}

/* line 46000, app/assets/stylesheets/icons.css */
.ri-globe-fill:before {
  content: "\edd0";
}

/* line 46004, app/assets/stylesheets/icons.css */
.ri-globe-line:before {
  content: "\edd1";
}

/* line 46008, app/assets/stylesheets/icons.css */
.ri-goblet-fill:before {
  content: "\edd2";
}

/* line 46012, app/assets/stylesheets/icons.css */
.ri-goblet-line:before {
  content: "\edd3";
}

/* line 46016, app/assets/stylesheets/icons.css */
.ri-google-fill:before {
  content: "\edd4";
}

/* line 46020, app/assets/stylesheets/icons.css */
.ri-google-line:before {
  content: "\edd5";
}

/* line 46024, app/assets/stylesheets/icons.css */
.ri-google-play-fill:before {
  content: "\edd6";
}

/* line 46028, app/assets/stylesheets/icons.css */
.ri-google-play-line:before {
  content: "\edd7";
}

/* line 46032, app/assets/stylesheets/icons.css */
.ri-government-fill:before {
  content: "\edd8";
}

/* line 46036, app/assets/stylesheets/icons.css */
.ri-government-line:before {
  content: "\edd9";
}

/* line 46040, app/assets/stylesheets/icons.css */
.ri-gps-fill:before {
  content: "\edda";
}

/* line 46044, app/assets/stylesheets/icons.css */
.ri-gps-line:before {
  content: "\eddb";
}

/* line 46048, app/assets/stylesheets/icons.css */
.ri-gradienter-fill:before {
  content: "\eddc";
}

/* line 46052, app/assets/stylesheets/icons.css */
.ri-gradienter-line:before {
  content: "\eddd";
}

/* line 46056, app/assets/stylesheets/icons.css */
.ri-grid-fill:before {
  content: "\edde";
}

/* line 46060, app/assets/stylesheets/icons.css */
.ri-grid-line:before {
  content: "\eddf";
}

/* line 46064, app/assets/stylesheets/icons.css */
.ri-group-2-fill:before {
  content: "\ede0";
}

/* line 46068, app/assets/stylesheets/icons.css */
.ri-group-2-line:before {
  content: "\ede1";
}

/* line 46072, app/assets/stylesheets/icons.css */
.ri-group-fill:before {
  content: "\ede2";
}

/* line 46076, app/assets/stylesheets/icons.css */
.ri-group-line:before {
  content: "\ede3";
}

/* line 46080, app/assets/stylesheets/icons.css */
.ri-guide-fill:before {
  content: "\ede4";
}

/* line 46084, app/assets/stylesheets/icons.css */
.ri-guide-line:before {
  content: "\ede5";
}

/* line 46088, app/assets/stylesheets/icons.css */
.ri-h-1:before {
  content: "\ede6";
}

/* line 46092, app/assets/stylesheets/icons.css */
.ri-h-2:before {
  content: "\ede7";
}

/* line 46096, app/assets/stylesheets/icons.css */
.ri-h-3:before {
  content: "\ede8";
}

/* line 46100, app/assets/stylesheets/icons.css */
.ri-h-4:before {
  content: "\ede9";
}

/* line 46104, app/assets/stylesheets/icons.css */
.ri-h-5:before {
  content: "\edea";
}

/* line 46108, app/assets/stylesheets/icons.css */
.ri-h-6:before {
  content: "\edeb";
}

/* line 46112, app/assets/stylesheets/icons.css */
.ri-hail-fill:before {
  content: "\edec";
}

/* line 46116, app/assets/stylesheets/icons.css */
.ri-hail-line:before {
  content: "\eded";
}

/* line 46120, app/assets/stylesheets/icons.css */
.ri-hammer-fill:before {
  content: "\edee";
}

/* line 46124, app/assets/stylesheets/icons.css */
.ri-hammer-line:before {
  content: "\edef";
}

/* line 46128, app/assets/stylesheets/icons.css */
.ri-hand-coin-fill:before {
  content: "\edf0";
}

/* line 46132, app/assets/stylesheets/icons.css */
.ri-hand-coin-line:before {
  content: "\edf1";
}

/* line 46136, app/assets/stylesheets/icons.css */
.ri-hand-heart-fill:before {
  content: "\edf2";
}

/* line 46140, app/assets/stylesheets/icons.css */
.ri-hand-heart-line:before {
  content: "\edf3";
}

/* line 46144, app/assets/stylesheets/icons.css */
.ri-hand-sanitizer-fill:before {
  content: "\edf4";
}

/* line 46148, app/assets/stylesheets/icons.css */
.ri-hand-sanitizer-line:before {
  content: "\edf5";
}

/* line 46152, app/assets/stylesheets/icons.css */
.ri-handbag-fill:before {
  content: "\edf6";
}

/* line 46156, app/assets/stylesheets/icons.css */
.ri-handbag-line:before {
  content: "\edf7";
}

/* line 46160, app/assets/stylesheets/icons.css */
.ri-hard-drive-2-fill:before {
  content: "\edf8";
}

/* line 46164, app/assets/stylesheets/icons.css */
.ri-hard-drive-2-line:before {
  content: "\edf9";
}

/* line 46168, app/assets/stylesheets/icons.css */
.ri-hard-drive-fill:before {
  content: "\edfa";
}

/* line 46172, app/assets/stylesheets/icons.css */
.ri-hard-drive-line:before {
  content: "\edfb";
}

/* line 46176, app/assets/stylesheets/icons.css */
.ri-hashtag:before {
  content: "\edfc";
}

/* line 46180, app/assets/stylesheets/icons.css */
.ri-haze-2-fill:before {
  content: "\edfd";
}

/* line 46184, app/assets/stylesheets/icons.css */
.ri-haze-2-line:before {
  content: "\edfe";
}

/* line 46188, app/assets/stylesheets/icons.css */
.ri-haze-fill:before {
  content: "\edff";
}

/* line 46192, app/assets/stylesheets/icons.css */
.ri-haze-line:before {
  content: "\ee00";
}

/* line 46196, app/assets/stylesheets/icons.css */
.ri-hd-fill:before {
  content: "\ee01";
}

/* line 46200, app/assets/stylesheets/icons.css */
.ri-hd-line:before {
  content: "\ee02";
}

/* line 46204, app/assets/stylesheets/icons.css */
.ri-heading:before {
  content: "\ee03";
}

/* line 46208, app/assets/stylesheets/icons.css */
.ri-headphone-fill:before {
  content: "\ee04";
}

/* line 46212, app/assets/stylesheets/icons.css */
.ri-headphone-line:before {
  content: "\ee05";
}

/* line 46216, app/assets/stylesheets/icons.css */
.ri-health-book-fill:before {
  content: "\ee06";
}

/* line 46220, app/assets/stylesheets/icons.css */
.ri-health-book-line:before {
  content: "\ee07";
}

/* line 46224, app/assets/stylesheets/icons.css */
.ri-heart-2-fill:before {
  content: "\ee08";
}

/* line 46228, app/assets/stylesheets/icons.css */
.ri-heart-2-line:before {
  content: "\ee09";
}

/* line 46232, app/assets/stylesheets/icons.css */
.ri-heart-3-fill:before {
  content: "\ee0a";
}

/* line 46236, app/assets/stylesheets/icons.css */
.ri-heart-3-line:before {
  content: "\ee0b";
}

/* line 46240, app/assets/stylesheets/icons.css */
.ri-heart-add-fill:before {
  content: "\ee0c";
}

/* line 46244, app/assets/stylesheets/icons.css */
.ri-heart-add-line:before {
  content: "\ee0d";
}

/* line 46248, app/assets/stylesheets/icons.css */
.ri-heart-fill:before {
  content: "\ee0e";
}

/* line 46252, app/assets/stylesheets/icons.css */
.ri-heart-line:before {
  content: "\ee0f";
}

/* line 46256, app/assets/stylesheets/icons.css */
.ri-heart-pulse-fill:before {
  content: "\ee10";
}

/* line 46260, app/assets/stylesheets/icons.css */
.ri-heart-pulse-line:before {
  content: "\ee11";
}

/* line 46264, app/assets/stylesheets/icons.css */
.ri-hearts-fill:before {
  content: "\ee12";
}

/* line 46268, app/assets/stylesheets/icons.css */
.ri-hearts-line:before {
  content: "\ee13";
}

/* line 46272, app/assets/stylesheets/icons.css */
.ri-heavy-showers-fill:before {
  content: "\ee14";
}

/* line 46276, app/assets/stylesheets/icons.css */
.ri-heavy-showers-line:before {
  content: "\ee15";
}

/* line 46280, app/assets/stylesheets/icons.css */
.ri-history-fill:before {
  content: "\ee16";
}

/* line 46284, app/assets/stylesheets/icons.css */
.ri-history-line:before {
  content: "\ee17";
}

/* line 46288, app/assets/stylesheets/icons.css */
.ri-home-2-fill:before {
  content: "\ee18";
}

/* line 46292, app/assets/stylesheets/icons.css */
.ri-home-2-line:before {
  content: "\ee19";
}

/* line 46296, app/assets/stylesheets/icons.css */
.ri-home-3-fill:before {
  content: "\ee1a";
}

/* line 46300, app/assets/stylesheets/icons.css */
.ri-home-3-line:before {
  content: "\ee1b";
}

/* line 46304, app/assets/stylesheets/icons.css */
.ri-home-4-fill:before {
  content: "\ee1c";
}

/* line 46308, app/assets/stylesheets/icons.css */
.ri-home-4-line:before {
  content: "\ee1d";
}

/* line 46312, app/assets/stylesheets/icons.css */
.ri-home-5-fill:before {
  content: "\ee1e";
}

/* line 46316, app/assets/stylesheets/icons.css */
.ri-home-5-line:before {
  content: "\ee1f";
}

/* line 46320, app/assets/stylesheets/icons.css */
.ri-home-6-fill:before {
  content: "\ee20";
}

/* line 46324, app/assets/stylesheets/icons.css */
.ri-home-6-line:before {
  content: "\ee21";
}

/* line 46328, app/assets/stylesheets/icons.css */
.ri-home-7-fill:before {
  content: "\ee22";
}

/* line 46332, app/assets/stylesheets/icons.css */
.ri-home-7-line:before {
  content: "\ee23";
}

/* line 46336, app/assets/stylesheets/icons.css */
.ri-home-8-fill:before {
  content: "\ee24";
}

/* line 46340, app/assets/stylesheets/icons.css */
.ri-home-8-line:before {
  content: "\ee25";
}

/* line 46344, app/assets/stylesheets/icons.css */
.ri-home-fill:before {
  content: "\ee26";
}

/* line 46348, app/assets/stylesheets/icons.css */
.ri-home-gear-fill:before {
  content: "\ee27";
}

/* line 46352, app/assets/stylesheets/icons.css */
.ri-home-gear-line:before {
  content: "\ee28";
}

/* line 46356, app/assets/stylesheets/icons.css */
.ri-home-heart-fill:before {
  content: "\ee29";
}

/* line 46360, app/assets/stylesheets/icons.css */
.ri-home-heart-line:before {
  content: "\ee2a";
}

/* line 46364, app/assets/stylesheets/icons.css */
.ri-home-line:before {
  content: "\ee2b";
}

/* line 46368, app/assets/stylesheets/icons.css */
.ri-home-smile-2-fill:before {
  content: "\ee2c";
}

/* line 46372, app/assets/stylesheets/icons.css */
.ri-home-smile-2-line:before {
  content: "\ee2d";
}

/* line 46376, app/assets/stylesheets/icons.css */
.ri-home-smile-fill:before {
  content: "\ee2e";
}

/* line 46380, app/assets/stylesheets/icons.css */
.ri-home-smile-line:before {
  content: "\ee2f";
}

/* line 46384, app/assets/stylesheets/icons.css */
.ri-home-wifi-fill:before {
  content: "\ee30";
}

/* line 46388, app/assets/stylesheets/icons.css */
.ri-home-wifi-line:before {
  content: "\ee31";
}

/* line 46392, app/assets/stylesheets/icons.css */
.ri-honor-of-kings-fill:before {
  content: "\ee32";
}

/* line 46396, app/assets/stylesheets/icons.css */
.ri-honor-of-kings-line:before {
  content: "\ee33";
}

/* line 46400, app/assets/stylesheets/icons.css */
.ri-honour-fill:before {
  content: "\ee34";
}

/* line 46404, app/assets/stylesheets/icons.css */
.ri-honour-line:before {
  content: "\ee35";
}

/* line 46408, app/assets/stylesheets/icons.css */
.ri-hospital-fill:before {
  content: "\ee36";
}

/* line 46412, app/assets/stylesheets/icons.css */
.ri-hospital-line:before {
  content: "\ee37";
}

/* line 46416, app/assets/stylesheets/icons.css */
.ri-hotel-bed-fill:before {
  content: "\ee38";
}

/* line 46420, app/assets/stylesheets/icons.css */
.ri-hotel-bed-line:before {
  content: "\ee39";
}

/* line 46424, app/assets/stylesheets/icons.css */
.ri-hotel-fill:before {
  content: "\ee3a";
}

/* line 46428, app/assets/stylesheets/icons.css */
.ri-hotel-line:before {
  content: "\ee3b";
}

/* line 46432, app/assets/stylesheets/icons.css */
.ri-hotspot-fill:before {
  content: "\ee3c";
}

/* line 46436, app/assets/stylesheets/icons.css */
.ri-hotspot-line:before {
  content: "\ee3d";
}

/* line 46440, app/assets/stylesheets/icons.css */
.ri-hq-fill:before {
  content: "\ee3e";
}

/* line 46444, app/assets/stylesheets/icons.css */
.ri-hq-line:before {
  content: "\ee3f";
}

/* line 46448, app/assets/stylesheets/icons.css */
.ri-html5-fill:before {
  content: "\ee40";
}

/* line 46452, app/assets/stylesheets/icons.css */
.ri-html5-line:before {
  content: "\ee41";
}

/* line 46456, app/assets/stylesheets/icons.css */
.ri-ie-fill:before {
  content: "\ee42";
}

/* line 46460, app/assets/stylesheets/icons.css */
.ri-ie-line:before {
  content: "\ee43";
}

/* line 46464, app/assets/stylesheets/icons.css */
.ri-image-2-fill:before {
  content: "\ee44";
}

/* line 46468, app/assets/stylesheets/icons.css */
.ri-image-2-line:before {
  content: "\ee45";
}

/* line 46472, app/assets/stylesheets/icons.css */
.ri-image-add-fill:before {
  content: "\ee46";
}

/* line 46476, app/assets/stylesheets/icons.css */
.ri-image-add-line:before {
  content: "\ee47";
}

/* line 46480, app/assets/stylesheets/icons.css */
.ri-image-edit-fill:before {
  content: "\ee48";
}

/* line 46484, app/assets/stylesheets/icons.css */
.ri-image-edit-line:before {
  content: "\ee49";
}

/* line 46488, app/assets/stylesheets/icons.css */
.ri-image-fill:before {
  content: "\ee4a";
}

/* line 46492, app/assets/stylesheets/icons.css */
.ri-image-line:before {
  content: "\ee4b";
}

/* line 46496, app/assets/stylesheets/icons.css */
.ri-inbox-archive-fill:before {
  content: "\ee4c";
}

/* line 46500, app/assets/stylesheets/icons.css */
.ri-inbox-archive-line:before {
  content: "\ee4d";
}

/* line 46504, app/assets/stylesheets/icons.css */
.ri-inbox-fill:before {
  content: "\ee4e";
}

/* line 46508, app/assets/stylesheets/icons.css */
.ri-inbox-line:before {
  content: "\ee4f";
}

/* line 46512, app/assets/stylesheets/icons.css */
.ri-inbox-unarchive-fill:before {
  content: "\ee50";
}

/* line 46516, app/assets/stylesheets/icons.css */
.ri-inbox-unarchive-line:before {
  content: "\ee51";
}

/* line 46520, app/assets/stylesheets/icons.css */
.ri-increase-decrease-fill:before {
  content: "\ee52";
}

/* line 46524, app/assets/stylesheets/icons.css */
.ri-increase-decrease-line:before {
  content: "\ee53";
}

/* line 46528, app/assets/stylesheets/icons.css */
.ri-indent-decrease:before {
  content: "\ee54";
}

/* line 46532, app/assets/stylesheets/icons.css */
.ri-indent-increase:before {
  content: "\ee55";
}

/* line 46536, app/assets/stylesheets/icons.css */
.ri-indeterminate-circle-fill:before {
  content: "\ee56";
}

/* line 46540, app/assets/stylesheets/icons.css */
.ri-indeterminate-circle-line:before {
  content: "\ee57";
}

/* line 46544, app/assets/stylesheets/icons.css */
.ri-information-fill:before {
  content: "\ee58";
}

/* line 46548, app/assets/stylesheets/icons.css */
.ri-information-line:before {
  content: "\ee59";
}

/* line 46552, app/assets/stylesheets/icons.css */
.ri-infrared-thermometer-fill:before {
  content: "\ee5a";
}

/* line 46556, app/assets/stylesheets/icons.css */
.ri-infrared-thermometer-line:before {
  content: "\ee5b";
}

/* line 46560, app/assets/stylesheets/icons.css */
.ri-ink-bottle-fill:before {
  content: "\ee5c";
}

/* line 46564, app/assets/stylesheets/icons.css */
.ri-ink-bottle-line:before {
  content: "\ee5d";
}

/* line 46568, app/assets/stylesheets/icons.css */
.ri-input-cursor-move:before {
  content: "\ee5e";
}

/* line 46572, app/assets/stylesheets/icons.css */
.ri-input-method-fill:before {
  content: "\ee5f";
}

/* line 46576, app/assets/stylesheets/icons.css */
.ri-input-method-line:before {
  content: "\ee60";
}

/* line 46580, app/assets/stylesheets/icons.css */
.ri-insert-column-left:before {
  content: "\ee61";
}

/* line 46584, app/assets/stylesheets/icons.css */
.ri-insert-column-right:before {
  content: "\ee62";
}

/* line 46588, app/assets/stylesheets/icons.css */
.ri-insert-row-bottom:before {
  content: "\ee63";
}

/* line 46592, app/assets/stylesheets/icons.css */
.ri-insert-row-top:before {
  content: "\ee64";
}

/* line 46596, app/assets/stylesheets/icons.css */
.ri-instagram-fill:before {
  content: "\ee65";
}

/* line 46600, app/assets/stylesheets/icons.css */
.ri-instagram-line:before {
  content: "\ee66";
}

/* line 46604, app/assets/stylesheets/icons.css */
.ri-install-fill:before {
  content: "\ee67";
}

/* line 46608, app/assets/stylesheets/icons.css */
.ri-install-line:before {
  content: "\ee68";
}

/* line 46612, app/assets/stylesheets/icons.css */
.ri-invision-fill:before {
  content: "\ee69";
}

/* line 46616, app/assets/stylesheets/icons.css */
.ri-invision-line:before {
  content: "\ee6a";
}

/* line 46620, app/assets/stylesheets/icons.css */
.ri-italic:before {
  content: "\ee6b";
}

/* line 46624, app/assets/stylesheets/icons.css */
.ri-kakao-talk-fill:before {
  content: "\ee6c";
}

/* line 46628, app/assets/stylesheets/icons.css */
.ri-kakao-talk-line:before {
  content: "\ee6d";
}

/* line 46632, app/assets/stylesheets/icons.css */
.ri-key-2-fill:before {
  content: "\ee6e";
}

/* line 46636, app/assets/stylesheets/icons.css */
.ri-key-2-line:before {
  content: "\ee6f";
}

/* line 46640, app/assets/stylesheets/icons.css */
.ri-key-fill:before {
  content: "\ee70";
}

/* line 46644, app/assets/stylesheets/icons.css */
.ri-key-line:before {
  content: "\ee71";
}

/* line 46648, app/assets/stylesheets/icons.css */
.ri-keyboard-box-fill:before {
  content: "\ee72";
}

/* line 46652, app/assets/stylesheets/icons.css */
.ri-keyboard-box-line:before {
  content: "\ee73";
}

/* line 46656, app/assets/stylesheets/icons.css */
.ri-keyboard-fill:before {
  content: "\ee74";
}

/* line 46660, app/assets/stylesheets/icons.css */
.ri-keyboard-line:before {
  content: "\ee75";
}

/* line 46664, app/assets/stylesheets/icons.css */
.ri-keynote-fill:before {
  content: "\ee76";
}

/* line 46668, app/assets/stylesheets/icons.css */
.ri-keynote-line:before {
  content: "\ee77";
}

/* line 46672, app/assets/stylesheets/icons.css */
.ri-knife-blood-fill:before {
  content: "\ee78";
}

/* line 46676, app/assets/stylesheets/icons.css */
.ri-knife-blood-line:before {
  content: "\ee79";
}

/* line 46680, app/assets/stylesheets/icons.css */
.ri-knife-fill:before {
  content: "\ee7a";
}

/* line 46684, app/assets/stylesheets/icons.css */
.ri-knife-line:before {
  content: "\ee7b";
}

/* line 46688, app/assets/stylesheets/icons.css */
.ri-landscape-fill:before {
  content: "\ee7c";
}

/* line 46692, app/assets/stylesheets/icons.css */
.ri-landscape-line:before {
  content: "\ee7d";
}

/* line 46696, app/assets/stylesheets/icons.css */
.ri-layout-2-fill:before {
  content: "\ee7e";
}

/* line 46700, app/assets/stylesheets/icons.css */
.ri-layout-2-line:before {
  content: "\ee7f";
}

/* line 46704, app/assets/stylesheets/icons.css */
.ri-layout-3-fill:before {
  content: "\ee80";
}

/* line 46708, app/assets/stylesheets/icons.css */
.ri-layout-3-line:before {
  content: "\ee81";
}

/* line 46712, app/assets/stylesheets/icons.css */
.ri-layout-4-fill:before {
  content: "\ee82";
}

/* line 46716, app/assets/stylesheets/icons.css */
.ri-layout-4-line:before {
  content: "\ee83";
}

/* line 46720, app/assets/stylesheets/icons.css */
.ri-layout-5-fill:before {
  content: "\ee84";
}

/* line 46724, app/assets/stylesheets/icons.css */
.ri-layout-5-line:before {
  content: "\ee85";
}

/* line 46728, app/assets/stylesheets/icons.css */
.ri-layout-6-fill:before {
  content: "\ee86";
}

/* line 46732, app/assets/stylesheets/icons.css */
.ri-layout-6-line:before {
  content: "\ee87";
}

/* line 46736, app/assets/stylesheets/icons.css */
.ri-layout-bottom-2-fill:before {
  content: "\ee88";
}

/* line 46740, app/assets/stylesheets/icons.css */
.ri-layout-bottom-2-line:before {
  content: "\ee89";
}

/* line 46744, app/assets/stylesheets/icons.css */
.ri-layout-bottom-fill:before {
  content: "\ee8a";
}

/* line 46748, app/assets/stylesheets/icons.css */
.ri-layout-bottom-line:before {
  content: "\ee8b";
}

/* line 46752, app/assets/stylesheets/icons.css */
.ri-layout-column-fill:before {
  content: "\ee8c";
}

/* line 46756, app/assets/stylesheets/icons.css */
.ri-layout-column-line:before {
  content: "\ee8d";
}

/* line 46760, app/assets/stylesheets/icons.css */
.ri-layout-fill:before {
  content: "\ee8e";
}

/* line 46764, app/assets/stylesheets/icons.css */
.ri-layout-grid-fill:before {
  content: "\ee8f";
}

/* line 46768, app/assets/stylesheets/icons.css */
.ri-layout-grid-line:before {
  content: "\ee90";
}

/* line 46772, app/assets/stylesheets/icons.css */
.ri-layout-left-2-fill:before {
  content: "\ee91";
}

/* line 46776, app/assets/stylesheets/icons.css */
.ri-layout-left-2-line:before {
  content: "\ee92";
}

/* line 46780, app/assets/stylesheets/icons.css */
.ri-layout-left-fill:before {
  content: "\ee93";
}

/* line 46784, app/assets/stylesheets/icons.css */
.ri-layout-left-line:before {
  content: "\ee94";
}

/* line 46788, app/assets/stylesheets/icons.css */
.ri-layout-line:before {
  content: "\ee95";
}

/* line 46792, app/assets/stylesheets/icons.css */
.ri-layout-masonry-fill:before {
  content: "\ee96";
}

/* line 46796, app/assets/stylesheets/icons.css */
.ri-layout-masonry-line:before {
  content: "\ee97";
}

/* line 46800, app/assets/stylesheets/icons.css */
.ri-layout-right-2-fill:before {
  content: "\ee98";
}

/* line 46804, app/assets/stylesheets/icons.css */
.ri-layout-right-2-line:before {
  content: "\ee99";
}

/* line 46808, app/assets/stylesheets/icons.css */
.ri-layout-right-fill:before {
  content: "\ee9a";
}

/* line 46812, app/assets/stylesheets/icons.css */
.ri-layout-right-line:before {
  content: "\ee9b";
}

/* line 46816, app/assets/stylesheets/icons.css */
.ri-layout-row-fill:before {
  content: "\ee9c";
}

/* line 46820, app/assets/stylesheets/icons.css */
.ri-layout-row-line:before {
  content: "\ee9d";
}

/* line 46824, app/assets/stylesheets/icons.css */
.ri-layout-top-2-fill:before {
  content: "\ee9e";
}

/* line 46828, app/assets/stylesheets/icons.css */
.ri-layout-top-2-line:before {
  content: "\ee9f";
}

/* line 46832, app/assets/stylesheets/icons.css */
.ri-layout-top-fill:before {
  content: "\eea0";
}

/* line 46836, app/assets/stylesheets/icons.css */
.ri-layout-top-line:before {
  content: "\eea1";
}

/* line 46840, app/assets/stylesheets/icons.css */
.ri-leaf-fill:before {
  content: "\eea2";
}

/* line 46844, app/assets/stylesheets/icons.css */
.ri-leaf-line:before {
  content: "\eea3";
}

/* line 46848, app/assets/stylesheets/icons.css */
.ri-lifebuoy-fill:before {
  content: "\eea4";
}

/* line 46852, app/assets/stylesheets/icons.css */
.ri-lifebuoy-line:before {
  content: "\eea5";
}

/* line 46856, app/assets/stylesheets/icons.css */
.ri-lightbulb-fill:before {
  content: "\eea6";
}

/* line 46860, app/assets/stylesheets/icons.css */
.ri-lightbulb-flash-fill:before {
  content: "\eea7";
}

/* line 46864, app/assets/stylesheets/icons.css */
.ri-lightbulb-flash-line:before {
  content: "\eea8";
}

/* line 46868, app/assets/stylesheets/icons.css */
.ri-lightbulb-line:before {
  content: "\eea9";
}

/* line 46872, app/assets/stylesheets/icons.css */
.ri-line-chart-fill:before {
  content: "\eeaa";
}

/* line 46876, app/assets/stylesheets/icons.css */
.ri-line-chart-line:before {
  content: "\eeab";
}

/* line 46880, app/assets/stylesheets/icons.css */
.ri-line-fill:before {
  content: "\eeac";
}

/* line 46884, app/assets/stylesheets/icons.css */
.ri-line-height:before {
  content: "\eead";
}

/* line 46888, app/assets/stylesheets/icons.css */
.ri-line-line:before {
  content: "\eeae";
}

/* line 46892, app/assets/stylesheets/icons.css */
.ri-link-m:before {
  content: "\eeaf";
}

/* line 46896, app/assets/stylesheets/icons.css */
.ri-link-unlink-m:before {
  content: "\eeb0";
}

/* line 46900, app/assets/stylesheets/icons.css */
.ri-link-unlink:before {
  content: "\eeb1";
}

/* line 46904, app/assets/stylesheets/icons.css */
.ri-link:before {
  content: "\eeb2";
}

/* line 46908, app/assets/stylesheets/icons.css */
.ri-linkedin-box-fill:before {
  content: "\eeb3";
}

/* line 46912, app/assets/stylesheets/icons.css */
.ri-linkedin-box-line:before {
  content: "\eeb4";
}

/* line 46916, app/assets/stylesheets/icons.css */
.ri-linkedin-fill:before {
  content: "\eeb5";
}

/* line 46920, app/assets/stylesheets/icons.css */
.ri-linkedin-line:before {
  content: "\eeb6";
}

/* line 46924, app/assets/stylesheets/icons.css */
.ri-links-fill:before {
  content: "\eeb7";
}

/* line 46928, app/assets/stylesheets/icons.css */
.ri-links-line:before {
  content: "\eeb8";
}

/* line 46932, app/assets/stylesheets/icons.css */
.ri-list-check-2:before {
  content: "\eeb9";
}

/* line 46936, app/assets/stylesheets/icons.css */
.ri-list-check:before {
  content: "\eeba";
}

/* line 46940, app/assets/stylesheets/icons.css */
.ri-list-ordered:before {
  content: "\eebb";
}

/* line 46944, app/assets/stylesheets/icons.css */
.ri-list-settings-fill:before {
  content: "\eebc";
}

/* line 46948, app/assets/stylesheets/icons.css */
.ri-list-settings-line:before {
  content: "\eebd";
}

/* line 46952, app/assets/stylesheets/icons.css */
.ri-list-unordered:before {
  content: "\eebe";
}

/* line 46956, app/assets/stylesheets/icons.css */
.ri-live-fill:before {
  content: "\eebf";
}

/* line 46960, app/assets/stylesheets/icons.css */
.ri-live-line:before {
  content: "\eec0";
}

/* line 46964, app/assets/stylesheets/icons.css */
.ri-loader-2-fill:before {
  content: "\eec1";
}

/* line 46968, app/assets/stylesheets/icons.css */
.ri-loader-2-line:before {
  content: "\eec2";
}

/* line 46972, app/assets/stylesheets/icons.css */
.ri-loader-3-fill:before {
  content: "\eec3";
}

/* line 46976, app/assets/stylesheets/icons.css */
.ri-loader-3-line:before {
  content: "\eec4";
}

/* line 46980, app/assets/stylesheets/icons.css */
.ri-loader-4-fill:before {
  content: "\eec5";
}

/* line 46984, app/assets/stylesheets/icons.css */
.ri-loader-4-line:before {
  content: "\eec6";
}

/* line 46988, app/assets/stylesheets/icons.css */
.ri-loader-5-fill:before {
  content: "\eec7";
}

/* line 46992, app/assets/stylesheets/icons.css */
.ri-loader-5-line:before {
  content: "\eec8";
}

/* line 46996, app/assets/stylesheets/icons.css */
.ri-loader-fill:before {
  content: "\eec9";
}

/* line 47000, app/assets/stylesheets/icons.css */
.ri-loader-line:before {
  content: "\eeca";
}

/* line 47004, app/assets/stylesheets/icons.css */
.ri-lock-2-fill:before {
  content: "\eecb";
}

/* line 47008, app/assets/stylesheets/icons.css */
.ri-lock-2-line:before {
  content: "\eecc";
}

/* line 47012, app/assets/stylesheets/icons.css */
.ri-lock-fill:before {
  content: "\eecd";
}

/* line 47016, app/assets/stylesheets/icons.css */
.ri-lock-line:before {
  content: "\eece";
}

/* line 47020, app/assets/stylesheets/icons.css */
.ri-lock-password-fill:before {
  content: "\eecf";
}

/* line 47024, app/assets/stylesheets/icons.css */
.ri-lock-password-line:before {
  content: "\eed0";
}

/* line 47028, app/assets/stylesheets/icons.css */
.ri-lock-unlock-fill:before {
  content: "\eed1";
}

/* line 47032, app/assets/stylesheets/icons.css */
.ri-lock-unlock-line:before {
  content: "\eed2";
}

/* line 47036, app/assets/stylesheets/icons.css */
.ri-login-box-fill:before {
  content: "\eed3";
}

/* line 47040, app/assets/stylesheets/icons.css */
.ri-login-box-line:before {
  content: "\eed4";
}

/* line 47044, app/assets/stylesheets/icons.css */
.ri-login-circle-fill:before {
  content: "\eed5";
}

/* line 47048, app/assets/stylesheets/icons.css */
.ri-login-circle-line:before {
  content: "\eed6";
}

/* line 47052, app/assets/stylesheets/icons.css */
.ri-logout-box-fill:before {
  content: "\eed7";
}

/* line 47056, app/assets/stylesheets/icons.css */
.ri-logout-box-line:before {
  content: "\eed8";
}

/* line 47060, app/assets/stylesheets/icons.css */
.ri-logout-box-r-fill:before {
  content: "\eed9";
}

/* line 47064, app/assets/stylesheets/icons.css */
.ri-logout-box-r-line:before {
  content: "\eeda";
}

/* line 47068, app/assets/stylesheets/icons.css */
.ri-logout-circle-fill:before {
  content: "\eedb";
}

/* line 47072, app/assets/stylesheets/icons.css */
.ri-logout-circle-line:before {
  content: "\eedc";
}

/* line 47076, app/assets/stylesheets/icons.css */
.ri-logout-circle-r-fill:before {
  content: "\eedd";
}

/* line 47080, app/assets/stylesheets/icons.css */
.ri-logout-circle-r-line:before {
  content: "\eede";
}

/* line 47084, app/assets/stylesheets/icons.css */
.ri-luggage-cart-fill:before {
  content: "\eedf";
}

/* line 47088, app/assets/stylesheets/icons.css */
.ri-luggage-cart-line:before {
  content: "\eee0";
}

/* line 47092, app/assets/stylesheets/icons.css */
.ri-luggage-deposit-fill:before {
  content: "\eee1";
}

/* line 47096, app/assets/stylesheets/icons.css */
.ri-luggage-deposit-line:before {
  content: "\eee2";
}

/* line 47100, app/assets/stylesheets/icons.css */
.ri-lungs-fill:before {
  content: "\eee3";
}

/* line 47104, app/assets/stylesheets/icons.css */
.ri-lungs-line:before {
  content: "\eee4";
}

/* line 47108, app/assets/stylesheets/icons.css */
.ri-mac-fill:before {
  content: "\eee5";
}

/* line 47112, app/assets/stylesheets/icons.css */
.ri-mac-line:before {
  content: "\eee6";
}

/* line 47116, app/assets/stylesheets/icons.css */
.ri-macbook-fill:before {
  content: "\eee7";
}

/* line 47120, app/assets/stylesheets/icons.css */
.ri-macbook-line:before {
  content: "\eee8";
}

/* line 47124, app/assets/stylesheets/icons.css */
.ri-magic-fill:before {
  content: "\eee9";
}

/* line 47128, app/assets/stylesheets/icons.css */
.ri-magic-line:before {
  content: "\eeea";
}

/* line 47132, app/assets/stylesheets/icons.css */
.ri-mail-add-fill:before {
  content: "\eeeb";
}

/* line 47136, app/assets/stylesheets/icons.css */
.ri-mail-add-line:before {
  content: "\eeec";
}

/* line 47140, app/assets/stylesheets/icons.css */
.ri-mail-check-fill:before {
  content: "\eeed";
}

/* line 47144, app/assets/stylesheets/icons.css */
.ri-mail-check-line:before {
  content: "\eeee";
}

/* line 47148, app/assets/stylesheets/icons.css */
.ri-mail-close-fill:before {
  content: "\eeef";
}

/* line 47152, app/assets/stylesheets/icons.css */
.ri-mail-close-line:before {
  content: "\eef0";
}

/* line 47156, app/assets/stylesheets/icons.css */
.ri-mail-download-fill:before {
  content: "\eef1";
}

/* line 47160, app/assets/stylesheets/icons.css */
.ri-mail-download-line:before {
  content: "\eef2";
}

/* line 47164, app/assets/stylesheets/icons.css */
.ri-mail-fill:before {
  content: "\eef3";
}

/* line 47168, app/assets/stylesheets/icons.css */
.ri-mail-forbid-fill:before {
  content: "\eef4";
}

/* line 47172, app/assets/stylesheets/icons.css */
.ri-mail-forbid-line:before {
  content: "\eef5";
}

/* line 47176, app/assets/stylesheets/icons.css */
.ri-mail-line:before {
  content: "\eef6";
}

/* line 47180, app/assets/stylesheets/icons.css */
.ri-mail-lock-fill:before {
  content: "\eef7";
}

/* line 47184, app/assets/stylesheets/icons.css */
.ri-mail-lock-line:before {
  content: "\eef8";
}

/* line 47188, app/assets/stylesheets/icons.css */
.ri-mail-open-fill:before {
  content: "\eef9";
}

/* line 47192, app/assets/stylesheets/icons.css */
.ri-mail-open-line:before {
  content: "\eefa";
}

/* line 47196, app/assets/stylesheets/icons.css */
.ri-mail-send-fill:before {
  content: "\eefb";
}

/* line 47200, app/assets/stylesheets/icons.css */
.ri-mail-send-line:before {
  content: "\eefc";
}

/* line 47204, app/assets/stylesheets/icons.css */
.ri-mail-settings-fill:before {
  content: "\eefd";
}

/* line 47208, app/assets/stylesheets/icons.css */
.ri-mail-settings-line:before {
  content: "\eefe";
}

/* line 47212, app/assets/stylesheets/icons.css */
.ri-mail-star-fill:before {
  content: "\eeff";
}

/* line 47216, app/assets/stylesheets/icons.css */
.ri-mail-star-line:before {
  content: "\ef00";
}

/* line 47220, app/assets/stylesheets/icons.css */
.ri-mail-unread-fill:before {
  content: "\ef01";
}

/* line 47224, app/assets/stylesheets/icons.css */
.ri-mail-unread-line:before {
  content: "\ef02";
}

/* line 47228, app/assets/stylesheets/icons.css */
.ri-mail-volume-fill:before {
  content: "\ef03";
}

/* line 47232, app/assets/stylesheets/icons.css */
.ri-mail-volume-line:before {
  content: "\ef04";
}

/* line 47236, app/assets/stylesheets/icons.css */
.ri-map-2-fill:before {
  content: "\ef05";
}

/* line 47240, app/assets/stylesheets/icons.css */
.ri-map-2-line:before {
  content: "\ef06";
}

/* line 47244, app/assets/stylesheets/icons.css */
.ri-map-fill:before {
  content: "\ef07";
}

/* line 47248, app/assets/stylesheets/icons.css */
.ri-map-line:before {
  content: "\ef08";
}

/* line 47252, app/assets/stylesheets/icons.css */
.ri-map-pin-2-fill:before {
  content: "\ef09";
}

/* line 47256, app/assets/stylesheets/icons.css */
.ri-map-pin-2-line:before {
  content: "\ef0a";
}

/* line 47260, app/assets/stylesheets/icons.css */
.ri-map-pin-3-fill:before {
  content: "\ef0b";
}

/* line 47264, app/assets/stylesheets/icons.css */
.ri-map-pin-3-line:before {
  content: "\ef0c";
}

/* line 47268, app/assets/stylesheets/icons.css */
.ri-map-pin-4-fill:before {
  content: "\ef0d";
}

/* line 47272, app/assets/stylesheets/icons.css */
.ri-map-pin-4-line:before {
  content: "\ef0e";
}

/* line 47276, app/assets/stylesheets/icons.css */
.ri-map-pin-5-fill:before {
  content: "\ef0f";
}

/* line 47280, app/assets/stylesheets/icons.css */
.ri-map-pin-5-line:before {
  content: "\ef10";
}

/* line 47284, app/assets/stylesheets/icons.css */
.ri-map-pin-add-fill:before {
  content: "\ef11";
}

/* line 47288, app/assets/stylesheets/icons.css */
.ri-map-pin-add-line:before {
  content: "\ef12";
}

/* line 47292, app/assets/stylesheets/icons.css */
.ri-map-pin-fill:before {
  content: "\ef13";
}

/* line 47296, app/assets/stylesheets/icons.css */
.ri-map-pin-line:before {
  content: "\ef14";
}

/* line 47300, app/assets/stylesheets/icons.css */
.ri-map-pin-range-fill:before {
  content: "\ef15";
}

/* line 47304, app/assets/stylesheets/icons.css */
.ri-map-pin-range-line:before {
  content: "\ef16";
}

/* line 47308, app/assets/stylesheets/icons.css */
.ri-map-pin-time-fill:before {
  content: "\ef17";
}

/* line 47312, app/assets/stylesheets/icons.css */
.ri-map-pin-time-line:before {
  content: "\ef18";
}

/* line 47316, app/assets/stylesheets/icons.css */
.ri-map-pin-user-fill:before {
  content: "\ef19";
}

/* line 47320, app/assets/stylesheets/icons.css */
.ri-map-pin-user-line:before {
  content: "\ef1a";
}

/* line 47324, app/assets/stylesheets/icons.css */
.ri-mark-pen-fill:before {
  content: "\ef1b";
}

/* line 47328, app/assets/stylesheets/icons.css */
.ri-mark-pen-line:before {
  content: "\ef1c";
}

/* line 47332, app/assets/stylesheets/icons.css */
.ri-markdown-fill:before {
  content: "\ef1d";
}

/* line 47336, app/assets/stylesheets/icons.css */
.ri-markdown-line:before {
  content: "\ef1e";
}

/* line 47340, app/assets/stylesheets/icons.css */
.ri-markup-fill:before {
  content: "\ef1f";
}

/* line 47344, app/assets/stylesheets/icons.css */
.ri-markup-line:before {
  content: "\ef20";
}

/* line 47348, app/assets/stylesheets/icons.css */
.ri-mastercard-fill:before {
  content: "\ef21";
}

/* line 47352, app/assets/stylesheets/icons.css */
.ri-mastercard-line:before {
  content: "\ef22";
}

/* line 47356, app/assets/stylesheets/icons.css */
.ri-mastodon-fill:before {
  content: "\ef23";
}

/* line 47360, app/assets/stylesheets/icons.css */
.ri-mastodon-line:before {
  content: "\ef24";
}

/* line 47364, app/assets/stylesheets/icons.css */
.ri-medal-2-fill:before {
  content: "\ef25";
}

/* line 47368, app/assets/stylesheets/icons.css */
.ri-medal-2-line:before {
  content: "\ef26";
}

/* line 47372, app/assets/stylesheets/icons.css */
.ri-medal-fill:before {
  content: "\ef27";
}

/* line 47376, app/assets/stylesheets/icons.css */
.ri-medal-line:before {
  content: "\ef28";
}

/* line 47380, app/assets/stylesheets/icons.css */
.ri-medicine-bottle-fill:before {
  content: "\ef29";
}

/* line 47384, app/assets/stylesheets/icons.css */
.ri-medicine-bottle-line:before {
  content: "\ef2a";
}

/* line 47388, app/assets/stylesheets/icons.css */
.ri-medium-fill:before {
  content: "\ef2b";
}

/* line 47392, app/assets/stylesheets/icons.css */
.ri-medium-line:before {
  content: "\ef2c";
}

/* line 47396, app/assets/stylesheets/icons.css */
.ri-men-fill:before {
  content: "\ef2d";
}

/* line 47400, app/assets/stylesheets/icons.css */
.ri-men-line:before {
  content: "\ef2e";
}

/* line 47404, app/assets/stylesheets/icons.css */
.ri-mental-health-fill:before {
  content: "\ef2f";
}

/* line 47408, app/assets/stylesheets/icons.css */
.ri-mental-health-line:before {
  content: "\ef30";
}

/* line 47412, app/assets/stylesheets/icons.css */
.ri-menu-2-fill:before {
  content: "\ef31";
}

/* line 47416, app/assets/stylesheets/icons.css */
.ri-menu-2-line:before {
  content: "\ef32";
}

/* line 47420, app/assets/stylesheets/icons.css */
.ri-menu-3-fill:before {
  content: "\ef33";
}

/* line 47424, app/assets/stylesheets/icons.css */
.ri-menu-3-line:before {
  content: "\ef34";
}

/* line 47428, app/assets/stylesheets/icons.css */
.ri-menu-4-fill:before {
  content: "\ef35";
}

/* line 47432, app/assets/stylesheets/icons.css */
.ri-menu-4-line:before {
  content: "\ef36";
}

/* line 47436, app/assets/stylesheets/icons.css */
.ri-menu-5-fill:before {
  content: "\ef37";
}

/* line 47440, app/assets/stylesheets/icons.css */
.ri-menu-5-line:before {
  content: "\ef38";
}

/* line 47444, app/assets/stylesheets/icons.css */
.ri-menu-add-fill:before {
  content: "\ef39";
}

/* line 47448, app/assets/stylesheets/icons.css */
.ri-menu-add-line:before {
  content: "\ef3a";
}

/* line 47452, app/assets/stylesheets/icons.css */
.ri-menu-fill:before {
  content: "\ef3b";
}

/* line 47456, app/assets/stylesheets/icons.css */
.ri-menu-fold-fill:before {
  content: "\ef3c";
}

/* line 47460, app/assets/stylesheets/icons.css */
.ri-menu-fold-line:before {
  content: "\ef3d";
}

/* line 47464, app/assets/stylesheets/icons.css */
.ri-menu-line:before {
  content: "\ef3e";
}

/* line 47468, app/assets/stylesheets/icons.css */
.ri-menu-unfold-fill:before {
  content: "\ef3f";
}

/* line 47472, app/assets/stylesheets/icons.css */
.ri-menu-unfold-line:before {
  content: "\ef40";
}

/* line 47476, app/assets/stylesheets/icons.css */
.ri-merge-cells-horizontal:before {
  content: "\ef41";
}

/* line 47480, app/assets/stylesheets/icons.css */
.ri-merge-cells-vertical:before {
  content: "\ef42";
}

/* line 47484, app/assets/stylesheets/icons.css */
.ri-message-2-fill:before {
  content: "\ef43";
}

/* line 47488, app/assets/stylesheets/icons.css */
.ri-message-2-line:before {
  content: "\ef44";
}

/* line 47492, app/assets/stylesheets/icons.css */
.ri-message-3-fill:before {
  content: "\ef45";
}

/* line 47496, app/assets/stylesheets/icons.css */
.ri-message-3-line:before {
  content: "\ef46";
}

/* line 47500, app/assets/stylesheets/icons.css */
.ri-message-fill:before {
  content: "\ef47";
}

/* line 47504, app/assets/stylesheets/icons.css */
.ri-message-line:before {
  content: "\ef48";
}

/* line 47508, app/assets/stylesheets/icons.css */
.ri-messenger-fill:before {
  content: "\ef49";
}

/* line 47512, app/assets/stylesheets/icons.css */
.ri-messenger-line:before {
  content: "\ef4a";
}

/* line 47516, app/assets/stylesheets/icons.css */
.ri-meteor-fill:before {
  content: "\ef4b";
}

/* line 47520, app/assets/stylesheets/icons.css */
.ri-meteor-line:before {
  content: "\ef4c";
}

/* line 47524, app/assets/stylesheets/icons.css */
.ri-mic-2-fill:before {
  content: "\ef4d";
}

/* line 47528, app/assets/stylesheets/icons.css */
.ri-mic-2-line:before {
  content: "\ef4e";
}

/* line 47532, app/assets/stylesheets/icons.css */
.ri-mic-fill:before {
  content: "\ef4f";
}

/* line 47536, app/assets/stylesheets/icons.css */
.ri-mic-line:before {
  content: "\ef50";
}

/* line 47540, app/assets/stylesheets/icons.css */
.ri-mic-off-fill:before {
  content: "\ef51";
}

/* line 47544, app/assets/stylesheets/icons.css */
.ri-mic-off-line:before {
  content: "\ef52";
}

/* line 47548, app/assets/stylesheets/icons.css */
.ri-mickey-fill:before {
  content: "\ef53";
}

/* line 47552, app/assets/stylesheets/icons.css */
.ri-mickey-line:before {
  content: "\ef54";
}

/* line 47556, app/assets/stylesheets/icons.css */
.ri-microscope-fill:before {
  content: "\ef55";
}

/* line 47560, app/assets/stylesheets/icons.css */
.ri-microscope-line:before {
  content: "\ef56";
}

/* line 47564, app/assets/stylesheets/icons.css */
.ri-microsoft-fill:before {
  content: "\ef57";
}

/* line 47568, app/assets/stylesheets/icons.css */
.ri-microsoft-line:before {
  content: "\ef58";
}

/* line 47572, app/assets/stylesheets/icons.css */
.ri-mind-map:before {
  content: "\ef59";
}

/* line 47576, app/assets/stylesheets/icons.css */
.ri-mini-program-fill:before {
  content: "\ef5a";
}

/* line 47580, app/assets/stylesheets/icons.css */
.ri-mini-program-line:before {
  content: "\ef5b";
}

/* line 47584, app/assets/stylesheets/icons.css */
.ri-mist-fill:before {
  content: "\ef5c";
}

/* line 47588, app/assets/stylesheets/icons.css */
.ri-mist-line:before {
  content: "\ef5d";
}

/* line 47592, app/assets/stylesheets/icons.css */
.ri-money-cny-box-fill:before {
  content: "\ef5e";
}

/* line 47596, app/assets/stylesheets/icons.css */
.ri-money-cny-box-line:before {
  content: "\ef5f";
}

/* line 47600, app/assets/stylesheets/icons.css */
.ri-money-cny-circle-fill:before {
  content: "\ef60";
}

/* line 47604, app/assets/stylesheets/icons.css */
.ri-money-cny-circle-line:before {
  content: "\ef61";
}

/* line 47608, app/assets/stylesheets/icons.css */
.ri-money-dollar-box-fill:before {
  content: "\ef62";
}

/* line 47612, app/assets/stylesheets/icons.css */
.ri-money-dollar-box-line:before {
  content: "\ef63";
}

/* line 47616, app/assets/stylesheets/icons.css */
.ri-money-dollar-circle-fill:before {
  content: "\ef64";
}

/* line 47620, app/assets/stylesheets/icons.css */
.ri-money-dollar-circle-line:before {
  content: "\ef65";
}

/* line 47624, app/assets/stylesheets/icons.css */
.ri-money-euro-box-fill:before {
  content: "\ef66";
}

/* line 47628, app/assets/stylesheets/icons.css */
.ri-money-euro-box-line:before {
  content: "\ef67";
}

/* line 47632, app/assets/stylesheets/icons.css */
.ri-money-euro-circle-fill:before {
  content: "\ef68";
}

/* line 47636, app/assets/stylesheets/icons.css */
.ri-money-euro-circle-line:before {
  content: "\ef69";
}

/* line 47640, app/assets/stylesheets/icons.css */
.ri-money-pound-box-fill:before {
  content: "\ef6a";
}

/* line 47644, app/assets/stylesheets/icons.css */
.ri-money-pound-box-line:before {
  content: "\ef6b";
}

/* line 47648, app/assets/stylesheets/icons.css */
.ri-money-pound-circle-fill:before {
  content: "\ef6c";
}

/* line 47652, app/assets/stylesheets/icons.css */
.ri-money-pound-circle-line:before {
  content: "\ef6d";
}

/* line 47656, app/assets/stylesheets/icons.css */
.ri-moon-clear-fill:before {
  content: "\ef6e";
}

/* line 47660, app/assets/stylesheets/icons.css */
.ri-moon-clear-line:before {
  content: "\ef6f";
}

/* line 47664, app/assets/stylesheets/icons.css */
.ri-moon-cloudy-fill:before {
  content: "\ef70";
}

/* line 47668, app/assets/stylesheets/icons.css */
.ri-moon-cloudy-line:before {
  content: "\ef71";
}

/* line 47672, app/assets/stylesheets/icons.css */
.ri-moon-fill:before {
  content: "\ef72";
}

/* line 47676, app/assets/stylesheets/icons.css */
.ri-moon-foggy-fill:before {
  content: "\ef73";
}

/* line 47680, app/assets/stylesheets/icons.css */
.ri-moon-foggy-line:before {
  content: "\ef74";
}

/* line 47684, app/assets/stylesheets/icons.css */
.ri-moon-line:before {
  content: "\ef75";
}

/* line 47688, app/assets/stylesheets/icons.css */
.ri-more-2-fill:before {
  content: "\ef76";
}

/* line 47692, app/assets/stylesheets/icons.css */
.ri-more-2-line:before {
  content: "\ef77";
}

/* line 47696, app/assets/stylesheets/icons.css */
.ri-more-fill:before {
  content: "\ef78";
}

/* line 47700, app/assets/stylesheets/icons.css */
.ri-more-line:before {
  content: "\ef79";
}

/* line 47704, app/assets/stylesheets/icons.css */
.ri-motorbike-fill:before {
  content: "\ef7a";
}

/* line 47708, app/assets/stylesheets/icons.css */
.ri-motorbike-line:before {
  content: "\ef7b";
}

/* line 47712, app/assets/stylesheets/icons.css */
.ri-mouse-fill:before {
  content: "\ef7c";
}

/* line 47716, app/assets/stylesheets/icons.css */
.ri-mouse-line:before {
  content: "\ef7d";
}

/* line 47720, app/assets/stylesheets/icons.css */
.ri-movie-2-fill:before {
  content: "\ef7e";
}

/* line 47724, app/assets/stylesheets/icons.css */
.ri-movie-2-line:before {
  content: "\ef7f";
}

/* line 47728, app/assets/stylesheets/icons.css */
.ri-movie-fill:before {
  content: "\ef80";
}

/* line 47732, app/assets/stylesheets/icons.css */
.ri-movie-line:before {
  content: "\ef81";
}

/* line 47736, app/assets/stylesheets/icons.css */
.ri-music-2-fill:before {
  content: "\ef82";
}

/* line 47740, app/assets/stylesheets/icons.css */
.ri-music-2-line:before {
  content: "\ef83";
}

/* line 47744, app/assets/stylesheets/icons.css */
.ri-music-fill:before {
  content: "\ef84";
}

/* line 47748, app/assets/stylesheets/icons.css */
.ri-music-line:before {
  content: "\ef85";
}

/* line 47752, app/assets/stylesheets/icons.css */
.ri-mv-fill:before {
  content: "\ef86";
}

/* line 47756, app/assets/stylesheets/icons.css */
.ri-mv-line:before {
  content: "\ef87";
}

/* line 47760, app/assets/stylesheets/icons.css */
.ri-navigation-fill:before {
  content: "\ef88";
}

/* line 47764, app/assets/stylesheets/icons.css */
.ri-navigation-line:before {
  content: "\ef89";
}

/* line 47768, app/assets/stylesheets/icons.css */
.ri-netease-cloud-music-fill:before {
  content: "\ef8a";
}

/* line 47772, app/assets/stylesheets/icons.css */
.ri-netease-cloud-music-line:before {
  content: "\ef8b";
}

/* line 47776, app/assets/stylesheets/icons.css */
.ri-netflix-fill:before {
  content: "\ef8c";
}

/* line 47780, app/assets/stylesheets/icons.css */
.ri-netflix-line:before {
  content: "\ef8d";
}

/* line 47784, app/assets/stylesheets/icons.css */
.ri-newspaper-fill:before {
  content: "\ef8e";
}

/* line 47788, app/assets/stylesheets/icons.css */
.ri-newspaper-line:before {
  content: "\ef8f";
}

/* line 47792, app/assets/stylesheets/icons.css */
.ri-node-tree:before {
  content: "\ef90";
}

/* line 47796, app/assets/stylesheets/icons.css */
.ri-notification-2-fill:before {
  content: "\ef91";
}

/* line 47800, app/assets/stylesheets/icons.css */
.ri-notification-2-line:before {
  content: "\ef92";
}

/* line 47804, app/assets/stylesheets/icons.css */
.ri-notification-3-fill:before {
  content: "\ef93";
}

/* line 47808, app/assets/stylesheets/icons.css */
.ri-notification-3-line:before {
  content: "\ef94";
}

/* line 47812, app/assets/stylesheets/icons.css */
.ri-notification-4-fill:before {
  content: "\ef95";
}

/* line 47816, app/assets/stylesheets/icons.css */
.ri-notification-4-line:before {
  content: "\ef96";
}

/* line 47820, app/assets/stylesheets/icons.css */
.ri-notification-badge-fill:before {
  content: "\ef97";
}

/* line 47824, app/assets/stylesheets/icons.css */
.ri-notification-badge-line:before {
  content: "\ef98";
}

/* line 47828, app/assets/stylesheets/icons.css */
.ri-notification-fill:before {
  content: "\ef99";
}

/* line 47832, app/assets/stylesheets/icons.css */
.ri-notification-line:before {
  content: "\ef9a";
}

/* line 47836, app/assets/stylesheets/icons.css */
.ri-notification-off-fill:before {
  content: "\ef9b";
}

/* line 47840, app/assets/stylesheets/icons.css */
.ri-notification-off-line:before {
  content: "\ef9c";
}

/* line 47844, app/assets/stylesheets/icons.css */
.ri-npmjs-fill:before {
  content: "\ef9d";
}

/* line 47848, app/assets/stylesheets/icons.css */
.ri-npmjs-line:before {
  content: "\ef9e";
}

/* line 47852, app/assets/stylesheets/icons.css */
.ri-number-0:before {
  content: "\ef9f";
}

/* line 47856, app/assets/stylesheets/icons.css */
.ri-number-1:before {
  content: "\efa0";
}

/* line 47860, app/assets/stylesheets/icons.css */
.ri-number-2:before {
  content: "\efa1";
}

/* line 47864, app/assets/stylesheets/icons.css */
.ri-number-3:before {
  content: "\efa2";
}

/* line 47868, app/assets/stylesheets/icons.css */
.ri-number-4:before {
  content: "\efa3";
}

/* line 47872, app/assets/stylesheets/icons.css */
.ri-number-5:before {
  content: "\efa4";
}

/* line 47876, app/assets/stylesheets/icons.css */
.ri-number-6:before {
  content: "\efa5";
}

/* line 47880, app/assets/stylesheets/icons.css */
.ri-number-7:before {
  content: "\efa6";
}

/* line 47884, app/assets/stylesheets/icons.css */
.ri-number-8:before {
  content: "\efa7";
}

/* line 47888, app/assets/stylesheets/icons.css */
.ri-number-9:before {
  content: "\efa8";
}

/* line 47892, app/assets/stylesheets/icons.css */
.ri-numbers-fill:before {
  content: "\efa9";
}

/* line 47896, app/assets/stylesheets/icons.css */
.ri-numbers-line:before {
  content: "\efaa";
}

/* line 47900, app/assets/stylesheets/icons.css */
.ri-nurse-fill:before {
  content: "\efab";
}

/* line 47904, app/assets/stylesheets/icons.css */
.ri-nurse-line:before {
  content: "\efac";
}

/* line 47908, app/assets/stylesheets/icons.css */
.ri-oil-fill:before {
  content: "\efad";
}

/* line 47912, app/assets/stylesheets/icons.css */
.ri-oil-line:before {
  content: "\efae";
}

/* line 47916, app/assets/stylesheets/icons.css */
.ri-omega:before {
  content: "\efaf";
}

/* line 47920, app/assets/stylesheets/icons.css */
.ri-open-arm-fill:before {
  content: "\efb0";
}

/* line 47924, app/assets/stylesheets/icons.css */
.ri-open-arm-line:before {
  content: "\efb1";
}

/* line 47928, app/assets/stylesheets/icons.css */
.ri-open-source-fill:before {
  content: "\efb2";
}

/* line 47932, app/assets/stylesheets/icons.css */
.ri-open-source-line:before {
  content: "\efb3";
}

/* line 47936, app/assets/stylesheets/icons.css */
.ri-opera-fill:before {
  content: "\efb4";
}

/* line 47940, app/assets/stylesheets/icons.css */
.ri-opera-line:before {
  content: "\efb5";
}

/* line 47944, app/assets/stylesheets/icons.css */
.ri-order-play-fill:before {
  content: "\efb6";
}

/* line 47948, app/assets/stylesheets/icons.css */
.ri-order-play-line:before {
  content: "\efb7";
}

/* line 47952, app/assets/stylesheets/icons.css */
.ri-organization-chart:before {
  content: "\efb8";
}

/* line 47956, app/assets/stylesheets/icons.css */
.ri-outlet-2-fill:before {
  content: "\efb9";
}

/* line 47960, app/assets/stylesheets/icons.css */
.ri-outlet-2-line:before {
  content: "\efba";
}

/* line 47964, app/assets/stylesheets/icons.css */
.ri-outlet-fill:before {
  content: "\efbb";
}

/* line 47968, app/assets/stylesheets/icons.css */
.ri-outlet-line:before {
  content: "\efbc";
}

/* line 47972, app/assets/stylesheets/icons.css */
.ri-page-separator:before {
  content: "\efbd";
}

/* line 47976, app/assets/stylesheets/icons.css */
.ri-pages-fill:before {
  content: "\efbe";
}

/* line 47980, app/assets/stylesheets/icons.css */
.ri-pages-line:before {
  content: "\efbf";
}

/* line 47984, app/assets/stylesheets/icons.css */
.ri-paint-brush-fill:before {
  content: "\efc0";
}

/* line 47988, app/assets/stylesheets/icons.css */
.ri-paint-brush-line:before {
  content: "\efc1";
}

/* line 47992, app/assets/stylesheets/icons.css */
.ri-paint-fill:before {
  content: "\efc2";
}

/* line 47996, app/assets/stylesheets/icons.css */
.ri-paint-line:before {
  content: "\efc3";
}

/* line 48000, app/assets/stylesheets/icons.css */
.ri-palette-fill:before {
  content: "\efc4";
}

/* line 48004, app/assets/stylesheets/icons.css */
.ri-palette-line:before {
  content: "\efc5";
}

/* line 48008, app/assets/stylesheets/icons.css */
.ri-pantone-fill:before {
  content: "\efc6";
}

/* line 48012, app/assets/stylesheets/icons.css */
.ri-pantone-line:before {
  content: "\efc7";
}

/* line 48016, app/assets/stylesheets/icons.css */
.ri-paragraph:before {
  content: "\efc8";
}

/* line 48020, app/assets/stylesheets/icons.css */
.ri-parent-fill:before {
  content: "\efc9";
}

/* line 48024, app/assets/stylesheets/icons.css */
.ri-parent-line:before {
  content: "\efca";
}

/* line 48028, app/assets/stylesheets/icons.css */
.ri-parentheses-fill:before {
  content: "\efcb";
}

/* line 48032, app/assets/stylesheets/icons.css */
.ri-parentheses-line:before {
  content: "\efcc";
}

/* line 48036, app/assets/stylesheets/icons.css */
.ri-parking-box-fill:before {
  content: "\efcd";
}

/* line 48040, app/assets/stylesheets/icons.css */
.ri-parking-box-line:before {
  content: "\efce";
}

/* line 48044, app/assets/stylesheets/icons.css */
.ri-parking-fill:before {
  content: "\efcf";
}

/* line 48048, app/assets/stylesheets/icons.css */
.ri-parking-line:before {
  content: "\efd0";
}

/* line 48052, app/assets/stylesheets/icons.css */
.ri-passport-fill:before {
  content: "\efd1";
}

/* line 48056, app/assets/stylesheets/icons.css */
.ri-passport-line:before {
  content: "\efd2";
}

/* line 48060, app/assets/stylesheets/icons.css */
.ri-patreon-fill:before {
  content: "\efd3";
}

/* line 48064, app/assets/stylesheets/icons.css */
.ri-patreon-line:before {
  content: "\efd4";
}

/* line 48068, app/assets/stylesheets/icons.css */
.ri-pause-circle-fill:before {
  content: "\efd5";
}

/* line 48072, app/assets/stylesheets/icons.css */
.ri-pause-circle-line:before {
  content: "\efd6";
}

/* line 48076, app/assets/stylesheets/icons.css */
.ri-pause-fill:before {
  content: "\efd7";
}

/* line 48080, app/assets/stylesheets/icons.css */
.ri-pause-line:before {
  content: "\efd8";
}

/* line 48084, app/assets/stylesheets/icons.css */
.ri-pause-mini-fill:before {
  content: "\efd9";
}

/* line 48088, app/assets/stylesheets/icons.css */
.ri-pause-mini-line:before {
  content: "\efda";
}

/* line 48092, app/assets/stylesheets/icons.css */
.ri-paypal-fill:before {
  content: "\efdb";
}

/* line 48096, app/assets/stylesheets/icons.css */
.ri-paypal-line:before {
  content: "\efdc";
}

/* line 48100, app/assets/stylesheets/icons.css */
.ri-pen-nib-fill:before {
  content: "\efdd";
}

/* line 48104, app/assets/stylesheets/icons.css */
.ri-pen-nib-line:before {
  content: "\efde";
}

/* line 48108, app/assets/stylesheets/icons.css */
.ri-pencil-fill:before {
  content: "\efdf";
}

/* line 48112, app/assets/stylesheets/icons.css */
.ri-pencil-line:before {
  content: "\efe0";
}

/* line 48116, app/assets/stylesheets/icons.css */
.ri-pencil-ruler-2-fill:before {
  content: "\efe1";
}

/* line 48120, app/assets/stylesheets/icons.css */
.ri-pencil-ruler-2-line:before {
  content: "\efe2";
}

/* line 48124, app/assets/stylesheets/icons.css */
.ri-pencil-ruler-fill:before {
  content: "\efe3";
}

/* line 48128, app/assets/stylesheets/icons.css */
.ri-pencil-ruler-line:before {
  content: "\efe4";
}

/* line 48132, app/assets/stylesheets/icons.css */
.ri-percent-fill:before {
  content: "\efe5";
}

/* line 48136, app/assets/stylesheets/icons.css */
.ri-percent-line:before {
  content: "\efe6";
}

/* line 48140, app/assets/stylesheets/icons.css */
.ri-phone-camera-fill:before {
  content: "\efe7";
}

/* line 48144, app/assets/stylesheets/icons.css */
.ri-phone-camera-line:before {
  content: "\efe8";
}

/* line 48148, app/assets/stylesheets/icons.css */
.ri-phone-fill:before {
  content: "\efe9";
}

/* line 48152, app/assets/stylesheets/icons.css */
.ri-phone-find-fill:before {
  content: "\efea";
}

/* line 48156, app/assets/stylesheets/icons.css */
.ri-phone-find-line:before {
  content: "\efeb";
}

/* line 48160, app/assets/stylesheets/icons.css */
.ri-phone-line:before {
  content: "\efec";
}

/* line 48164, app/assets/stylesheets/icons.css */
.ri-phone-lock-fill:before {
  content: "\efed";
}

/* line 48168, app/assets/stylesheets/icons.css */
.ri-phone-lock-line:before {
  content: "\efee";
}

/* line 48172, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-2-fill:before {
  content: "\efef";
}

/* line 48176, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-2-line:before {
  content: "\eff0";
}

/* line 48180, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-exit-fill:before {
  content: "\eff1";
}

/* line 48184, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-exit-line:before {
  content: "\eff2";
}

/* line 48188, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-fill:before {
  content: "\eff3";
}

/* line 48192, app/assets/stylesheets/icons.css */
.ri-picture-in-picture-line:before {
  content: "\eff4";
}

/* line 48196, app/assets/stylesheets/icons.css */
.ri-pie-chart-2-fill:before {
  content: "\eff5";
}

/* line 48200, app/assets/stylesheets/icons.css */
.ri-pie-chart-2-line:before {
  content: "\eff6";
}

/* line 48204, app/assets/stylesheets/icons.css */
.ri-pie-chart-box-fill:before {
  content: "\eff7";
}

/* line 48208, app/assets/stylesheets/icons.css */
.ri-pie-chart-box-line:before {
  content: "\eff8";
}

/* line 48212, app/assets/stylesheets/icons.css */
.ri-pie-chart-fill:before {
  content: "\eff9";
}

/* line 48216, app/assets/stylesheets/icons.css */
.ri-pie-chart-line:before {
  content: "\effa";
}

/* line 48220, app/assets/stylesheets/icons.css */
.ri-pin-distance-fill:before {
  content: "\effb";
}

/* line 48224, app/assets/stylesheets/icons.css */
.ri-pin-distance-line:before {
  content: "\effc";
}

/* line 48228, app/assets/stylesheets/icons.css */
.ri-ping-pong-fill:before {
  content: "\effd";
}

/* line 48232, app/assets/stylesheets/icons.css */
.ri-ping-pong-line:before {
  content: "\effe";
}

/* line 48236, app/assets/stylesheets/icons.css */
.ri-pinterest-fill:before {
  content: "\efff";
}

/* line 48240, app/assets/stylesheets/icons.css */
.ri-pinterest-line:before {
  content: "\f000";
}

/* line 48244, app/assets/stylesheets/icons.css */
.ri-pinyin-input:before {
  content: "\f001";
}

/* line 48248, app/assets/stylesheets/icons.css */
.ri-pixelfed-fill:before {
  content: "\f002";
}

/* line 48252, app/assets/stylesheets/icons.css */
.ri-pixelfed-line:before {
  content: "\f003";
}

/* line 48256, app/assets/stylesheets/icons.css */
.ri-plane-fill:before {
  content: "\f004";
}

/* line 48260, app/assets/stylesheets/icons.css */
.ri-plane-line:before {
  content: "\f005";
}

/* line 48264, app/assets/stylesheets/icons.css */
.ri-plant-fill:before {
  content: "\f006";
}

/* line 48268, app/assets/stylesheets/icons.css */
.ri-plant-line:before {
  content: "\f007";
}

/* line 48272, app/assets/stylesheets/icons.css */
.ri-play-circle-fill:before {
  content: "\f008";
}

/* line 48276, app/assets/stylesheets/icons.css */
.ri-play-circle-line:before {
  content: "\f009";
}

/* line 48280, app/assets/stylesheets/icons.css */
.ri-play-fill:before {
  content: "\f00a";
}

/* line 48284, app/assets/stylesheets/icons.css */
.ri-play-line:before {
  content: "\f00b";
}

/* line 48288, app/assets/stylesheets/icons.css */
.ri-play-list-2-fill:before {
  content: "\f00c";
}

/* line 48292, app/assets/stylesheets/icons.css */
.ri-play-list-2-line:before {
  content: "\f00d";
}

/* line 48296, app/assets/stylesheets/icons.css */
.ri-play-list-add-fill:before {
  content: "\f00e";
}

/* line 48300, app/assets/stylesheets/icons.css */
.ri-play-list-add-line:before {
  content: "\f00f";
}

/* line 48304, app/assets/stylesheets/icons.css */
.ri-play-list-fill:before {
  content: "\f010";
}

/* line 48308, app/assets/stylesheets/icons.css */
.ri-play-list-line:before {
  content: "\f011";
}

/* line 48312, app/assets/stylesheets/icons.css */
.ri-play-mini-fill:before {
  content: "\f012";
}

/* line 48316, app/assets/stylesheets/icons.css */
.ri-play-mini-line:before {
  content: "\f013";
}

/* line 48320, app/assets/stylesheets/icons.css */
.ri-playstation-fill:before {
  content: "\f014";
}

/* line 48324, app/assets/stylesheets/icons.css */
.ri-playstation-line:before {
  content: "\f015";
}

/* line 48328, app/assets/stylesheets/icons.css */
.ri-plug-2-fill:before {
  content: "\f016";
}

/* line 48332, app/assets/stylesheets/icons.css */
.ri-plug-2-line:before {
  content: "\f017";
}

/* line 48336, app/assets/stylesheets/icons.css */
.ri-plug-fill:before {
  content: "\f018";
}

/* line 48340, app/assets/stylesheets/icons.css */
.ri-plug-line:before {
  content: "\f019";
}

/* line 48344, app/assets/stylesheets/icons.css */
.ri-polaroid-2-fill:before {
  content: "\f01a";
}

/* line 48348, app/assets/stylesheets/icons.css */
.ri-polaroid-2-line:before {
  content: "\f01b";
}

/* line 48352, app/assets/stylesheets/icons.css */
.ri-polaroid-fill:before {
  content: "\f01c";
}

/* line 48356, app/assets/stylesheets/icons.css */
.ri-polaroid-line:before {
  content: "\f01d";
}

/* line 48360, app/assets/stylesheets/icons.css */
.ri-police-car-fill:before {
  content: "\f01e";
}

/* line 48364, app/assets/stylesheets/icons.css */
.ri-police-car-line:before {
  content: "\f01f";
}

/* line 48368, app/assets/stylesheets/icons.css */
.ri-price-tag-2-fill:before {
  content: "\f020";
}

/* line 48372, app/assets/stylesheets/icons.css */
.ri-price-tag-2-line:before {
  content: "\f021";
}

/* line 48376, app/assets/stylesheets/icons.css */
.ri-price-tag-3-fill:before {
  content: "\f022";
}

/* line 48380, app/assets/stylesheets/icons.css */
.ri-price-tag-3-line:before {
  content: "\f023";
}

/* line 48384, app/assets/stylesheets/icons.css */
.ri-price-tag-fill:before {
  content: "\f024";
}

/* line 48388, app/assets/stylesheets/icons.css */
.ri-price-tag-line:before {
  content: "\f025";
}

/* line 48392, app/assets/stylesheets/icons.css */
.ri-printer-cloud-fill:before {
  content: "\f026";
}

/* line 48396, app/assets/stylesheets/icons.css */
.ri-printer-cloud-line:before {
  content: "\f027";
}

/* line 48400, app/assets/stylesheets/icons.css */
.ri-printer-fill:before {
  content: "\f028";
}

/* line 48404, app/assets/stylesheets/icons.css */
.ri-printer-line:before {
  content: "\f029";
}

/* line 48408, app/assets/stylesheets/icons.css */
.ri-product-hunt-fill:before {
  content: "\f02a";
}

/* line 48412, app/assets/stylesheets/icons.css */
.ri-product-hunt-line:before {
  content: "\f02b";
}

/* line 48416, app/assets/stylesheets/icons.css */
.ri-profile-fill:before {
  content: "\f02c";
}

/* line 48420, app/assets/stylesheets/icons.css */
.ri-profile-line:before {
  content: "\f02d";
}

/* line 48424, app/assets/stylesheets/icons.css */
.ri-projector-2-fill:before {
  content: "\f02e";
}

/* line 48428, app/assets/stylesheets/icons.css */
.ri-projector-2-line:before {
  content: "\f02f";
}

/* line 48432, app/assets/stylesheets/icons.css */
.ri-projector-fill:before {
  content: "\f030";
}

/* line 48436, app/assets/stylesheets/icons.css */
.ri-projector-line:before {
  content: "\f031";
}

/* line 48440, app/assets/stylesheets/icons.css */
.ri-psychotherapy-fill:before {
  content: "\f032";
}

/* line 48444, app/assets/stylesheets/icons.css */
.ri-psychotherapy-line:before {
  content: "\f033";
}

/* line 48448, app/assets/stylesheets/icons.css */
.ri-pulse-fill:before {
  content: "\f034";
}

/* line 48452, app/assets/stylesheets/icons.css */
.ri-pulse-line:before {
  content: "\f035";
}

/* line 48456, app/assets/stylesheets/icons.css */
.ri-pushpin-2-fill:before {
  content: "\f036";
}

/* line 48460, app/assets/stylesheets/icons.css */
.ri-pushpin-2-line:before {
  content: "\f037";
}

/* line 48464, app/assets/stylesheets/icons.css */
.ri-pushpin-fill:before {
  content: "\f038";
}

/* line 48468, app/assets/stylesheets/icons.css */
.ri-pushpin-line:before {
  content: "\f039";
}

/* line 48472, app/assets/stylesheets/icons.css */
.ri-qq-fill:before {
  content: "\f03a";
}

/* line 48476, app/assets/stylesheets/icons.css */
.ri-qq-line:before {
  content: "\f03b";
}

/* line 48480, app/assets/stylesheets/icons.css */
.ri-qr-code-fill:before {
  content: "\f03c";
}

/* line 48484, app/assets/stylesheets/icons.css */
.ri-qr-code-line:before {
  content: "\f03d";
}

/* line 48488, app/assets/stylesheets/icons.css */
.ri-qr-scan-2-fill:before {
  content: "\f03e";
}

/* line 48492, app/assets/stylesheets/icons.css */
.ri-qr-scan-2-line:before {
  content: "\f03f";
}

/* line 48496, app/assets/stylesheets/icons.css */
.ri-qr-scan-fill:before {
  content: "\f040";
}

/* line 48500, app/assets/stylesheets/icons.css */
.ri-qr-scan-line:before {
  content: "\f041";
}

/* line 48504, app/assets/stylesheets/icons.css */
.ri-question-answer-fill:before {
  content: "\f042";
}

/* line 48508, app/assets/stylesheets/icons.css */
.ri-question-answer-line:before {
  content: "\f043";
}

/* line 48512, app/assets/stylesheets/icons.css */
.ri-question-fill:before {
  content: "\f044";
}

/* line 48516, app/assets/stylesheets/icons.css */
.ri-question-line:before {
  content: "\f045";
}

/* line 48520, app/assets/stylesheets/icons.css */
.ri-question-mark:before {
  content: "\f046";
}

/* line 48524, app/assets/stylesheets/icons.css */
.ri-questionnaire-fill:before {
  content: "\f047";
}

/* line 48528, app/assets/stylesheets/icons.css */
.ri-questionnaire-line:before {
  content: "\f048";
}

/* line 48532, app/assets/stylesheets/icons.css */
.ri-quill-pen-fill:before {
  content: "\f049";
}

/* line 48536, app/assets/stylesheets/icons.css */
.ri-quill-pen-line:before {
  content: "\f04a";
}

/* line 48540, app/assets/stylesheets/icons.css */
.ri-radar-fill:before {
  content: "\f04b";
}

/* line 48544, app/assets/stylesheets/icons.css */
.ri-radar-line:before {
  content: "\f04c";
}

/* line 48548, app/assets/stylesheets/icons.css */
.ri-radio-2-fill:before {
  content: "\f04d";
}

/* line 48552, app/assets/stylesheets/icons.css */
.ri-radio-2-line:before {
  content: "\f04e";
}

/* line 48556, app/assets/stylesheets/icons.css */
.ri-radio-button-fill:before {
  content: "\f04f";
}

/* line 48560, app/assets/stylesheets/icons.css */
.ri-radio-button-line:before {
  content: "\f050";
}

/* line 48564, app/assets/stylesheets/icons.css */
.ri-radio-fill:before {
  content: "\f051";
}

/* line 48568, app/assets/stylesheets/icons.css */
.ri-radio-line:before {
  content: "\f052";
}

/* line 48572, app/assets/stylesheets/icons.css */
.ri-rainbow-fill:before {
  content: "\f053";
}

/* line 48576, app/assets/stylesheets/icons.css */
.ri-rainbow-line:before {
  content: "\f054";
}

/* line 48580, app/assets/stylesheets/icons.css */
.ri-rainy-fill:before {
  content: "\f055";
}

/* line 48584, app/assets/stylesheets/icons.css */
.ri-rainy-line:before {
  content: "\f056";
}

/* line 48588, app/assets/stylesheets/icons.css */
.ri-reactjs-fill:before {
  content: "\f057";
}

/* line 48592, app/assets/stylesheets/icons.css */
.ri-reactjs-line:before {
  content: "\f058";
}

/* line 48596, app/assets/stylesheets/icons.css */
.ri-record-circle-fill:before {
  content: "\f059";
}

/* line 48600, app/assets/stylesheets/icons.css */
.ri-record-circle-line:before {
  content: "\f05a";
}

/* line 48604, app/assets/stylesheets/icons.css */
.ri-record-mail-fill:before {
  content: "\f05b";
}

/* line 48608, app/assets/stylesheets/icons.css */
.ri-record-mail-line:before {
  content: "\f05c";
}

/* line 48612, app/assets/stylesheets/icons.css */
.ri-recycle-fill:before {
  content: "\f05d";
}

/* line 48616, app/assets/stylesheets/icons.css */
.ri-recycle-line:before {
  content: "\f05e";
}

/* line 48620, app/assets/stylesheets/icons.css */
.ri-red-packet-fill:before {
  content: "\f05f";
}

/* line 48624, app/assets/stylesheets/icons.css */
.ri-red-packet-line:before {
  content: "\f060";
}

/* line 48628, app/assets/stylesheets/icons.css */
.ri-reddit-fill:before {
  content: "\f061";
}

/* line 48632, app/assets/stylesheets/icons.css */
.ri-reddit-line:before {
  content: "\f062";
}

/* line 48636, app/assets/stylesheets/icons.css */
.ri-refresh-fill:before {
  content: "\f063";
}

/* line 48640, app/assets/stylesheets/icons.css */
.ri-refresh-line:before {
  content: "\f064";
}

/* line 48644, app/assets/stylesheets/icons.css */
.ri-refund-2-fill:before {
  content: "\f065";
}

/* line 48648, app/assets/stylesheets/icons.css */
.ri-refund-2-line:before {
  content: "\f066";
}

/* line 48652, app/assets/stylesheets/icons.css */
.ri-refund-fill:before {
  content: "\f067";
}

/* line 48656, app/assets/stylesheets/icons.css */
.ri-refund-line:before {
  content: "\f068";
}

/* line 48660, app/assets/stylesheets/icons.css */
.ri-registered-fill:before {
  content: "\f069";
}

/* line 48664, app/assets/stylesheets/icons.css */
.ri-registered-line:before {
  content: "\f06a";
}

/* line 48668, app/assets/stylesheets/icons.css */
.ri-remixicon-fill:before {
  content: "\f06b";
}

/* line 48672, app/assets/stylesheets/icons.css */
.ri-remixicon-line:before {
  content: "\f06c";
}

/* line 48676, app/assets/stylesheets/icons.css */
.ri-remote-control-2-fill:before {
  content: "\f06d";
}

/* line 48680, app/assets/stylesheets/icons.css */
.ri-remote-control-2-line:before {
  content: "\f06e";
}

/* line 48684, app/assets/stylesheets/icons.css */
.ri-remote-control-fill:before {
  content: "\f06f";
}

/* line 48688, app/assets/stylesheets/icons.css */
.ri-remote-control-line:before {
  content: "\f070";
}

/* line 48692, app/assets/stylesheets/icons.css */
.ri-repeat-2-fill:before {
  content: "\f071";
}

/* line 48696, app/assets/stylesheets/icons.css */
.ri-repeat-2-line:before {
  content: "\f072";
}

/* line 48700, app/assets/stylesheets/icons.css */
.ri-repeat-fill:before {
  content: "\f073";
}

/* line 48704, app/assets/stylesheets/icons.css */
.ri-repeat-line:before {
  content: "\f074";
}

/* line 48708, app/assets/stylesheets/icons.css */
.ri-repeat-one-fill:before {
  content: "\f075";
}

/* line 48712, app/assets/stylesheets/icons.css */
.ri-repeat-one-line:before {
  content: "\f076";
}

/* line 48716, app/assets/stylesheets/icons.css */
.ri-reply-all-fill:before {
  content: "\f077";
}

/* line 48720, app/assets/stylesheets/icons.css */
.ri-reply-all-line:before {
  content: "\f078";
}

/* line 48724, app/assets/stylesheets/icons.css */
.ri-reply-fill:before {
  content: "\f079";
}

/* line 48728, app/assets/stylesheets/icons.css */
.ri-reply-line:before {
  content: "\f07a";
}

/* line 48732, app/assets/stylesheets/icons.css */
.ri-reserved-fill:before {
  content: "\f07b";
}

/* line 48736, app/assets/stylesheets/icons.css */
.ri-reserved-line:before {
  content: "\f07c";
}

/* line 48740, app/assets/stylesheets/icons.css */
.ri-rest-time-fill:before {
  content: "\f07d";
}

/* line 48744, app/assets/stylesheets/icons.css */
.ri-rest-time-line:before {
  content: "\f07e";
}

/* line 48748, app/assets/stylesheets/icons.css */
.ri-restart-fill:before {
  content: "\f07f";
}

/* line 48752, app/assets/stylesheets/icons.css */
.ri-restart-line:before {
  content: "\f080";
}

/* line 48756, app/assets/stylesheets/icons.css */
.ri-restaurant-2-fill:before {
  content: "\f081";
}

/* line 48760, app/assets/stylesheets/icons.css */
.ri-restaurant-2-line:before {
  content: "\f082";
}

/* line 48764, app/assets/stylesheets/icons.css */
.ri-restaurant-fill:before {
  content: "\f083";
}

/* line 48768, app/assets/stylesheets/icons.css */
.ri-restaurant-line:before {
  content: "\f084";
}

/* line 48772, app/assets/stylesheets/icons.css */
.ri-rewind-fill:before {
  content: "\f085";
}

/* line 48776, app/assets/stylesheets/icons.css */
.ri-rewind-line:before {
  content: "\f086";
}

/* line 48780, app/assets/stylesheets/icons.css */
.ri-rewind-mini-fill:before {
  content: "\f087";
}

/* line 48784, app/assets/stylesheets/icons.css */
.ri-rewind-mini-line:before {
  content: "\f088";
}

/* line 48788, app/assets/stylesheets/icons.css */
.ri-rhythm-fill:before {
  content: "\f089";
}

/* line 48792, app/assets/stylesheets/icons.css */
.ri-rhythm-line:before {
  content: "\f08a";
}

/* line 48796, app/assets/stylesheets/icons.css */
.ri-riding-fill:before {
  content: "\f08b";
}

/* line 48800, app/assets/stylesheets/icons.css */
.ri-riding-line:before {
  content: "\f08c";
}

/* line 48804, app/assets/stylesheets/icons.css */
.ri-road-map-fill:before {
  content: "\f08d";
}

/* line 48808, app/assets/stylesheets/icons.css */
.ri-road-map-line:before {
  content: "\f08e";
}

/* line 48812, app/assets/stylesheets/icons.css */
.ri-roadster-fill:before {
  content: "\f08f";
}

/* line 48816, app/assets/stylesheets/icons.css */
.ri-roadster-line:before {
  content: "\f090";
}

/* line 48820, app/assets/stylesheets/icons.css */
.ri-robot-fill:before {
  content: "\f091";
}

/* line 48824, app/assets/stylesheets/icons.css */
.ri-robot-line:before {
  content: "\f092";
}

/* line 48828, app/assets/stylesheets/icons.css */
.ri-rocket-2-fill:before {
  content: "\f093";
}

/* line 48832, app/assets/stylesheets/icons.css */
.ri-rocket-2-line:before {
  content: "\f094";
}

/* line 48836, app/assets/stylesheets/icons.css */
.ri-rocket-fill:before {
  content: "\f095";
}

/* line 48840, app/assets/stylesheets/icons.css */
.ri-rocket-line:before {
  content: "\f096";
}

/* line 48844, app/assets/stylesheets/icons.css */
.ri-rotate-lock-fill:before {
  content: "\f097";
}

/* line 48848, app/assets/stylesheets/icons.css */
.ri-rotate-lock-line:before {
  content: "\f098";
}

/* line 48852, app/assets/stylesheets/icons.css */
.ri-rounded-corner:before {
  content: "\f099";
}

/* line 48856, app/assets/stylesheets/icons.css */
.ri-route-fill:before {
  content: "\f09a";
}

/* line 48860, app/assets/stylesheets/icons.css */
.ri-route-line:before {
  content: "\f09b";
}

/* line 48864, app/assets/stylesheets/icons.css */
.ri-router-fill:before {
  content: "\f09c";
}

/* line 48868, app/assets/stylesheets/icons.css */
.ri-router-line:before {
  content: "\f09d";
}

/* line 48872, app/assets/stylesheets/icons.css */
.ri-rss-fill:before {
  content: "\f09e";
}

/* line 48876, app/assets/stylesheets/icons.css */
.ri-rss-line:before {
  content: "\f09f";
}

/* line 48880, app/assets/stylesheets/icons.css */
.ri-ruler-2-fill:before {
  content: "\f0a0";
}

/* line 48884, app/assets/stylesheets/icons.css */
.ri-ruler-2-line:before {
  content: "\f0a1";
}

/* line 48888, app/assets/stylesheets/icons.css */
.ri-ruler-fill:before {
  content: "\f0a2";
}

/* line 48892, app/assets/stylesheets/icons.css */
.ri-ruler-line:before {
  content: "\f0a3";
}

/* line 48896, app/assets/stylesheets/icons.css */
.ri-run-fill:before {
  content: "\f0a4";
}

/* line 48900, app/assets/stylesheets/icons.css */
.ri-run-line:before {
  content: "\f0a5";
}

/* line 48904, app/assets/stylesheets/icons.css */
.ri-safari-fill:before {
  content: "\f0a6";
}

/* line 48908, app/assets/stylesheets/icons.css */
.ri-safari-line:before {
  content: "\f0a7";
}

/* line 48912, app/assets/stylesheets/icons.css */
.ri-safe-2-fill:before {
  content: "\f0a8";
}

/* line 48916, app/assets/stylesheets/icons.css */
.ri-safe-2-line:before {
  content: "\f0a9";
}

/* line 48920, app/assets/stylesheets/icons.css */
.ri-safe-fill:before {
  content: "\f0aa";
}

/* line 48924, app/assets/stylesheets/icons.css */
.ri-safe-line:before {
  content: "\f0ab";
}

/* line 48928, app/assets/stylesheets/icons.css */
.ri-sailboat-fill:before {
  content: "\f0ac";
}

/* line 48932, app/assets/stylesheets/icons.css */
.ri-sailboat-line:before {
  content: "\f0ad";
}

/* line 48936, app/assets/stylesheets/icons.css */
.ri-save-2-fill:before {
  content: "\f0ae";
}

/* line 48940, app/assets/stylesheets/icons.css */
.ri-save-2-line:before {
  content: "\f0af";
}

/* line 48944, app/assets/stylesheets/icons.css */
.ri-save-3-fill:before {
  content: "\f0b0";
}

/* line 48948, app/assets/stylesheets/icons.css */
.ri-save-3-line:before {
  content: "\f0b1";
}

/* line 48952, app/assets/stylesheets/icons.css */
.ri-save-fill:before {
  content: "\f0b2";
}

/* line 48956, app/assets/stylesheets/icons.css */
.ri-save-line:before {
  content: "\f0b3";
}

/* line 48960, app/assets/stylesheets/icons.css */
.ri-scales-2-fill:before {
  content: "\f0b4";
}

/* line 48964, app/assets/stylesheets/icons.css */
.ri-scales-2-line:before {
  content: "\f0b5";
}

/* line 48968, app/assets/stylesheets/icons.css */
.ri-scales-3-fill:before {
  content: "\f0b6";
}

/* line 48972, app/assets/stylesheets/icons.css */
.ri-scales-3-line:before {
  content: "\f0b7";
}

/* line 48976, app/assets/stylesheets/icons.css */
.ri-scales-fill:before {
  content: "\f0b8";
}

/* line 48980, app/assets/stylesheets/icons.css */
.ri-scales-line:before {
  content: "\f0b9";
}

/* line 48984, app/assets/stylesheets/icons.css */
.ri-scan-2-fill:before {
  content: "\f0ba";
}

/* line 48988, app/assets/stylesheets/icons.css */
.ri-scan-2-line:before {
  content: "\f0bb";
}

/* line 48992, app/assets/stylesheets/icons.css */
.ri-scan-fill:before {
  content: "\f0bc";
}

/* line 48996, app/assets/stylesheets/icons.css */
.ri-scan-line:before {
  content: "\f0bd";
}

/* line 49000, app/assets/stylesheets/icons.css */
.ri-scissors-2-fill:before {
  content: "\f0be";
}

/* line 49004, app/assets/stylesheets/icons.css */
.ri-scissors-2-line:before {
  content: "\f0bf";
}

/* line 49008, app/assets/stylesheets/icons.css */
.ri-scissors-cut-fill:before {
  content: "\f0c0";
}

/* line 49012, app/assets/stylesheets/icons.css */
.ri-scissors-cut-line:before {
  content: "\f0c1";
}

/* line 49016, app/assets/stylesheets/icons.css */
.ri-scissors-fill:before {
  content: "\f0c2";
}

/* line 49020, app/assets/stylesheets/icons.css */
.ri-scissors-line:before {
  content: "\f0c3";
}

/* line 49024, app/assets/stylesheets/icons.css */
.ri-screenshot-2-fill:before {
  content: "\f0c4";
}

/* line 49028, app/assets/stylesheets/icons.css */
.ri-screenshot-2-line:before {
  content: "\f0c5";
}

/* line 49032, app/assets/stylesheets/icons.css */
.ri-screenshot-fill:before {
  content: "\f0c6";
}

/* line 49036, app/assets/stylesheets/icons.css */
.ri-screenshot-line:before {
  content: "\f0c7";
}

/* line 49040, app/assets/stylesheets/icons.css */
.ri-sd-card-fill:before {
  content: "\f0c8";
}

/* line 49044, app/assets/stylesheets/icons.css */
.ri-sd-card-line:before {
  content: "\f0c9";
}

/* line 49048, app/assets/stylesheets/icons.css */
.ri-sd-card-mini-fill:before {
  content: "\f0ca";
}

/* line 49052, app/assets/stylesheets/icons.css */
.ri-sd-card-mini-line:before {
  content: "\f0cb";
}

/* line 49056, app/assets/stylesheets/icons.css */
.ri-search-2-fill:before {
  content: "\f0cc";
}

/* line 49060, app/assets/stylesheets/icons.css */
.ri-search-2-line:before {
  content: "\f0cd";
}

/* line 49064, app/assets/stylesheets/icons.css */
.ri-search-eye-fill:before {
  content: "\f0ce";
}

/* line 49068, app/assets/stylesheets/icons.css */
.ri-search-eye-line:before {
  content: "\f0cf";
}

/* line 49072, app/assets/stylesheets/icons.css */
.ri-search-fill:before {
  content: "\f0d0";
}

/* line 49076, app/assets/stylesheets/icons.css */
.ri-search-line:before {
  content: "\f0d1";
}

/* line 49080, app/assets/stylesheets/icons.css */
.ri-secure-payment-fill:before {
  content: "\f0d2";
}

/* line 49084, app/assets/stylesheets/icons.css */
.ri-secure-payment-line:before {
  content: "\f0d3";
}

/* line 49088, app/assets/stylesheets/icons.css */
.ri-seedling-fill:before {
  content: "\f0d4";
}

/* line 49092, app/assets/stylesheets/icons.css */
.ri-seedling-line:before {
  content: "\f0d5";
}

/* line 49096, app/assets/stylesheets/icons.css */
.ri-send-backward:before {
  content: "\f0d6";
}

/* line 49100, app/assets/stylesheets/icons.css */
.ri-send-plane-2-fill:before {
  content: "\f0d7";
}

/* line 49104, app/assets/stylesheets/icons.css */
.ri-send-plane-2-line:before {
  content: "\f0d8";
}

/* line 49108, app/assets/stylesheets/icons.css */
.ri-send-plane-fill:before {
  content: "\f0d9";
}

/* line 49112, app/assets/stylesheets/icons.css */
.ri-send-plane-line:before {
  content: "\f0da";
}

/* line 49116, app/assets/stylesheets/icons.css */
.ri-send-to-back:before {
  content: "\f0db";
}

/* line 49120, app/assets/stylesheets/icons.css */
.ri-sensor-fill:before {
  content: "\f0dc";
}

/* line 49124, app/assets/stylesheets/icons.css */
.ri-sensor-line:before {
  content: "\f0dd";
}

/* line 49128, app/assets/stylesheets/icons.css */
.ri-separator:before {
  content: "\f0de";
}

/* line 49132, app/assets/stylesheets/icons.css */
.ri-server-fill:before {
  content: "\f0df";
}

/* line 49136, app/assets/stylesheets/icons.css */
.ri-server-line:before {
  content: "\f0e0";
}

/* line 49140, app/assets/stylesheets/icons.css */
.ri-service-fill:before {
  content: "\f0e1";
}

/* line 49144, app/assets/stylesheets/icons.css */
.ri-service-line:before {
  content: "\f0e2";
}

/* line 49148, app/assets/stylesheets/icons.css */
.ri-settings-2-fill:before {
  content: "\f0e3";
}

/* line 49152, app/assets/stylesheets/icons.css */
.ri-settings-2-line:before {
  content: "\f0e4";
}

/* line 49156, app/assets/stylesheets/icons.css */
.ri-settings-3-fill:before {
  content: "\f0e5";
}

/* line 49160, app/assets/stylesheets/icons.css */
.ri-settings-3-line:before {
  content: "\f0e6";
}

/* line 49164, app/assets/stylesheets/icons.css */
.ri-settings-4-fill:before {
  content: "\f0e7";
}

/* line 49168, app/assets/stylesheets/icons.css */
.ri-settings-4-line:before {
  content: "\f0e8";
}

/* line 49172, app/assets/stylesheets/icons.css */
.ri-settings-5-fill:before {
  content: "\f0e9";
}

/* line 49176, app/assets/stylesheets/icons.css */
.ri-settings-5-line:before {
  content: "\f0ea";
}

/* line 49180, app/assets/stylesheets/icons.css */
.ri-settings-6-fill:before {
  content: "\f0eb";
}

/* line 49184, app/assets/stylesheets/icons.css */
.ri-settings-6-line:before {
  content: "\f0ec";
}

/* line 49188, app/assets/stylesheets/icons.css */
.ri-settings-fill:before {
  content: "\f0ed";
}

/* line 49192, app/assets/stylesheets/icons.css */
.ri-settings-line:before {
  content: "\f0ee";
}

/* line 49196, app/assets/stylesheets/icons.css */
.ri-shape-2-fill:before {
  content: "\f0ef";
}

/* line 49200, app/assets/stylesheets/icons.css */
.ri-shape-2-line:before {
  content: "\f0f0";
}

/* line 49204, app/assets/stylesheets/icons.css */
.ri-shape-fill:before {
  content: "\f0f1";
}

/* line 49208, app/assets/stylesheets/icons.css */
.ri-shape-line:before {
  content: "\f0f2";
}

/* line 49212, app/assets/stylesheets/icons.css */
.ri-share-box-fill:before {
  content: "\f0f3";
}

/* line 49216, app/assets/stylesheets/icons.css */
.ri-share-box-line:before {
  content: "\f0f4";
}

/* line 49220, app/assets/stylesheets/icons.css */
.ri-share-circle-fill:before {
  content: "\f0f5";
}

/* line 49224, app/assets/stylesheets/icons.css */
.ri-share-circle-line:before {
  content: "\f0f6";
}

/* line 49228, app/assets/stylesheets/icons.css */
.ri-share-fill:before {
  content: "\f0f7";
}

/* line 49232, app/assets/stylesheets/icons.css */
.ri-share-forward-2-fill:before {
  content: "\f0f8";
}

/* line 49236, app/assets/stylesheets/icons.css */
.ri-share-forward-2-line:before {
  content: "\f0f9";
}

/* line 49240, app/assets/stylesheets/icons.css */
.ri-share-forward-box-fill:before {
  content: "\f0fa";
}

/* line 49244, app/assets/stylesheets/icons.css */
.ri-share-forward-box-line:before {
  content: "\f0fb";
}

/* line 49248, app/assets/stylesheets/icons.css */
.ri-share-forward-fill:before {
  content: "\f0fc";
}

/* line 49252, app/assets/stylesheets/icons.css */
.ri-share-forward-line:before {
  content: "\f0fd";
}

/* line 49256, app/assets/stylesheets/icons.css */
.ri-share-line:before {
  content: "\f0fe";
}

/* line 49260, app/assets/stylesheets/icons.css */
.ri-shield-check-fill:before {
  content: "\f0ff";
}

/* line 49264, app/assets/stylesheets/icons.css */
.ri-shield-check-line:before {
  content: "\f100";
}

/* line 49268, app/assets/stylesheets/icons.css */
.ri-shield-cross-fill:before {
  content: "\f101";
}

/* line 49272, app/assets/stylesheets/icons.css */
.ri-shield-cross-line:before {
  content: "\f102";
}

/* line 49276, app/assets/stylesheets/icons.css */
.ri-shield-fill:before {
  content: "\f103";
}

/* line 49280, app/assets/stylesheets/icons.css */
.ri-shield-flash-fill:before {
  content: "\f104";
}

/* line 49284, app/assets/stylesheets/icons.css */
.ri-shield-flash-line:before {
  content: "\f105";
}

/* line 49288, app/assets/stylesheets/icons.css */
.ri-shield-keyhole-fill:before {
  content: "\f106";
}

/* line 49292, app/assets/stylesheets/icons.css */
.ri-shield-keyhole-line:before {
  content: "\f107";
}

/* line 49296, app/assets/stylesheets/icons.css */
.ri-shield-line:before {
  content: "\f108";
}

/* line 49300, app/assets/stylesheets/icons.css */
.ri-shield-star-fill:before {
  content: "\f109";
}

/* line 49304, app/assets/stylesheets/icons.css */
.ri-shield-star-line:before {
  content: "\f10a";
}

/* line 49308, app/assets/stylesheets/icons.css */
.ri-shield-user-fill:before {
  content: "\f10b";
}

/* line 49312, app/assets/stylesheets/icons.css */
.ri-shield-user-line:before {
  content: "\f10c";
}

/* line 49316, app/assets/stylesheets/icons.css */
.ri-ship-2-fill:before {
  content: "\f10d";
}

/* line 49320, app/assets/stylesheets/icons.css */
.ri-ship-2-line:before {
  content: "\f10e";
}

/* line 49324, app/assets/stylesheets/icons.css */
.ri-ship-fill:before {
  content: "\f10f";
}

/* line 49328, app/assets/stylesheets/icons.css */
.ri-ship-line:before {
  content: "\f110";
}

/* line 49332, app/assets/stylesheets/icons.css */
.ri-shirt-fill:before {
  content: "\f111";
}

/* line 49336, app/assets/stylesheets/icons.css */
.ri-shirt-line:before {
  content: "\f112";
}

/* line 49340, app/assets/stylesheets/icons.css */
.ri-shopping-bag-2-fill:before {
  content: "\f113";
}

/* line 49344, app/assets/stylesheets/icons.css */
.ri-shopping-bag-2-line:before {
  content: "\f114";
}

/* line 49348, app/assets/stylesheets/icons.css */
.ri-shopping-bag-3-fill:before {
  content: "\f115";
}

/* line 49352, app/assets/stylesheets/icons.css */
.ri-shopping-bag-3-line:before {
  content: "\f116";
}

/* line 49356, app/assets/stylesheets/icons.css */
.ri-shopping-bag-fill:before {
  content: "\f117";
}

/* line 49360, app/assets/stylesheets/icons.css */
.ri-shopping-bag-line:before {
  content: "\f118";
}

/* line 49364, app/assets/stylesheets/icons.css */
.ri-shopping-basket-2-fill:before {
  content: "\f119";
}

/* line 49368, app/assets/stylesheets/icons.css */
.ri-shopping-basket-2-line:before {
  content: "\f11a";
}

/* line 49372, app/assets/stylesheets/icons.css */
.ri-shopping-basket-fill:before {
  content: "\f11b";
}

/* line 49376, app/assets/stylesheets/icons.css */
.ri-shopping-basket-line:before {
  content: "\f11c";
}

/* line 49380, app/assets/stylesheets/icons.css */
.ri-shopping-cart-2-fill:before {
  content: "\f11d";
}

/* line 49384, app/assets/stylesheets/icons.css */
.ri-shopping-cart-2-line:before {
  content: "\f11e";
}

/* line 49388, app/assets/stylesheets/icons.css */
.ri-shopping-cart-fill:before {
  content: "\f11f";
}

/* line 49392, app/assets/stylesheets/icons.css */
.ri-shopping-cart-line:before {
  content: "\f120";
}

/* line 49396, app/assets/stylesheets/icons.css */
.ri-showers-fill:before {
  content: "\f121";
}

/* line 49400, app/assets/stylesheets/icons.css */
.ri-showers-line:before {
  content: "\f122";
}

/* line 49404, app/assets/stylesheets/icons.css */
.ri-shuffle-fill:before {
  content: "\f123";
}

/* line 49408, app/assets/stylesheets/icons.css */
.ri-shuffle-line:before {
  content: "\f124";
}

/* line 49412, app/assets/stylesheets/icons.css */
.ri-shut-down-fill:before {
  content: "\f125";
}

/* line 49416, app/assets/stylesheets/icons.css */
.ri-shut-down-line:before {
  content: "\f126";
}

/* line 49420, app/assets/stylesheets/icons.css */
.ri-side-bar-fill:before {
  content: "\f127";
}

/* line 49424, app/assets/stylesheets/icons.css */
.ri-side-bar-line:before {
  content: "\f128";
}

/* line 49428, app/assets/stylesheets/icons.css */
.ri-signal-tower-fill:before {
  content: "\f129";
}

/* line 49432, app/assets/stylesheets/icons.css */
.ri-signal-tower-line:before {
  content: "\f12a";
}

/* line 49436, app/assets/stylesheets/icons.css */
.ri-signal-wifi-1-fill:before {
  content: "\f12b";
}

/* line 49440, app/assets/stylesheets/icons.css */
.ri-signal-wifi-1-line:before {
  content: "\f12c";
}

/* line 49444, app/assets/stylesheets/icons.css */
.ri-signal-wifi-2-fill:before {
  content: "\f12d";
}

/* line 49448, app/assets/stylesheets/icons.css */
.ri-signal-wifi-2-line:before {
  content: "\f12e";
}

/* line 49452, app/assets/stylesheets/icons.css */
.ri-signal-wifi-3-fill:before {
  content: "\f12f";
}

/* line 49456, app/assets/stylesheets/icons.css */
.ri-signal-wifi-3-line:before {
  content: "\f130";
}

/* line 49460, app/assets/stylesheets/icons.css */
.ri-signal-wifi-error-fill:before {
  content: "\f131";
}

/* line 49464, app/assets/stylesheets/icons.css */
.ri-signal-wifi-error-line:before {
  content: "\f132";
}

/* line 49468, app/assets/stylesheets/icons.css */
.ri-signal-wifi-fill:before {
  content: "\f133";
}

/* line 49472, app/assets/stylesheets/icons.css */
.ri-signal-wifi-line:before {
  content: "\f134";
}

/* line 49476, app/assets/stylesheets/icons.css */
.ri-signal-wifi-off-fill:before {
  content: "\f135";
}

/* line 49480, app/assets/stylesheets/icons.css */
.ri-signal-wifi-off-line:before {
  content: "\f136";
}

/* line 49484, app/assets/stylesheets/icons.css */
.ri-sim-card-2-fill:before {
  content: "\f137";
}

/* line 49488, app/assets/stylesheets/icons.css */
.ri-sim-card-2-line:before {
  content: "\f138";
}

/* line 49492, app/assets/stylesheets/icons.css */
.ri-sim-card-fill:before {
  content: "\f139";
}

/* line 49496, app/assets/stylesheets/icons.css */
.ri-sim-card-line:before {
  content: "\f13a";
}

/* line 49500, app/assets/stylesheets/icons.css */
.ri-single-quotes-l:before {
  content: "\f13b";
}

/* line 49504, app/assets/stylesheets/icons.css */
.ri-single-quotes-r:before {
  content: "\f13c";
}

/* line 49508, app/assets/stylesheets/icons.css */
.ri-sip-fill:before {
  content: "\f13d";
}

/* line 49512, app/assets/stylesheets/icons.css */
.ri-sip-line:before {
  content: "\f13e";
}

/* line 49516, app/assets/stylesheets/icons.css */
.ri-skip-back-fill:before {
  content: "\f13f";
}

/* line 49520, app/assets/stylesheets/icons.css */
.ri-skip-back-line:before {
  content: "\f140";
}

/* line 49524, app/assets/stylesheets/icons.css */
.ri-skip-back-mini-fill:before {
  content: "\f141";
}

/* line 49528, app/assets/stylesheets/icons.css */
.ri-skip-back-mini-line:before {
  content: "\f142";
}

/* line 49532, app/assets/stylesheets/icons.css */
.ri-skip-forward-fill:before {
  content: "\f143";
}

/* line 49536, app/assets/stylesheets/icons.css */
.ri-skip-forward-line:before {
  content: "\f144";
}

/* line 49540, app/assets/stylesheets/icons.css */
.ri-skip-forward-mini-fill:before {
  content: "\f145";
}

/* line 49544, app/assets/stylesheets/icons.css */
.ri-skip-forward-mini-line:before {
  content: "\f146";
}

/* line 49548, app/assets/stylesheets/icons.css */
.ri-skull-2-fill:before {
  content: "\f147";
}

/* line 49552, app/assets/stylesheets/icons.css */
.ri-skull-2-line:before {
  content: "\f148";
}

/* line 49556, app/assets/stylesheets/icons.css */
.ri-skull-fill:before {
  content: "\f149";
}

/* line 49560, app/assets/stylesheets/icons.css */
.ri-skull-line:before {
  content: "\f14a";
}

/* line 49564, app/assets/stylesheets/icons.css */
.ri-skype-fill:before {
  content: "\f14b";
}

/* line 49568, app/assets/stylesheets/icons.css */
.ri-skype-line:before {
  content: "\f14c";
}

/* line 49572, app/assets/stylesheets/icons.css */
.ri-slack-fill:before {
  content: "\f14d";
}

/* line 49576, app/assets/stylesheets/icons.css */
.ri-slack-line:before {
  content: "\f14e";
}

/* line 49580, app/assets/stylesheets/icons.css */
.ri-slice-fill:before {
  content: "\f14f";
}

/* line 49584, app/assets/stylesheets/icons.css */
.ri-slice-line:before {
  content: "\f150";
}

/* line 49588, app/assets/stylesheets/icons.css */
.ri-slideshow-2-fill:before {
  content: "\f151";
}

/* line 49592, app/assets/stylesheets/icons.css */
.ri-slideshow-2-line:before {
  content: "\f152";
}

/* line 49596, app/assets/stylesheets/icons.css */
.ri-slideshow-3-fill:before {
  content: "\f153";
}

/* line 49600, app/assets/stylesheets/icons.css */
.ri-slideshow-3-line:before {
  content: "\f154";
}

/* line 49604, app/assets/stylesheets/icons.css */
.ri-slideshow-4-fill:before {
  content: "\f155";
}

/* line 49608, app/assets/stylesheets/icons.css */
.ri-slideshow-4-line:before {
  content: "\f156";
}

/* line 49612, app/assets/stylesheets/icons.css */
.ri-slideshow-fill:before {
  content: "\f157";
}

/* line 49616, app/assets/stylesheets/icons.css */
.ri-slideshow-line:before {
  content: "\f158";
}

/* line 49620, app/assets/stylesheets/icons.css */
.ri-smartphone-fill:before {
  content: "\f159";
}

/* line 49624, app/assets/stylesheets/icons.css */
.ri-smartphone-line:before {
  content: "\f15a";
}

/* line 49628, app/assets/stylesheets/icons.css */
.ri-snapchat-fill:before {
  content: "\f15b";
}

/* line 49632, app/assets/stylesheets/icons.css */
.ri-snapchat-line:before {
  content: "\f15c";
}

/* line 49636, app/assets/stylesheets/icons.css */
.ri-snowy-fill:before {
  content: "\f15d";
}

/* line 49640, app/assets/stylesheets/icons.css */
.ri-snowy-line:before {
  content: "\f15e";
}

/* line 49644, app/assets/stylesheets/icons.css */
.ri-sort-asc:before {
  content: "\f15f";
}

/* line 49648, app/assets/stylesheets/icons.css */
.ri-sort-desc:before {
  content: "\f160";
}

/* line 49652, app/assets/stylesheets/icons.css */
.ri-sound-module-fill:before {
  content: "\f161";
}

/* line 49656, app/assets/stylesheets/icons.css */
.ri-sound-module-line:before {
  content: "\f162";
}

/* line 49660, app/assets/stylesheets/icons.css */
.ri-soundcloud-fill:before {
  content: "\f163";
}

/* line 49664, app/assets/stylesheets/icons.css */
.ri-soundcloud-line:before {
  content: "\f164";
}

/* line 49668, app/assets/stylesheets/icons.css */
.ri-space-ship-fill:before {
  content: "\f165";
}

/* line 49672, app/assets/stylesheets/icons.css */
.ri-space-ship-line:before {
  content: "\f166";
}

/* line 49676, app/assets/stylesheets/icons.css */
.ri-space:before {
  content: "\f167";
}

/* line 49680, app/assets/stylesheets/icons.css */
.ri-spam-2-fill:before {
  content: "\f168";
}

/* line 49684, app/assets/stylesheets/icons.css */
.ri-spam-2-line:before {
  content: "\f169";
}

/* line 49688, app/assets/stylesheets/icons.css */
.ri-spam-3-fill:before {
  content: "\f16a";
}

/* line 49692, app/assets/stylesheets/icons.css */
.ri-spam-3-line:before {
  content: "\f16b";
}

/* line 49696, app/assets/stylesheets/icons.css */
.ri-spam-fill:before {
  content: "\f16c";
}

/* line 49700, app/assets/stylesheets/icons.css */
.ri-spam-line:before {
  content: "\f16d";
}

/* line 49704, app/assets/stylesheets/icons.css */
.ri-speaker-2-fill:before {
  content: "\f16e";
}

/* line 49708, app/assets/stylesheets/icons.css */
.ri-speaker-2-line:before {
  content: "\f16f";
}

/* line 49712, app/assets/stylesheets/icons.css */
.ri-speaker-3-fill:before {
  content: "\f170";
}

/* line 49716, app/assets/stylesheets/icons.css */
.ri-speaker-3-line:before {
  content: "\f171";
}

/* line 49720, app/assets/stylesheets/icons.css */
.ri-speaker-fill:before {
  content: "\f172";
}

/* line 49724, app/assets/stylesheets/icons.css */
.ri-speaker-line:before {
  content: "\f173";
}

/* line 49728, app/assets/stylesheets/icons.css */
.ri-spectrum-fill:before {
  content: "\f174";
}

/* line 49732, app/assets/stylesheets/icons.css */
.ri-spectrum-line:before {
  content: "\f175";
}

/* line 49736, app/assets/stylesheets/icons.css */
.ri-speed-fill:before {
  content: "\f176";
}

/* line 49740, app/assets/stylesheets/icons.css */
.ri-speed-line:before {
  content: "\f177";
}

/* line 49744, app/assets/stylesheets/icons.css */
.ri-speed-mini-fill:before {
  content: "\f178";
}

/* line 49748, app/assets/stylesheets/icons.css */
.ri-speed-mini-line:before {
  content: "\f179";
}

/* line 49752, app/assets/stylesheets/icons.css */
.ri-split-cells-horizontal:before {
  content: "\f17a";
}

/* line 49756, app/assets/stylesheets/icons.css */
.ri-split-cells-vertical:before {
  content: "\f17b";
}

/* line 49760, app/assets/stylesheets/icons.css */
.ri-spotify-fill:before {
  content: "\f17c";
}

/* line 49764, app/assets/stylesheets/icons.css */
.ri-spotify-line:before {
  content: "\f17d";
}

/* line 49768, app/assets/stylesheets/icons.css */
.ri-spy-fill:before {
  content: "\f17e";
}

/* line 49772, app/assets/stylesheets/icons.css */
.ri-spy-line:before {
  content: "\f17f";
}

/* line 49776, app/assets/stylesheets/icons.css */
.ri-stack-fill:before {
  content: "\f180";
}

/* line 49780, app/assets/stylesheets/icons.css */
.ri-stack-line:before {
  content: "\f181";
}

/* line 49784, app/assets/stylesheets/icons.css */
.ri-stack-overflow-fill:before {
  content: "\f182";
}

/* line 49788, app/assets/stylesheets/icons.css */
.ri-stack-overflow-line:before {
  content: "\f183";
}

/* line 49792, app/assets/stylesheets/icons.css */
.ri-stackshare-fill:before {
  content: "\f184";
}

/* line 49796, app/assets/stylesheets/icons.css */
.ri-stackshare-line:before {
  content: "\f185";
}

/* line 49800, app/assets/stylesheets/icons.css */
.ri-star-fill:before {
  content: "\f186";
}

/* line 49804, app/assets/stylesheets/icons.css */
.ri-star-half-fill:before {
  content: "\f187";
}

/* line 49808, app/assets/stylesheets/icons.css */
.ri-star-half-line:before {
  content: "\f188";
}

/* line 49812, app/assets/stylesheets/icons.css */
.ri-star-half-s-fill:before {
  content: "\f189";
}

/* line 49816, app/assets/stylesheets/icons.css */
.ri-star-half-s-line:before {
  content: "\f18a";
}

/* line 49820, app/assets/stylesheets/icons.css */
.ri-star-line:before {
  content: "\f18b";
}

/* line 49824, app/assets/stylesheets/icons.css */
.ri-star-s-fill:before {
  content: "\f18c";
}

/* line 49828, app/assets/stylesheets/icons.css */
.ri-star-s-line:before {
  content: "\f18d";
}

/* line 49832, app/assets/stylesheets/icons.css */
.ri-star-smile-fill:before {
  content: "\f18e";
}

/* line 49836, app/assets/stylesheets/icons.css */
.ri-star-smile-line:before {
  content: "\f18f";
}

/* line 49840, app/assets/stylesheets/icons.css */
.ri-steam-fill:before {
  content: "\f190";
}

/* line 49844, app/assets/stylesheets/icons.css */
.ri-steam-line:before {
  content: "\f191";
}

/* line 49848, app/assets/stylesheets/icons.css */
.ri-steering-2-fill:before {
  content: "\f192";
}

/* line 49852, app/assets/stylesheets/icons.css */
.ri-steering-2-line:before {
  content: "\f193";
}

/* line 49856, app/assets/stylesheets/icons.css */
.ri-steering-fill:before {
  content: "\f194";
}

/* line 49860, app/assets/stylesheets/icons.css */
.ri-steering-line:before {
  content: "\f195";
}

/* line 49864, app/assets/stylesheets/icons.css */
.ri-stethoscope-fill:before {
  content: "\f196";
}

/* line 49868, app/assets/stylesheets/icons.css */
.ri-stethoscope-line:before {
  content: "\f197";
}

/* line 49872, app/assets/stylesheets/icons.css */
.ri-sticky-note-2-fill:before {
  content: "\f198";
}

/* line 49876, app/assets/stylesheets/icons.css */
.ri-sticky-note-2-line:before {
  content: "\f199";
}

/* line 49880, app/assets/stylesheets/icons.css */
.ri-sticky-note-fill:before {
  content: "\f19a";
}

/* line 49884, app/assets/stylesheets/icons.css */
.ri-sticky-note-line:before {
  content: "\f19b";
}

/* line 49888, app/assets/stylesheets/icons.css */
.ri-stock-fill:before {
  content: "\f19c";
}

/* line 49892, app/assets/stylesheets/icons.css */
.ri-stock-line:before {
  content: "\f19d";
}

/* line 49896, app/assets/stylesheets/icons.css */
.ri-stop-circle-fill:before {
  content: "\f19e";
}

/* line 49900, app/assets/stylesheets/icons.css */
.ri-stop-circle-line:before {
  content: "\f19f";
}

/* line 49904, app/assets/stylesheets/icons.css */
.ri-stop-fill:before {
  content: "\f1a0";
}

/* line 49908, app/assets/stylesheets/icons.css */
.ri-stop-line:before {
  content: "\f1a1";
}

/* line 49912, app/assets/stylesheets/icons.css */
.ri-stop-mini-fill:before {
  content: "\f1a2";
}

/* line 49916, app/assets/stylesheets/icons.css */
.ri-stop-mini-line:before {
  content: "\f1a3";
}

/* line 49920, app/assets/stylesheets/icons.css */
.ri-store-2-fill:before {
  content: "\f1a4";
}

/* line 49924, app/assets/stylesheets/icons.css */
.ri-store-2-line:before {
  content: "\f1a5";
}

/* line 49928, app/assets/stylesheets/icons.css */
.ri-store-3-fill:before {
  content: "\f1a6";
}

/* line 49932, app/assets/stylesheets/icons.css */
.ri-store-3-line:before {
  content: "\f1a7";
}

/* line 49936, app/assets/stylesheets/icons.css */
.ri-store-fill:before {
  content: "\f1a8";
}

/* line 49940, app/assets/stylesheets/icons.css */
.ri-store-line:before {
  content: "\f1a9";
}

/* line 49944, app/assets/stylesheets/icons.css */
.ri-strikethrough-2:before {
  content: "\f1aa";
}

/* line 49948, app/assets/stylesheets/icons.css */
.ri-strikethrough:before {
  content: "\f1ab";
}

/* line 49952, app/assets/stylesheets/icons.css */
.ri-subscript-2:before {
  content: "\f1ac";
}

/* line 49956, app/assets/stylesheets/icons.css */
.ri-subscript:before {
  content: "\f1ad";
}

/* line 49960, app/assets/stylesheets/icons.css */
.ri-subtract-fill:before {
  content: "\f1ae";
}

/* line 49964, app/assets/stylesheets/icons.css */
.ri-subtract-line:before {
  content: "\f1af";
}

/* line 49968, app/assets/stylesheets/icons.css */
.ri-subway-fill:before {
  content: "\f1b0";
}

/* line 49972, app/assets/stylesheets/icons.css */
.ri-subway-line:before {
  content: "\f1b1";
}

/* line 49976, app/assets/stylesheets/icons.css */
.ri-subway-wifi-fill:before {
  content: "\f1b2";
}

/* line 49980, app/assets/stylesheets/icons.css */
.ri-subway-wifi-line:before {
  content: "\f1b3";
}

/* line 49984, app/assets/stylesheets/icons.css */
.ri-suitcase-2-fill:before {
  content: "\f1b4";
}

/* line 49988, app/assets/stylesheets/icons.css */
.ri-suitcase-2-line:before {
  content: "\f1b5";
}

/* line 49992, app/assets/stylesheets/icons.css */
.ri-suitcase-3-fill:before {
  content: "\f1b6";
}

/* line 49996, app/assets/stylesheets/icons.css */
.ri-suitcase-3-line:before {
  content: "\f1b7";
}

/* line 50000, app/assets/stylesheets/icons.css */
.ri-suitcase-fill:before {
  content: "\f1b8";
}

/* line 50004, app/assets/stylesheets/icons.css */
.ri-suitcase-line:before {
  content: "\f1b9";
}

/* line 50008, app/assets/stylesheets/icons.css */
.ri-sun-cloudy-fill:before {
  content: "\f1ba";
}

/* line 50012, app/assets/stylesheets/icons.css */
.ri-sun-cloudy-line:before {
  content: "\f1bb";
}

/* line 50016, app/assets/stylesheets/icons.css */
.ri-sun-fill:before {
  content: "\f1bc";
}

/* line 50020, app/assets/stylesheets/icons.css */
.ri-sun-foggy-fill:before {
  content: "\f1bd";
}

/* line 50024, app/assets/stylesheets/icons.css */
.ri-sun-foggy-line:before {
  content: "\f1be";
}

/* line 50028, app/assets/stylesheets/icons.css */
.ri-sun-line:before {
  content: "\f1bf";
}

/* line 50032, app/assets/stylesheets/icons.css */
.ri-superscript-2:before {
  content: "\f1c0";
}

/* line 50036, app/assets/stylesheets/icons.css */
.ri-superscript:before {
  content: "\f1c1";
}

/* line 50040, app/assets/stylesheets/icons.css */
.ri-surgical-mask-fill:before {
  content: "\f1c2";
}

/* line 50044, app/assets/stylesheets/icons.css */
.ri-surgical-mask-line:before {
  content: "\f1c3";
}

/* line 50048, app/assets/stylesheets/icons.css */
.ri-surround-sound-fill:before {
  content: "\f1c4";
}

/* line 50052, app/assets/stylesheets/icons.css */
.ri-surround-sound-line:before {
  content: "\f1c5";
}

/* line 50056, app/assets/stylesheets/icons.css */
.ri-survey-fill:before {
  content: "\f1c6";
}

/* line 50060, app/assets/stylesheets/icons.css */
.ri-survey-line:before {
  content: "\f1c7";
}

/* line 50064, app/assets/stylesheets/icons.css */
.ri-swap-box-fill:before {
  content: "\f1c8";
}

/* line 50068, app/assets/stylesheets/icons.css */
.ri-swap-box-line:before {
  content: "\f1c9";
}

/* line 50072, app/assets/stylesheets/icons.css */
.ri-swap-fill:before {
  content: "\f1ca";
}

/* line 50076, app/assets/stylesheets/icons.css */
.ri-swap-line:before {
  content: "\f1cb";
}

/* line 50080, app/assets/stylesheets/icons.css */
.ri-switch-fill:before {
  content: "\f1cc";
}

/* line 50084, app/assets/stylesheets/icons.css */
.ri-switch-line:before {
  content: "\f1cd";
}

/* line 50088, app/assets/stylesheets/icons.css */
.ri-sword-fill:before {
  content: "\f1ce";
}

/* line 50092, app/assets/stylesheets/icons.css */
.ri-sword-line:before {
  content: "\f1cf";
}

/* line 50096, app/assets/stylesheets/icons.css */
.ri-syringe-fill:before {
  content: "\f1d0";
}

/* line 50100, app/assets/stylesheets/icons.css */
.ri-syringe-line:before {
  content: "\f1d1";
}

/* line 50104, app/assets/stylesheets/icons.css */
.ri-t-box-fill:before {
  content: "\f1d2";
}

/* line 50108, app/assets/stylesheets/icons.css */
.ri-t-box-line:before {
  content: "\f1d3";
}

/* line 50112, app/assets/stylesheets/icons.css */
.ri-t-shirt-2-fill:before {
  content: "\f1d4";
}

/* line 50116, app/assets/stylesheets/icons.css */
.ri-t-shirt-2-line:before {
  content: "\f1d5";
}

/* line 50120, app/assets/stylesheets/icons.css */
.ri-t-shirt-air-fill:before {
  content: "\f1d6";
}

/* line 50124, app/assets/stylesheets/icons.css */
.ri-t-shirt-air-line:before {
  content: "\f1d7";
}

/* line 50128, app/assets/stylesheets/icons.css */
.ri-t-shirt-fill:before {
  content: "\f1d8";
}

/* line 50132, app/assets/stylesheets/icons.css */
.ri-t-shirt-line:before {
  content: "\f1d9";
}

/* line 50136, app/assets/stylesheets/icons.css */
.ri-table-2:before {
  content: "\f1da";
}

/* line 50140, app/assets/stylesheets/icons.css */
.ri-table-alt-fill:before {
  content: "\f1db";
}

/* line 50144, app/assets/stylesheets/icons.css */
.ri-table-alt-line:before {
  content: "\f1dc";
}

/* line 50148, app/assets/stylesheets/icons.css */
.ri-table-fill:before {
  content: "\f1dd";
}

/* line 50152, app/assets/stylesheets/icons.css */
.ri-table-line:before {
  content: "\f1de";
}

/* line 50156, app/assets/stylesheets/icons.css */
.ri-tablet-fill:before {
  content: "\f1df";
}

/* line 50160, app/assets/stylesheets/icons.css */
.ri-tablet-line:before {
  content: "\f1e0";
}

/* line 50164, app/assets/stylesheets/icons.css */
.ri-takeaway-fill:before {
  content: "\f1e1";
}

/* line 50168, app/assets/stylesheets/icons.css */
.ri-takeaway-line:before {
  content: "\f1e2";
}

/* line 50172, app/assets/stylesheets/icons.css */
.ri-taobao-fill:before {
  content: "\f1e3";
}

/* line 50176, app/assets/stylesheets/icons.css */
.ri-taobao-line:before {
  content: "\f1e4";
}

/* line 50180, app/assets/stylesheets/icons.css */
.ri-tape-fill:before {
  content: "\f1e5";
}

/* line 50184, app/assets/stylesheets/icons.css */
.ri-tape-line:before {
  content: "\f1e6";
}

/* line 50188, app/assets/stylesheets/icons.css */
.ri-task-fill:before {
  content: "\f1e7";
}

/* line 50192, app/assets/stylesheets/icons.css */
.ri-task-line:before {
  content: "\f1e8";
}

/* line 50196, app/assets/stylesheets/icons.css */
.ri-taxi-fill:before {
  content: "\f1e9";
}

/* line 50200, app/assets/stylesheets/icons.css */
.ri-taxi-line:before {
  content: "\f1ea";
}

/* line 50204, app/assets/stylesheets/icons.css */
.ri-taxi-wifi-fill:before {
  content: "\f1eb";
}

/* line 50208, app/assets/stylesheets/icons.css */
.ri-taxi-wifi-line:before {
  content: "\f1ec";
}

/* line 50212, app/assets/stylesheets/icons.css */
.ri-team-fill:before {
  content: "\f1ed";
}

/* line 50216, app/assets/stylesheets/icons.css */
.ri-team-line:before {
  content: "\f1ee";
}

/* line 50220, app/assets/stylesheets/icons.css */
.ri-telegram-fill:before {
  content: "\f1ef";
}

/* line 50224, app/assets/stylesheets/icons.css */
.ri-telegram-line:before {
  content: "\f1f0";
}

/* line 50228, app/assets/stylesheets/icons.css */
.ri-temp-cold-fill:before {
  content: "\f1f1";
}

/* line 50232, app/assets/stylesheets/icons.css */
.ri-temp-cold-line:before {
  content: "\f1f2";
}

/* line 50236, app/assets/stylesheets/icons.css */
.ri-temp-hot-fill:before {
  content: "\f1f3";
}

/* line 50240, app/assets/stylesheets/icons.css */
.ri-temp-hot-line:before {
  content: "\f1f4";
}

/* line 50244, app/assets/stylesheets/icons.css */
.ri-terminal-box-fill:before {
  content: "\f1f5";
}

/* line 50248, app/assets/stylesheets/icons.css */
.ri-terminal-box-line:before {
  content: "\f1f6";
}

/* line 50252, app/assets/stylesheets/icons.css */
.ri-terminal-fill:before {
  content: "\f1f7";
}

/* line 50256, app/assets/stylesheets/icons.css */
.ri-terminal-line:before {
  content: "\f1f8";
}

/* line 50260, app/assets/stylesheets/icons.css */
.ri-terminal-window-fill:before {
  content: "\f1f9";
}

/* line 50264, app/assets/stylesheets/icons.css */
.ri-terminal-window-line:before {
  content: "\f1fa";
}

/* line 50268, app/assets/stylesheets/icons.css */
.ri-test-tube-fill:before {
  content: "\f1fb";
}

/* line 50272, app/assets/stylesheets/icons.css */
.ri-test-tube-line:before {
  content: "\f1fc";
}

/* line 50276, app/assets/stylesheets/icons.css */
.ri-text-direction-l:before {
  content: "\f1fd";
}

/* line 50280, app/assets/stylesheets/icons.css */
.ri-text-direction-r:before {
  content: "\f1fe";
}

/* line 50284, app/assets/stylesheets/icons.css */
.ri-text-spacing:before {
  content: "\f1ff";
}

/* line 50288, app/assets/stylesheets/icons.css */
.ri-text-wrap:before {
  content: "\f200";
}

/* line 50292, app/assets/stylesheets/icons.css */
.ri-text:before {
  content: "\f201";
}

/* line 50296, app/assets/stylesheets/icons.css */
.ri-thermometer-fill:before {
  content: "\f202";
}

/* line 50300, app/assets/stylesheets/icons.css */
.ri-thermometer-line:before {
  content: "\f203";
}

/* line 50304, app/assets/stylesheets/icons.css */
.ri-thumb-down-fill:before {
  content: "\f204";
}

/* line 50308, app/assets/stylesheets/icons.css */
.ri-thumb-down-line:before {
  content: "\f205";
}

/* line 50312, app/assets/stylesheets/icons.css */
.ri-thumb-up-fill:before {
  content: "\f206";
}

/* line 50316, app/assets/stylesheets/icons.css */
.ri-thumb-up-line:before {
  content: "\f207";
}

/* line 50320, app/assets/stylesheets/icons.css */
.ri-thunderstorms-fill:before {
  content: "\f208";
}

/* line 50324, app/assets/stylesheets/icons.css */
.ri-thunderstorms-line:before {
  content: "\f209";
}

/* line 50328, app/assets/stylesheets/icons.css */
.ri-ticket-2-fill:before {
  content: "\f20a";
}

/* line 50332, app/assets/stylesheets/icons.css */
.ri-ticket-2-line:before {
  content: "\f20b";
}

/* line 50336, app/assets/stylesheets/icons.css */
.ri-ticket-fill:before {
  content: "\f20c";
}

/* line 50340, app/assets/stylesheets/icons.css */
.ri-ticket-line:before {
  content: "\f20d";
}

/* line 50344, app/assets/stylesheets/icons.css */
.ri-time-fill:before {
  content: "\f20e";
}

/* line 50348, app/assets/stylesheets/icons.css */
.ri-time-line:before {
  content: "\f20f";
}

/* line 50352, app/assets/stylesheets/icons.css */
.ri-timer-2-fill:before {
  content: "\f210";
}

/* line 50356, app/assets/stylesheets/icons.css */
.ri-timer-2-line:before {
  content: "\f211";
}

/* line 50360, app/assets/stylesheets/icons.css */
.ri-timer-fill:before {
  content: "\f212";
}

/* line 50364, app/assets/stylesheets/icons.css */
.ri-timer-flash-fill:before {
  content: "\f213";
}

/* line 50368, app/assets/stylesheets/icons.css */
.ri-timer-flash-line:before {
  content: "\f214";
}

/* line 50372, app/assets/stylesheets/icons.css */
.ri-timer-line:before {
  content: "\f215";
}

/* line 50376, app/assets/stylesheets/icons.css */
.ri-todo-fill:before {
  content: "\f216";
}

/* line 50380, app/assets/stylesheets/icons.css */
.ri-todo-line:before {
  content: "\f217";
}

/* line 50384, app/assets/stylesheets/icons.css */
.ri-toggle-fill:before {
  content: "\f218";
}

/* line 50388, app/assets/stylesheets/icons.css */
.ri-toggle-line:before {
  content: "\f219";
}

/* line 50392, app/assets/stylesheets/icons.css */
.ri-tools-fill:before {
  content: "\f21a";
}

/* line 50396, app/assets/stylesheets/icons.css */
.ri-tools-line:before {
  content: "\f21b";
}

/* line 50400, app/assets/stylesheets/icons.css */
.ri-tornado-fill:before {
  content: "\f21c";
}

/* line 50404, app/assets/stylesheets/icons.css */
.ri-tornado-line:before {
  content: "\f21d";
}

/* line 50408, app/assets/stylesheets/icons.css */
.ri-trademark-fill:before {
  content: "\f21e";
}

/* line 50412, app/assets/stylesheets/icons.css */
.ri-trademark-line:before {
  content: "\f21f";
}

/* line 50416, app/assets/stylesheets/icons.css */
.ri-traffic-light-fill:before {
  content: "\f220";
}

/* line 50420, app/assets/stylesheets/icons.css */
.ri-traffic-light-line:before {
  content: "\f221";
}

/* line 50424, app/assets/stylesheets/icons.css */
.ri-train-fill:before {
  content: "\f222";
}

/* line 50428, app/assets/stylesheets/icons.css */
.ri-train-line:before {
  content: "\f223";
}

/* line 50432, app/assets/stylesheets/icons.css */
.ri-train-wifi-fill:before {
  content: "\f224";
}

/* line 50436, app/assets/stylesheets/icons.css */
.ri-train-wifi-line:before {
  content: "\f225";
}

/* line 50440, app/assets/stylesheets/icons.css */
.ri-translate-2:before {
  content: "\f226";
}

/* line 50444, app/assets/stylesheets/icons.css */
.ri-translate:before {
  content: "\f227";
}

/* line 50448, app/assets/stylesheets/icons.css */
.ri-travesti-fill:before {
  content: "\f228";
}

/* line 50452, app/assets/stylesheets/icons.css */
.ri-travesti-line:before {
  content: "\f229";
}

/* line 50456, app/assets/stylesheets/icons.css */
.ri-treasure-map-fill:before {
  content: "\f22a";
}

/* line 50460, app/assets/stylesheets/icons.css */
.ri-treasure-map-line:before {
  content: "\f22b";
}

/* line 50464, app/assets/stylesheets/icons.css */
.ri-trello-fill:before {
  content: "\f22c";
}

/* line 50468, app/assets/stylesheets/icons.css */
.ri-trello-line:before {
  content: "\f22d";
}

/* line 50472, app/assets/stylesheets/icons.css */
.ri-trophy-fill:before {
  content: "\f22e";
}

/* line 50476, app/assets/stylesheets/icons.css */
.ri-trophy-line:before {
  content: "\f22f";
}

/* line 50480, app/assets/stylesheets/icons.css */
.ri-truck-fill:before {
  content: "\f230";
}

/* line 50484, app/assets/stylesheets/icons.css */
.ri-truck-line:before {
  content: "\f231";
}

/* line 50488, app/assets/stylesheets/icons.css */
.ri-tumblr-fill:before {
  content: "\f232";
}

/* line 50492, app/assets/stylesheets/icons.css */
.ri-tumblr-line:before {
  content: "\f233";
}

/* line 50496, app/assets/stylesheets/icons.css */
.ri-tv-2-fill:before {
  content: "\f234";
}

/* line 50500, app/assets/stylesheets/icons.css */
.ri-tv-2-line:before {
  content: "\f235";
}

/* line 50504, app/assets/stylesheets/icons.css */
.ri-tv-fill:before {
  content: "\f236";
}

/* line 50508, app/assets/stylesheets/icons.css */
.ri-tv-line:before {
  content: "\f237";
}

/* line 50512, app/assets/stylesheets/icons.css */
.ri-twitch-fill:before {
  content: "\f238";
}

/* line 50516, app/assets/stylesheets/icons.css */
.ri-twitch-line:before {
  content: "\f239";
}

/* line 50520, app/assets/stylesheets/icons.css */
.ri-twitter-fill:before {
  content: "\f23a";
}

/* line 50524, app/assets/stylesheets/icons.css */
.ri-twitter-line:before {
  content: "\f23b";
}

/* line 50528, app/assets/stylesheets/icons.css */
.ri-typhoon-fill:before {
  content: "\f23c";
}

/* line 50532, app/assets/stylesheets/icons.css */
.ri-typhoon-line:before {
  content: "\f23d";
}

/* line 50536, app/assets/stylesheets/icons.css */
.ri-u-disk-fill:before {
  content: "\f23e";
}

/* line 50540, app/assets/stylesheets/icons.css */
.ri-u-disk-line:before {
  content: "\f23f";
}

/* line 50544, app/assets/stylesheets/icons.css */
.ri-ubuntu-fill:before {
  content: "\f240";
}

/* line 50548, app/assets/stylesheets/icons.css */
.ri-ubuntu-line:before {
  content: "\f241";
}

/* line 50552, app/assets/stylesheets/icons.css */
.ri-umbrella-fill:before {
  content: "\f242";
}

/* line 50556, app/assets/stylesheets/icons.css */
.ri-umbrella-line:before {
  content: "\f243";
}

/* line 50560, app/assets/stylesheets/icons.css */
.ri-underline:before {
  content: "\f244";
}

/* line 50564, app/assets/stylesheets/icons.css */
.ri-uninstall-fill:before {
  content: "\f245";
}

/* line 50568, app/assets/stylesheets/icons.css */
.ri-uninstall-line:before {
  content: "\f246";
}

/* line 50572, app/assets/stylesheets/icons.css */
.ri-unsplash-fill:before {
  content: "\f247";
}

/* line 50576, app/assets/stylesheets/icons.css */
.ri-unsplash-line:before {
  content: "\f248";
}

/* line 50580, app/assets/stylesheets/icons.css */
.ri-upload-2-fill:before {
  content: "\f249";
}

/* line 50584, app/assets/stylesheets/icons.css */
.ri-upload-2-line:before {
  content: "\f24a";
}

/* line 50588, app/assets/stylesheets/icons.css */
.ri-upload-cloud-2-fill:before {
  content: "\f24b";
}

/* line 50592, app/assets/stylesheets/icons.css */
.ri-upload-cloud-2-line:before {
  content: "\f24c";
}

/* line 50596, app/assets/stylesheets/icons.css */
.ri-upload-cloud-fill:before {
  content: "\f24d";
}

/* line 50600, app/assets/stylesheets/icons.css */
.ri-upload-cloud-line:before {
  content: "\f24e";
}

/* line 50604, app/assets/stylesheets/icons.css */
.ri-upload-fill:before {
  content: "\f24f";
}

/* line 50608, app/assets/stylesheets/icons.css */
.ri-upload-line:before {
  content: "\f250";
}

/* line 50612, app/assets/stylesheets/icons.css */
.ri-usb-fill:before {
  content: "\f251";
}

/* line 50616, app/assets/stylesheets/icons.css */
.ri-usb-line:before {
  content: "\f252";
}

/* line 50620, app/assets/stylesheets/icons.css */
.ri-user-2-fill:before {
  content: "\f253";
}

/* line 50624, app/assets/stylesheets/icons.css */
.ri-user-2-line:before {
  content: "\f254";
}

/* line 50628, app/assets/stylesheets/icons.css */
.ri-user-3-fill:before {
  content: "\f255";
}

/* line 50632, app/assets/stylesheets/icons.css */
.ri-user-3-line:before {
  content: "\f256";
}

/* line 50636, app/assets/stylesheets/icons.css */
.ri-user-4-fill:before {
  content: "\f257";
}

/* line 50640, app/assets/stylesheets/icons.css */
.ri-user-4-line:before {
  content: "\f258";
}

/* line 50644, app/assets/stylesheets/icons.css */
.ri-user-5-fill:before {
  content: "\f259";
}

/* line 50648, app/assets/stylesheets/icons.css */
.ri-user-5-line:before {
  content: "\f25a";
}

/* line 50652, app/assets/stylesheets/icons.css */
.ri-user-6-fill:before {
  content: "\f25b";
}

/* line 50656, app/assets/stylesheets/icons.css */
.ri-user-6-line:before {
  content: "\f25c";
}

/* line 50660, app/assets/stylesheets/icons.css */
.ri-user-add-fill:before {
  content: "\f25d";
}

/* line 50664, app/assets/stylesheets/icons.css */
.ri-user-add-line:before {
  content: "\f25e";
}

/* line 50668, app/assets/stylesheets/icons.css */
.ri-user-fill:before {
  content: "\f25f";
}

/* line 50672, app/assets/stylesheets/icons.css */
.ri-user-follow-fill:before {
  content: "\f260";
}

/* line 50676, app/assets/stylesheets/icons.css */
.ri-user-follow-line:before {
  content: "\f261";
}

/* line 50680, app/assets/stylesheets/icons.css */
.ri-user-heart-fill:before {
  content: "\f262";
}

/* line 50684, app/assets/stylesheets/icons.css */
.ri-user-heart-line:before {
  content: "\f263";
}

/* line 50688, app/assets/stylesheets/icons.css */
.ri-user-line:before {
  content: "\f264";
}

/* line 50692, app/assets/stylesheets/icons.css */
.ri-user-location-fill:before {
  content: "\f265";
}

/* line 50696, app/assets/stylesheets/icons.css */
.ri-user-location-line:before {
  content: "\f266";
}

/* line 50700, app/assets/stylesheets/icons.css */
.ri-user-received-2-fill:before {
  content: "\f267";
}

/* line 50704, app/assets/stylesheets/icons.css */
.ri-user-received-2-line:before {
  content: "\f268";
}

/* line 50708, app/assets/stylesheets/icons.css */
.ri-user-received-fill:before {
  content: "\f269";
}

/* line 50712, app/assets/stylesheets/icons.css */
.ri-user-received-line:before {
  content: "\f26a";
}

/* line 50716, app/assets/stylesheets/icons.css */
.ri-user-search-fill:before {
  content: "\f26b";
}

/* line 50720, app/assets/stylesheets/icons.css */
.ri-user-search-line:before {
  content: "\f26c";
}

/* line 50724, app/assets/stylesheets/icons.css */
.ri-user-settings-fill:before {
  content: "\f26d";
}

/* line 50728, app/assets/stylesheets/icons.css */
.ri-user-settings-line:before {
  content: "\f26e";
}

/* line 50732, app/assets/stylesheets/icons.css */
.ri-user-shared-2-fill:before {
  content: "\f26f";
}

/* line 50736, app/assets/stylesheets/icons.css */
.ri-user-shared-2-line:before {
  content: "\f270";
}

/* line 50740, app/assets/stylesheets/icons.css */
.ri-user-shared-fill:before {
  content: "\f271";
}

/* line 50744, app/assets/stylesheets/icons.css */
.ri-user-shared-line:before {
  content: "\f272";
}

/* line 50748, app/assets/stylesheets/icons.css */
.ri-user-smile-fill:before {
  content: "\f273";
}

/* line 50752, app/assets/stylesheets/icons.css */
.ri-user-smile-line:before {
  content: "\f274";
}

/* line 50756, app/assets/stylesheets/icons.css */
.ri-user-star-fill:before {
  content: "\f275";
}

/* line 50760, app/assets/stylesheets/icons.css */
.ri-user-star-line:before {
  content: "\f276";
}

/* line 50764, app/assets/stylesheets/icons.css */
.ri-user-unfollow-fill:before {
  content: "\f277";
}

/* line 50768, app/assets/stylesheets/icons.css */
.ri-user-unfollow-line:before {
  content: "\f278";
}

/* line 50772, app/assets/stylesheets/icons.css */
.ri-user-voice-fill:before {
  content: "\f279";
}

/* line 50776, app/assets/stylesheets/icons.css */
.ri-user-voice-line:before {
  content: "\f27a";
}

/* line 50780, app/assets/stylesheets/icons.css */
.ri-video-add-fill:before {
  content: "\f27b";
}

/* line 50784, app/assets/stylesheets/icons.css */
.ri-video-add-line:before {
  content: "\f27c";
}

/* line 50788, app/assets/stylesheets/icons.css */
.ri-video-chat-fill:before {
  content: "\f27d";
}

/* line 50792, app/assets/stylesheets/icons.css */
.ri-video-chat-line:before {
  content: "\f27e";
}

/* line 50796, app/assets/stylesheets/icons.css */
.ri-video-download-fill:before {
  content: "\f27f";
}

/* line 50800, app/assets/stylesheets/icons.css */
.ri-video-download-line:before {
  content: "\f280";
}

/* line 50804, app/assets/stylesheets/icons.css */
.ri-video-fill:before {
  content: "\f281";
}

/* line 50808, app/assets/stylesheets/icons.css */
.ri-video-line:before {
  content: "\f282";
}

/* line 50812, app/assets/stylesheets/icons.css */
.ri-video-upload-fill:before {
  content: "\f283";
}

/* line 50816, app/assets/stylesheets/icons.css */
.ri-video-upload-line:before {
  content: "\f284";
}

/* line 50820, app/assets/stylesheets/icons.css */
.ri-vidicon-2-fill:before {
  content: "\f285";
}

/* line 50824, app/assets/stylesheets/icons.css */
.ri-vidicon-2-line:before {
  content: "\f286";
}

/* line 50828, app/assets/stylesheets/icons.css */
.ri-vidicon-fill:before {
  content: "\f287";
}

/* line 50832, app/assets/stylesheets/icons.css */
.ri-vidicon-line:before {
  content: "\f288";
}

/* line 50836, app/assets/stylesheets/icons.css */
.ri-vimeo-fill:before {
  content: "\f289";
}

/* line 50840, app/assets/stylesheets/icons.css */
.ri-vimeo-line:before {
  content: "\f28a";
}

/* line 50844, app/assets/stylesheets/icons.css */
.ri-vip-crown-2-fill:before {
  content: "\f28b";
}

/* line 50848, app/assets/stylesheets/icons.css */
.ri-vip-crown-2-line:before {
  content: "\f28c";
}

/* line 50852, app/assets/stylesheets/icons.css */
.ri-vip-crown-fill:before {
  content: "\f28d";
}

/* line 50856, app/assets/stylesheets/icons.css */
.ri-vip-crown-line:before {
  content: "\f28e";
}

/* line 50860, app/assets/stylesheets/icons.css */
.ri-vip-diamond-fill:before {
  content: "\f28f";
}

/* line 50864, app/assets/stylesheets/icons.css */
.ri-vip-diamond-line:before {
  content: "\f290";
}

/* line 50868, app/assets/stylesheets/icons.css */
.ri-vip-fill:before {
  content: "\f291";
}

/* line 50872, app/assets/stylesheets/icons.css */
.ri-vip-line:before {
  content: "\f292";
}

/* line 50876, app/assets/stylesheets/icons.css */
.ri-virus-fill:before {
  content: "\f293";
}

/* line 50880, app/assets/stylesheets/icons.css */
.ri-virus-line:before {
  content: "\f294";
}

/* line 50884, app/assets/stylesheets/icons.css */
.ri-visa-fill:before {
  content: "\f295";
}

/* line 50888, app/assets/stylesheets/icons.css */
.ri-visa-line:before {
  content: "\f296";
}

/* line 50892, app/assets/stylesheets/icons.css */
.ri-voice-recognition-fill:before {
  content: "\f297";
}

/* line 50896, app/assets/stylesheets/icons.css */
.ri-voice-recognition-line:before {
  content: "\f298";
}

/* line 50900, app/assets/stylesheets/icons.css */
.ri-voiceprint-fill:before {
  content: "\f299";
}

/* line 50904, app/assets/stylesheets/icons.css */
.ri-voiceprint-line:before {
  content: "\f29a";
}

/* line 50908, app/assets/stylesheets/icons.css */
.ri-volume-down-fill:before {
  content: "\f29b";
}

/* line 50912, app/assets/stylesheets/icons.css */
.ri-volume-down-line:before {
  content: "\f29c";
}

/* line 50916, app/assets/stylesheets/icons.css */
.ri-volume-mute-fill:before {
  content: "\f29d";
}

/* line 50920, app/assets/stylesheets/icons.css */
.ri-volume-mute-line:before {
  content: "\f29e";
}

/* line 50924, app/assets/stylesheets/icons.css */
.ri-volume-off-vibrate-fill:before {
  content: "\f29f";
}

/* line 50928, app/assets/stylesheets/icons.css */
.ri-volume-off-vibrate-line:before {
  content: "\f2a0";
}

/* line 50932, app/assets/stylesheets/icons.css */
.ri-volume-up-fill:before {
  content: "\f2a1";
}

/* line 50936, app/assets/stylesheets/icons.css */
.ri-volume-up-line:before {
  content: "\f2a2";
}

/* line 50940, app/assets/stylesheets/icons.css */
.ri-volume-vibrate-fill:before {
  content: "\f2a3";
}

/* line 50944, app/assets/stylesheets/icons.css */
.ri-volume-vibrate-line:before {
  content: "\f2a4";
}

/* line 50948, app/assets/stylesheets/icons.css */
.ri-vuejs-fill:before {
  content: "\f2a5";
}

/* line 50952, app/assets/stylesheets/icons.css */
.ri-vuejs-line:before {
  content: "\f2a6";
}

/* line 50956, app/assets/stylesheets/icons.css */
.ri-walk-fill:before {
  content: "\f2a7";
}

/* line 50960, app/assets/stylesheets/icons.css */
.ri-walk-line:before {
  content: "\f2a8";
}

/* line 50964, app/assets/stylesheets/icons.css */
.ri-wallet-2-fill:before {
  content: "\f2a9";
}

/* line 50968, app/assets/stylesheets/icons.css */
.ri-wallet-2-line:before {
  content: "\f2aa";
}

/* line 50972, app/assets/stylesheets/icons.css */
.ri-wallet-3-fill:before {
  content: "\f2ab";
}

/* line 50976, app/assets/stylesheets/icons.css */
.ri-wallet-3-line:before {
  content: "\f2ac";
}

/* line 50980, app/assets/stylesheets/icons.css */
.ri-wallet-fill:before {
  content: "\f2ad";
}

/* line 50984, app/assets/stylesheets/icons.css */
.ri-wallet-line:before {
  content: "\f2ae";
}

/* line 50988, app/assets/stylesheets/icons.css */
.ri-water-flash-fill:before {
  content: "\f2af";
}

/* line 50992, app/assets/stylesheets/icons.css */
.ri-water-flash-line:before {
  content: "\f2b0";
}

/* line 50996, app/assets/stylesheets/icons.css */
.ri-webcam-fill:before {
  content: "\f2b1";
}

/* line 51000, app/assets/stylesheets/icons.css */
.ri-webcam-line:before {
  content: "\f2b2";
}

/* line 51004, app/assets/stylesheets/icons.css */
.ri-wechat-2-fill:before {
  content: "\f2b3";
}

/* line 51008, app/assets/stylesheets/icons.css */
.ri-wechat-2-line:before {
  content: "\f2b4";
}

/* line 51012, app/assets/stylesheets/icons.css */
.ri-wechat-fill:before {
  content: "\f2b5";
}

/* line 51016, app/assets/stylesheets/icons.css */
.ri-wechat-line:before {
  content: "\f2b6";
}

/* line 51020, app/assets/stylesheets/icons.css */
.ri-wechat-pay-fill:before {
  content: "\f2b7";
}

/* line 51024, app/assets/stylesheets/icons.css */
.ri-wechat-pay-line:before {
  content: "\f2b8";
}

/* line 51028, app/assets/stylesheets/icons.css */
.ri-weibo-fill:before {
  content: "\f2b9";
}

/* line 51032, app/assets/stylesheets/icons.css */
.ri-weibo-line:before {
  content: "\f2ba";
}

/* line 51036, app/assets/stylesheets/icons.css */
.ri-whatsapp-fill:before {
  content: "\f2bb";
}

/* line 51040, app/assets/stylesheets/icons.css */
.ri-whatsapp-line:before {
  content: "\f2bc";
}

/* line 51044, app/assets/stylesheets/icons.css */
.ri-wheelchair-fill:before {
  content: "\f2bd";
}

/* line 51048, app/assets/stylesheets/icons.css */
.ri-wheelchair-line:before {
  content: "\f2be";
}

/* line 51052, app/assets/stylesheets/icons.css */
.ri-wifi-fill:before {
  content: "\f2bf";
}

/* line 51056, app/assets/stylesheets/icons.css */
.ri-wifi-line:before {
  content: "\f2c0";
}

/* line 51060, app/assets/stylesheets/icons.css */
.ri-wifi-off-fill:before {
  content: "\f2c1";
}

/* line 51064, app/assets/stylesheets/icons.css */
.ri-wifi-off-line:before {
  content: "\f2c2";
}

/* line 51068, app/assets/stylesheets/icons.css */
.ri-window-2-fill:before {
  content: "\f2c3";
}

/* line 51072, app/assets/stylesheets/icons.css */
.ri-window-2-line:before {
  content: "\f2c4";
}

/* line 51076, app/assets/stylesheets/icons.css */
.ri-window-fill:before {
  content: "\f2c5";
}

/* line 51080, app/assets/stylesheets/icons.css */
.ri-window-line:before {
  content: "\f2c6";
}

/* line 51084, app/assets/stylesheets/icons.css */
.ri-windows-fill:before {
  content: "\f2c7";
}

/* line 51088, app/assets/stylesheets/icons.css */
.ri-windows-line:before {
  content: "\f2c8";
}

/* line 51092, app/assets/stylesheets/icons.css */
.ri-windy-fill:before {
  content: "\f2c9";
}

/* line 51096, app/assets/stylesheets/icons.css */
.ri-windy-line:before {
  content: "\f2ca";
}

/* line 51100, app/assets/stylesheets/icons.css */
.ri-wireless-charging-fill:before {
  content: "\f2cb";
}

/* line 51104, app/assets/stylesheets/icons.css */
.ri-wireless-charging-line:before {
  content: "\f2cc";
}

/* line 51108, app/assets/stylesheets/icons.css */
.ri-women-fill:before {
  content: "\f2cd";
}

/* line 51112, app/assets/stylesheets/icons.css */
.ri-women-line:before {
  content: "\f2ce";
}

/* line 51116, app/assets/stylesheets/icons.css */
.ri-wubi-input:before {
  content: "\f2cf";
}

/* line 51120, app/assets/stylesheets/icons.css */
.ri-xbox-fill:before {
  content: "\f2d0";
}

/* line 51124, app/assets/stylesheets/icons.css */
.ri-xbox-line:before {
  content: "\f2d1";
}

/* line 51128, app/assets/stylesheets/icons.css */
.ri-xing-fill:before {
  content: "\f2d2";
}

/* line 51132, app/assets/stylesheets/icons.css */
.ri-xing-line:before {
  content: "\f2d3";
}

/* line 51136, app/assets/stylesheets/icons.css */
.ri-youtube-fill:before {
  content: "\f2d4";
}

/* line 51140, app/assets/stylesheets/icons.css */
.ri-youtube-line:before {
  content: "\f2d5";
}

/* line 51144, app/assets/stylesheets/icons.css */
.ri-zcool-fill:before {
  content: "\f2d6";
}

/* line 51148, app/assets/stylesheets/icons.css */
.ri-zcool-line:before {
  content: "\f2d7";
}

/* line 51152, app/assets/stylesheets/icons.css */
.ri-zhihu-fill:before {
  content: "\f2d8";
}

/* line 51156, app/assets/stylesheets/icons.css */
.ri-zhihu-line:before {
  content: "\f2d9";
}

/* line 51160, app/assets/stylesheets/icons.css */
.ri-zoom-in-fill:before {
  content: "\f2da";
}

/* line 51164, app/assets/stylesheets/icons.css */
.ri-zoom-in-line:before {
  content: "\f2db";
}

/* line 51168, app/assets/stylesheets/icons.css */
.ri-zoom-out-fill:before {
  content: "\f2dc";
}

/* line 51172, app/assets/stylesheets/icons.css */
.ri-zoom-out-line:before {
  content: "\f2dd";
}

/* line 51176, app/assets/stylesheets/icons.css */
.ri-zzz-fill:before {
  content: "\f2de";
}

/* line 51180, app/assets/stylesheets/icons.css */
.ri-zzz-line:before {
  content: "\f2df";
}

/* line 1, app/assets/stylesheets/dragula.min.css */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
}

/* line 1, app/assets/stylesheets/dragula.min.css */
.gu-hide {
  display: none !important;
}

/* line 1, app/assets/stylesheets/dragula.min.css */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 1, app/assets/stylesheets/dragula.min.css */
.gu-transit {
  opacity: .2;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices.is-open {
  overflow: visible;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices [hidden] {
  display: none !important;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/choices.min.css */
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--multiple {
  display: inline;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/choices.min.css */
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  /* line 1, app/assets/stylesheets/choices.min.css */
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 1, app/assets/stylesheets/choices.min.css */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 1, app/assets/stylesheets/choices.min.css */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__item {
  cursor: default;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__item--selectable {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: .5;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__button:focus, .choices__input:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/choices.min.css */
.choices__placeholder {
  opacity: .5;
}

@font-face {
  font-family: hkgrotesk;
  src: url(/../fonts/hkgrotesk-light.eot);
  src: local("hkgrotesk light"), url(/../fonts/hkgrotesk-light.woff) format("woff");
  font-weight: 300;
}

@font-face {
  font-family: hkgrotesk;
  src: url(/../fonts/hkgrotesk-regular.eot);
  src: local("hkgrotesk regular"), url(/../fonts/hkgrotesk-regular.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: hkgrotesk;
  src: url(/../fonts/hkgrotesk-medium.eot);
  src: local("hkgrotesk medium"), url(/../fonts/hkgrotesk-medium.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: hkgrotesk;
  src: url(/../fonts/hkgrotesk-semibold.eot);
  src: local("hkgrotesk semibold"), url(/../fonts/hkgrotesk-semibold.woff) format("woff");
  font-weight: 600;
}

@font-face {
  font-family: hkgrotesk;
  src: url(/../fonts/hkgrotesk-bold.eot);
  src: local("hkgrotesk bold"), url(/../fonts/hkgrotesk-bold.woff) format("woff");
  font-weight: 700;
}

/* line 57, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark]:root {
  --vz-primary-text-emphasis: #6674a1;
  --vz-secondary-text-emphasis: #5d92f4;
  --vz-success-text-emphasis: #3bc2b0;
  --vz-info-text-emphasis: #54b0e2;
  --vz-warning-text-emphasis: #f9c66f;
  --vz-danger-text-emphasis: #f3846d;
  --vz-light-text-emphasis: #434e5b;
  --vz-dark-text-emphasis: #4f5a66;
  --vz-primary-bg-subtle: rgba(64, 81, 137, 0.15);
  --vz-secondary-bg-subtle: rgba(53, 119, 241, 0.15);
  --vz-success-bg-subtle: rgba(10, 179, 156, 0.15);
  --vz-info-bg-subtle: rgba(41, 156, 219, 0.15);
  --vz-warning-bg-subtle: rgba(247, 184, 75, 0.15);
  --vz-danger-bg-subtle: rgba(240, 101, 72, 0.15);
  --vz-light-bg-subtle: #111f2f;
  --vz-dark-bg-subtle: #1d2b3a;
  --vz-primary-border-subtle: #2a3559;
  --vz-secondary-border-subtle: #1b3c79;
  --vz-success-border-subtle: #055a4e;
  --vz-info-border-subtle: #154e6e;
  --vz-warning-border-subtle: #7c5c26;
  --vz-danger-border-subtle: #783324;
  --vz-light-border-subtle: #222f3e;
  --vz-dark-border-subtle: #2a3645;
  --vz-body-color: #ced4da;
  --vz-body-color-rgb: 206,212,218;
  --vz-body-bg: #041324;
  --vz-body-bg-rgb: 4,19,36;
  --vz-emphasis-color: #fff;
  --vz-emphasis-color-rgb: 255,255,255;
  --vz-secondary-color: #878a99;
  --vz-secondary-color-rgb: 135,138,153;
  --vz-secondary-bg: #05192f;
  --vz-secondary-bg-rgb: 5,25,47;
  --vz-tertiary-color: #a6afb8;
  --vz-tertiary-color-rgb: 166,175,184;
  --vz-tertiary-bg: #061f3b;
  --vz-tertiary-bg-rgb: 6,31,59;
  --vz-link-color: #d9dce7;
  --vz-link-hover-color: #e1e3ec;
  --vz-link-color-rgb: #d9dce7;
  --vz-link-hover-color-rgb: #e1e3ec;
  --vz-border-color: #2a4562;
  --vz-border-color-translucent: #2a4562;
  --vz-light: #061e39;
  --vz-light-rgb: 6,30,57;
  --vz-light-text-emphasis: #434e5b;
  --vz-light-bg-subtle: #111f2f;
  --vz-light-border-subtle: #222f3e;
  --vz-dark: #1d2b3a;
  --vz-dark-rgb: 29,43,58;
  --vz-dark-text-emphasis: #4f5a66;
  --vz-dark-bg-subtle: #1d2b3a;
  --vz-dark-border-subtle: #2a3645;
  --vz-code-color: #f672a7;
  --vz-heading-color: #ced4da;
  --vz-form-valid-color: #3bc2b0;
  --vz-form-valid-border-color: #3bc2b0;
  --vz-form-invalid-color: #f3846d;
  --vz-form-invalid-border-color: #f3846d;
  --vz-card-logo-dark: none;
  --vz-card-logo-light: block;
  --vz-footer-bg: #212529;
  --vz-footer-color: #878a99;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-header-bg: transparent;
  --vz-header-border: #2a4562;
  --vz-header-item-color: #e9ecef;
  --vz-header-item-bg: #092748;
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: rgba(6, 21, 40, 0.8);
  --vz-topbar-user-bg: transparent;
  --vz-topbar-search-color: #fff;
  --vz-page-title-box-shadow: none;
  --vz-page-title-border: #2a4562;
  --vz-footer-bg: #transparent;
  --vz-footer-color: #a6afb8;
  --vz-input-bg-custom: transparent;
  --vz-input-border-custom: var(--vz-border-color)
;
}

/* line 152, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark]:root .table-light {
  --vz-table-color: white;
  --vz-table-bg: var(--vz-light);
  --vz-table-border-color: var(--vz-border-color);
  --vz-table-striped-bg: var(--vz-light);
  --vz-table-striped-color: white;
  --vz-table-active-bg: var(--vz-light);
  --vz-table-active-color: white;
  --vz-table-hover-bg: var(--vz-light);
  --vz-table-hover-color: white
;
}

/* line 164, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark]:root .btn-light, [data-theme=galaxy][data-bs-theme=dark]:root .btn-outline-light {
  --vz-btn-color: #9ba1a7;
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 170, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark]:root .btn-outline-dark, [data-theme=galaxy][data-bs-theme=dark]:root .btn-subtle-dark {
  --vz-btn-color: #fff
;
}

/* line 174, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-sidebar=dark]:root {
  --vz-vertical-menu-bg: transparent;
  --vz-vertical-menu-border: #2a4562;
  --vz-vertical-menu-item-color: #A4AAC7;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #9ba5af;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #798694;
  --vz-twocolumn-menu-iconview-bg: rgba(6, 30, 57, 0.3);
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12)
;
}

/* line 191, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-topbar=dark]:root {
  --vz-header-bg: #8c68cd;
  --vz-header-border: #8c68cd;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #966de1;
  --vz-header-item-sub-color: #e2c4ff;
  --vz-topbar-user-bg: #7958b5;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 202, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark]:root .dropdown-menu {
  --vz-dropdown-bg: #05192f;
  --vz-dropdown-link-color: #a6afb8;
  --vz-dropdown-link-hover-color: #b9bfc4;
  --vz-dropdown-link-hover-bg: #061f3b;
  --vz-dropdown-border-width: 1px;
  --vz-dropdown-link-active-color: #a6afb8;
  --vz-dropdown-link-active-bg: #061f3b
;
}

/* line 212, app/assets/stylesheets/application.scss */
[data-theme=default] {
  --vz-font-family-primary: "hkgrotesk",sans-serif;
  --vz-font-family-secondary: "Poppins",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-headings-font-weight: 500;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-headings-font-family: var(--vz-font-family-secondary);
  --vz-vertical-menu-item-font-size: 0.9375rem;
  --vz-vertical-menu-sub-item-font-size: 0.813rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: #f3f6f9;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(53, 119, 241, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #495057;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e5e5f2;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.8125rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 282, app/assets/stylesheets/application.scss */
[data-theme=default]:root {
  --vz-vertical-menu-item-font-family: var(--vz-font-family-primary);
  --vz-vertical-menu-sub-item-font-family: var(--vz-font-family-secondary)
;
}

/* line 287, app/assets/stylesheets/application.scss */
[data-theme=default][data-sidebar=dark] {
  --vz-vertical-menu-bg: var(--vz-primary);
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-vertical-menu-item-color: #abb9e8;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #abb9e8;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #838fb9;
  --vz-twocolumn-menu-iconview-bg: #3d4d82;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #bcc2d6
;
}

/* line 307, app/assets/stylesheets/application.scss */
[data-theme=default][data-topbar=dark] {
  --vz-header-bg: var(--vz-primary);
  --vz-header-border: var(--vz-primary);
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #495c99;
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: #52639c;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 318, app/assets/stylesheets/application.scss */
[data-theme=default][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 324, app/assets/stylesheets/application.scss */
[data-theme=default][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 330, app/assets/stylesheets/application.scss */
[data-theme=default][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 336, app/assets/stylesheets/application.scss */
[data-theme=default][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 342, app/assets/stylesheets/application.scss */
[data-theme=default][data-theme-colors=green] {
  --vz-primary: #066b5e;
  --vz-primary-rgb: 6,107,94;
  --vz-primary-bg-subtle: rgba(6, 107, 94, 0.15);
  --vz-primary-border-subtle: rgba(6, 107, 94, 0.3);
  --vz-primary-text-emphasis: #055047
;
}

/* line 350, app/assets/stylesheets/application.scss */
[data-theme=default][data-theme-colors=purple] {
  --vz-primary: #5147a3;
  --vz-primary-rgb: 81,71,163;
  --vz-primary-bg-subtle: rgba(81, 71, 163, 0.15);
  --vz-primary-border-subtle: rgba(81, 71, 163, 0.3);
  --vz-primary-text-emphasis: #3d357a
;
}

/* line 358, app/assets/stylesheets/application.scss */
[data-theme=default][data-theme-colors=blue] {
  --vz-primary: #2a5fc1;
  --vz-primary-rgb: 42,95,193;
  --vz-primary-bg-subtle: rgba(42, 95, 193, 0.15);
  --vz-primary-border-subtle: rgba(42, 95, 193, 0.3);
  --vz-primary-text-emphasis: #204791
;
}

/* line 366, app/assets/stylesheets/application.scss */
[data-theme=default] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #405189;
}

/* line 370, app/assets/stylesheets/application.scss */
[data-theme=default] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #066b5e;
}

/* line 374, app/assets/stylesheets/application.scss */
[data-theme=default] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #5147a3;
}

/* line 378, app/assets/stylesheets/application.scss */
[data-theme=default] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #2a5fc1;
}

/* line 382, app/assets/stylesheets/application.scss */
[data-theme=corporate] {
  --vz-font-family-primary: "Public Sans",sans-serif;
  --vz-font-family-secondary: "Public Sans",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #fbf7f4;
  --vz-body-bg-rgb: 251,247,244;
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 400;
  --vz-shadow: rgba(100, 98, 92, 0.06) 0 0 15px 4px;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: var(--vz-shadow);
  --vz-vertical-menu-item-font-size: 0.9375rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(255, 127, 93, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #f6ece5;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-primary: #687cfe;
  --vz-primary-rgb: 104,124,254;
  --vz-primary-bg-subtle: rgba(104, 124, 254, 0.15);
  --vz-primary-border-subtle: rgba(104, 124, 254, 0.3);
  --vz-primary-text-emphasis: #4e5dbf;
  --vz-secondary: #ff7f5d;
  --vz-secondary-rgb: 255,127,93;
  --vz-secondary-bg-subtle: rgba(255, 127, 93, 0.15);
  --vz-secondary-border-subtle: rgba(255, 127, 93, 0.3);
  --vz-secondary-text-emphasis: #bf5f46;
  --vz-danger: #f7666e;
  --vz-danger-rgb: 247,102,110;
  --vz-danger-bg-subtle: rgba(247, 102, 110, 0.15);
  --vz-danger-border-subtle: rgba(247, 102, 110, 0.3);
  --vz-danger-text-emphasis: #b94d53;
  --vz-warning: #e8bc52;
  --vz-warning-rgb: 232,188,82;
  --vz-warning-bg-subtle: rgba(232, 188, 82, 0.15);
  --vz-warning-border-subtle: rgba(232, 188, 82, 0.3);
  --vz-warning-text-emphasis: #ae8d3e;
  --vz-info: #0ac7fb;
  --vz-info-rgb: 10,199,251;
  --vz-info-bg-subtle: rgba(10, 199, 251, 0.15);
  --vz-info-border-subtle: rgba(10, 199, 251, 0.3);
  --vz-info-text-emphasis: #0895bc;
  --vz-success: #3cd188;
  --vz-success-rgb: 60,209,136;
  --vz-success-bg-subtle: rgba(60, 209, 136, 0.15);
  --vz-success-border-subtle: rgba(60, 209, 136, 0.3);
  --vz-success-text-emphasis: #2d9d66;
  --vz-dark: #272a3a;
  --vz-dark-rgb: 39,42,58;
  --vz-dark-bg-subtle: rgba(39, 42, 58, 0.15);
  --vz-dark-border-subtle: rgba(39, 42, 58, 0.3);
  --vz-dark-text-emphasis: #1d202c;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #687cfe;
  --vz-link-color-rgb: 104,124,254;
  --vz-link-hover-color: #5363cb;
  --vz-link-hover-color-rgb: 83,99,203;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 499, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-sidebar=dark] {
  --vz-vertical-menu-bg: #2a3266;
  --vz-vertical-menu-border: #2a3266;
  --vz-vertical-menu-item-color: #abb9e8;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #abb9e8;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #838fb9;
  --vz-twocolumn-menu-iconview-bg: #272e5f;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #cad1ff
;
}

/* line 519, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-topbar=dark] {
  --vz-header-bg: #687cfe;
  --vz-header-border: #687cfe;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #6275f5;
  --vz-header-item-sub-color: #c2d3e5;
  --vz-topbar-user-bg: #5e72f1;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 530, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, #141229, #282452);
  --vz-vertical-menu-border: #282452;
  --vz-twocolumn-menu-iconview-bg: #141229
;
}

/* line 536, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, #081f2c, #103e58);
  --vz-vertical-menu-border: #103e58;
  --vz-twocolumn-menu-iconview-bg: #103e58
;
}

/* line 542, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, #02241f, #04483e);
  --vz-vertical-menu-border: #04483e;
  --vz-twocolumn-menu-iconview-bg: #02241f
;
}

/* line 548, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #301e0c, #603c18);
  --vz-vertical-menu-border: #603c18;
  --vz-twocolumn-menu-iconview-bg: #301e0c
;
}

/* line 554, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-theme-colors=green] {
  --vz-primary: #348f6c;
  --vz-primary-rgb: 52,143,108;
  --vz-primary-bg-subtle: rgba(52, 143, 108, 0.15);
  --vz-primary-border-subtle: rgba(52, 143, 108, 0.3);
  --vz-primary-text-emphasis: #276b51;
  --vz-secondary: #f1cfa3;
  --vz-secondary-rgb: 241,207,163;
  --vz-secondary-bg-subtle: rgba(241, 207, 163, 0.15);
  --vz-secondary-border-subtle: rgba(241, 207, 163, 0.3);
  --vz-secondary-text-emphasis: #b59b7a
;
}

/* line 567, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-theme-colors=purple] {
  --vz-primary: #9b5de5;
  --vz-primary-rgb: 155,93,229;
  --vz-primary-bg-subtle: rgba(155, 93, 229, 0.15);
  --vz-primary-border-subtle: rgba(155, 93, 229, 0.3);
  --vz-primary-text-emphasis: #7446ac;
  --vz-secondary: #f15bb5;
  --vz-secondary-rgb: 241,91,181;
  --vz-secondary-bg-subtle: rgba(241, 91, 181, 0.15);
  --vz-secondary-border-subtle: rgba(241, 91, 181, 0.3);
  --vz-secondary-text-emphasis: #b54488
;
}

/* line 580, app/assets/stylesheets/application.scss */
[data-theme=corporate][data-theme-colors=blue] {
  --vz-primary: #00bbf9;
  --vz-primary-rgb: 0,187,249;
  --vz-primary-bg-subtle: rgba(0, 187, 249, 0.15);
  --vz-primary-border-subtle: rgba(0, 187, 249, 0.3);
  --vz-primary-text-emphasis: #008cbb;
  --vz-secondary: #0582ca;
  --vz-secondary-rgb: 5,130,202;
  --vz-secondary-bg-subtle: rgba(5, 130, 202, 0.15);
  --vz-secondary-border-subtle: rgba(5, 130, 202, 0.3);
  --vz-secondary-text-emphasis: #046298
;
}

/* line 593, app/assets/stylesheets/application.scss */
[data-theme=corporate] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #687cfe;
}

/* line 597, app/assets/stylesheets/application.scss */
[data-theme=corporate] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #348f6c;
}

/* line 601, app/assets/stylesheets/application.scss */
[data-theme=corporate] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #9b5de5;
}

/* line 605, app/assets/stylesheets/application.scss */
[data-theme=corporate] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #00bbf9;
}

/* line 609, app/assets/stylesheets/application.scss */
[data-theme=corporate] .cfs-22 {
  font-size: 22px !important;
}

/* line 613, app/assets/stylesheets/application.scss */
[data-theme=creative] {
  --vz-font-family-primary: "Nunito",sans-serif;
  --vz-font-family-secondary: "Nunito",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f3f3f9;
  --vz-body-bg-rgb: 243,243,249;
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 500;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-vertical-menu-item-font-size: 0.9375rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(91, 113, 185, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #495057;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e5e5f2;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-primary: #3d78e3;
  --vz-primary-rgb: 61,120,227;
  --vz-primary-bg-subtle: rgba(61, 120, 227, 0.15);
  --vz-primary-border-subtle: rgba(61, 120, 227, 0.3);
  --vz-primary-text-emphasis: #2e5aaa;
  --vz-secondary: #5b71b9;
  --vz-secondary-rgb: 91,113,185;
  --vz-secondary-bg-subtle: rgba(91, 113, 185, 0.15);
  --vz-secondary-border-subtle: rgba(91, 113, 185, 0.3);
  --vz-secondary-text-emphasis: #44558b;
  --vz-danger: #f17171;
  --vz-danger-rgb: 241,113,113;
  --vz-danger-bg-subtle: rgba(241, 113, 113, 0.15);
  --vz-danger-border-subtle: rgba(241, 113, 113, 0.3);
  --vz-danger-text-emphasis: #b55555;
  --vz-warning: #ffc84b;
  --vz-warning-rgb: 255,200,75;
  --vz-warning-bg-subtle: rgba(255, 200, 75, 0.15);
  --vz-warning-border-subtle: rgba(255, 200, 75, 0.3);
  --vz-warning-text-emphasis: #bf9638;
  --vz-info: #29badb;
  --vz-info-rgb: 41,186,219;
  --vz-info-bg-subtle: rgba(41, 186, 219, 0.15);
  --vz-info-border-subtle: rgba(41, 186, 219, 0.3);
  --vz-info-text-emphasis: #1f8ca4;
  --vz-success: #67b173;
  --vz-success-rgb: 103,177,115;
  --vz-success-bg-subtle: rgba(103, 177, 115, 0.15);
  --vz-success-border-subtle: rgba(103, 177, 115, 0.3);
  --vz-success-text-emphasis: #4d8556;
  --vz-dark: #495057;
  --vz-dark-rgb: 73,80,87;
  --vz-dark-bg-subtle: rgba(73, 80, 87, 0.15);
  --vz-dark-border-subtle: rgba(73, 80, 87, 0.3);
  --vz-dark-text-emphasis: #373c41;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #3d78e3;
  --vz-link-color-rgb: 61,120,227;
  --vz-link-hover-color: #3160b6;
  --vz-link-hover-color-rgb: 49,96,182;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.8125rem;
  --vz-font-13: 0.875rem;
  --vz-font-14: 0.9375rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 730, app/assets/stylesheets/application.scss */
[data-theme=creative][data-sidebar=dark] {
  --vz-vertical-menu-bg: #1f2c3e;
  --vz-vertical-menu-border: #1f2c3e;
  --vz-vertical-menu-item-color: #89929b;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #89929b;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #89929b;
  --vz-twocolumn-menu-iconview-bg: #223145;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #b1b5bb
;
}

/* line 750, app/assets/stylesheets/application.scss */
[data-theme=creative][data-topbar=dark] {
  --vz-header-bg: #2c3a4e;
  --vz-header-border: #2c3a4e;
  --vz-header-item-color: #b0c4d9;
  --vz-header-item-bg: #364760;
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: #36465c;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 761, app/assets/stylesheets/application.scss */
[data-theme=creative][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, #18305b, #254888);
  --vz-vertical-menu-border: #254888;
  --vz-twocolumn-menu-iconview-bg: #18305b
;
}

/* line 767, app/assets/stylesheets/application.scss */
[data-theme=creative][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 773, app/assets/stylesheets/application.scss */
[data-theme=creative][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 779, app/assets/stylesheets/application.scss */
[data-theme=creative][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 785, app/assets/stylesheets/application.scss */
[data-theme=creative][data-theme-colors=green] {
  --vz-primary: #0ab39c;
  --vz-primary-rgb: 10,179,156;
  --vz-primary-bg-subtle: rgba(10, 179, 156, 0.15);
  --vz-primary-border-subtle: rgba(10, 179, 156, 0.3);
  --vz-primary-text-emphasis: #088675
;
}

/* line 793, app/assets/stylesheets/application.scss */
[data-theme=creative][data-theme-colors=purple] {
  --vz-primary: #6559cc;
  --vz-primary-rgb: 101,89,204;
  --vz-primary-bg-subtle: rgba(101, 89, 204, 0.15);
  --vz-primary-border-subtle: rgba(101, 89, 204, 0.3);
  --vz-primary-text-emphasis: #4c4399
;
}

/* line 801, app/assets/stylesheets/application.scss */
[data-theme=creative][data-theme-colors=blue] {
  --vz-primary: #3577f1;
  --vz-primary-rgb: 53,119,241;
  --vz-primary-bg-subtle: rgba(53, 119, 241, 0.15);
  --vz-primary-border-subtle: rgba(53, 119, 241, 0.3);
  --vz-primary-text-emphasis: #2859b5
;
}

/* line 809, app/assets/stylesheets/application.scss */
[data-theme=creative] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #3d78e3;
}

/* line 813, app/assets/stylesheets/application.scss */
[data-theme=creative] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #73d1a4;
}

/* line 817, app/assets/stylesheets/application.scss */
[data-theme=creative] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #a587d5;
}

/* line 821, app/assets/stylesheets/application.scss */
[data-theme=creative] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #5ea1db;
}

/* line 825, app/assets/stylesheets/application.scss */
[data-theme=galaxy] {
  --vz-font-family-primary: "Saira",sans-serif;
  --vz-font-family-secondary: "Saira",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: transparent;
  --vz-body-bg-rgb: 0,0,0;
  --vz-headings-font-weight: 500;
  --vz-btn-font-weight-custom: 400;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 1px;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-vertical-menu-item-font-size: 0.9375rem;
  --vz-vertical-menu-sub-item-font-size: 0.813rem;
  --vz-vertical-menu-bg: transparent;
  --vz-vertical-menu-border: #e9ebec;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(71, 136, 255, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #495057;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e5e5f2;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-primary: #8c68cd;
  --vz-primary-rgb: 140,104,205;
  --vz-primary-bg-subtle: rgba(140, 104, 205, 0.15);
  --vz-primary-border-subtle: rgba(140, 104, 205, 0.3);
  --vz-primary-text-emphasis: #694e9a;
  --vz-secondary: #4788ff;
  --vz-secondary-rgb: 71,136,255;
  --vz-secondary-bg-subtle: rgba(71, 136, 255, 0.15);
  --vz-secondary-border-subtle: rgba(71, 136, 255, 0.3);
  --vz-secondary-text-emphasis: #3566bf;
  --vz-danger: #ee6352;
  --vz-danger-rgb: 238,99,82;
  --vz-danger-bg-subtle: rgba(238, 99, 82, 0.15);
  --vz-danger-border-subtle: rgba(238, 99, 82, 0.3);
  --vz-danger-text-emphasis: #b34a3e;
  --vz-warning: #ffca5b;
  --vz-warning-rgb: 255,202,91;
  --vz-warning-bg-subtle: rgba(255, 202, 91, 0.15);
  --vz-warning-border-subtle: rgba(255, 202, 91, 0.3);
  --vz-warning-text-emphasis: #bf9844;
  --vz-info: #3fa7d6;
  --vz-info-rgb: 63,167,214;
  --vz-info-bg-subtle: rgba(63, 167, 214, 0.15);
  --vz-info-border-subtle: rgba(63, 167, 214, 0.3);
  --vz-info-text-emphasis: #2f7da1;
  --vz-success: #40bb82;
  --vz-success-rgb: 64,187,130;
  --vz-success-bg-subtle: rgba(64, 187, 130, 0.15);
  --vz-success-border-subtle: rgba(64, 187, 130, 0.3);
  --vz-success-text-emphasis: #308c62;
  --vz-dark: #212529;
  --vz-dark-rgb: 33,37,41;
  --vz-dark-bg-subtle: rgba(33, 37, 41, 0.15);
  --vz-dark-border-subtle: rgba(33, 37, 41, 0.3);
  --vz-dark-text-emphasis: #191c1f;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #8c68cd;
  --vz-link-color-rgb: 140,104,205;
  --vz-link-hover-color: #7053a4;
  --vz-link-hover-color-rgb: 112,83,164;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.8512rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700;
  --vz-card-bg-fill: transparent
;
}

/* line 943, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card {
  --vz-card-bg: transparent;
  --vz-card-cap-bg: transparent
;
}

/* line 948, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .list-group {
  --vz-list-group-bg: transparent
;
}

/* line 952, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-sidebar=dark] {
  --vz-vertical-menu-bg: rgb(72, 38, 104);
  --vz-vertical-menu-border: rgb(72, 38, 104);
  --vz-vertical-menu-item-color: #e2c4ff;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #c2a7db;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #c2a7db;
  --vz-twocolumn-menu-iconview-bg: #432361;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #bfb3ca
;
}

/* line 972, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-topbar=dark] {
  --vz-header-bg: #2c3a4e;
  --vz-header-border: #2c3a4e;
  --vz-header-item-color: #b0c4d9;
  --vz-header-item-bg: #364760;
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: #36465c;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 983, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-theme-colors=green] {
  --vz-primary: #088f7d;
  --vz-primary-rgb: 8,143,125;
  --vz-primary-bg-subtle: rgba(8, 143, 125, 0.15);
  --vz-primary-border-subtle: rgba(8, 143, 125, 0.3);
  --vz-primary-text-emphasis: #066b5e
;
}

/* line 991, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-theme-colors=purple] {
  --vz-primary: #f4a261;
  --vz-primary-rgb: 244,162,97;
  --vz-primary-bg-subtle: rgba(244, 162, 97, 0.15);
  --vz-primary-border-subtle: rgba(244, 162, 97, 0.3);
  --vz-primary-text-emphasis: #b77a49
;
}

/* line 999, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-theme-colors=blue] {
  --vz-primary: #2a5fc1;
  --vz-primary-rgb: 42,95,193;
  --vz-primary-bg-subtle: rgba(42, 95, 193, 0.15);
  --vz-primary-border-subtle: rgba(42, 95, 193, 0.3);
  --vz-primary-text-emphasis: #204791
;
}

/* line 1007, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #8c68cd;
}

/* line 1011, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #088f7d;
}

/* line 1015, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #f4a261;
}

/* line 1019, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #2a5fc1;
}

/* line 1023, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card::after, [data-theme=galaxy] .card::before {
  content: "";
  height: 13px;
  width: 13px;
  position: absolute;
  border: 3px solid;
}

/* line 1031, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card::before {
  border-color: var(--vz-border-color) var(--vz-border-color) transparent transparent;
  right: -3px;
  top: -3px;
  border-radius: 0 3px 0 0;
}

/* line 1038, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card::after {
  border-color: transparent transparent var(--vz-border-color) var(--vz-border-color);
  left: -3px;
  bottom: -3px;
  border-radius: 0 0 0 3px;
}

/* line 1045, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .card.card-border-effect-none::after, [data-theme=galaxy] .card.card-border-effect-none::before {
  display: none;
}

/* line 1049, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .bg-galaxy-transparent {
  background: 0 0;
}

/* line 1053, app/assets/stylesheets/application.scss */
[data-theme=galaxy] body {
  background-image: var(--vz-body-bg-image);
  background-attachment: fixed;
}

/* line 1058, app/assets/stylesheets/application.scss */
[data-theme=galaxy] body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1066, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-topbar=light] #page-topbar.topbar-shadow {
  background-color: var(--vz-secondary-bg);
}

/* line 1070, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
  background-color: #fff;
}

@media (max-width: 1699.98px) {
  /* line 1075, app/assets/stylesheets/application.scss */
  [data-theme=galaxy] .layout-rightside-col .card {
    background-color: var(--vz-secondary-bg);
  }
}

@media (min-width: 992px) {
  /* line 1081, app/assets/stylesheets/application.scss */
  [data-theme=galaxy] .email-menu-sidebar {
    background-color: var(--vz-card-bg-fill);
  }
}

/* line 1086, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .apex-charts .apexcharts-pie-series path {
  stroke: var(--vz-secondary-bg);
}

/* line 1090, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .apexcharts-tooltip, [data-theme=galaxy] .swal2-popup {
  background-color: var(--vz-secondary-bg) !important;
}

/* line 1094, app/assets/stylesheets/application.scss */
[data-theme=galaxy] #preloader, [data-theme=galaxy] .card-bg-fill, [data-theme=galaxy] .department ul li a, [data-theme=galaxy] .navbar-landing.is-sticky, [data-theme=galaxy] .shepherd-content, [data-theme=galaxy] .timeline-item .icon {
  background-color: var(--vz-secondary-bg);
}

/* line 1098, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .profile-wid-bg::before {
  background: 0 0;
}

@media (min-width: 1350px) {
  /* line 1103, app/assets/stylesheets/application.scss */
  [data-theme=galaxy] .email-content, [data-theme=galaxy] .email-detail-content, [data-theme=galaxy] .file-manager-detail-content, [data-theme=galaxy] .file-manager-sidebar {
    background-color: var(--vz-card-bg-fill);
  }
}

/* line 1108, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-sidebar=light][data-layout=vertical][data-sidebar-size=sm-hover] .navbar-menu:hover {
  background-color: var(--vz-white);
}

/* line 1112, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] body {
  background-size: cover;
}

/* line 1116, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] body::before {
  background-color: rgba(4, 19, 36, 0.95);
}

/* line 1120, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm-hover] .navbar-menu:hover {
  background-color: var(--vz-secondary-bg);
}

/* line 1124, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
  background-color: var(--vz-secondary-bg);
}

/* line 1128, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
  background-color: var(--vz-secondary-bg);
}

/* line 1132, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-layout=horizontal] .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  color: currentColor;
}

@media (max-width: 767.98px) {
  /* line 1137, app/assets/stylesheets/application.scss */
  [data-theme=galaxy][data-topbar=light] .app-menu {
    background-color: #fff;
  }
  /* line 1141, app/assets/stylesheets/application.scss */
  [data-theme=galaxy][data-bs-theme=dark] .vertical-sidebar-enable .app-menu {
    background-color: var(--vz-secondary-bg);
  }
}

/* line 1146, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-body-image=img-1] {
  --vz-body-bg-image: url(/../images/chat-bg-pattern.png)
;
}

/* line 1150, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-body-image=img-2] {
  --vz-body-bg-image: url(/../images/galaxy/img-4.png)
;
}

/* line 1154, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-body-image=img-3] {
  --vz-body-bg-image: url(/../images/galaxy/img-5.png)
;
}

/* line 1158, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] {
  --vz-card-bg-fill: transparent
;
}

/* line 1162, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-body-image=img-1] {
  --vz-body-bg-image: url(/../images/galaxy/img-1.png)
;
}

/* line 1166, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-body-image=img-2] {
  --vz-body-bg-image: url(/../images/galaxy/img-2.png)
;
}

/* line 1170, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark][data-body-image=img-3] {
  --vz-body-bg-image: url(/../images/galaxy/img-3.png)
;
}

/* line 1174, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] [for=body-img-one] {
  background-image: url(/../images/galaxy/img-1.png);
  background-size: cover;
}

/* line 1179, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] [for=body-img-two] {
  background-image: url(/../images/galaxy/img-2.png);
  background-size: cover;
}

/* line 1184, app/assets/stylesheets/application.scss */
[data-theme=galaxy][data-bs-theme=dark] [for=body-img-three] {
  background-image: url(/../images/galaxy/img-3.png);
  background-size: cover;
}

/* line 1189, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .footer {
  border-top: 1px solid var(--vz-border-color);
}

/* line 1193, app/assets/stylesheets/application.scss */
[data-theme=galaxy] .galaxy-border-none {
  border: 0;
}

/* line 1197, app/assets/stylesheets/application.scss */
[data-theme=interactive] {
  --vz-font-family-primary: "Outfit",sans-serif;
  --vz-font-family-secondary: "Outfit",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f7f7f9;
  --vz-body-bg-rgb: 247,247,249;
  --vz-headings-font-weight: 500;
  --vz-btn-font-weight-custom: 400;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-vertical-menu-item-font-size: 0.925rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(85, 150, 247, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #ebebf0;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-primary: #695eef;
  --vz-primary-rgb: 105,94,239;
  --vz-primary-bg-subtle: rgba(105, 94, 239, 0.15);
  --vz-primary-border-subtle: rgba(105, 94, 239, 0.3);
  --vz-primary-text-emphasis: #4f47b3;
  --vz-secondary: #5596f7;
  --vz-secondary-rgb: 85,150,247;
  --vz-secondary-bg-subtle: rgba(85, 150, 247, 0.15);
  --vz-secondary-border-subtle: rgba(85, 150, 247, 0.3);
  --vz-secondary-text-emphasis: #4071b9;
  --vz-danger: #ff7f41;
  --vz-danger-rgb: 255,127,65;
  --vz-danger-bg-subtle: rgba(255, 127, 65, 0.15);
  --vz-danger-border-subtle: rgba(255, 127, 65, 0.3);
  --vz-danger-text-emphasis: #bf5f31;
  --vz-warning: #ffc061;
  --vz-warning-rgb: 255,192,97;
  --vz-warning-bg-subtle: rgba(255, 192, 97, 0.15);
  --vz-warning-border-subtle: rgba(255, 192, 97, 0.3);
  --vz-warning-text-emphasis: #bf9049;
  --vz-info: #73dce9;
  --vz-info-rgb: 115,220,233;
  --vz-info-bg-subtle: rgba(115, 220, 233, 0.15);
  --vz-info-border-subtle: rgba(115, 220, 233, 0.3);
  --vz-info-text-emphasis: #56a5af;
  --vz-success: #11d1b7;
  --vz-success-rgb: 17,209,183;
  --vz-success-bg-subtle: rgba(17, 209, 183, 0.15);
  --vz-success-border-subtle: rgba(17, 209, 183, 0.3);
  --vz-success-text-emphasis: #0d9d89;
  --vz-dark: #343a40;
  --vz-dark-rgb: 52,58,64;
  --vz-dark-bg-subtle: rgba(52, 58, 64, 0.15);
  --vz-dark-border-subtle: rgba(52, 58, 64, 0.3);
  --vz-dark-text-emphasis: #272c30;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #695eef;
  --vz-link-color-rgb: 105,94,239;
  --vz-link-hover-color: #544bbf;
  --vz-link-hover-color-rgb: 84,75,191;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 1314, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-sidebar=dark] {
  --vz-vertical-menu-bg: #132649;
  --vz-vertical-menu-border: #132649;
  --vz-vertical-menu-item-color: #96a7c7;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #96a7c7;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #838fb9;
  --vz-twocolumn-menu-iconview-bg: #112241;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #acb3bf
;
}

/* line 1334, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-topbar=dark] {
  --vz-header-bg: #132649;
  --vz-header-border: #132649;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #1b3460;
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: #223558;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 1345, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 1351, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1357, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1363, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 1369, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-theme-colors=green] {
  --vz-primary: #3bc2b0;
  --vz-primary-rgb: 59,194,176;
  --vz-primary-bg-subtle: rgba(59, 194, 176, 0.15);
  --vz-primary-border-subtle: rgba(59, 194, 176, 0.3);
  --vz-primary-text-emphasis: #2c9284
;
}

/* line 1377, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-theme-colors=purple] {
  --vz-primary: #847ad6;
  --vz-primary-rgb: 132,122,214;
  --vz-primary-bg-subtle: rgba(132, 122, 214, 0.15);
  --vz-primary-border-subtle: rgba(132, 122, 214, 0.3);
  --vz-primary-text-emphasis: #635ca1
;
}

/* line 1385, app/assets/stylesheets/application.scss */
[data-theme=interactive][data-theme-colors=blue] {
  --vz-primary: #00b4d8;
  --vz-primary-rgb: 0,180,216;
  --vz-primary-bg-subtle: rgba(0, 180, 216, 0.15);
  --vz-primary-border-subtle: rgba(0, 180, 216, 0.3);
  --vz-primary-text-emphasis: #0087a2
;
}

/* line 1393, app/assets/stylesheets/application.scss */
[data-theme=interactive] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #695eef;
}

/* line 1397, app/assets/stylesheets/application.scss */
[data-theme=interactive] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #3bc2b0;
}

/* line 1401, app/assets/stylesheets/application.scss */
[data-theme=interactive] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #847ad6;
}

/* line 1405, app/assets/stylesheets/application.scss */
[data-theme=interactive] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #00b4d8;
}

/* line 1409, app/assets/stylesheets/application.scss */
[data-theme=material] {
  --vz-font-family-primary: "Inter",sans-serif;
  --vz-font-family-secondary: "Inter",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  --vz-shadow-sm: 0 .125rem .25rem rgba(#000, .075);
  --vz-shadow-lg: 0 5px 10px rgba(30, 32, 37, 0.12);
  --vz-element-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  --vz-body-bg: #f2f2f7;
  --vz-body-bg-rgb: 242,242,247;
  --vz-headings-font-weight: 500;
  --vz-btn-font-weight-custom: 400;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  --vz-vertical-menu-item-font-size: 0.925rem;
  --vz-vertical-menu-sub-item-font-size: 0.8125rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(53, 119, 241, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e5e5ef;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-primary-rgb), 1);
  --vz-chat-secondary-color: var(--vz-white);
  --vz-primary: #4b38b3;
  --vz-primary-rgb: 75,56,179;
  --vz-primary-bg-subtle: rgba(75, 56, 179, 0.15);
  --vz-primary-border-subtle: rgba(75, 56, 179, 0.3);
  --vz-primary-text-emphasis: #382a86;
  --vz-secondary: #3577f1;
  --vz-secondary-rgb: 53,119,241;
  --vz-secondary-bg-subtle: rgba(53, 119, 241, 0.15);
  --vz-secondary-border-subtle: rgba(53, 119, 241, 0.3);
  --vz-secondary-text-emphasis: #2859b5;
  --vz-danger: #f06548;
  --vz-danger-rgb: 240,101,72;
  --vz-danger-bg-subtle: rgba(240, 101, 72, 0.15);
  --vz-danger-border-subtle: rgba(240, 101, 72, 0.3);
  --vz-danger-text-emphasis: #b44c36;
  --vz-warning: #ffbe0b;
  --vz-warning-rgb: 255,190,11;
  --vz-warning-bg-subtle: rgba(255, 190, 11, 0.15);
  --vz-warning-border-subtle: rgba(255, 190, 11, 0.3);
  --vz-warning-text-emphasis: #bf8f08;
  --vz-info: #299cdb;
  --vz-info-rgb: 41,156,219;
  --vz-info-bg-subtle: rgba(41, 156, 219, 0.15);
  --vz-info-border-subtle: rgba(41, 156, 219, 0.3);
  --vz-info-text-emphasis: #1f75a4;
  --vz-success: #45CB85;
  --vz-success-rgb: 69,203,133;
  --vz-success-bg-subtle: rgba(69, 203, 133, 0.15);
  --vz-success-border-subtle: rgba(69, 203, 133, 0.3);
  --vz-success-text-emphasis: #349864;
  --vz-dark: #212529;
  --vz-dark-rgb: 33,37,41;
  --vz-dark-bg-subtle: rgba(33, 37, 41, 0.15);
  --vz-dark-border-subtle: rgba(33, 37, 41, 0.3);
  --vz-dark-text-emphasis: #191c1f;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #4b38b3;
  --vz-link-color-rgb: 75,56,179;
  --vz-link-hover-color: #3c2d8f;
  --vz-link-hover-color-rgb: 60,45,143;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.8125rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 1528, app/assets/stylesheets/application.scss */
[data-theme=material][data-sidebar=dark] {
  --vz-vertical-menu-bg: #151529;
  --vz-vertical-menu-border: #151529;
  --vz-vertical-menu-item-color: #a3a6b7;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #a3a6b7;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #9b9eb1;
  --vz-twocolumn-menu-iconview-bg: #121222;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #adadb4
;
}

/* line 1548, app/assets/stylesheets/application.scss */
[data-theme=material][data-topbar=dark] {
  --vz-header-bg: #1C1C36;
  --vz-header-border: #1C1C36;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #29294e;
  --vz-header-item-sub-color: #a3a6b7;
  --vz-topbar-user-bg: #2A2A50;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 1559, app/assets/stylesheets/application.scss */
[data-theme=material][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 1565, app/assets/stylesheets/application.scss */
[data-theme=material][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1571, app/assets/stylesheets/application.scss */
[data-theme=material][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1577, app/assets/stylesheets/application.scss */
[data-theme=material][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 1583, app/assets/stylesheets/application.scss */
[data-theme=material][data-theme-colors=green] {
  --vz-primary: #066b5e;
  --vz-primary-rgb: 6,107,94;
  --vz-primary-bg-subtle: rgba(6, 107, 94, 0.15);
  --vz-primary-border-subtle: rgba(6, 107, 94, 0.3);
  --vz-primary-text-emphasis: #055047
;
}

/* line 1591, app/assets/stylesheets/application.scss */
[data-theme=material][data-theme-colors=purple] {
  --vz-primary: #5147a3;
  --vz-primary-rgb: 81,71,163;
  --vz-primary-bg-subtle: rgba(81, 71, 163, 0.15);
  --vz-primary-border-subtle: rgba(81, 71, 163, 0.3);
  --vz-primary-text-emphasis: #3d357a
;
}

/* line 1599, app/assets/stylesheets/application.scss */
[data-theme=material][data-theme-colors=blue] {
  --vz-primary: #2a5fc1;
  --vz-primary-rgb: 42,95,193;
  --vz-primary-bg-subtle: rgba(42, 95, 193, 0.15);
  --vz-primary-border-subtle: rgba(42, 95, 193, 0.3);
  --vz-primary-text-emphasis: #204791
;
}

/* line 1607, app/assets/stylesheets/application.scss */
[data-theme=material] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #4b38b3;
}

/* line 1611, app/assets/stylesheets/application.scss */
[data-theme=material] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #066b5e;
}

/* line 1615, app/assets/stylesheets/application.scss */
[data-theme=material] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #5147a3;
}

/* line 1619, app/assets/stylesheets/application.scss */
[data-theme=material] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #2a5fc1;
}

/* line 1623, app/assets/stylesheets/application.scss */
[data-theme=material] .material-shadow-none {
  box-shadow: none !important;
}

/* line 1628, app/assets/stylesheets/application.scss */
[data-theme=material] .material-shadow {
  box-shadow: var(--vz-element-shadow) !important;
}

/* line 1633, app/assets/stylesheets/application.scss */
[data-theme=minimal] {
  --vz-font-family-primary: "Open Sans",sans-serif;
  --vz-font-family-secondary: "Open Sans",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #ffffff;
  --vz-body-bg-rgb: #(to-rgb(#ffffff));
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 500;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 1px;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: none;
  --vz-vertical-menu-item-font-size: 0.9375rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #f6f8fa;
  --vz-vertical-menu-border: var(--vz-border-color);
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: none;
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(135, 138, 153, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #495057;
  --vz-page-title-box-shadow: none;
  --vz-page-title-border: var(--vz-border-color);
  --vz-footer-bg: #f6f8fa;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #f5f5f5;
  --vz-timeline-color: var(--vz-border-color);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-primary);
  --vz-primary: #25a0e2;
  --vz-primary-rgb: 37,160,226;
  --vz-primary-bg-subtle: rgba(37, 160, 226, 0.15);
  --vz-primary-border-subtle: rgba(37, 160, 226, 0.3);
  --vz-primary-text-emphasis: #1c78aa;
  --vz-secondary: #878a99;
  --vz-secondary-rgb: 135,138,153;
  --vz-secondary-bg-subtle: rgba(135, 138, 153, 0.15);
  --vz-secondary-border-subtle: rgba(135, 138, 153, 0.3);
  --vz-secondary-text-emphasis: #656873;
  --vz-danger: #f06548;
  --vz-danger-rgb: 240,101,72;
  --vz-danger-bg-subtle: rgba(240, 101, 72, 0.15);
  --vz-danger-border-subtle: rgba(240, 101, 72, 0.3);
  --vz-danger-text-emphasis: #b44c36;
  --vz-warning: #FFBC0A;
  --vz-warning-rgb: 255,188,10;
  --vz-warning-bg-subtle: rgba(255, 188, 10, 0.15);
  --vz-warning-border-subtle: rgba(255, 188, 10, 0.3);
  --vz-warning-text-emphasis: #bf8d08;
  --vz-info: #32ccff;
  --vz-info-rgb: 50,204,255;
  --vz-info-bg-subtle: rgba(50, 204, 255, 0.15);
  --vz-info-border-subtle: rgba(50, 204, 255, 0.3);
  --vz-info-text-emphasis: #2699bf;
  --vz-success: #00bd9d;
  --vz-success-rgb: 0,189,157;
  --vz-success-bg-subtle: rgba(0, 189, 157, 0.15);
  --vz-success-border-subtle: rgba(0, 189, 157, 0.3);
  --vz-success-text-emphasis: #008e76;
  --vz-dark: #343a40;
  --vz-dark-rgb: 52,58,64;
  --vz-dark-bg-subtle: rgba(52, 58, 64, 0.15);
  --vz-dark-border-subtle: rgba(52, 58, 64, 0.3);
  --vz-dark-text-emphasis: #272c30;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #25a0e2;
  --vz-link-color-rgb: 37,160,226;
  --vz-link-hover-color: #1e80b5;
  --vz-link-hover-color-rgb: 30,128,181;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 1749, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-sidebar=dark] {
  --vz-vertical-menu-bg: #0A2B3D;
  --vz-vertical-menu-border: #0A2B3D;
  --vz-vertical-menu-item-color: #9aaab3;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #9aaab3;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #aeafaf;
  --vz-twocolumn-menu-iconview-bg: #092534;
  --vz-vertical-menu-box-shadow: none;
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #a9b5bb
;
}

/* line 1769, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-topbar=dark] {
  --vz-header-bg: #133b50;
  --vz-header-border: #133b50;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #16445c;
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: #214c62;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 1780, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 1786, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1792, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 1798, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 1804, app/assets/stylesheets/application.scss */
[data-theme=minimal] .minimal-border {
  border: 1px solid var(--vz-border-color);
}

/* line 1808, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-theme-colors=green] {
  --vz-primary: #088f7d;
  --vz-primary-rgb: 8,143,125;
  --vz-primary-bg-subtle: rgba(8, 143, 125, 0.15);
  --vz-primary-border-subtle: rgba(8, 143, 125, 0.3);
  --vz-primary-text-emphasis: #066b5e
;
}

/* line 1816, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-theme-colors=purple] {
  --vz-primary: #5147a3;
  --vz-primary-rgb: 81,71,163;
  --vz-primary-bg-subtle: rgba(81, 71, 163, 0.15);
  --vz-primary-border-subtle: rgba(81, 71, 163, 0.3);
  --vz-primary-text-emphasis: #3d357a
;
}

/* line 1824, app/assets/stylesheets/application.scss */
[data-theme=minimal][data-theme-colors=blue] {
  --vz-primary: #2a5fc1;
  --vz-primary-rgb: 42,95,193;
  --vz-primary-bg-subtle: rgba(42, 95, 193, 0.15);
  --vz-primary-border-subtle: rgba(42, 95, 193, 0.3);
  --vz-primary-text-emphasis: #204791
;
}

/* line 1832, app/assets/stylesheets/application.scss */
[data-theme=minimal] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #25a0e2;
}

/* line 1836, app/assets/stylesheets/application.scss */
[data-theme=minimal] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #088f7d;
}

/* line 1840, app/assets/stylesheets/application.scss */
[data-theme=minimal] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #5147a3;
}

/* line 1844, app/assets/stylesheets/application.scss */
[data-theme=minimal] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #2a5fc1;
}

/* line 1848, app/assets/stylesheets/application.scss */
[data-theme=modern] {
  --vz-font-family-primary: "IBM Plex Sans",sans-serif;
  --vz-font-family-secondary: "IBM Plex Sans",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f1f1f1;
  --vz-body-bg-rgb: 241,241,241;
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 500;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-vertical-menu-item-font-size: 0.925rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(112, 132, 199, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e7e7e7;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-success-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-success);
  --vz-primary: #5ea3cb;
  --vz-primary-rgb: 94,163,203;
  --vz-primary-bg-subtle: rgba(94, 163, 203, 0.15);
  --vz-primary-border-subtle: rgba(94, 163, 203, 0.3);
  --vz-primary-text-emphasis: #477a98;
  --vz-secondary: #7084c7;
  --vz-secondary-rgb: 112,132,199;
  --vz-secondary-bg-subtle: rgba(112, 132, 199, 0.15);
  --vz-secondary-border-subtle: rgba(112, 132, 199, 0.3);
  --vz-secondary-text-emphasis: #546395;
  --vz-danger: #fa896b;
  --vz-danger-rgb: 250,137,107;
  --vz-danger-bg-subtle: rgba(250, 137, 107, 0.15);
  --vz-danger-border-subtle: rgba(250, 137, 107, 0.3);
  --vz-danger-text-emphasis: #bc6750;
  --vz-warning: #f7b84b;
  --vz-warning-rgb: 247,184,75;
  --vz-warning-bg-subtle: rgba(247, 184, 75, 0.15);
  --vz-warning-border-subtle: rgba(247, 184, 75, 0.3);
  --vz-warning-text-emphasis: #b98a38;
  --vz-info: #58caea;
  --vz-info-rgb: 88,202,234;
  --vz-info-bg-subtle: rgba(88, 202, 234, 0.15);
  --vz-info-border-subtle: rgba(88, 202, 234, 0.3);
  --vz-info-text-emphasis: #4298b0;
  --vz-success: #6ada7d;
  --vz-success-rgb: 106,218,125;
  --vz-success-bg-subtle: rgba(106, 218, 125, 0.15);
  --vz-success-border-subtle: rgba(106, 218, 125, 0.3);
  --vz-success-text-emphasis: #50a45e;
  --vz-dark: #212529;
  --vz-dark-rgb: 33,37,41;
  --vz-dark-bg-subtle: rgba(33, 37, 41, 0.15);
  --vz-dark-border-subtle: rgba(33, 37, 41, 0.3);
  --vz-dark-text-emphasis: #191c1f;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #5ea3cb;
  --vz-link-color-rgb: 94,163,203;
  --vz-link-hover-color: #4b82a2;
  --vz-link-hover-color-rgb: 75,130,162;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 1965, app/assets/stylesheets/application.scss */
[data-theme=modern][data-sidebar=dark] {
  --vz-vertical-menu-bg: #2e3230;
  --vz-vertical-menu-border: #2e3230;
  --vz-vertical-menu-item-color: #a4b0bf;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #a4b0bf;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #a4b0bf;
  --vz-twocolumn-menu-iconview-bg: #344044;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #b6b7b7
;
}

/* line 1985, app/assets/stylesheets/application.scss */
[data-theme=modern][data-topbar=dark] {
  --vz-header-bg: #323835;
  --vz-header-border: #323835;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #3c423f;
  --vz-header-item-sub-color: #a4b0bf;
  --vz-topbar-user-bg: #39423e;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 1996, app/assets/stylesheets/application.scss */
[data-theme=modern][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 2002, app/assets/stylesheets/application.scss */
[data-theme=modern][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2008, app/assets/stylesheets/application.scss */
[data-theme=modern][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2014, app/assets/stylesheets/application.scss */
[data-theme=modern][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 2020, app/assets/stylesheets/application.scss */
[data-theme=modern][data-theme-colors=green] {
  --vz-primary: #a5b96f;
  --vz-primary-rgb: 165,185,111;
  --vz-primary-bg-subtle: rgba(165, 185, 111, 0.15);
  --vz-primary-border-subtle: rgba(165, 185, 111, 0.3);
  --vz-primary-text-emphasis: #7c8b53
;
}

/* line 2028, app/assets/stylesheets/application.scss */
[data-theme=modern][data-theme-colors=purple] {
  --vz-primary: #9f86c0;
  --vz-primary-rgb: 159,134,192;
  --vz-primary-bg-subtle: rgba(159, 134, 192, 0.15);
  --vz-primary-border-subtle: rgba(159, 134, 192, 0.3);
  --vz-primary-text-emphasis: #776590
;
}

/* line 2036, app/assets/stylesheets/application.scss */
[data-theme=modern][data-theme-colors=blue] {
  --vz-primary: #6096ba;
  --vz-primary-rgb: 96,150,186;
  --vz-primary-bg-subtle: rgba(96, 150, 186, 0.15);
  --vz-primary-border-subtle: rgba(96, 150, 186, 0.3);
  --vz-primary-text-emphasis: #48718c
;
}

/* line 2044, app/assets/stylesheets/application.scss */
[data-theme=modern] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #5ea3cb;
}

/* line 2048, app/assets/stylesheets/application.scss */
[data-theme=modern] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #a5b96f;
}

/* line 2052, app/assets/stylesheets/application.scss */
[data-theme=modern] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #9f86c0;
}

/* line 2056, app/assets/stylesheets/application.scss */
[data-theme=modern] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #6096ba;
}

/* line 2060, app/assets/stylesheets/application.scss */
[data-theme=saas] {
  --vz-font-family-primary: "Rubik",sans-serif;
  --vz-font-family-secondary: "Montserrat",sans-serif;
  --vz-headings-font-family: "Montserrat",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f3f6f9;
  --vz-body-bg-rgb: 243,246,249;
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 400;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-vertical-menu-item-font-size: .925rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: #e9ebec;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(134, 92, 226, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e5ecf2;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-primary);
  --vz-primary: #6691e7;
  --vz-primary-rgb: 102,145,231;
  --vz-primary-bg-subtle: rgba(102, 145, 231, 0.15);
  --vz-primary-border-subtle: rgba(102, 145, 231, 0.3);
  --vz-primary-text-emphasis: #4d6dad;
  --vz-secondary: #865ce2;
  --vz-secondary-rgb: 134,92,226;
  --vz-secondary-bg-subtle: rgba(134, 92, 226, 0.15);
  --vz-secondary-border-subtle: rgba(134, 92, 226, 0.3);
  --vz-secondary-text-emphasis: #6545aa;
  --vz-danger: #ed5e5e;
  --vz-danger-rgb: 237,94,94;
  --vz-danger-bg-subtle: rgba(237, 94, 94, 0.15);
  --vz-danger-border-subtle: rgba(237, 94, 94, 0.3);
  --vz-danger-text-emphasis: #b24747;
  --vz-warning: #e8bc52;
  --vz-warning-rgb: 232,188,82;
  --vz-warning-bg-subtle: rgba(232, 188, 82, 0.15);
  --vz-warning-border-subtle: rgba(232, 188, 82, 0.3);
  --vz-warning-text-emphasis: #ae8d3e;
  --vz-info: #50c3e6;
  --vz-info-rgb: 80,195,230;
  --vz-info-bg-subtle: rgba(80, 195, 230, 0.15);
  --vz-info-border-subtle: rgba(80, 195, 230, 0.3);
  --vz-info-text-emphasis: #3c92ad;
  --vz-success: #13c56b;
  --vz-success-rgb: 19,197,107;
  --vz-success-bg-subtle: rgba(19, 197, 107, 0.15);
  --vz-success-border-subtle: rgba(19, 197, 107, 0.3);
  --vz-success-text-emphasis: #0e9450;
  --vz-dark: #363d48;
  --vz-dark-rgb: 54,61,72;
  --vz-dark-bg-subtle: rgba(54, 61, 72, 0.15);
  --vz-dark-border-subtle: rgba(54, 61, 72, 0.3);
  --vz-dark-text-emphasis: #292e36;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #6691e7;
  --vz-link-color-rgb: 102,145,231;
  --vz-link-hover-color: #5274b9;
  --vz-link-hover-color-rgb: 82,116,185;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.825rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 400;
  --vz-font-weight-semibold: 500;
  --vz-font-weight-bold: 700
;
}

/* line 2178, app/assets/stylesheets/application.scss */
[data-theme=saas][data-sidebar=dark] {
  --vz-vertical-menu-bg: #38454a;
  --vz-vertical-menu-border: #38454a;
  --vz-vertical-menu-item-color: #a1b7bf;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #a1b7bf;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #a1b7bf;
  --vz-twocolumn-menu-iconview-bg: #344044;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #b9bec0
;
}

/* line 2198, app/assets/stylesheets/application.scss */
[data-theme=saas][data-topbar=dark] {
  --vz-header-bg: #38454a;
  --vz-header-border: #38454a;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #435258;
  --vz-header-item-sub-color: #9ea9ad;
  --vz-topbar-user-bg: #455358;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 2209, app/assets/stylesheets/application.scss */
[data-theme=saas][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 2215, app/assets/stylesheets/application.scss */
[data-theme=saas][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2221, app/assets/stylesheets/application.scss */
[data-theme=saas][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2227, app/assets/stylesheets/application.scss */
[data-theme=saas][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 2233, app/assets/stylesheets/application.scss */
[data-theme=saas][data-bs-theme=dark] {
  --vz-header-bg: #292e32;
  --vz-header-border: #2e3438;
  --vz-header-item-color: #e9ecef;
  --vz-header-item-bg: #31363c;
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-user-bg: #31373c;
  --vz-topbar-search-bg: #202328;
  --vz-topbar-search-color: #fff
;
}

/* line 2244, app/assets/stylesheets/application.scss */
[data-theme=saas][data-bs-theme=dark][data-topbar=dark] {
  --vz-header-bg: var(--vz-primary);
  --vz-header-border: var(--vz-primary);
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #7399e5;
  --vz-header-item-sub-color: rgba(255, 255, 255, 0.6);
  --vz-topbar-user-bg: #739be9;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 2255, app/assets/stylesheets/application.scss */
[data-theme=saas][data-theme-colors=green] {
  --vz-primary: #71c9c9;
  --vz-primary-rgb: 113,201,201;
  --vz-primary-bg-subtle: rgba(113, 201, 201, 0.15);
  --vz-primary-border-subtle: rgba(113, 201, 201, 0.3);
  --vz-primary-text-emphasis: #559797
;
}

/* line 2263, app/assets/stylesheets/application.scss */
[data-theme=saas][data-theme-colors=purple] {
  --vz-primary: #705b8d;
  --vz-primary-rgb: 112,91,141;
  --vz-primary-bg-subtle: rgba(112, 91, 141, 0.15);
  --vz-primary-border-subtle: rgba(112, 91, 141, 0.3);
  --vz-primary-text-emphasis: #54446a
;
}

/* line 2271, app/assets/stylesheets/application.scss */
[data-theme=saas][data-theme-colors=blue] {
  --vz-primary: #5fa8d3;
  --vz-primary-rgb: 95,168,211;
  --vz-primary-bg-subtle: rgba(95, 168, 211, 0.15);
  --vz-primary-border-subtle: rgba(95, 168, 211, 0.3);
  --vz-primary-text-emphasis: #477e9e
;
}

/* line 2279, app/assets/stylesheets/application.scss */
[data-theme=saas] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #6691e7;
}

/* line 2283, app/assets/stylesheets/application.scss */
[data-theme=saas] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #71c9c9;
}

/* line 2287, app/assets/stylesheets/application.scss */
[data-theme=saas] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #705b8d;
}

/* line 2291, app/assets/stylesheets/application.scss */
[data-theme=saas] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #5fa8d3;
}

/* line 2295, app/assets/stylesheets/application.scss */
[data-theme=classic] {
  --vz-font-family-primary: "Jost",sans-serif;
  --vz-font-family-secondary: "Jost",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f5f6f9;
  --vz-body-bg-rgb: 245,246,249;
  --vz-headings-font-weight: 600;
  --vz-btn-font-weight-custom: 400;
  --vz-shadow: rgb(0, 0, 0, 0.04) 0px 6px 24px 0px;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: var(--vz-shadow);
  --vz-vertical-menu-item-font-size: 0.9688rem;
  --vz-vertical-menu-sub-item-font-size: 0.9375rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: none;
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: #fff;
  --vz-header-border: none;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(47, 162, 255, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: none;
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #f6ece5;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-secondary-bg);
  --vz-chat-secondary-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-primary);
  --vz-primary: #7c4baf;
  --vz-primary-rgb: 124,75,175;
  --vz-primary-bg-subtle: rgba(124, 75, 175, 0.15);
  --vz-primary-border-subtle: rgba(124, 75, 175, 0.3);
  --vz-primary-text-emphasis: #5d3883;
  --vz-secondary: #2fa2ff;
  --vz-secondary-rgb: 47,162,255;
  --vz-secondary-bg-subtle: rgba(47, 162, 255, 0.15);
  --vz-secondary-border-subtle: rgba(47, 162, 255, 0.3);
  --vz-secondary-text-emphasis: #237abf;
  --vz-danger: #f04770;
  --vz-danger-rgb: 240,71,112;
  --vz-danger-bg-subtle: rgba(240, 71, 112, 0.15);
  --vz-danger-border-subtle: rgba(240, 71, 112, 0.3);
  --vz-danger-text-emphasis: #b43554;
  --vz-warning: #fa9e34;
  --vz-warning-rgb: 250,158,52;
  --vz-warning-bg-subtle: rgba(250, 158, 52, 0.15);
  --vz-warning-border-subtle: rgba(250, 158, 52, 0.3);
  --vz-warning-text-emphasis: #bc7727;
  --vz-info: #2db0b5;
  --vz-info-rgb: 45,176,181;
  --vz-info-bg-subtle: rgba(45, 176, 181, 0.15);
  --vz-info-border-subtle: rgba(45, 176, 181, 0.3);
  --vz-info-text-emphasis: #228488;
  --vz-success: #3cd188;
  --vz-success-rgb: 60,209,136;
  --vz-success-bg-subtle: rgba(60, 209, 136, 0.15);
  --vz-success-border-subtle: rgba(60, 209, 136, 0.3);
  --vz-success-text-emphasis: #2d9d66;
  --vz-dark: #272a3a;
  --vz-dark-rgb: 39,42,58;
  --vz-dark-bg-subtle: rgba(39, 42, 58, 0.15);
  --vz-dark-border-subtle: rgba(39, 42, 58, 0.3);
  --vz-dark-text-emphasis: #1d202c;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #7c4baf;
  --vz-link-color-rgb: 124,75,175;
  --vz-link-hover-color: #633c8c;
  --vz-link-hover-color-rgb: 99,60,140;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.9063rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 2412, app/assets/stylesheets/application.scss */
[data-theme=classic][data-sidebar=dark] {
  --vz-vertical-menu-bg: #321e46;
  --vz-vertical-menu-border: #321e46;
  --vz-vertical-menu-item-color: #cbb7df;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #cbb7df;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #d1c0e3;
  --vz-twocolumn-menu-iconview-bg: #3e2658;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #d1c0e3
;
}

/* line 2432, app/assets/stylesheets/application.scss */
[data-theme=classic][data-topbar=dark] {
  --vz-header-bg: #3d2556;
  --vz-header-border: #3d2556;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: rgba(255, 255, 255, 0.05);
  --vz-header-item-sub-color: #cbb7df;
  --vz-topbar-user-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 2443, app/assets/stylesheets/application.scss */
[data-theme=classic][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to top, #3d2556, #563479);
  --vz-vertical-menu-border: #563479;
  --vz-twocolumn-menu-iconview-bg: #3d2556
;
}

/* line 2449, app/assets/stylesheets/application.scss */
[data-theme=classic][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to top, #081f2c, #103e58);
  --vz-vertical-menu-border: #103e58;
  --vz-twocolumn-menu-iconview-bg: #103e58
;
}

/* line 2455, app/assets/stylesheets/application.scss */
[data-theme=classic][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to top, #02241f, #04483e);
  --vz-vertical-menu-border: #04483e;
  --vz-twocolumn-menu-iconview-bg: #02241f
;
}

/* line 2461, app/assets/stylesheets/application.scss */
[data-theme=classic][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to top, #301e0c, #603c18);
  --vz-vertical-menu-border: #603c18;
  --vz-twocolumn-menu-iconview-bg: #301e0c
;
}

/* line 2467, app/assets/stylesheets/application.scss */
[data-theme=classic][data-theme-colors=green] {
  --vz-primary: #348f6c;
  --vz-primary-rgb: 52,143,108;
  --vz-primary-bg-subtle: rgba(52, 143, 108, 0.15);
  --vz-primary-border-subtle: rgba(52, 143, 108, 0.3);
  --vz-primary-text-emphasis: #276b51;
  --vz-secondary: #f1cfa3;
  --vz-secondary-rgb: 241,207,163;
  --vz-secondary-bg-subtle: rgba(241, 207, 163, 0.15);
  --vz-secondary-border-subtle: rgba(241, 207, 163, 0.3);
  --vz-secondary-text-emphasis: #b59b7a
;
}

/* line 2480, app/assets/stylesheets/application.scss */
[data-theme=classic][data-theme-colors=purple] {
  --vz-primary: #9b5de5;
  --vz-primary-rgb: 155,93,229;
  --vz-primary-bg-subtle: rgba(155, 93, 229, 0.15);
  --vz-primary-border-subtle: rgba(155, 93, 229, 0.3);
  --vz-primary-text-emphasis: #7446ac;
  --vz-secondary: #f15bb5;
  --vz-secondary-rgb: 241,91,181;
  --vz-secondary-bg-subtle: rgba(241, 91, 181, 0.15);
  --vz-secondary-border-subtle: rgba(241, 91, 181, 0.3);
  --vz-secondary-text-emphasis: #b54488
;
}

/* line 2493, app/assets/stylesheets/application.scss */
[data-theme=classic][data-theme-colors=blue] {
  --vz-primary: #00bbf9;
  --vz-primary-rgb: 0,187,249;
  --vz-primary-bg-subtle: rgba(0, 187, 249, 0.15);
  --vz-primary-border-subtle: rgba(0, 187, 249, 0.3);
  --vz-primary-text-emphasis: #008cbb;
  --vz-secondary: #0582ca;
  --vz-secondary-rgb: 5,130,202;
  --vz-secondary-bg-subtle: rgba(5, 130, 202, 0.15);
  --vz-secondary-border-subtle: rgba(5, 130, 202, 0.3);
  --vz-secondary-text-emphasis: #046298
;
}

/* line 2506, app/assets/stylesheets/application.scss */
[data-theme=classic] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #7c4baf;
}

/* line 2510, app/assets/stylesheets/application.scss */
[data-theme=classic] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #348f6c;
}

/* line 2514, app/assets/stylesheets/application.scss */
[data-theme=classic] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #9b5de5;
}

/* line 2518, app/assets/stylesheets/application.scss */
[data-theme=classic] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #00bbf9;
}

/* line 2522, app/assets/stylesheets/application.scss */
[data-theme=classic] .page-title-box {
  background-color: transparent;
  padding: 10px var(--vz-grid-gutter-width);
  margin: -15px calc(var(--vz-grid-gutter-width) * -1) calc(var(--vz-grid-gutter-width) * .4) calc(var(--vz-grid-gutter-width) * -1);
}

/* line 2528, app/assets/stylesheets/application.scss */
[data-theme=vintage] {
  --vz-font-family-primary: "Roboto",sans-serif;
  --vz-font-family-secondary: "Roboto",sans-serif;
  --vz-grid-gutter-width: 1.5rem;
  --vz-body-bg: #f4f8f9;
  --vz-body-bg-rgb: 244,248,249;
  --vz-headings-font-weight: 500;
  --vz-btn-font-weight-custom: 400;
  --vz-shadow: rgb(0, 0, 0, 0.04) 0px 6px 24px 0px;
  --vz-element-shadow: none;
  --vz-card-border-width-custom: 0;
  --vz-card-header-border-width: 1px;
  --vz-card-shadow: var(--vz-shadow);
  --vz-vertical-menu-item-font-size: 0.925rem;
  --vz-vertical-menu-sub-item-font-size: 0.875rem;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), .15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-box-shadow: var(--vz-shadow);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-sidebar-user-bg: #f1f4f7;
  --vz-sidebar-user-name-text: #32373b;
  --vz-sidebar-user-name-sub-text: #7c7f90;
  --vz-header-bg: transparent;
  --vz-header-border: transparent;
  --vz-header-item-color: #495057;
  --vz-header-item-bg: rgba(121, 103, 233, 0.12);
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-search-bg: transparent;
  --vz-topbar-user-bg: transparent;
  --vz-topbar-search-color: #262a2f;
  --vz-page-title-box-shadow: none;
  --vz-page-title-border: none;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-boxed-body-bg: #e7e7e7;
  --vz-timeline-color: var(--vz-secondary-bg);
  --vz-chat-primary-bg: var(--vz-light);
  --vz-chat-secondary-bg: rgba(var(--vz-secondary-rgb), 0.15);
  --vz-chat-secondary-color: var(--vz-secondary);
  --vz-primary: #119cf1;
  --vz-primary-rgb: 17,156,241;
  --vz-primary-bg-subtle: rgba(17, 156, 241, 0.15);
  --vz-primary-border-subtle: rgba(17, 156, 241, 0.3);
  --vz-primary-text-emphasis: #0d75b5;
  --vz-secondary: #7967e9;
  --vz-secondary-rgb: 121,103,233;
  --vz-secondary-bg-subtle: rgba(121, 103, 233, 0.15);
  --vz-secondary-border-subtle: rgba(121, 103, 233, 0.3);
  --vz-secondary-text-emphasis: #5b4daf;
  --vz-danger: #ef697f;
  --vz-danger-rgb: 239,105,127;
  --vz-danger-bg-subtle: rgba(239, 105, 127, 0.15);
  --vz-danger-border-subtle: rgba(239, 105, 127, 0.3);
  --vz-danger-text-emphasis: #b34f5f;
  --vz-warning: #fbb740;
  --vz-warning-rgb: 251,183,64;
  --vz-warning-bg-subtle: rgba(251, 183, 64, 0.15);
  --vz-warning-border-subtle: rgba(251, 183, 64, 0.3);
  --vz-warning-text-emphasis: #bc8930;
  --vz-info: #58caea;
  --vz-info-rgb: 88,202,234;
  --vz-info-bg-subtle: rgba(88, 202, 234, 0.15);
  --vz-info-border-subtle: rgba(88, 202, 234, 0.3);
  --vz-info-text-emphasis: #4298b0;
  --vz-success: #83d159;
  --vz-success-rgb: 131,209,89;
  --vz-success-bg-subtle: rgba(131, 209, 89, 0.15);
  --vz-success-border-subtle: rgba(131, 209, 89, 0.3);
  --vz-success-text-emphasis: #629d43;
  --vz-dark: #212529;
  --vz-dark-rgb: 33,37,41;
  --vz-dark-bg-subtle: rgba(33, 37, 41, 0.15);
  --vz-dark-border-subtle: rgba(33, 37, 41, 0.3);
  --vz-dark-text-emphasis: #191c1f;
  --vz-light: #f1f4f7;
  --vz-light-rgb: 241,244,247;
  --vz-light-bg-subtle: rgba(241, 244, 247, 0.15);
  --vz-light-border-subtle: rgba(241, 244, 247, 0.3);
  --vz-light-text-emphasis: #b5b7b9;
  --vz-link-color: #119cf1;
  --vz-link-color-rgb: 17,156,241;
  --vz-link-hover-color: #0e7dc1;
  --vz-link-hover-color-rgb: 14,125,193;
  --vz-font-10: 0.625rem;
  --vz-font-11: 0.6875rem;
  --vz-font-12: 0.75rem;
  --vz-font-13: 0.8125rem;
  --vz-font-14: 0.875rem;
  --vz-font-base: 0.875rem;
  --vz-font-15: 0.9375rem;
  --vz-font-16: 1rem;
  --vz-font-17: 1.0625rem;
  --vz-font-18: 1.125rem;
  --vz-font-19: 1.1875rem;
  --vz-font-20: 1.25rem;
  --vz-font-21: 1.3125rem;
  --vz-font-22: 1.375rem;
  --vz-font-23: 0.8125rem;
  --vz-font-24: 1.5rem;
  --vz-font-36: 2.25rem;
  --vz-font-48: 3rem;
  --vz-font-weight-light: 300;
  --vz-font-weight-normal: 400;
  --vz-font-weight-medium: 500;
  --vz-font-weight-semibold: 600;
  --vz-font-weight-bold: 700
;
}

/* line 2646, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-sidebar=dark] {
  --vz-vertical-menu-bg: #2e3230;
  --vz-vertical-menu-border: #2e3230;
  --vz-vertical-menu-item-color: #a4b0bf;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #a4b0bf;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #a4b0bf;
  --vz-twocolumn-menu-iconview-bg: #344044;
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: #b6b7b7
;
}

/* line 2666, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-topbar=dark] {
  --vz-header-bg: #323835;
  --vz-header-border: #323835;
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: #3c423f;
  --vz-header-item-sub-color: #a4b0bf;
  --vz-topbar-user-bg: #39423e;
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 2677, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-sidebar=gradient] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-primary), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-primary)
;
}

/* line 2683, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-sidebar=gradient-2] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
  --vz-vertical-menu-border: var(--vz-secondary);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2689, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-sidebar=gradient-3] {
  --vz-vertical-menu-bg: linear-gradient(to right, var(--vz-info), var(--vz-success));
  --vz-vertical-menu-border: var(--vz-success);
  --vz-twocolumn-menu-iconview-bg: var(--vz-info)
;
}

/* line 2695, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-sidebar=gradient-4] {
  --vz-vertical-menu-bg: linear-gradient(to right, #1a1d21, var(--vz-primary));
  --vz-vertical-menu-border: var(--vz-primary);
  --vz-twocolumn-menu-iconview-bg: #1a1d21
;
}

/* line 2701, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-theme-colors=green] {
  --vz-primary: #a5b96f;
  --vz-primary-rgb: 165,185,111;
  --vz-primary-bg-subtle: rgba(165, 185, 111, 0.15);
  --vz-primary-border-subtle: rgba(165, 185, 111, 0.3);
  --vz-primary-text-emphasis: #7c8b53
;
}

/* line 2709, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-theme-colors=purple] {
  --vz-primary: #9f86c0;
  --vz-primary-rgb: 159,134,192;
  --vz-primary-bg-subtle: rgba(159, 134, 192, 0.15);
  --vz-primary-border-subtle: rgba(159, 134, 192, 0.3);
  --vz-primary-text-emphasis: #776590
;
}

/* line 2717, app/assets/stylesheets/application.scss */
[data-theme=vintage][data-theme-colors=blue] {
  --vz-primary: #6096ba;
  --vz-primary-rgb: 96,150,186;
  --vz-primary-bg-subtle: rgba(96, 150, 186, 0.15);
  --vz-primary-border-subtle: rgba(96, 150, 186, 0.3);
  --vz-primary-text-emphasis: #48718c
;
}

/* line 2725, app/assets/stylesheets/application.scss */
[data-theme=vintage] .card-radio .form-check-label[for=themeColor-01] {
  background-color: #119cf1;
}

/* line 2729, app/assets/stylesheets/application.scss */
[data-theme=vintage] .card-radio .form-check-label[for=themeColor-02] {
  background-color: #a5b96f;
}

/* line 2733, app/assets/stylesheets/application.scss */
[data-theme=vintage] .card-radio .form-check-label[for=themeColor-03] {
  background-color: #9f86c0;
}

/* line 2737, app/assets/stylesheets/application.scss */
[data-theme=vintage] .card-radio .form-check-label[for=themeColor-04] {
  background-color: #6096ba;
}

/* line 2741, app/assets/stylesheets/application.scss */
[data-theme=vintage] .page-title-box {
  background-color: transparent;
  padding: 10px var(--vz-grid-gutter-width);
  margin: -15px calc(var(--vz-grid-gutter-width) * -1) calc(var(--vz-grid-gutter-width) * .4) calc(var(--vz-grid-gutter-width) * -1);
}

/* line 2747, app/assets/stylesheets/application.scss */
[data-theme=vintage] #page-topbar.topbar-shadow {
  background-color: var(--vz-secondary-bg);
}

/* line 2751, app/assets/stylesheets/application.scss */
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: var(--vz-header-bg);
  transition: all .1s ease-out;
  border-bottom: 1px solid var(--vz-header-border);
}

/* line 2763, app/assets/stylesheets/application.scss */
#page-topbar.topbar-shadow {
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

@media (min-width: 768px) {
  /* line 2769, app/assets/stylesheets/application.scss */
  #page-topbar {
    left: var(--vz-vertical-menu-width);
  }
}

/* line 2774, app/assets/stylesheets/application.scss */
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 var(--vz-grid-gutter-width) 0 calc(var(--vz-grid-gutter-width) * .5);
}

@media (max-width: 767.98px) {
  /* line 2790, app/assets/stylesheets/application.scss */
  .navbar-header {
    padding: 0 calc(var(--vz-grid-gutter-width) * .5) 0 calc(var(--vz-grid-gutter-width) * .5);
  }
}

/* line 2795, app/assets/stylesheets/application.scss */
.navbar-header .topbar-head-dropdown .dropdown-menu.show {
  top: 13px !important;
}

/* line 2799, app/assets/stylesheets/application.scss */
.navbar-header .topbar-head-dropdown .notification-actions {
  display: none;
  position: absolute;
  background-color: var(--vz-secondary-bg);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px;
  border-top: 1px solid var(--vz-border-color);
}

/* line 2810, app/assets/stylesheets/application.scss */
.navbar-header .btn-topbar {
  height: 42px;
  width: 42px;
  color: var(--vz-header-item-sub-color);
  transition: all .5s ease;
}

/* line 2818, app/assets/stylesheets/application.scss */
.navbar-header .btn-topbar.active, .navbar-header .btn-topbar:active, .navbar-header .btn-topbar:focus, .navbar-header .btn-topbar:hover {
  background-color: var(--vz-header-item-bg);
}

@media (max-width: 360px) {
  /* line 2823, app/assets/stylesheets/application.scss */
  .navbar-header .btn-topbar {
    height: 36px;
    width: 36px;
  }
}

/* line 2829, app/assets/stylesheets/application.scss */
.navbar-header .user-name-sub-text {
  color: var(--vz-header-item-sub-color);
}

/* line 2833, app/assets/stylesheets/application.scss */
.navbar-header .user-name-text {
  color: var(--vz-header-item-color);
}

/* line 2837, app/assets/stylesheets/application.scss */
.app-search {
  padding: calc(32px * .5) 0;
}

/* line 2841, app/assets/stylesheets/application.scss */
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  background-color: var(--vz-topbar-search-bg);
  color: var(--vz-topbar-search-color);
  box-shadow: none;
}

/* line 2852, app/assets/stylesheets/application.scss */
.app-search span.search-widget-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: var(--vz-header-item-sub-color);
}

/* line 2862, app/assets/stylesheets/application.scss */
.app-search .search-widget-icon-close {
  right: 7px;
  left: auto !important;
}

@media (max-width: 1023.99px) {
  /* line 2868, app/assets/stylesheets/application.scss */
  .app-search {
    padding-left: calc(var(--vz-grid-gutter-width) * .5);
  }
}

/* line 2873, app/assets/stylesheets/application.scss */
.app-search ::-webkit-input-placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 2877, app/assets/stylesheets/application.scss */
.app-search :-ms-input-placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 2881, app/assets/stylesheets/application.scss */
.app-search ::-moz-placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 2885, app/assets/stylesheets/application.scss */
.app-search ::-ms-input-placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 2889, app/assets/stylesheets/application.scss */
.app-search ::-moz-placeholder {
  color: var(--vz-header-item-sub-color);
}
.app-search ::placeholder {
  color: var(--vz-header-item-sub-color);
}

/* line 2893, app/assets/stylesheets/application.scss */
.megamenu-list li {
  position: relative;
  padding: 5px 0;
}

/* line 2898, app/assets/stylesheets/application.scss */
.megamenu-list li a {
  color: var(--vz-body-color);
}

@media (max-width: 767.98px) {
  /* line 2903, app/assets/stylesheets/application.scss */
  .logo span.logo-lg {
    display: none;
  }
  /* line 2907, app/assets/stylesheets/application.scss */
  .logo span.logo-sm {
    display: inline-block;
  }
}

/* line 2912, app/assets/stylesheets/application.scss */
.header-item {
  height: 70px;
  display: flex;
  align-items: center;
}

/* line 2922, app/assets/stylesheets/application.scss */
.header-profile-user {
  height: 32px;
  width: 32px;
}

/* line 2927, app/assets/stylesheets/application.scss */
.topbar-badge-sm {
  right: 0;
  top: 7px !important;
}

/* line 2932, app/assets/stylesheets/application.scss */
.topbar-badge {
  right: -9px;
  top: 4px !important;
}

@media (min-width: 768px) {
  /* line 2938, app/assets/stylesheets/application.scss */
  .topbar-user {
    background-color: var(--vz-topbar-user-bg);
  }
}

/* line 2943, app/assets/stylesheets/application.scss */
.topbar-user .dropdown-menu {
  top: 6px !important;
}

/* line 2947, app/assets/stylesheets/application.scss */
.notification-item {
  padding: .75rem 1rem;
  white-space: inherit;
  position: relative;
}

/* line 2953, app/assets/stylesheets/application.scss */
.notification-item .form-check-input {
  position: relative;
  z-index: 2;
}

/* line 2958, app/assets/stylesheets/application.scss */
.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  border: 1px solid transparent;
  color: var(--vz-dropdown-link-color);
}

/* line 2968, app/assets/stylesheets/application.scss */
.dropdown-icon-item img {
  height: 24px;
}

/* line 2972, app/assets/stylesheets/application.scss */
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2979, app/assets/stylesheets/application.scss */
.dropdown-icon-item:hover {
  background-color: var(--vz-dropdown-link-hover-bg);
}

/* line 2983, app/assets/stylesheets/application.scss */
.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen::before {
  content: "\eacb";
}

/* line 2987, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .light-dark-mode .bx-moon::before {
  content: "\ec34";
}

/* line 2991, app/assets/stylesheets/application.scss */
[data-topbar=dark] .logo-dark {
  display: none;
}

/* line 2995, app/assets/stylesheets/application.scss */
[data-topbar=dark] .logo-light {
  display: inline-block;
}

/* line 2999, app/assets/stylesheets/application.scss */
[data-bs-theme=dark][data-topbar=light] .logo-dark {
  display: none;
}

/* line 3003, app/assets/stylesheets/application.scss */
[data-bs-theme=dark][data-topbar=light] .logo-light {
  display: inline-block;
}

@media (max-width: 600px) {
  /* line 3008, app/assets/stylesheets/application.scss */
  .navbar-header .dropdown {
    position: static;
  }
  /* line 3012, app/assets/stylesheets/application.scss */
  .navbar-header .dropdown .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 3018, app/assets/stylesheets/application.scss */
  #search-dropdown-reponsive {
    top: 54px !important;
  }
}

@media (min-width: 1024.1px) {
  /* line 3024, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] #page-topbar {
    left: 0 !important;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  }
  /* line 3030, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] .horizontal-logo {
    display: inline-block;
    padding-left: 0;
  }
  /* line 3035, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] .topnav-hamburger {
    visibility: hidden;
  }
  /* line 3039, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] .layout-width {
    max-width: 95%;
    margin: 0 auto;
  }
  /* line 3044, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .navbar-brand-box {
    background-color: transparent !important;
    position: relative;
    width: auto;
    text-align: left;
  }
  /* line 3051, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .navbar-brand-box .logo-sm {
    display: none;
  }
  /* line 3055, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .navbar-brand-box .logo-lg {
    display: block;
  }
}

/* line 3060, app/assets/stylesheets/application.scss */
[data-layout=vertical][data-layout-style=detached][data-topbar=dark] .horizontal-logo .logo-dark {
  display: none;
}

/* line 3064, app/assets/stylesheets/application.scss */
[data-layout=vertical][data-layout-style=detached][data-topbar=dark] .horizontal-logo .logo-light {
  display: block;
}

/* line 3068, app/assets/stylesheets/application.scss */
[data-layout=horizontal] #page-topbar {
  left: 0;
  border-bottom: 1px solid var(--vz-header-border);
}

@media (min-width: 1024.1px) {
  /* line 3074, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] #page-topbar.topbar-shadow {
    box-shadow: none;
  }
}

/* line 3080, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .page-content {
  padding: calc(45px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * .5) 60px calc(var(--vz-grid-gutter-width) * .5);
}

@media (min-width: 1024.1px) {
  /* line 3085, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .page-content {
    margin-top: 70px;
  }
}

@media (max-width: 1024.1px) {
  /* line 3091, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .page-content {
    padding: calc(45px + var(--vz-grid-gutter-width) * 1.8) calc(var(--vz-grid-gutter-width) * .5) 60px calc(var(--vz-grid-gutter-width) * .5);
  }
}

@media (min-width: 1024.1px) {
  /* line 3097, app/assets/stylesheets/application.scss */
  [data-layout=horizontal][data-layout-width=boxed] .page-content {
    min-height: calc(100vh - 130px);
  }
}

@media (min-width: 768px) {
  /* line 3103, app/assets/stylesheets/application.scss */
  [data-layout=vertical]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) #page-topbar {
    left: var(--vz-vertical-menu-width-sm);
  }
}

@media (min-width: 768px) {
  /* line 3109, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-sidebar-size=md] #page-topbar {
    left: var(--vz-vertical-menu-width-md);
  }
}

@media (min-width: 768px) {
  /* line 3115, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] #page-topbar {
    left: calc(70px + 220px);
  }
}

/* line 3120, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .horizontal-logo {
  display: none;
}

/* line 3124, app/assets/stylesheets/application.scss */
.page-title-box {
  padding: 10px var(--vz-grid-gutter-width);
  background-color: var(--vz-secondary-bg);
  box-shadow: var(--vz-page-title-box-shadow);
  border-bottom: 1px solid var(--vz-page-title-border);
  margin: -23px calc(var(--vz-grid-gutter-width) * -1) var(--vz-grid-gutter-width) calc(var(--vz-grid-gutter-width) * -1);
}

/* line 3133, app/assets/stylesheets/application.scss */
.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}

/* line 3138, app/assets/stylesheets/application.scss */
.page-title-box h4, .page-title-box .h4 {
  font-weight: 700;
  font-size: 15px !important;
  text-transform: uppercase;
}

/* line 3144, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .page-title-box {
  padding: 1.2rem 0;
  background-color: transparent !important;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  margin: 0;
}

@media (min-width: 1024.1px) {
  /* line 3155, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .page-title-box {
    margin: -19px 0 0 0;
  }
}

/* line 3160, app/assets/stylesheets/application.scss */
[data-layout=vertical][data-layout-style=detached] .page-title-box {
  padding: 1.2rem 0;
  background-color: transparent !important;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  margin: 0;
}

@media (min-width: 1024.1px) {
  /* line 3171, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] .page-title-box {
    margin: -19px 0 0 0;
  }
}

/* line 3176, app/assets/stylesheets/application.scss */
.footer {
  bottom: 0;
  padding: 20px calc(var(--vz-grid-gutter-width) * .5);
  position: absolute;
  right: 0;
  color: var(--vz-footer-color);
  left: var(--vz-vertical-menu-width);
  height: 60px;
  background-color: var(--vz-footer-bg);
}

@media (max-width: 991.98px) {
  /* line 3188, app/assets/stylesheets/application.scss */
  .footer {
    left: 0;
  }
}

/* line 3193, app/assets/stylesheets/application.scss */
[data-layout=vertical]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .footer {
  left: var(--vz-vertical-menu-width-sm);
}

@media (max-width: 767.98px) {
  /* line 3198, app/assets/stylesheets/application.scss */
  [data-layout=vertical]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .footer {
    left: 0;
  }
}

/* line 3203, app/assets/stylesheets/application.scss */
[data-layout=vertical][data-sidebar-size=md] .footer {
  left: var(--vz-vertical-menu-width-md);
}

@media (max-width: 991.98px) {
  /* line 3208, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-sidebar-size=md] .footer {
    left: 0;
  }
}

/* line 3213, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .footer {
  left: 0 !important;
}

@media (min-width: 1024.1px) {
  /* line 3218, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-layout-style=detached] .footer {
    left: 0 !important;
    background-color: transparent;
  }
}

@media (min-width: 768.1px) {
  /* line 3225, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .footer {
    left: calc(70px + 220px);
  }
}

/* line 3230, app/assets/stylesheets/application.scss */
.app-content {
  margin-left: var(--vz-vertical-menu-width);
  overflow: hidden;
}

/* line 3235, app/assets/stylesheets/application.scss */
.app-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

/* line 3240, app/assets/stylesheets/application.scss */
.main-content {
  transition: all .1s ease-out;
}

@media (min-width: 768px) {
  /* line 3246, app/assets/stylesheets/application.scss */
  .main-content {
    margin-left: var(--vz-vertical-menu-width);
  }
}

/* line 3251, app/assets/stylesheets/application.scss */
.page-content {
  padding: calc(0px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * .5) 60px calc(var(--vz-grid-gutter-width) * .5);
}

/* line 3255, app/assets/stylesheets/application.scss */
.navbar-menu {
  width: var(--vz-vertical-menu-width);
  z-index: 1002;
  background: var(--vz-vertical-menu-bg);
  border-right: 1px solid var(--vz-vertical-menu-border);
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  box-shadow: var(--vz-vertical-menu-box-shadow);
  padding: 0 0 calc(70px + 25px) 0;
  transition: all .1s ease-out;
}

/* line 3271, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  padding: .625rem 1.5rem;
  color: var(--vz-vertical-menu-item-color);
  font-size: var(--vz-vertical-menu-item-font-size);
  font-family: var(--vz-vertical-menu-item-font-family);
}

/* line 3284, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 3288, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link:hover {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 3292, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link i {
  display: inline-block;
  min-width: 1.75rem;
  font-size: 18px;
  line-height: inherit;
}

/* line 3299, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link svg {
  width: 18px;
  margin-right: .665rem;
  color: var(--vz-vertical-menu-item-color);
}

/* line 3305, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link .badge {
  margin-left: auto;
  margin-right: -2px;
  z-index: 1;
}

/* line 3311, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link:hover {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 3315, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link:hover .icon-dual {
  color: var(--vz-vertical-menu-item-hover-color);
  fill: rgba(64, 81, 137, 0.16);
}

/* line 3320, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  display: block;
  content: "\f0142";
  font-family: "Material Design Icons";
  margin-left: auto;
  transition: transform .2s;
  font-size: 1.05rem;
  position: absolute;
  right: 18px;
  color: inherit;
}

/* line 3335, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 3339, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .icon-dual {
  color: var(--vz-vertical-menu-item-hover-color);
  fill: rgba(64, 81, 137, 0.16);
}

/* line 3344, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(90deg);
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 3350, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:before {
  opacity: 1;
  background-color: var(--vz-vertical-menu-item-active-color);
}

/* line 3355, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-link.collapsed.active::after {
  transform: rotate(90deg);
}

/* line 3360, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm {
  padding-left: 1.75rem;
}

/* line 3364, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link {
  padding: 0.55rem 1.5rem !important;
  color: var(--vz-vertical-menu-sub-item-color);
  white-space: none;
  position: relative;
  font-size: var(--vz-vertical-menu-sub-item-font-size);
  font-family: var(--vz-vertical-menu-sub-item-font-family);
}

/* line 3373, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:before {
  content: "";
  width: 6px;
  height: 1.5px;
  background-color: var(--vz-vertical-menu-sub-item-color);
  position: absolute;
  left: 2px;
  top: 16.5px;
  transition: all .4s ease-in-out;
  opacity: .5;
}

/* line 3386, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
  color: var(--vz-vertical-menu-sub-item-hover-color);
}

/* line 3390, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
  background-color: var(--vz-vertical-menu-sub-item-hover-color) !important;
  opacity: 1;
}

/* line 3395, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 3399, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before {
  background-color: var(--vz-vertical-menu-item-active-color);
}

/* line 3403, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-sm {
  padding-left: 15px;
}

/* line 3407, app/assets/stylesheets/application.scss */
.navbar-menu .navbar-nav .nav-sm .nav-sm .nav-link:before {
  height: 5px;
  width: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid;
  top: 16px;
}

/* line 3417, app/assets/stylesheets/application.scss */
.navbar-menu .btn-vertical-sm-hover {
  color: var(--vz-secondary-color);
  display: none;
}

/* line 3422, app/assets/stylesheets/application.scss */
.navbar-brand-box {
  padding: 0 1.3rem;
  text-align: center;
  transition: all .1s ease-out;
}

@media (max-width: 767.98px) {
  /* line 3430, app/assets/stylesheets/application.scss */
  .navbar-brand-box {
    display: none;
  }
}

/* line 3435, app/assets/stylesheets/application.scss */
.hamburger-icon {
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* line 3443, app/assets/stylesheets/application.scss */
.hamburger-icon span {
  background-color: var(--vz-header-item-sub-color);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  display: block;
  left: 0;
}

/* line 3455, app/assets/stylesheets/application.scss */
.hamburger-icon span:nth-child(1) {
  top: 0;
  width: 80%;
}

/* line 3460, app/assets/stylesheets/application.scss */
.hamburger-icon span:nth-child(2) {
  top: 6px;
}

/* line 3464, app/assets/stylesheets/application.scss */
.hamburger-icon span:nth-child(3) {
  bottom: 0;
  width: 60%;
}

/* line 3469, app/assets/stylesheets/application.scss */
.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(1) {
  top: -1px;
}

/* line 3473, app/assets/stylesheets/application.scss */
.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(3) {
  bottom: -1px;
}

/* line 3477, app/assets/stylesheets/application.scss */
.hamburger-icon.open {
  transform: rotate(-90deg);
}

/* line 3482, app/assets/stylesheets/application.scss */
.hamburger-icon.open span:nth-child(1) {
  left: 1px;
  top: 5px;
  width: 20px;
  transform: rotate(90deg);
  transition-delay: 150ms;
}

/* line 3492, app/assets/stylesheets/application.scss */
.hamburger-icon.open span:nth-child(2) {
  left: 3px;
  top: 13px;
  width: 10px;
  transform: rotate(45deg);
  transition-delay: 50ms;
}

/* line 3502, app/assets/stylesheets/application.scss */
.hamburger-icon.open span:nth-child(3) {
  left: 9px;
  top: 13px;
  width: 10px;
  transform: rotate(-45deg);
  transition-delay: .1s;
}

/* line 3512, app/assets/stylesheets/application.scss */
.logo {
  line-height: 70px;
}

/* line 3516, app/assets/stylesheets/application.scss */
.logo .logo-sm {
  display: none;
}

/* line 3520, app/assets/stylesheets/application.scss */
.logo-light {
  display: none;
}

/* line 3524, app/assets/stylesheets/application.scss */
.sidebar-user {
  display: none;
}

/* line 3528, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]) .app-menu .row {
  margin: 0;
}

/* line 3532, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]) .app-menu .row > * {
  width: 100%;
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 3538, app/assets/stylesheets/application.scss */
  :is([data-layout=vertical],[data-layout=semibox]) .app-menu {
    margin-left: -100%;
    padding: 10px 0 20px 0;
  }
}

/* line 3544, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]) .app-menu .sidebar-user {
  display: block;
  background-color: var(--vz-sidebar-user-bg);
}

/* line 3549, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]) .app-menu .sidebar-user .sidebar-user-name-text {
  color: var(--vz-sidebar-user-name-text);
}

/* line 3553, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]) .app-menu .sidebar-user .sidebar-user-name-sub-text {
  color: var(--vz-sidebar-user-name-sub-text);
}

/* line 3557, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]) .app-menu .sidebar-user .header-profile-user {
  height: 40px;
  width: 40px;
}

/* line 3562, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]) #page-topbar .topbar-user {
  display: none;
}

/* line 3566, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .app-menu .header-profile-user {
  height: 40px;
  width: 40px;
}

/* line 3571, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .app-menu .sidebar-user .btn {
  padding: 9px;
}

/* line 3575, app/assets/stylesheets/application.scss */
[data-sidebar-user-show]:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .app-menu .sidebar-user .text-start {
  display: none;
}

/* line 3579, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-fluid, :is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-sm, :is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-md, :is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-lg, :is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-xl, :is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .container-xxl {
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 3584, app/assets/stylesheets/application.scss */
  :is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box {
    display: none;
  }
}

/* line 3589, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]) .horizontal-logo {
  display: none;
}

/* line 3593, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
  margin-left: var(--vz-vertical-menu-width-sm);
}

@media (max-width: 767.98px) {
  /* line 3598, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
    margin-left: 0;
  }
}

/* line 3603, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .logo span.logo-lg {
  display: none;
}

/* line 3607, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .logo span.logo-sm {
  display: inline-block;
}

/* line 3611, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .btn-vertical-sm-hover {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 3616, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .topnav-hamburger {
    display: none;
  }
}

/* line 3621, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu {
  width: var(--vz-vertical-menu-width-sm);
}

/* line 3625, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .btn-vertical-sm-hover {
  display: none;
}

/* line 3629, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .btn-vertical-sm-hover i.ri-record-circle-line:before {
  content: "\eb7d";
}

/* line 3633, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .badge {
  display: none;
}

/* line 3637, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title {
  text-align: center;
}

/* line 3641, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title span {
  display: none;
}

/* line 3645, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title i {
  color: var(--vz-vertical-menu-item-color);
  display: block;
  line-height: 36px;
  font-size: 1rem;
}

/* line 3652, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link span {
  display: none;
}

/* line 3656, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i {
  font-size: 22px;
}

/* line 3660, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i.lab, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i.lar, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i.las {
  font-size: 24px;
}

/* line 3664, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link svg {
  margin-right: 0;
}

/* line 3668, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link:after, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link:before {
  display: none;
}

/* line 3672, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-dropdown {
  display: none;
}

/* line 3676, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover {
  width: var(--vz-vertical-menu-width) !important;
}

@media (min-width: 1024.99px) {
  /* line 3681, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .btn-vertical-sm-hover {
    display: inline-block;
  }
  /* line 3685, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .navbar-brand-box {
    text-align: left;
  }
}

/* line 3690, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .navbar-nav .menu-dropdown.show {
  display: block;
}

/* line 3694, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link i {
  font-size: 18px;
}

/* line 3698, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link i.lab, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link i.lar, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link i.las {
  font-size: 20px;
}

/* line 3702, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link svg {
  margin-right: .665rem;
}

/* line 3706, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link span, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link:after, [data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .nav-link:before {
  display: inline-block;
}

/* line 3710, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .logo span.logo-lg {
  display: inline-block;
}

/* line 3714, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .logo span.logo-sm {
  display: none;
}

/* line 3718, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .menu-title {
  text-align: left;
}

/* line 3722, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .menu-title span {
  display: inline-block;
}

/* line 3726, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu:hover .menu-title i {
  display: none;
}

@media (min-width: 1025px) {
  /* line 3731, app/assets/stylesheets/application.scss */
  :is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar-size=sm-hover],[data-sidebar-size=sm-hover-active]) .navbar-header {
    padding-left: var(--vz-grid-gutter-width);
  }
}

/* line 3736, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover-active]:is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box {
  text-align: left;
}

/* line 3740, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover-active]:is([data-layout=vertical],[data-layout=semibox]) .topnav-hamburger {
  display: none;
}

/* line 3744, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm-hover-active]:is([data-layout=vertical],[data-layout=semibox]) .btn-vertical-sm-hover {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 3749, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) {
    min-height: 1400px;
  }
  /* line 3753, app/assets/stylesheets/application.scss */
  [data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
    margin-left: var(--vz-vertical-menu-width-sm);
  }
}

/* line 3758, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) #page-topbar {
  z-index: calc(1002 + 1);
}

/* line 3762, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box {
  position: fixed;
  padding: 0;
  width: var(--vz-vertical-menu-width-sm);
  z-index: 1;
  top: 0;
  background-color: var(--vz-vertical-menu-bg);
}

/* line 3771, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .logo span.logo-lg {
  display: none;
}

/* line 3775, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .logo span.logo-sm {
  display: inline-block;
}

/* line 3779, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu {
  position: absolute;
  width: var(--vz-vertical-menu-width-sm) !important;
  padding-top: 70px;
}

/* line 3785, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .simplebar-content-wrapper, [data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .simplebar-mask {
  overflow: visible !important;
}

/* line 3789, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .simplebar-scrollbar, [data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .vertical-menu-btn {
  display: none !important;
}

/* line 3793, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .simplebar-offset {
  bottom: 0 !important;
}

/* line 3797, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .badge {
  display: none !important;
}

/* line 3801, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title {
  text-align: center;
  font-size: 1rem;
}

/* line 3806, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title span {
  display: none;
}

/* line 3810, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-title i {
  display: block;
  line-height: 36px;
}

/* line 3815, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link span {
  display: none;
}

/* line 3819, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i {
  font-size: 22px;
}

/* line 3823, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link svg {
  margin-right: 0;
}

/* line 3827, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link:after, [data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link:before {
  display: none;
}

/* line 3831, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .menu-dropdown {
  display: none;
  height: auto !important;
}

/* line 3836, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item {
  position: relative;
}

/* line 3840, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
  position: relative;
  width: calc(200px + var(--vz-vertical-menu-width-sm));
  transition: none;
  background: var(--vz-vertical-menu-bg);
}

/* line 3848, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link .icon-dual {
  fill: rgba(255, 255, 255, 0.16);
}

/* line 3852, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link span {
  display: inline-block;
  padding-left: 25px;
}

/* line 3857, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover > a.menu-link:after {
  display: block;
  transform: rotate(90deg);
  color: #fff;
}

/* line 3864, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover .nav-link span {
  display: inline-block;
}

/* line 3868, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
  display: block;
  left: var(--vz-vertical-menu-width-sm);
  position: absolute;
  width: 200px;
  background: var(--vz-vertical-menu-bg);
  height: auto !important;
  padding: .5rem 0;
  border-radius: 0 0 3px 3px;
  box-shadow: var(--vz-vertical-menu-dropdown-box-shadow);
}

/* line 3881, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm {
  padding: 0;
}

/* line 3885, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link {
  color: var(--vz-vertical-menu-item-hover-color);
}

/* line 3889, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link:after {
  color: inherit;
}

/* line 3893, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm .nav-link:after {
  display: block !important;
  transform: rotate(0) !important;
}

/* line 3899, app/assets/stylesheets/application.scss */
[data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm .menu-dropdown {
  left: 100% !important;
  top: 0;
  border-radius: 3px !important;
}

@media (min-width: 768px) {
  /* line 3906, app/assets/stylesheets/application.scss */
  [data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
    margin-left: var(--vz-vertical-menu-width-md);
  }
}

/* line 3911, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box {
  width: var(--vz-vertical-menu-width-md);
}

/* line 3915, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu {
  width: var(--vz-vertical-menu-width-md) !important;
}

/* line 3919, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link {
  display: block;
  text-align: center;
  padding: .55rem .525rem;
}

/* line 3925, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link i {
  display: block;
}

/* line 3929, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 3935, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link:before {
  display: none !important;
}

/* line 3939, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  position: relative;
  display: inline-block;
  right: 0;
  top: 3px;
}

/* line 3946, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-link.menu-link[data-bs-toggle=collapse]:after {
  display: none;
}

/* line 3950, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .badge {
  display: none !important;
}

/* line 3954, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-nav .nav-sm {
  padding-left: 0;
}

/* line 3958, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .menu-title {
  text-align: center;
}

/* line 3962, app/assets/stylesheets/application.scss */
[data-sidebar-size=md]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .menu-title span {
  text-decoration: underline;
}

/* line 3966, app/assets/stylesheets/application.scss */
[data-sidebar=dark]:is([data-layout=vertical],[data-layout=semibox]) .logo-dark {
  display: none;
}

/* line 3970, app/assets/stylesheets/application.scss */
[data-sidebar=dark]:is([data-layout=vertical],[data-layout=semibox]) .logo-light {
  display: inline-block;
}

/* line 3974, app/assets/stylesheets/application.scss */
[data-sidebar=light]:is([data-layout=vertical],[data-layout=semibox]) .logo-dark {
  display: inline-block;
}

/* line 3978, app/assets/stylesheets/application.scss */
[data-sidebar=light]:is([data-layout=vertical],[data-layout=semibox]) .logo-light {
  display: none;
}

/* line 3982, app/assets/stylesheets/application.scss */
[data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) #layout-wrapper, [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
  min-height: 100vh;
}

@media (min-width: 1024.1px) {
  /* line 3987, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
    position: relative;
  }
  /* line 3991, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) #layout-wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding-left: var(--vz-grid-gutter-width);
  }
  /* line 3997, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .navbar-header {
    padding-left: var(--vz-grid-gutter-width);
  }
  /* line 4001, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu {
    top: calc(70px + var(--vz-grid-gutter-width));
    bottom: var(--vz-grid-gutter-width);
    padding: 0;
    border-right: var(--vz-vertical-menu-bg);
    border-radius: 5px;
    padding: 10px 0;
    z-index: 1;
  }
  /* line 4011, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .navbar-menu .navbar-brand-box {
    display: none;
  }
  /* line 4015, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-dark {
    display: inline-block;
  }
  /* line 4019, app/assets/stylesheets/application.scss */
  [data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-light {
    display: none;
  }
}

/* line 4024, app/assets/stylesheets/application.scss */
[data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .footer {
  border-top: 1px dashed var(--vz-border-color);
}

/* line 4028, app/assets/stylesheets/application.scss */
[data-layout-style=detached]:is([data-layout=vertical],[data-layout=semibox]) .auth-page-wrapper .footer {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 4033, app/assets/stylesheets/application.scss */
  [data-layout-style=detached][data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) #layout-wrapper, [data-layout-style=detached][data-sidebar-size=sm]:is([data-layout=vertical],[data-layout=semibox]) .main-content {
    min-height: 1400px;
  }
}

/* line 4038, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-dark {
  display: none;
}

/* line 4042, app/assets/stylesheets/application.scss */
:is([data-layout=vertical],[data-layout=semibox]):is([data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-light {
  display: inline-block;
}

@media (min-width: 1024.1px) {
  /* line 4047, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-bs-theme=dark][data-layout-style=detached]:is([data-sidebar=light],[data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-dark {
    display: none;
  }
  /* line 4051, app/assets/stylesheets/application.scss */
  [data-layout=vertical][data-bs-theme=dark][data-layout-style=detached]:is([data-sidebar=light],[data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-light {
    display: inline-block;
  }
}

/* line 4056, app/assets/stylesheets/application.scss */
.menu-title {
  letter-spacing: .05em;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--vz-vertical-menu-title-color);
  font-weight: var(--vz-font-weight-semibold);
}

/* line 4065, app/assets/stylesheets/application.scss */
.menu-title span {
  padding: 12px 20px;
  display: inline-block;
}

/* line 4070, app/assets/stylesheets/application.scss */
.menu-title i {
  display: none;
}

/* line 4074, app/assets/stylesheets/application.scss */
.vertical-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.35);
  z-index: 1003;
  display: none;
}

/* line 4085, app/assets/stylesheets/application.scss */
.vertical-sidebar-enable .vertical-overlay {
  display: block;
}

/* line 4089, app/assets/stylesheets/application.scss */
.vertical-sidebar-enable .app-menu {
  margin-left: 0 !important;
  z-index: 1004;
}

/* line 4094, app/assets/stylesheets/application.scss */
[dir=rtl] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(180deg);
}

/* line 4099, app/assets/stylesheets/application.scss */
[dir=rtl] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(270deg);
}

/* line 4104, app/assets/stylesheets/application.scss */
.bg-vertical-gradient {
  background: linear-gradient(to right, var(--vz-primary), var(--vz-success));
}

/* line 4109, app/assets/stylesheets/application.scss */
.bg-vertical-gradient-2 {
  background: linear-gradient(to right, var(--vz-info), var(--vz-secondary));
}

/* line 4114, app/assets/stylesheets/application.scss */
.bg-vertical-gradient-3 {
  background: linear-gradient(to right, var(--vz-info), var(--vz-success));
}

/* line 4119, app/assets/stylesheets/application.scss */
.bg-vertical-gradient-4 {
  background: linear-gradient(to right, #1a1d21, var(--vz-primary));
}

/* line 4124, app/assets/stylesheets/application.scss */
.sidebar-background {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  opacity: .07;
}

/* line 4137, app/assets/stylesheets/application.scss */
[data-sidebar-image=img-1] .sidebar-background {
  background-image: url(/../images/sidebar/img-1.jpg);
}

/* line 4141, app/assets/stylesheets/application.scss */
[data-sidebar-image=img-2] .sidebar-background {
  background-image: url(/../images/sidebar/img-2.jpg);
}

/* line 4145, app/assets/stylesheets/application.scss */
[data-sidebar-image=img-3] .sidebar-background {
  background-image: url(/../images/sidebar/img-3.jpg);
}

/* line 4149, app/assets/stylesheets/application.scss */
[data-sidebar-image=img-4] .sidebar-background {
  background-image: url(/../images/sidebar/img-4.jpg);
}

/* line 4153, app/assets/stylesheets/application.scss */
[data-layout=semibox] .page-title-box {
  padding: 10px 0;
  background-color: transparent;
  box-shadow: none;
  margin: -15px 0 1.5rem 0;
}

@media (min-width: 768px) {
  /* line 4162, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] .main-content, [data-layout=semibox][data-sidebar-size=sm] .main-content {
    margin-left: var(--vz-vertical-menu-width-sm);
  }
  /* line 4166, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] #page-topbar, [data-layout=semibox][data-sidebar-size=sm] #page-topbar {
    left: var(--vz-vertical-menu-width-sm);
  }
  /* line 4170, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] .footer, [data-layout=semibox][data-sidebar-size=sm] .footer {
    left: var(--vz-vertical-menu-width-sm);
  }
  /* line 4174, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=md] #page-topbar {
    left: var(--vz-vertical-menu-width-md);
  }
  /* line 4178, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=md] .footer {
    left: var(--vz-vertical-menu-width-md);
  }
}

@media (min-width: 1440px) {
  /* line 4184, app/assets/stylesheets/application.scss */
  [data-layout=semibox] .page-content {
    padding: calc(70px + var(--vz-grid-gutter-width) * 2) calc(var(--vz-grid-gutter-width) * .5) 60px calc(var(--vz-grid-gutter-width) * .5);
  }
  /* line 4188, app/assets/stylesheets/application.scss */
  [data-layout=semibox] .navbar-menu {
    margin: 25px;
    border-radius: var(--vz-border-radius);
  }
  /* line 4193, app/assets/stylesheets/application.scss */
  [data-layout=semibox] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width) + 25px);
    padding: 0 var(--vz-semibox-width);
  }
  /* line 4198, app/assets/stylesheets/application.scss */
  [data-layout=semibox] .footer {
    left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
    right: calc(var(--vz-semibox-width) + var(--vz-grid-gutter-width));
  }
  /* line 4203, app/assets/stylesheets/application.scss */
  [data-layout=semibox] #page-topbar {
    left: calc(var(--vz-vertical-menu-width) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
    right: calc(var(--vz-semibox-width) + var(--vz-grid-gutter-width));
    top: 25px;
    border-radius: .25rem;
    transition: all .5s ease;
    border: 1px solid var(--vz-header-border);
  }
  /* line 4213, app/assets/stylesheets/application.scss */
  [data-layout=semibox] #page-topbar.topbar-shadow {
    top: 0;
  }
  /* line 4217, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=md] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-md) + 25px);
  }
  /* line 4221, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=md] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
  /* line 4225, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=md] .footer {
    left: calc(var(--vz-vertical-menu-width-md) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
  /* line 4229, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px);
  }
  /* line 4233, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm] .navbar-brand-box {
    top: 25px;
  }
  /* line 4237, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
  /* line 4241, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm] .footer {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
  /* line 4245, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] .main-content {
    margin-left: calc(var(--vz-vertical-menu-width-sm) + 25px);
  }
  /* line 4249, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] #page-topbar {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
  /* line 4253, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-size=sm-hover] .footer {
    left: calc(var(--vz-vertical-menu-width-sm) + var(--vz-semibox-width) + var(--vz-grid-gutter-width) + 25px);
  }
}

/* line 4258, app/assets/stylesheets/application.scss */
[data-layout=semibox] .mx-n4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 4263, app/assets/stylesheets/application.scss */
[data-layout=semibox] .mx-n4.p-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1440px) {
  /* line 4269, app/assets/stylesheets/application.scss */
  [data-theme=vintage]:is([data-layout=vertical],[data-layout=twocolumn],[data-layout=horizontal]) .page-content {
    padding: calc(70px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * 5) 60px calc(var(--vz-grid-gutter-width) * 5);
  }
}

/* line 4274, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .main-content {
  margin-left: 0;
}

@media (min-width: 1024.1px) {
  /* line 4279, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .container-fluid, [data-layout=horizontal] .container-sm, [data-layout=horizontal] .container-md, [data-layout=horizontal] .container-lg, [data-layout=horizontal] .container-xl, [data-layout=horizontal] .container-xxl, [data-layout=horizontal] .layout-width {
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 4284, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .topnav-hamburger {
    visibility: hidden;
  }
}

/* line 4289, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .horizontal-logo {
  padding-left: calc(var(--vz-grid-gutter-width) * .5);
}

@media (max-width: 1024.98px) {
  /* line 4294, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .horizontal-logo {
    padding-left: var(--vz-grid-gutter-width);
  }
}

/* line 4299, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu {
  background: var(--vz-topnav-bg);
  border-right-color: transparent;
  padding: 0 calc(var(--vz-grid-gutter-width) * .5);
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  margin-top: 70px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  bottom: auto;
}

@media (max-width: 575.98px) {
  /* line 4315, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .navbar-menu .container-fluid, [data-layout=horizontal] .navbar-menu .container-sm, [data-layout=horizontal] .navbar-menu .container-md, [data-layout=horizontal] .navbar-menu .container-lg, [data-layout=horizontal] .navbar-menu .container-xl, [data-layout=horizontal] .navbar-menu .container-xxl {
    padding: 0;
  }
}

/* line 4320, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav {
  flex-direction: row;
}

/* line 4327, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-sm {
  padding-left: 0;
}

/* line 4331, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-sm .nav-link:before {
  opacity: 0 !important;
}

/* line 4335, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-sm .nav-link.active, [data-layout=horizontal] .navbar-menu .navbar-nav .nav-sm .nav-link:hover {
  color: var(--vz-topnav-item-active-color);
}

/* line 4339, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link {
  color: var(--vz-topnav-item-color);
  padding: .75rem 1.5rem;
}

/* line 4344, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link i {
  line-height: 1;
}

/* line 4348, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active {
  color: var(--vz-topnav-item-active-color);
}

/* line 4352, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active:after {
  color: var(--vz-topnav-item-active-color);
}

/* line 4356, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 4361, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: var(--vz-topnav-item-active-color);
}

/* line 4365, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 4370, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
  color: var(--vz-topnav-item-active-color);
}

/* line 4374, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link:hover .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 4379, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav > .nav-item > .nav-link[data-bs-toggle=collapse]:after {
  right: 0;
  transform: rotate(90deg) !important;
}

/* line 4385, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
  padding-left: 0;
}

/* line 4389, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-menu .navbar-brand-box {
  display: none;
}

/* line 4393, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item {
  position: relative;
}

/* line 4397, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  right: 10px;
  transform: rotate(0) !important;
}

/* line 4403, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item > .nav-link > .badge {
  display: none;
}

/* line 4407, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item:hover > .nav-link {
  color: var(--vz-topnav-item-active-color);
}

/* line 4411, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item:hover > .nav-link .icon-dual {
  color: var(--vz-topnav-item-active-color);
  fill: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 4416, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item:hover > .nav-link:after {
  color: var(--vz-topnav-item-active-color);
}

@media (min-width: 1024.1px) {
  /* line 4421, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .navbar-nav .nav-item:hover > .menu-dropdown {
    display: block;
    height: auto !important;
  }
}

/* line 4427, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .navbar-nav .nav-item.active {
  color: var(--vz-topnav-item-active-color);
}

/* line 4431, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .menu-dropdown {
  position: absolute;
  min-width: 12rem;
  padding: .5rem 0;
  box-shadow: 0 0 5px rgba(15, 34, 58, 0.15);
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  margin: 0;
  z-index: 1000;
  background-color: var(--vz-topnav-bg);
  background-clip: padding-box;
  border: 0 solid var(--vz-border-color);
  border-radius: var(--vz-border-radius-lg);
  display: none;
}

/* line 4452, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .menu-dropdown .menu-dropdown {
  top: 0;
  left: 100%;
}

/* line 4457, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .mega-dropdown-menu {
  width: 40rem;
}

/* line 4461, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .menu-title {
  display: none;
}

/* line 4465, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .dropdown-custom-right {
  left: -100% !important;
  right: 100%;
}

@media (max-width: 1024px) {
  /* line 4471, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .navbar-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 4477, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .navbar-menu {
    display: block;
    max-height: 360px;
    overflow-y: auto;
    padding-left: 0;
  }
  /* line 4484, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .navbar-menu .navbar-nav {
    flex-direction: column;
  }
  /* line 4491, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
    padding-left: 1.5rem;
  }
  /* line 4495, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .navbar-menu .navbar-nav .nav-sm .nav-link:before {
    opacity: 1 !important;
  }
  /* line 4499, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .menu-dropdown {
    position: relative;
    min-width: 100%;
    box-shadow: none;
    padding-left: 28px;
    left: 0;
    animation: none;
    padding-top: 0;
  }
  /* line 4511, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .menu-dropdown.show {
    display: block;
  }
  /* line 4515, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .dropdown-custom-right {
    left: 0 !important;
  }
  /* line 4519, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .nav-item .nav-link[data-bs-toggle=collapse]:after {
    right: 0;
  }
  /* line 4523, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .menu .mega-dropdown-menu {
    width: 100%;
  }
}

/* line 4528, app/assets/stylesheets/application.scss */
[dir=rtl][data-layout=horizontal] .navbar-menu .navbar-nav > .nav-item > .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(-90deg) !important;
}

/* line 4533, app/assets/stylesheets/application.scss */
[dir=rtl][data-layout=horizontal] .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  transform: rotate(-180deg) !important;
}

/* line 4538, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu {
  padding-bottom: 0;
  width: 220px;
  left: 70px;
}

/* line 4544, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .menu-link {
  letter-spacing: .05em;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: var(--vz-font-weight-semibold);
}

/* line 4552, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .menu-link:after {
  display: none !important;
}

/* line 4556, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .menu-link i {
  display: none;
}

/* line 4560, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav {
  height: calc(100vh - 70px);
}

@media (max-width: 767.98px) {
  /* line 4565, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .app-menu .navbar-nav {
    padding-top: 16px;
  }
}

/* line 4570, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav > li:not(.twocolumn-item-show) {
  display: none;
}

/* line 4574, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav .twocolumn-item-show > div {
  display: block !important;
  height: auto !important;
}

/* line 4579, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav > .nav-item > .menu-dropdown {
  display: block !important;
  height: auto !important;
}

/* line 4584, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav .nav-item .menu-dropdown .row {
  margin: 0;
}

/* line 4588, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .navbar-nav .nav-item .menu-dropdown .row .col-lg-4 {
  width: 100%;
  padding: 0;
}

/* line 4593, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .app-menu .container-fluid, [data-layout=twocolumn] .app-menu .container-sm, [data-layout=twocolumn] .app-menu .container-md, [data-layout=twocolumn] .app-menu .container-lg, [data-layout=twocolumn] .app-menu .container-xl, [data-layout=twocolumn] .app-menu .container-xxl {
  padding: 0;
}

/* line 4597, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .main-content {
  margin-left: calc(220px + 70px);
}

@media (max-width: 767.98px) {
  /* line 4602, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .main-content {
    margin-left: 70px;
  }
}

/* line 4607, app/assets/stylesheets/application.scss */
[data-layout=twocolumn]:is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .app-menu .navbar-brand-box .logo-light {
  display: block;
}

/* line 4611, app/assets/stylesheets/application.scss */
[data-layout=twocolumn]:is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .app-menu .navbar-brand-box .logo-dark {
  display: none;
}

/* line 4615, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview {
  width: 70px;
  background-color: var(--vz-twocolumn-menu-iconview-bg);
  height: 100%;
  left: -70px;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  top: 0;
  position: absolute;
  padding: 0;
  text-align: center;
}

/* line 4628, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview li {
  position: relative;
}

/* line 4632, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview li .nav-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4641, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview .nav-icon {
  width: 42px;
  height: 42px;
  color: var(--vz-vertical-menu-item-color);
  line-height: 42px;
  z-index: 1;
  font-size: 22px;
  text-align: center;
  border-radius: 3px;
  margin: 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 4662, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview .nav-icon .icon-dual {
  width: 18px;
  color: var(--vz-vertical-menu-item-color);
  fill: var(--vz-vertical-menu-item-bg);
}

/* line 4668, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview .nav-icon.active {
  background-color: var(--vz-vertical-menu-item-active-bg);
  color: var(--vz-vertical-menu-item-active-color);
}

/* line 4673, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-iconview .nav-icon.active .icon-dual {
  color: var(--vz-vertical-menu-item-active-color);
  fill: var(--vz-vertical-menu-item-active-bg);
}

/* line 4678, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .menu-title {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 4683, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .logo span.logo-lg {
    display: block;
  }
  /* line 4687, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .logo span.logo-sm {
    display: none;
  }
}

/* line 4692, app/assets/stylesheets/application.scss */
[data-layout=twocolumn][data-sidebar=light] .app-menu .navbar-brand-box .logo-light {
  display: none;
}

/* line 4696, app/assets/stylesheets/application.scss */
[data-layout=twocolumn][data-sidebar=light] .app-menu .navbar-brand-box .logo-dark {
  display: block;
}

/* line 4700, app/assets/stylesheets/application.scss */
[data-layout=twocolumn][data-sidebar=dark] .app-menu .navbar-brand-box .logo-light {
  display: block;
}

/* line 4704, app/assets/stylesheets/application.scss */
[data-layout=twocolumn][data-sidebar=dark] .app-menu .navbar-brand-box .logo-dark {
  display: none;
}

/* line 4708, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-panel .app-menu {
  width: 0;
  border-right: 0;
}

@media (max-width: 575.98px) {
  /* line 4714, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .twocolumn-panel .app-menu {
    display: none;
  }
}

/* line 4719, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-panel .navbar-brand-box, [data-layout=twocolumn] .twocolumn-panel .navbar-nav {
  display: none;
}

/* line 4723, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-panel .main-content {
  margin-left: 70px;
}

/* line 4727, app/assets/stylesheets/application.scss */
[data-layout=twocolumn] .twocolumn-panel #page-topbar, [data-layout=twocolumn] .twocolumn-panel .footer {
  left: 70px;
}

@media (max-width: 575.98px) {
  /* line 4732, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .twocolumn-panel .main-content {
    margin-left: 0;
  }
  /* line 4736, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .twocolumn-panel #page-topbar, [data-layout=twocolumn] .twocolumn-panel .footer {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 4742, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] #page-topbar, [data-layout=twocolumn] .footer {
    left: 70px;
  }
}

@media (max-width: 575.98px) {
  /* line 4748, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .main-content {
    margin-left: 0;
  }
  /* line 4752, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] #page-topbar, [data-layout=twocolumn] .footer {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 4758, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .app-menu {
    left: 0;
    margin-left: 100%;
  }
  /* line 4763, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] .main-content {
    margin-left: 0 !important;
  }
  /* line 4767, app/assets/stylesheets/application.scss */
  [data-layout=twocolumn] #page-topbar, [data-layout=twocolumn] .footer {
    left: 0 !important;
  }
}

/* line 4772, app/assets/stylesheets/application.scss */
[data-layout-width=boxed] body {
  background-color: var(--vz-boxed-body-bg);
}

/* line 4776, app/assets/stylesheets/application.scss */
[data-layout-width=boxed] #layout-wrapper {
  max-width: var(--vz-boxed-layout-width);
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  background-color: var(--vz-body-bg);
}

/* line 4784, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-layout=vertical] #layout-wrapper {
  min-height: 100vh;
}

/* line 4788, app/assets/stylesheets/application.scss */
[data-layout-width=boxed] #page-topbar, [data-layout-width=boxed] .footer {
  max-width: var(--vz-boxed-layout-width);
  margin: 0 auto;
  left: 0 !important;
}

@media (min-width: 768px) {
  /* line 4795, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-sidebar-size=sm-hover][data-layout=vertical] #layout-wrapper, [data-layout-width=boxed][data-sidebar-size=sm][data-layout=vertical] #layout-wrapper {
    min-height: 1400px;
  }
}

@media (max-width: 767.98px) {
  /* line 4801, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-sidebar-size=sm-hover][data-layout=vertical] .main-content, [data-layout-width=boxed][data-sidebar-size=sm][data-layout=vertical] .main-content {
    margin-left: 0;
  }
}

/* line 4806, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-sidebar-size=sm-hover] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm-hover] .footer, [data-layout-width=boxed][data-sidebar-size=sm] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm] .footer {
  left: 0 !important;
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width-sm));
}

@media (min-width: 768px) {
  /* line 4812, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-sidebar-size=sm-hover] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm-hover] .footer, [data-layout-width=boxed][data-sidebar-size=sm] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm] .footer {
    left: var(--vz-vertical-menu-width-sm) !important;
  }
}

/* line 4817, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-sidebar-size=lg] #page-topbar, [data-layout-width=boxed][data-sidebar-size=lg] .footer, [data-layout-width=boxed][data-sidebar-size=sm-hover-active] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm-hover-active] .footer {
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width));
}

@media (min-width: 768px) {
  /* line 4822, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-sidebar-size=lg] #page-topbar, [data-layout-width=boxed][data-sidebar-size=lg] .footer, [data-layout-width=boxed][data-sidebar-size=sm-hover-active] #page-topbar, [data-layout-width=boxed][data-sidebar-size=sm-hover-active] .footer {
    left: var(--vz-vertical-menu-width) !important;
  }
}

/* line 4827, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-sidebar-size=md] #page-topbar, [data-layout-width=boxed][data-sidebar-size=md] .footer {
  max-width: calc(var(--vz-boxed-layout-width) - var(--vz-vertical-menu-width-md));
}

@media (min-width: 768px) {
  /* line 4832, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-sidebar-size=md] #page-topbar, [data-layout-width=boxed][data-sidebar-size=md] .footer {
    left: var(--vz-vertical-menu-width-md) !important;
  }
}

/* line 4837, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-layout=vertical][data-layout-style=detached] body {
  background-color: var(--vz-body-bg);
}

@media (min-width: 1024.1px) {
  /* line 4842, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached] #layout-wrapper {
    max-width: 1300px;
    box-shadow: none;
  }
  /* line 4848, app/assets/stylesheets/application.scss */
  [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached] .layout-width {
    max-width: 1300px;
  }
}

/* line 4853, app/assets/stylesheets/application.scss */
[data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=lg] #page-topbar, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=lg] .footer, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=md] #page-topbar, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=md] .footer, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=sm-hover] #page-topbar, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=sm-hover] .footer, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=sm] #page-topbar, [data-layout-width=boxed][data-layout=vertical][data-layout-style=detached][data-sidebar-size=sm] .footer {
  max-width: 100%;
  left: 0 !important;
}

/* line 4858, app/assets/stylesheets/application.scss */
[data-layout=horizontal][data-layout-width=boxed] #layout-wrapper, [data-layout=horizontal][data-layout-width=boxed] #page-topbar, [data-layout=horizontal][data-layout-width=boxed] .footer {
  max-width: 100%;
}

/* line 4862, app/assets/stylesheets/application.scss */
[data-layout=horizontal][data-layout-width=boxed] .container-fluid, [data-layout=horizontal][data-layout-width=boxed] .container-sm, [data-layout=horizontal][data-layout-width=boxed] .container-md, [data-layout=horizontal][data-layout-width=boxed] .container-lg, [data-layout=horizontal][data-layout-width=boxed] .container-xl, [data-layout=horizontal][data-layout-width=boxed] .container-xxl, [data-layout=horizontal][data-layout-width=boxed] .navbar-header {
  max-width: var(--vz-boxed-layout-width);
}

/* line 4866, app/assets/stylesheets/application.scss */
[data-layout=horizontal][data-layout-width=boxed] .navbar-header {
  padding: 0 calc(var(--vz-grid-gutter-width) * .5) 0 0;
}

/* line 4870, app/assets/stylesheets/application.scss */
[data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=lg] #page-topbar, [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=lg] .footer, [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm-hover] #page-topbar, [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm-hover] .footer, [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm] [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm-hover-active] #page-topbar, [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm] [data-layout=horizontal][data-layout-width=boxed][data-sidebar-size=sm-hover-active] .footer {
  left: 0 !important;
}

@media (min-width: 992px) {
  /* line 4875, app/assets/stylesheets/application.scss */
  [data-layout-position=scrollable] #page-topbar, [data-layout-position=scrollable] .navbar-menu {
    position: absolute;
  }
}

@media (min-width: 992px) {
  /* line 4881, app/assets/stylesheets/application.scss */
  [data-layout-position=scrollable][data-layout=horizontal] #page-topbar, [data-layout-position=scrollable][data-layout=horizontal] .topnav {
    position: absolute;
  }
}

@media (min-width: 768px) {
  /* line 4887, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .navbar-menu {
    display: none;
  }
  /* line 4891, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .horizontal-logo {
    display: inline-block;
    width: auto;
  }
  /* line 4896, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .footer {
    left: 0;
  }
  /* line 4900, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] #page-topbar {
    left: 0;
  }
  /* line 4904, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .main-content {
    margin-left: 0;
  }
  /* line 4908, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .navbar-brand-box, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .navbar-brand-box {
    position: static;
    padding: 0 1.3rem;
  }
  /* line 4913, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .logo span.logo-lg, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .logo span.logo-lg {
    display: inline-block;
  }
  /* line 4917, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .logo span.logo-sm, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .logo span.logo-sm {
    display: none;
  }
}

/* line 4922, app/assets/stylesheets/application.scss */
[data-layout=semibox][data-sidebar-visibility=hidden]:is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-dark {
  display: none;
}

/* line 4926, app/assets/stylesheets/application.scss */
[data-layout=semibox][data-sidebar-visibility=hidden]:is([data-sidebar=dark],[data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) .logo-light {
  display: inline-block;
}

@media (min-width: 1440px) {
  /* line 4931, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .navbar-menu {
    display: none;
  }
  /* line 4935, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .horizontal-logo {
    display: inline-block;
    width: auto;
  }
  /* line 4940, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .footer {
    left: calc(var(--vz-semibox-width) + var(--vz-grid-gutter-width));
  }
  /* line 4944, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] #page-topbar {
    left: calc(var(--vz-semibox-width) + var(--vz-grid-gutter-width));
  }
  /* line 4948, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden] .main-content {
    margin-left: 0;
  }
  /* line 4952, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .navbar-brand-box, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .navbar-brand-box {
    position: static;
    padding: 0 1.3rem;
  }
  /* line 4957, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .logo span.logo-lg, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .logo span.logo-lg {
    display: inline-block;
  }
  /* line 4961, app/assets/stylesheets/application.scss */
  [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm-hover] .logo span.logo-sm, [data-layout=semibox][data-sidebar-visibility=hidden][data-sidebar-size=sm] .logo span.logo-sm {
    display: none;
  }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 4973, app/assets/stylesheets/application.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 4985, app/assets/stylesheets/application.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all .5s ease-out;
  transition-property: transform,opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

/* line 5007, app/assets/stylesheets/application.scss */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 5012, app/assets/stylesheets/application.scss */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 5016, app/assets/stylesheets/application.scss */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 5020, app/assets/stylesheets/application.scss */
.waves-notransition {
  transition: none !important;
}

/* line 5025, app/assets/stylesheets/application.scss */
.waves-button, .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

/* line 5031, app/assets/stylesheets/application.scss */
.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/* line 5046, app/assets/stylesheets/application.scss */
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

/* line 5051, app/assets/stylesheets/application.scss */
.waves-button-input {
  margin: 0;
  padding: .85em 1.1em;
}

/* line 5056, app/assets/stylesheets/application.scss */
.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}

/* line 5061, app/assets/stylesheets/application.scss */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 5065, app/assets/stylesheets/application.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 5072, app/assets/stylesheets/application.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

/* line 5080, app/assets/stylesheets/application.scss */
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all .3s;
}

/* line 5088, app/assets/stylesheets/application.scss */
.waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 5093, app/assets/stylesheets/application.scss */
.waves-block {
  display: block;
}

/* line 5097, app/assets/stylesheets/application.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 5101, app/assets/stylesheets/application.scss */
.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(64, 81, 137, 0.4);
}

/* line 5105, app/assets/stylesheets/application.scss */
.waves-effect.waves-success .waves-ripple {
  background-color: rgba(10, 179, 156, 0.4);
}

/* line 5109, app/assets/stylesheets/application.scss */
.waves-effect.waves-info .waves-ripple {
  background-color: rgba(41, 156, 219, 0.4);
}

/* line 5113, app/assets/stylesheets/application.scss */
.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(247, 184, 75, 0.4);
}

/* line 5117, app/assets/stylesheets/application.scss */
.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(240, 101, 72, 0.4);
}

/* line 5121, app/assets/stylesheets/application.scss */
.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 5126, app/assets/stylesheets/application.scss */
.avatar-xs {
  height: 2rem;
  width: 2rem;
}

/* line 5131, app/assets/stylesheets/application.scss */
.avatar-sm {
  height: 3rem;
  width: 3rem;
}

/* line 5136, app/assets/stylesheets/application.scss */
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

/* line 5141, app/assets/stylesheets/application.scss */
.avatar-lg {
  height: 6rem;
  width: 6rem;
}

/* line 5146, app/assets/stylesheets/application.scss */
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

/* line 5151, app/assets/stylesheets/application.scss */
.avatar-title {
  align-items: center;
  background-color: var(--vz-primary);
  color: #fff;
  display: flex;
  font-weight: var(--vz-font-weight-medium);
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 5168, app/assets/stylesheets/application.scss */
.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

/* line 5177, app/assets/stylesheets/application.scss */
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid var(--vz-secondary-bg);
  border-radius: 50%;
  transition: all .2s;
}

/* line 5185, app/assets/stylesheets/application.scss */
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
  z-index: 1;
}

/* line 5192, app/assets/stylesheets/application.scss */
.accordion .accordion-button {
  font-weight: var(--vz-font-weight-medium);
}

/* line 5196, app/assets/stylesheets/application.scss */
.accordion .accordion-body {
  color: var(--vz-secondary-color);
}

/* line 5200, app/assets/stylesheets/application.scss */
.accordion.accordion-icon-none .accordion-button::after {
  content: "";
  background-image: none !important;
}

/* line 5205, app/assets/stylesheets/application.scss */
.accordion.accordion-icon-none .accordion-button:not(.collapsed)::after {
  content: "";
}

/* line 5209, app/assets/stylesheets/application.scss */
.custom-accordionwithicon .accordion-button::after {
  background-image: none !important;
  font-family: "Material Design Icons";
  content: "\f0142";
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: .8;
}

/* line 5218, app/assets/stylesheets/application.scss */
.custom-accordionwithicon .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\f0140";
  margin-right: -3px;
}

/* line 5224, app/assets/stylesheets/application.scss */
.custom-accordionwithicon-plus .accordion-button::after {
  background-image: none !important;
  font-family: "Material Design Icons";
  content: "\f0415";
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: .8;
}

/* line 5233, app/assets/stylesheets/application.scss */
.custom-accordionwithicon-plus .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "\f0374";
  margin-right: -3px;
}

/* line 5239, app/assets/stylesheets/application.scss */
.lefticon-accordion .accordion-button {
  padding-left: 2.75rem;
}

/* line 5243, app/assets/stylesheets/application.scss */
.lefticon-accordion .accordion-button::after {
  position: absolute;
  left: 1.25rem;
  top: 14px;
}

/* line 5249, app/assets/stylesheets/application.scss */
.lefticon-accordion .accordion-button:not(.collapsed)::after {
  top: 20px;
}

/* line 5253, app/assets/stylesheets/application.scss */
.accordion-border-box .accordion-item {
  border-top: var(--vz-border-width) solid var(--vz-border-color);
  border-radius: var(--vz-border-radius);
}

/* line 5258, app/assets/stylesheets/application.scss */
.accordion-border-box .accordion-item:not(:first-of-type) {
  margin-top: 8px;
}

/* line 5262, app/assets/stylesheets/application.scss */
.accordion-border-box .accordion-item .accordion-button {
  border-radius: var(--vz-border-radius);
}

/* line 5266, app/assets/stylesheets/application.scss */
.accordion-border-box .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5271, app/assets/stylesheets/application.scss */
.custom-accordion-border .accordion-item {
  border-left: 3px solid var(--vz-border-color);
}

/* line 5275, app/assets/stylesheets/application.scss */
.accordion-primary .accordion-item {
  border-color: rgba(var(--vz-primary-rgb), 0.6);
}

/* line 5279, app/assets/stylesheets/application.scss */
.accordion-primary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5284, app/assets/stylesheets/application.scss */
.accordion-primary .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-primary);
  background-color: rgba(var(--vz-primary-rgb), 0.1) !important;
}

/* line 5289, app/assets/stylesheets/application.scss */
.accordion-primary .accordion-item .accordion-button::after {
  color: var(--vz-primary);
}

/* line 5293, app/assets/stylesheets/application.scss */
.accordion-fill-primary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5298, app/assets/stylesheets/application.scss */
.accordion-fill-primary .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-primary) !important;
}

/* line 5303, app/assets/stylesheets/application.scss */
.accordion-secondary .accordion-item {
  border-color: rgba(var(--vz-secondary-rgb), 0.6);
}

/* line 5307, app/assets/stylesheets/application.scss */
.accordion-secondary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5312, app/assets/stylesheets/application.scss */
.accordion-secondary .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-secondary);
  background-color: rgba(var(--vz-secondary-rgb), 0.1) !important;
}

/* line 5317, app/assets/stylesheets/application.scss */
.accordion-secondary .accordion-item .accordion-button::after {
  color: var(--vz-secondary);
}

/* line 5321, app/assets/stylesheets/application.scss */
.accordion-fill-secondary .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5326, app/assets/stylesheets/application.scss */
.accordion-fill-secondary .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-secondary) !important;
}

/* line 5331, app/assets/stylesheets/application.scss */
.accordion-success .accordion-item {
  border-color: rgba(var(--vz-success-rgb), 0.6);
}

/* line 5335, app/assets/stylesheets/application.scss */
.accordion-success .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5340, app/assets/stylesheets/application.scss */
.accordion-success .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-success);
  background-color: rgba(var(--vz-success-rgb), 0.1) !important;
}

/* line 5345, app/assets/stylesheets/application.scss */
.accordion-success .accordion-item .accordion-button::after {
  color: var(--vz-success);
}

/* line 5349, app/assets/stylesheets/application.scss */
.accordion-fill-success .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5354, app/assets/stylesheets/application.scss */
.accordion-fill-success .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-success) !important;
}

/* line 5359, app/assets/stylesheets/application.scss */
.accordion-info .accordion-item {
  border-color: rgba(var(--vz-info-rgb), 0.6);
}

/* line 5363, app/assets/stylesheets/application.scss */
.accordion-info .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5368, app/assets/stylesheets/application.scss */
.accordion-info .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-info);
  background-color: rgba(var(--vz-info-rgb), 0.1) !important;
}

/* line 5373, app/assets/stylesheets/application.scss */
.accordion-info .accordion-item .accordion-button::after {
  color: var(--vz-info);
}

/* line 5377, app/assets/stylesheets/application.scss */
.accordion-fill-info .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5382, app/assets/stylesheets/application.scss */
.accordion-fill-info .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-info) !important;
}

/* line 5387, app/assets/stylesheets/application.scss */
.accordion-warning .accordion-item {
  border-color: rgba(var(--vz-warning-rgb), 0.6);
}

/* line 5391, app/assets/stylesheets/application.scss */
.accordion-warning .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5396, app/assets/stylesheets/application.scss */
.accordion-warning .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-warning);
  background-color: rgba(var(--vz-warning-rgb), 0.1) !important;
}

/* line 5401, app/assets/stylesheets/application.scss */
.accordion-warning .accordion-item .accordion-button::after {
  color: var(--vz-warning);
}

/* line 5405, app/assets/stylesheets/application.scss */
.accordion-fill-warning .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5410, app/assets/stylesheets/application.scss */
.accordion-fill-warning .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-warning) !important;
}

/* line 5415, app/assets/stylesheets/application.scss */
.accordion-danger .accordion-item {
  border-color: rgba(var(--vz-danger-rgb), 0.6);
}

/* line 5419, app/assets/stylesheets/application.scss */
.accordion-danger .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5424, app/assets/stylesheets/application.scss */
.accordion-danger .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-danger);
  background-color: rgba(var(--vz-danger-rgb), 0.1) !important;
}

/* line 5429, app/assets/stylesheets/application.scss */
.accordion-danger .accordion-item .accordion-button::after {
  color: var(--vz-danger);
}

/* line 5433, app/assets/stylesheets/application.scss */
.accordion-fill-danger .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5438, app/assets/stylesheets/application.scss */
.accordion-fill-danger .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-danger) !important;
}

/* line 5443, app/assets/stylesheets/application.scss */
.accordion-light .accordion-item {
  border-color: rgba(var(--vz-light-rgb), 0.6);
}

/* line 5447, app/assets/stylesheets/application.scss */
.accordion-light .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5452, app/assets/stylesheets/application.scss */
.accordion-light .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-light);
  background-color: rgba(var(--vz-light-rgb), 0.1) !important;
}

/* line 5457, app/assets/stylesheets/application.scss */
.accordion-light .accordion-item .accordion-button::after {
  color: var(--vz-light);
}

/* line 5461, app/assets/stylesheets/application.scss */
.accordion-fill-light .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5466, app/assets/stylesheets/application.scss */
.accordion-fill-light .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-light) !important;
}

/* line 5471, app/assets/stylesheets/application.scss */
.accordion-dark .accordion-item {
  border-color: rgba(var(--vz-dark-rgb), 0.6);
}

/* line 5475, app/assets/stylesheets/application.scss */
.accordion-dark .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5480, app/assets/stylesheets/application.scss */
.accordion-dark .accordion-item .accordion-button:not(.collapsed) {
  color: var(--vz-dark);
  background-color: rgba(var(--vz-dark-rgb), 0.1) !important;
}

/* line 5485, app/assets/stylesheets/application.scss */
.accordion-dark .accordion-item .accordion-button::after {
  color: var(--vz-dark);
}

/* line 5489, app/assets/stylesheets/application.scss */
.accordion-fill-dark .accordion-item .accordion-button {
  box-shadow: none;
}

/* line 5494, app/assets/stylesheets/application.scss */
.accordion-fill-dark .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--vz-dark) !important;
}

/* line 5499, app/assets/stylesheets/application.scss */
[dir=rtl] .custom-accordionwithicon .accordion-button::after {
  transform: rotate(180deg);
}

/* line 5504, app/assets/stylesheets/application.scss */
.border-double {
  border-style: double !important;
}

/* line 5508, app/assets/stylesheets/application.scss */
.border-top-double {
  border-top-style: double !important;
}

/* line 5512, app/assets/stylesheets/application.scss */
.border-bottom-double {
  border-bottom-style: double !important;
}

/* line 5516, app/assets/stylesheets/application.scss */
.border-end-double {
  border-right-style: double !important;
}

/* line 5520, app/assets/stylesheets/application.scss */
.border-start-double {
  border-left-style: double !important;
}

/* line 5524, app/assets/stylesheets/application.scss */
.list-group-flush.border-double {
  border: none !important;
}

/* line 5528, app/assets/stylesheets/application.scss */
.list-group-flush.border-double .list-group-item {
  border-style: double !important;
}

/* line 5532, app/assets/stylesheets/application.scss */
.border-dashed {
  border-style: dashed !important;
}

/* line 5536, app/assets/stylesheets/application.scss */
.border-top-dashed {
  border-top-style: dashed !important;
}

/* line 5540, app/assets/stylesheets/application.scss */
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

/* line 5544, app/assets/stylesheets/application.scss */
.border-end-dashed {
  border-right-style: dashed !important;
}

/* line 5548, app/assets/stylesheets/application.scss */
.border-start-dashed {
  border-left-style: dashed !important;
}

/* line 5552, app/assets/stylesheets/application.scss */
.list-group-flush.border-dashed {
  border: none !important;
}

/* line 5556, app/assets/stylesheets/application.scss */
.list-group-flush.border-dashed .list-group-item {
  border-style: dashed !important;
}

/* line 5560, app/assets/stylesheets/application.scss */
.border-groove {
  border-style: groove !important;
}

/* line 5564, app/assets/stylesheets/application.scss */
.border-top-groove {
  border-top-style: groove !important;
}

/* line 5568, app/assets/stylesheets/application.scss */
.border-bottom-groove {
  border-bottom-style: groove !important;
}

/* line 5572, app/assets/stylesheets/application.scss */
.border-end-groove {
  border-right-style: groove !important;
}

/* line 5576, app/assets/stylesheets/application.scss */
.border-start-groove {
  border-left-style: groove !important;
}

/* line 5580, app/assets/stylesheets/application.scss */
.list-group-flush.border-groove {
  border: none !important;
}

/* line 5584, app/assets/stylesheets/application.scss */
.list-group-flush.border-groove .list-group-item {
  border-style: groove !important;
}

/* line 5588, app/assets/stylesheets/application.scss */
.border-outset {
  border-style: outset !important;
}

/* line 5592, app/assets/stylesheets/application.scss */
.border-top-outset {
  border-top-style: outset !important;
}

/* line 5596, app/assets/stylesheets/application.scss */
.border-bottom-outset {
  border-bottom-style: outset !important;
}

/* line 5600, app/assets/stylesheets/application.scss */
.border-end-outset {
  border-right-style: outset !important;
}

/* line 5604, app/assets/stylesheets/application.scss */
.border-start-outset {
  border-left-style: outset !important;
}

/* line 5608, app/assets/stylesheets/application.scss */
.list-group-flush.border-outset {
  border: none !important;
}

/* line 5612, app/assets/stylesheets/application.scss */
.list-group-flush.border-outset .list-group-item {
  border-style: outset !important;
}

/* line 5616, app/assets/stylesheets/application.scss */
.border-ridge {
  border-style: ridge !important;
}

/* line 5620, app/assets/stylesheets/application.scss */
.border-top-ridge {
  border-top-style: ridge !important;
}

/* line 5624, app/assets/stylesheets/application.scss */
.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

/* line 5628, app/assets/stylesheets/application.scss */
.border-end-ridge {
  border-right-style: ridge !important;
}

/* line 5632, app/assets/stylesheets/application.scss */
.border-start-ridge {
  border-left-style: ridge !important;
}

/* line 5636, app/assets/stylesheets/application.scss */
.list-group-flush.border-ridge {
  border: none !important;
}

/* line 5640, app/assets/stylesheets/application.scss */
.list-group-flush.border-ridge .list-group-item {
  border-style: ridge !important;
}

/* line 5644, app/assets/stylesheets/application.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 5648, app/assets/stylesheets/application.scss */
.border-top-dotted {
  border-top-style: dotted !important;
}

/* line 5652, app/assets/stylesheets/application.scss */
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

/* line 5656, app/assets/stylesheets/application.scss */
.border-end-dotted {
  border-right-style: dotted !important;
}

/* line 5660, app/assets/stylesheets/application.scss */
.border-start-dotted {
  border-left-style: dotted !important;
}

/* line 5664, app/assets/stylesheets/application.scss */
.list-group-flush.border-dotted {
  border: none !important;
}

/* line 5668, app/assets/stylesheets/application.scss */
.list-group-flush.border-dotted .list-group-item {
  border-style: dotted !important;
}

/* line 5672, app/assets/stylesheets/application.scss */
.border-inset {
  border-style: inset !important;
}

/* line 5676, app/assets/stylesheets/application.scss */
.border-top-inset {
  border-top-style: inset !important;
}

/* line 5680, app/assets/stylesheets/application.scss */
.border-bottom-inset {
  border-bottom-style: inset !important;
}

/* line 5684, app/assets/stylesheets/application.scss */
.border-end-inset {
  border-right-style: inset !important;
}

/* line 5688, app/assets/stylesheets/application.scss */
.border-start-inset {
  border-left-style: inset !important;
}

/* line 5692, app/assets/stylesheets/application.scss */
.list-group-flush.border-inset {
  border: none !important;
}

/* line 5696, app/assets/stylesheets/application.scss */
.list-group-flush.border-inset .list-group-item {
  border-style: inset !important;
}

/* line 5700, app/assets/stylesheets/application.scss */
.ff-base {
  font-family: var(--vz-font-family-primary);
}

/* line 5704, app/assets/stylesheets/application.scss */
.ff-secondary {
  font-family: var(--vz-font-family-secondary);
}

/* line 5708, app/assets/stylesheets/application.scss */
.bg-pattern {
  background: url(/../images/modal-bg.png) var(--vz-secondary-bg);
}

/* line 5712, app/assets/stylesheets/application.scss */
.w-xs {
  min-width: 80px;
}

/* line 5716, app/assets/stylesheets/application.scss */
.w-sm {
  min-width: 95px;
}

/* line 5720, app/assets/stylesheets/application.scss */
.w-md {
  min-width: 110px;
}

/* line 5724, app/assets/stylesheets/application.scss */
.w-lg {
  min-width: 140px;
}

/* line 5728, app/assets/stylesheets/application.scss */
.w-xl {
  min-width: 160px;
}

/* line 5732, app/assets/stylesheets/application.scss */
.icon-xs {
  height: 16px;
  width: 16px;
}

/* line 5737, app/assets/stylesheets/application.scss */
.icon-sm {
  height: 18px;
  width: 18px;
}

/* line 5742, app/assets/stylesheets/application.scss */
.icon-md {
  height: 22px;
  width: 22px;
}

/* line 5747, app/assets/stylesheets/application.scss */
.icon-lg {
  height: 24px;
  width: 24px;
}

/* line 5752, app/assets/stylesheets/application.scss */
.icon-xl {
  height: 28px;
  width: 28px;
}

/* line 5757, app/assets/stylesheets/application.scss */
.icon-xxl {
  height: 32px;
  width: 32px;
}

/* line 5762, app/assets/stylesheets/application.scss */
.icon-dual {
  color: #adb5bd;
  fill: rgba(173, 181, 189, 0.16);
}

/* line 5767, app/assets/stylesheets/application.scss */
.icon-dual-primary {
  color: var(--vz-primary);
  fill: rgba(var(--vz-primary-rgb), 0.16);
}

/* line 5772, app/assets/stylesheets/application.scss */
.icon-dual-secondary {
  color: var(--vz-secondary);
  fill: rgba(var(--vz-secondary-rgb), 0.16);
}

/* line 5777, app/assets/stylesheets/application.scss */
.icon-dual-success {
  color: var(--vz-success);
  fill: rgba(var(--vz-success-rgb), 0.16);
}

/* line 5782, app/assets/stylesheets/application.scss */
.icon-dual-info {
  color: var(--vz-info);
  fill: rgba(var(--vz-info-rgb), 0.16);
}

/* line 5787, app/assets/stylesheets/application.scss */
.icon-dual-warning {
  color: var(--vz-warning);
  fill: rgba(var(--vz-warning-rgb), 0.16);
}

/* line 5792, app/assets/stylesheets/application.scss */
.icon-dual-danger {
  color: var(--vz-danger);
  fill: rgba(var(--vz-danger-rgb), 0.16);
}

/* line 5797, app/assets/stylesheets/application.scss */
.icon-dual-light {
  color: var(--vz-light);
  fill: rgba(var(--vz-light-rgb), 0.16);
}

/* line 5802, app/assets/stylesheets/application.scss */
.icon-dual-dark {
  color: var(--vz-dark);
  fill: rgba(var(--vz-dark-rgb), 0.16);
}

/* line 5807, app/assets/stylesheets/application.scss */
.search-box {
  position: relative;
}

/* line 5811, app/assets/stylesheets/application.scss */
.search-box .form-control {
  padding-left: 40px;
}

/* line 5815, app/assets/stylesheets/application.scss */
.search-box .search-icon {
  font-size: 14px;
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--vz-secondary-color);
}

/* line 5830, app/assets/stylesheets/application.scss */
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #000;
}

/* line 5842, app/assets/stylesheets/application.scss */
.customizer-setting {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}

/* line 5849, app/assets/stylesheets/application.scss */
code {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

/* line 5855, app/assets/stylesheets/application.scss */
.layout-rightside {
  width: 280px;
  margin-right: calc(var(--vz-grid-gutter-width) * -.9);
  margin-top: calc(1px - var(--vz-grid-gutter-width) * 1.1);
  height: calc(100% + var(--vz-grid-gutter-width) * 1.1);
}

@media (max-width: 1699.98px) {
  /* line 5863, app/assets/stylesheets/application.scss */
  .layout-rightside-col {
    display: none;
    position: fixed !important;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1004;
  }
  /* line 5873, app/assets/stylesheets/application.scss */
  .layout-rightside-col .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(33, 37, 41, 0.2);
  }
  /* line 5882, app/assets/stylesheets/application.scss */
  .layout-rightside-col .layout-rightside {
    margin-top: 0;
    height: 100%;
    margin-left: auto;
  }
  /* line 5888, app/assets/stylesheets/application.scss */
  .layout-rightside-col .card-body {
    overflow-y: auto;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1700px) {
  /* line 5895, app/assets/stylesheets/application.scss */
  :is([data-layout=horizontal],[data-layout-style=detached]) .layout-rightside {
    margin-top: calc(28px - var(--vz-grid-gutter-width));
    margin-right: 0;
    height: calc(100% - var(--vz-grid-gutter-width) * .5);
  }
}

/* line 5902, app/assets/stylesheets/application.scss */
[data-layout=semibox] .layout-rightside {
  margin-right: 0;
}

/* line 5906, app/assets/stylesheets/application.scss */
.text-truncate-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* line 5915, app/assets/stylesheets/application.scss */
.favourite-btn {
  border-color: transparent;
}

/* line 5919, app/assets/stylesheets/application.scss */
.favourite-btn .ri-star-fill {
  color: var(--vz-secondary-color);
}

/* line 5923, app/assets/stylesheets/application.scss */
.favourite-btn.active {
  border-color: transparent;
}

/* line 5927, app/assets/stylesheets/application.scss */
.favourite-btn.active .ri-star-fill {
  color: var(--vz-warning);
}

/* line 5931, app/assets/stylesheets/application.scss */
.favourite-btn.active .ri-star-fill:before {
  content: "\f186";
}

/* line 5935, app/assets/stylesheets/application.scss */
.card-logo-light {
  display: var(--vz-card-logo-light);
}

/* line 5939, app/assets/stylesheets/application.scss */
.card-logo-dark {
  display: var(--vz-card-logo-dark);
}

/* line 5943, app/assets/stylesheets/application.scss */
#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 28px;
  transition: all .5s ease;
  display: none;
  z-index: 1000;
}

/* line 5953, app/assets/stylesheets/application.scss */
#back-to-top:hover {
  animation: fade-up 1.5s infinite linear;
}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

/* line 5986, app/assets/stylesheets/application.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--vz-secondary-bg);
  z-index: 9999;
}

/* line 5996, app/assets/stylesheets/application.scss */
[data-preloader=disable] #preloader {
  opacity: 0;
  visibility: hidden;
}

/* line 6001, app/assets/stylesheets/application.scss */
#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

/* line 6010, app/assets/stylesheets/application.scss */
:is([type=tel],[type=url],[type=email],[type=number])::-webkit-input-placeholder {
  text-align: left;
}

/* line 6014, app/assets/stylesheets/application.scss */
:is([type=tel],[type=url],[type=email],[type=number])::-moz-placeholder {
  text-align: left;
}

/* line 6018, app/assets/stylesheets/application.scss */
:is([type=tel],[type=url],[type=email],[type=number]):-ms-input-placeholder {
  text-align: left;
}

/* line 6022, app/assets/stylesheets/application.scss */
:is([type=tel],[type=url],[type=email],[type=number])::-ms-input-placeholder {
  text-align: left;
}

/* line 6026, app/assets/stylesheets/application.scss */
:is([type=tel],[type=url],[type=email],[type=number])::-moz-placeholder {
  text-align: left;
}
:is([type=tel],[type=url],[type=email],[type=number])::placeholder {
  text-align: left;
}

/* line 6030, app/assets/stylesheets/application.scss */
.main-chart .chart-border-left {
  border-left: 1.4px solid var(--vz-border-color);
  padding: 2px 20px;
}

/* line 6035, app/assets/stylesheets/application.scss */
.main-chart .chart-border-left:last-child {
  margin-right: 0;
}

/* line 6039, app/assets/stylesheets/application.scss */
.activity-feed {
  list-style: none;
}

/* line 6043, app/assets/stylesheets/application.scss */
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 27px;
  padding-left: 16px;
  border-left: 2px solid var(--vz-border-color);
}

/* line 6050, app/assets/stylesheets/application.scss */
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--vz-primary);
  background-color: var(--vz-secondary-bg);
}

/* line 6063, app/assets/stylesheets/application.scss */
.activity-feed .feed-item:last-child {
  border-color: transparent;
}

/* line 6067, app/assets/stylesheets/application.scss */
.mini-stats-wid {
  position: relative;
}

/* line 6071, app/assets/stylesheets/application.scss */
.mini-stats-wid .mini-stat-icon {
  overflow: hidden;
  position: relative;
}

/* line 6076, app/assets/stylesheets/application.scss */
.mini-stats-wid .mini-stat-icon:after, .mini-stats-wid .mini-stat-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 69px;
  background-color: rgba(var(--vz-success-rgb), 0.1);
  left: 3px;
  transform: rotate(32deg);
  top: -8px;
  transition: all .4s;
}

/* line 6090, app/assets/stylesheets/application.scss */
.mini-stats-wid .mini-stat-icon::after {
  left: 27px;
  width: 8px;
  transition: all .2s;
}

/* line 6097, app/assets/stylesheets/application.scss */
.mini-stats-wid:hover .mini-stat-icon::after {
  left: 60px;
}

/* line 6101, app/assets/stylesheets/application.scss */
.mini-stats-wid:hover .mini-stat-icon::before {
  left: 50px;
}

/* line 6105, app/assets/stylesheets/application.scss */
.card-wrapper .jp-card .jp-card-back, .card-wrapper .jp-card .jp-card-front {
  background-color: var(--vz-success);
}

/* line 6109, app/assets/stylesheets/application.scss */
.notification-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--vz-secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

/* line 6129, app/assets/stylesheets/application.scss */
.clothes-size li input[type=radio] {
  display: none;
}

/* line 6133, app/assets/stylesheets/application.scss */
.clothes-size li label {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid var(--vz-border-color);
  text-transform: none;
  letter-spacing: 0;
  color: var(--vz-primary);
}

/* line 6143, app/assets/stylesheets/application.scss */
.clothes-size li input[type=radio]:checked + label {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
  color: #fff;
}

/* line 6149, app/assets/stylesheets/application.scss */
.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 6159, app/assets/stylesheets/application.scss */
[dir=rtl] .modal-open {
  padding-left: 0 !important;
}

/* line 6163, app/assets/stylesheets/application.scss */
.icon-demo-content {
  color: var(--vz-gray-500);
}

/* line 6167, app/assets/stylesheets/application.scss */
.icon-demo-content i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--vz-gray-600);
  transition: all .4s;
  vertical-align: middle;
}

/* line 6176, app/assets/stylesheets/application.scss */
.icon-demo-content svg {
  margin-right: 10px;
  transition: all .4s;
  height: 20px;
}

/* line 6183, app/assets/stylesheets/application.scss */
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}

/* line 6187, app/assets/stylesheets/application.scss */
.icon-demo-content .col-lg-4:hover i, .icon-demo-content .col-lg-4:hover svg {
  color: var(--vz-primary);
  transform: scale(1.5);
}

/* line 6193, app/assets/stylesheets/application.scss */
.img-switch .card-radio .form-check-input {
  display: none;
}

/* line 6197, app/assets/stylesheets/application.scss */
.img-switch .card-radio .form-check-input:checked + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--vz-primary-rgb), 0.5);
}

/* line 6207, app/assets/stylesheets/application.scss */
.img-switch .card-radio .form-check-input:checked + .form-check-label::after {
  content: "\eb80";
  font-family: remixicon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  color: #fff;
}

/* line 6219, app/assets/stylesheets/application.scss */
.active[data-bs-target="#collapseBgGradient"] {
  border-color: var(--vz-primary-rgb) !important;
}

/* line 6223, app/assets/stylesheets/application.scss */
.active[data-bs-target="#collapseBgGradient"]::before {
  content: "\eb80";
  font-family: remixicon;
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 16px;
  color: var(--vz-primary-rgb);
}

@media print {
  /* line 6234, app/assets/stylesheets/application.scss */
  #back-to-top, .app-menu, .footer, .navbar-header, .page-title-box, .right-bar, .vertical-menu {
    display: none !important;
  }
  /* line 6238, app/assets/stylesheets/application.scss */
  .card-body, .main-content, .page-content, .right-bar, body {
    padding: 0;
    margin: 0;
  }
  /* line 6243, app/assets/stylesheets/application.scss */
  .card {
    border: 0;
    box-shadow: none !important;
  }
  /* line 6249, app/assets/stylesheets/application.scss */
  .invoice-details .d-sm-flex {
    display: flex !important;
  }
  /* line 6255, app/assets/stylesheets/application.scss */
  .address.col-sm-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 100% !important;
  }
}

/* line 6264, app/assets/stylesheets/application.scss */
.ribbon-box {
  position: relative;
}

/* line 6268, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon {
  padding: 5px 12px;
  box-shadow: 2px 5px 10px rgba(var(--vz-dark-rgb), 0.15);
  color: #fff;
  font-size: var(--vz-font-base);
  font-weight: var(--vz-font-weight-semibold);
  position: absolute;
  left: -1px;
  top: 5px;
}

/* line 6280, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon.round-shape {
  border-radius: 0 30px 30px 0;
}

/* line 6284, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon.ribbon-shape {
  display: inline-block;
}

/* line 6288, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon.ribbon-shape::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  border: 14px solid transparent;
}

/* line 6296, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon.ribbon-shape::after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 0;
  border: 14px solid transparent;
}

/* line 6304, app/assets/stylesheets/application.scss */
.ribbon-box.ribbon-circle .ribbon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  top: 20px;
}

/* line 6322, app/assets/stylesheets/application.scss */
.ribbon-box.ribbon-fill {
  overflow: hidden;
}

/* line 6326, app/assets/stylesheets/application.scss */
.ribbon-box.ribbon-fill .ribbon {
  transform: rotate(-45deg);
  width: 93px;
  height: 52px;
  left: -36px;
  top: -16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 6344, app/assets/stylesheets/application.scss */
.ribbon-box.ribbon-fill.ribbon-sm .ribbon {
  padding: 2px 12px;
  width: 78px;
  height: 42px;
  font-size: 12px;
  box-shadow: none;
}

/* line 6353, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon {
  position: absolute;
  left: auto;
  right: 0;
}

/* line 6359, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon.round-shape {
  border-radius: 30px 0 0 30px;
}

/* line 6363, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon.ribbon-shape {
  text-align: right;
}

/* line 6367, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon.ribbon-shape::after, .ribbon-box.right .ribbon.ribbon-shape::before {
  right: auto;
  left: -17px;
  border-left-color: transparent;
}

/* line 6373, app/assets/stylesheets/application.scss */
.ribbon-box.right.ribbon-circle .ribbon {
  left: auto;
  right: 20px;
}

/* line 6378, app/assets/stylesheets/application.scss */
.ribbon-box.right .icon-ribbon {
  right: 24px;
  left: auto;
}

/* line 6383, app/assets/stylesheets/application.scss */
.ribbon-box.right.ribbon-fill .ribbon {
  transform: rotate(45deg);
  right: -38px;
  left: auto;
}

/* line 6390, app/assets/stylesheets/application.scss */
.ribbon-box.right.ribbon-box .ribbon-two {
  left: auto;
  right: -5px;
}

/* line 6395, app/assets/stylesheets/application.scss */
.ribbon-box.right.ribbon-box .ribbon-two span {
  left: auto;
  right: -21px;
  transform: rotate(45deg);
}

/* line 6402, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-content {
  clear: both;
}

/* line 6406, app/assets/stylesheets/application.scss */
.ribbon-box .icon-ribbon {
  box-shadow: none;
  left: 24px;
  top: -12px;
  font-size: 40px;
  padding: 0;
}

/* line 6415, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 6426, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: var(--vz-font-weight-semibold);
}

/* line 6443, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 6453, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 6463, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-three {
  position: absolute;
  top: -6.1px;
  right: 10px;
  left: auto;
}

/* line 6470, app/assets/stylesheets/application.scss */
.ribbon-three {
  position: absolute;
  top: -6.1px;
  left: 10px;
}

/* line 6476, app/assets/stylesheets/application.scss */
.ribbon-three span {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}

/* line 6488, app/assets/stylesheets/application.scss */
.ribbon-three span::after, .ribbon-three span::before {
  position: absolute;
  content: "";
}

/* line 6493, app/assets/stylesheets/application.scss */
.ribbon-three span::before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
}

/* line 6500, app/assets/stylesheets/application.scss */
.ribbon-three span::after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
}

/* line 6508, app/assets/stylesheets/application.scss */
.ribbon-three::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-top: 10px solid;
}

/* line 6518, app/assets/stylesheets/application.scss */
.ribbon-box .trending-ribbon {
  transform: translateX(-50px);
  transition: all .5s ease;
}

/* line 6525, app/assets/stylesheets/application.scss */
.ribbon-box .trending-ribbon .trending-ribbon-text {
  transition: all .5s ease;
  opacity: 0;
}

/* line 6531, app/assets/stylesheets/application.scss */
.ribbon-box:hover .trending-ribbon {
  transform: translateX(0);
}

/* line 6536, app/assets/stylesheets/application.scss */
.ribbon-box:hover .trending-ribbon .trending-ribbon-text {
  opacity: 1;
}

/* line 6540, app/assets/stylesheets/application.scss */
.ribbon-box.right .trending-ribbon {
  transform: translateX(50px);
  transition: all .5s ease;
}

/* line 6547, app/assets/stylesheets/application.scss */
.ribbon-box.right .trending-ribbon .trending-ribbon-text {
  transition: all .5s ease;
  opacity: 0;
}

/* line 6553, app/assets/stylesheets/application.scss */
.ribbon-box.right:hover .trending-ribbon {
  transform: translateX(0);
}

/* line 6558, app/assets/stylesheets/application.scss */
.ribbon-box.right:hover .trending-ribbon .trending-ribbon-text {
  opacity: 1;
}

/* line 6562, app/assets/stylesheets/application.scss */
.ribbon-three-primary span {
  background: var(--vz-primary);
}

/* line 6566, app/assets/stylesheets/application.scss */
.ribbon-three-primary span:before {
  background: var(--vz-primary);
}

/* line 6570, app/assets/stylesheets/application.scss */
.ribbon-three-primary span:after {
  background: var(--vz-primary-text-emphasis);
}

/* line 6574, app/assets/stylesheets/application.scss */
.ribbon-three-primary::after {
  border-top-color: var(--vz-primary);
}

/* line 6578, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-primary {
  background: var(--vz-primary);
}

/* line 6582, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-primary:before {
  border-color: var(--vz-primary-text-emphasis) transparent transparent;
}

/* line 6586, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-primary.ribbon-shape::before {
  border-left-color: var(--vz-primary);
  border-top-color: var(--vz-primary);
}

/* line 6591, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-primary.ribbon-shape::after {
  border-left-color: var(--vz-primary);
  border-bottom-color: var(--vz-primary);
}

/* line 6596, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-primary {
  background: var(--vz-primary);
}

/* line 6600, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-primary.ribbon-shape::before {
  border-right-color: var(--vz-primary);
  border-top-color: var(--vz-primary);
}

/* line 6605, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-primary.ribbon-shape::after {
  border-right-color: var(--vz-primary);
  border-bottom-color: var(--vz-primary);
}

/* line 6610, app/assets/stylesheets/application.scss */
.ribbon-two-primary span {
  background: var(--vz-primary);
}

/* line 6614, app/assets/stylesheets/application.scss */
.ribbon-two-primary span:before {
  border-left: 3px solid var(--vz-primary-text-emphasis);
  border-top: 3px solid var(--vz-primary-text-emphasis);
}

/* line 6619, app/assets/stylesheets/application.scss */
.ribbon-two-primary span:after {
  border-right: 3px solid var(--vz-primary-text-emphasis);
  border-top: 3px solid var(--vz-primary-text-emphasis);
}

/* line 6624, app/assets/stylesheets/application.scss */
.ribbon-three-secondary span {
  background: var(--vz-secondary);
}

/* line 6628, app/assets/stylesheets/application.scss */
.ribbon-three-secondary span:before {
  background: var(--vz-secondary);
}

/* line 6632, app/assets/stylesheets/application.scss */
.ribbon-three-secondary span:after {
  background: var(--vz-secondary-text-emphasis);
}

/* line 6636, app/assets/stylesheets/application.scss */
.ribbon-three-secondary::after {
  border-top-color: var(--vz-secondary);
}

/* line 6640, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-secondary {
  background: var(--vz-secondary);
}

/* line 6644, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-secondary:before {
  border-color: var(--vz-secondary-text-emphasis) transparent transparent;
}

/* line 6648, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-secondary.ribbon-shape::before {
  border-left-color: var(--vz-secondary);
  border-top-color: var(--vz-secondary);
}

/* line 6653, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-secondary.ribbon-shape::after {
  border-left-color: var(--vz-secondary);
  border-bottom-color: var(--vz-secondary);
}

/* line 6658, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-secondary {
  background: var(--vz-secondary);
}

/* line 6662, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-secondary.ribbon-shape::before {
  border-right-color: var(--vz-secondary);
  border-top-color: var(--vz-secondary);
}

/* line 6667, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-secondary.ribbon-shape::after {
  border-right-color: var(--vz-secondary);
  border-bottom-color: var(--vz-secondary);
}

/* line 6672, app/assets/stylesheets/application.scss */
.ribbon-two-secondary span {
  background: var(--vz-secondary);
}

/* line 6676, app/assets/stylesheets/application.scss */
.ribbon-two-secondary span:before {
  border-left: 3px solid var(--vz-secondary-text-emphasis);
  border-top: 3px solid var(--vz-secondary-text-emphasis);
}

/* line 6681, app/assets/stylesheets/application.scss */
.ribbon-two-secondary span:after {
  border-right: 3px solid var(--vz-secondary-text-emphasis);
  border-top: 3px solid var(--vz-secondary-text-emphasis);
}

/* line 6686, app/assets/stylesheets/application.scss */
.ribbon-three-success span {
  background: var(--vz-success);
}

/* line 6690, app/assets/stylesheets/application.scss */
.ribbon-three-success span:before {
  background: var(--vz-success);
}

/* line 6694, app/assets/stylesheets/application.scss */
.ribbon-three-success span:after {
  background: var(--vz-success-text-emphasis);
}

/* line 6698, app/assets/stylesheets/application.scss */
.ribbon-three-success::after {
  border-top-color: var(--vz-success);
}

/* line 6702, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-success {
  background: var(--vz-success);
}

/* line 6706, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-success:before {
  border-color: var(--vz-success-text-emphasis) transparent transparent;
}

/* line 6710, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-success.ribbon-shape::before {
  border-left-color: var(--vz-success);
  border-top-color: var(--vz-success);
}

/* line 6715, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-success.ribbon-shape::after {
  border-left-color: var(--vz-success);
  border-bottom-color: var(--vz-success);
}

/* line 6720, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-success {
  background: var(--vz-success);
}

/* line 6724, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-success.ribbon-shape::before {
  border-right-color: var(--vz-success);
  border-top-color: var(--vz-success);
}

/* line 6729, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-success.ribbon-shape::after {
  border-right-color: var(--vz-success);
  border-bottom-color: var(--vz-success);
}

/* line 6734, app/assets/stylesheets/application.scss */
.ribbon-two-success span {
  background: var(--vz-success);
}

/* line 6738, app/assets/stylesheets/application.scss */
.ribbon-two-success span:before {
  border-left: 3px solid var(--vz-success-text-emphasis);
  border-top: 3px solid var(--vz-success-text-emphasis);
}

/* line 6743, app/assets/stylesheets/application.scss */
.ribbon-two-success span:after {
  border-right: 3px solid var(--vz-success-text-emphasis);
  border-top: 3px solid var(--vz-success-text-emphasis);
}

/* line 6748, app/assets/stylesheets/application.scss */
.ribbon-three-info span {
  background: var(--vz-info);
}

/* line 6752, app/assets/stylesheets/application.scss */
.ribbon-three-info span:before {
  background: var(--vz-info);
}

/* line 6756, app/assets/stylesheets/application.scss */
.ribbon-three-info span:after {
  background: var(--vz-info-text-emphasis);
}

/* line 6760, app/assets/stylesheets/application.scss */
.ribbon-three-info::after {
  border-top-color: var(--vz-info);
}

/* line 6764, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-info {
  background: var(--vz-info);
}

/* line 6768, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-info:before {
  border-color: var(--vz-info-text-emphasis) transparent transparent;
}

/* line 6772, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-info.ribbon-shape::before {
  border-left-color: var(--vz-info);
  border-top-color: var(--vz-info);
}

/* line 6777, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-info.ribbon-shape::after {
  border-left-color: var(--vz-info);
  border-bottom-color: var(--vz-info);
}

/* line 6782, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-info {
  background: var(--vz-info);
}

/* line 6786, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-info.ribbon-shape::before {
  border-right-color: var(--vz-info);
  border-top-color: var(--vz-info);
}

/* line 6791, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-info.ribbon-shape::after {
  border-right-color: var(--vz-info);
  border-bottom-color: var(--vz-info);
}

/* line 6796, app/assets/stylesheets/application.scss */
.ribbon-two-info span {
  background: var(--vz-info);
}

/* line 6800, app/assets/stylesheets/application.scss */
.ribbon-two-info span:before {
  border-left: 3px solid var(--vz-info-text-emphasis);
  border-top: 3px solid var(--vz-info-text-emphasis);
}

/* line 6805, app/assets/stylesheets/application.scss */
.ribbon-two-info span:after {
  border-right: 3px solid var(--vz-info-text-emphasis);
  border-top: 3px solid var(--vz-info-text-emphasis);
}

/* line 6810, app/assets/stylesheets/application.scss */
.ribbon-three-warning span {
  background: var(--vz-warning);
}

/* line 6814, app/assets/stylesheets/application.scss */
.ribbon-three-warning span:before {
  background: var(--vz-warning);
}

/* line 6818, app/assets/stylesheets/application.scss */
.ribbon-three-warning span:after {
  background: var(--vz-warning-text-emphasis);
}

/* line 6822, app/assets/stylesheets/application.scss */
.ribbon-three-warning::after {
  border-top-color: var(--vz-warning);
}

/* line 6826, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-warning {
  background: var(--vz-warning);
}

/* line 6830, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-warning:before {
  border-color: var(--vz-warning-text-emphasis) transparent transparent;
}

/* line 6834, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-warning.ribbon-shape::before {
  border-left-color: var(--vz-warning);
  border-top-color: var(--vz-warning);
}

/* line 6839, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-warning.ribbon-shape::after {
  border-left-color: var(--vz-warning);
  border-bottom-color: var(--vz-warning);
}

/* line 6844, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-warning {
  background: var(--vz-warning);
}

/* line 6848, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-warning.ribbon-shape::before {
  border-right-color: var(--vz-warning);
  border-top-color: var(--vz-warning);
}

/* line 6853, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-warning.ribbon-shape::after {
  border-right-color: var(--vz-warning);
  border-bottom-color: var(--vz-warning);
}

/* line 6858, app/assets/stylesheets/application.scss */
.ribbon-two-warning span {
  background: var(--vz-warning);
}

/* line 6862, app/assets/stylesheets/application.scss */
.ribbon-two-warning span:before {
  border-left: 3px solid var(--vz-warning-text-emphasis);
  border-top: 3px solid var(--vz-warning-text-emphasis);
}

/* line 6867, app/assets/stylesheets/application.scss */
.ribbon-two-warning span:after {
  border-right: 3px solid var(--vz-warning-text-emphasis);
  border-top: 3px solid var(--vz-warning-text-emphasis);
}

/* line 6872, app/assets/stylesheets/application.scss */
.ribbon-three-danger span {
  background: var(--vz-danger);
}

/* line 6876, app/assets/stylesheets/application.scss */
.ribbon-three-danger span:before {
  background: var(--vz-danger);
}

/* line 6880, app/assets/stylesheets/application.scss */
.ribbon-three-danger span:after {
  background: var(--vz-danger-text-emphasis);
}

/* line 6884, app/assets/stylesheets/application.scss */
.ribbon-three-danger::after {
  border-top-color: var(--vz-danger);
}

/* line 6888, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-danger {
  background: var(--vz-danger);
}

/* line 6892, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-danger:before {
  border-color: var(--vz-danger-text-emphasis) transparent transparent;
}

/* line 6896, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-danger.ribbon-shape::before {
  border-left-color: var(--vz-danger);
  border-top-color: var(--vz-danger);
}

/* line 6901, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-danger.ribbon-shape::after {
  border-left-color: var(--vz-danger);
  border-bottom-color: var(--vz-danger);
}

/* line 6906, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-danger {
  background: var(--vz-danger);
}

/* line 6910, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-danger.ribbon-shape::before {
  border-right-color: var(--vz-danger);
  border-top-color: var(--vz-danger);
}

/* line 6915, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-danger.ribbon-shape::after {
  border-right-color: var(--vz-danger);
  border-bottom-color: var(--vz-danger);
}

/* line 6920, app/assets/stylesheets/application.scss */
.ribbon-two-danger span {
  background: var(--vz-danger);
}

/* line 6924, app/assets/stylesheets/application.scss */
.ribbon-two-danger span:before {
  border-left: 3px solid var(--vz-danger-text-emphasis);
  border-top: 3px solid var(--vz-danger-text-emphasis);
}

/* line 6929, app/assets/stylesheets/application.scss */
.ribbon-two-danger span:after {
  border-right: 3px solid var(--vz-danger-text-emphasis);
  border-top: 3px solid var(--vz-danger-text-emphasis);
}

/* line 6934, app/assets/stylesheets/application.scss */
.ribbon-three-light span {
  background: var(--vz-light);
}

/* line 6938, app/assets/stylesheets/application.scss */
.ribbon-three-light span:before {
  background: var(--vz-light);
}

/* line 6942, app/assets/stylesheets/application.scss */
.ribbon-three-light span:after {
  background: var(--vz-light-text-emphasis);
}

/* line 6946, app/assets/stylesheets/application.scss */
.ribbon-three-light::after {
  border-top-color: var(--vz-light);
}

/* line 6950, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-light {
  background: var(--vz-light);
}

/* line 6954, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-light:before {
  border-color: var(--vz-light-text-emphasis) transparent transparent;
}

/* line 6958, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-light.ribbon-shape::before {
  border-left-color: var(--vz-light);
  border-top-color: var(--vz-light);
}

/* line 6963, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-light.ribbon-shape::after {
  border-left-color: var(--vz-light);
  border-bottom-color: var(--vz-light);
}

/* line 6968, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-light {
  background: var(--vz-light);
}

/* line 6972, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-light.ribbon-shape::before {
  border-right-color: var(--vz-light);
  border-top-color: var(--vz-light);
}

/* line 6977, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-light.ribbon-shape::after {
  border-right-color: var(--vz-light);
  border-bottom-color: var(--vz-light);
}

/* line 6982, app/assets/stylesheets/application.scss */
.ribbon-two-light span {
  background: var(--vz-light);
}

/* line 6986, app/assets/stylesheets/application.scss */
.ribbon-two-light span:before {
  border-left: 3px solid var(--vz-light-text-emphasis);
  border-top: 3px solid var(--vz-light-text-emphasis);
}

/* line 6991, app/assets/stylesheets/application.scss */
.ribbon-two-light span:after {
  border-right: 3px solid var(--vz-light-text-emphasis);
  border-top: 3px solid var(--vz-light-text-emphasis);
}

/* line 6996, app/assets/stylesheets/application.scss */
.ribbon-three-dark span {
  background: var(--vz-dark);
}

/* line 7000, app/assets/stylesheets/application.scss */
.ribbon-three-dark span:before {
  background: var(--vz-dark);
}

/* line 7004, app/assets/stylesheets/application.scss */
.ribbon-three-dark span:after {
  background: var(--vz-dark-text-emphasis);
}

/* line 7008, app/assets/stylesheets/application.scss */
.ribbon-three-dark::after {
  border-top-color: var(--vz-dark);
}

/* line 7012, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-dark {
  background: var(--vz-dark);
}

/* line 7016, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-dark:before {
  border-color: var(--vz-dark-text-emphasis) transparent transparent;
}

/* line 7020, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-dark.ribbon-shape::before {
  border-left-color: var(--vz-dark);
  border-top-color: var(--vz-dark);
}

/* line 7025, app/assets/stylesheets/application.scss */
.ribbon-box .ribbon-dark.ribbon-shape::after {
  border-left-color: var(--vz-dark);
  border-bottom-color: var(--vz-dark);
}

/* line 7030, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-dark {
  background: var(--vz-dark);
}

/* line 7034, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-dark.ribbon-shape::before {
  border-right-color: var(--vz-dark);
  border-top-color: var(--vz-dark);
}

/* line 7039, app/assets/stylesheets/application.scss */
.ribbon-box.right .ribbon-dark.ribbon-shape::after {
  border-right-color: var(--vz-dark);
  border-bottom-color: var(--vz-dark);
}

/* line 7044, app/assets/stylesheets/application.scss */
.ribbon-two-dark span {
  background: var(--vz-dark);
}

/* line 7048, app/assets/stylesheets/application.scss */
.ribbon-two-dark span:before {
  border-left: 3px solid var(--vz-dark-text-emphasis);
  border-top: 3px solid var(--vz-dark-text-emphasis);
}

/* line 7053, app/assets/stylesheets/application.scss */
.ribbon-two-dark span:after {
  border-right: 3px solid var(--vz-dark-text-emphasis);
  border-top: 3px solid var(--vz-dark-text-emphasis);
}

/* line 7058, app/assets/stylesheets/application.scss */
.toast:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 7062, app/assets/stylesheets/application.scss */
.toast-border-primary .toast-body {
  color: var(--vz-primary);
  border-bottom: 3px solid var(--vz-primary);
}

/* line 7067, app/assets/stylesheets/application.scss */
.toast-border-secondary .toast-body {
  color: var(--vz-secondary);
  border-bottom: 3px solid var(--vz-secondary);
}

/* line 7072, app/assets/stylesheets/application.scss */
.toast-border-success .toast-body {
  color: var(--vz-success);
  border-bottom: 3px solid var(--vz-success);
}

/* line 7077, app/assets/stylesheets/application.scss */
.toast-border-info .toast-body {
  color: var(--vz-info);
  border-bottom: 3px solid var(--vz-info);
}

/* line 7082, app/assets/stylesheets/application.scss */
.toast-border-warning .toast-body {
  color: var(--vz-warning);
  border-bottom: 3px solid var(--vz-warning);
}

/* line 7087, app/assets/stylesheets/application.scss */
.toast-border-danger .toast-body {
  color: var(--vz-danger);
  border-bottom: 3px solid var(--vz-danger);
}

/* line 7092, app/assets/stylesheets/application.scss */
.toast-border-light .toast-body {
  color: var(--vz-light);
  border-bottom: 3px solid var(--vz-light);
}

/* line 7097, app/assets/stylesheets/application.scss */
.toast-border-dark .toast-body {
  color: var(--vz-dark);
  border-bottom: 3px solid var(--vz-dark);
}

/* line 7102, app/assets/stylesheets/application.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/* line 7109, app/assets/stylesheets/application.scss */
.scrollspy-example-2 {
  position: relative;
  height: 370px;
  overflow: auto;
}

/* line 7115, app/assets/stylesheets/application.scss */
:root {
  --vz-card-logo-dark: block;
  --vz-card-logo-light: none;
  --vz-vertical-menu-width: 250px;
  --vz-vertical-menu-width-md: 180px;
  --vz-vertical-menu-width-sm: 70px;
  --vz-vertical-menu-item-font-family: var(--vz-font-family-primary);
  --vz-vertical-menu-sub-item-font-family: var(--vz-font-family-primary);
  --vz-topnav-bg: #fff;
  --vz-topnav-item-color: #6d7080;
  --vz-topnav-item-active-color: var(--vz-primary);
  --vz-twocolumn-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-boxed-layout-width: 1300px;
  --vz-semibox-width: 110px;
  --vz-input-bg-custom: #fff;
  --vz-input-border-custom: #ced4da
;
}

/* line 7133, app/assets/stylesheets/application.scss */
:root:is([data-sidebar=gradient],[data-sidebar=gradient-2],[data-sidebar=gradient-3],[data-sidebar=gradient-4]) {
  --vz-vertical-menu-item-color: rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: rgba(255, 255, 255, 0.5);
  --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-sidebar-user-bg: rgba(255, 255, 255, 0.08);
  --vz-sidebar-user-name-text: #fff;
  --vz-sidebar-user-name-sub-text: rgba(255, 255, 255, 0.5)
;
}

/* line 7150, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] {
  --vz-card-logo-dark: none;
  --vz-card-logo-light: block;
  --vz-footer-bg: #212529;
  --vz-footer-color: #878a99;
  --vz-topnav-bg: #272b30;
  --vz-topnav-item-color: #878a99;
  --vz-topnav-item-active-color: #fff;
  --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  --vz-page-title-border: none;
  --vz-twocolumn-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  --vz-input-bg-custom: #262a2f;
  --vz-input-border-custom: #2a2f34
;
}

/* line 7165, app/assets/stylesheets/application.scss */
[data-bs-theme=dark]:is([data-theme=default],[data-theme=minimal],[data-theme=material],[data-theme=modern],[data-theme=creative],[data-theme=saas],[data-theme=interactive],[data-theme=corporate],[data-theme=classic],[data-theme=vintage]) {
  --vz-light: #282b2e;
  --vz-light-rgb: 40,43,46;
  --vz-light-text-emphasis: #535659;
  --vz-light-bg-subtle: #25282c;
  --vz-light-border-subtle: #35383c;
  --vz-dark: #313437;
  --vz-dark-rgb: 49,52,55;
  --vz-dark-text-emphasis: #5f6164;
  --vz-dark-bg-subtle: #313437;
  --vz-dark-border-subtle: #3c3f42;
  --vz-body-bg: #1a1d21;
  --vz-boxed-body-bg: #111316
;
}

/* line 7180, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .table-light {
  --vz-table-color: white;
  --vz-table-bg: var(--vz-light);
  --vz-table-border-color: var(--vz-border-color);
  --vz-table-striped-bg: var(--vz-light);
  --vz-table-striped-color: white;
  --vz-table-active-bg: var(--vz-light);
  --vz-table-active-color: white;
  --vz-table-hover-bg: var(--vz-light);
  --vz-table-hover-color: white
;
}

/* line 7192, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .btn-light, [data-bs-theme=dark] .btn-outline-light {
  --vz-btn-color: #8d8e90;
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 7198, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .btn-ghost-dark, [data-bs-theme=dark] .btn-outline-dark, [data-bs-theme=dark] .btn-soft-dark {
  --vz-btn-color: #fff
;
}

/* line 7202, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .btn-ghost-dark {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 7207, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .dropdown-menu {
  --vz-dropdown-bg: #292e33;
  --vz-dropdown-link-color: #adb5bd;
  --vz-dropdown-link-hover-color: #b9bfc4;
  --vz-dropdown-link-hover-bg: #2f343a;
  --vz-dropdown-border-width: 1px;
  --vz-dropdown-link-active-color: #adb5bd;
  --vz-dropdown-link-active-bg: #2f343a
;
}

/* line 7217, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] {
  --vz-header-bg: #292e32;
  --vz-header-border: #292e32;
  --vz-header-item-color: #e9ecef;
  --vz-header-item-bg: #31363c;
  --vz-header-item-sub-color: #878a99;
  --vz-topbar-user-bg: #31373c;
  --vz-topbar-search-bg: #202328;
  --vz-topbar-search-color: #fff
;
}

/* line 7228, app/assets/stylesheets/application.scss */
[data-bs-theme=dark][data-topbar=dark] {
  --vz-header-bg: var(--vz-primary);
  --vz-header-border: var(--vz-primary);
  --vz-header-item-color: rgba(255, 255, 255, 0.85);
  --vz-header-item-bg: rgba(var(--vz-white-rgb), 0.1);
  --vz-header-item-sub-color: #b0c4d9;
  --vz-topbar-user-bg: rgba(var(--vz-white-rgb), 0.1);
  --vz-topbar-search-bg: rgba(255, 255, 255, 0.05);
  --vz-topbar-search-color: #fff
;
}

/* line 7239, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] {
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-border: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-item-active-color: var(--vz-primary);
  --vz-vertical-menu-item-active-bg: rgba(var(--vz-primary-rgb), 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: var(--vz-primary);
  --vz-vertical-menu-sub-item-active-color: var(--vz-primary);
  --vz-vertical-menu-title-color: #919da9
;
}

/* line 7253, app/assets/stylesheets/application.scss */
[data-bs-theme=dark][data-sidebar=dark] {
  --vz-vertical-menu-bg: #212529;
  --vz-vertical-menu-border: #212529;
  --vz-vertical-menu-item-color: #7c7f90;
  --vz-vertical-menu-item-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-item-hover-color: #fff;
  --vz-vertical-menu-item-active-color: #fff;
  --vz-vertical-menu-item-active-bg: rgba(255, 255, 255, 0.15);
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: #fff;
  --vz-vertical-menu-sub-item-active-color: #fff;
  --vz-vertical-menu-title-color: #5f6270;
  --vz-twocolumn-menu-iconview-bg: #292e32
;
}

/* line 7268, app/assets/stylesheets/application.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 7273, app/assets/stylesheets/application.scss */
label {
  font-weight: var(--vz-font-weight-medium);
  margin-bottom: .5rem;
}

/* line 7278, app/assets/stylesheets/application.scss */
b, strong {
  font-weight: var(--vz-font-weight-semibold);
}

/* line 7282, app/assets/stylesheets/application.scss */
.blockquote {
  padding: 10px 20px;
  border-left: 4px solid var(--vz-border-color);
}

/* line 7287, app/assets/stylesheets/application.scss */
.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid var(--vz-border-color);
  text-align: right;
}

@media (min-width: 1200px) {
  /* line 7294, app/assets/stylesheets/application.scss */
  :is(.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl) {
    max-width: 1140px;
  }
}

/* line 7299, app/assets/stylesheets/application.scss */
.row > * {
  position: relative;
}

/* line 7303, app/assets/stylesheets/application.scss */
.alert-label-icon {
  position: relative;
  padding-left: 60px;
  border: 0;
}

/* line 7309, app/assets/stylesheets/application.scss */
.alert-label-icon .label-icon {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 7328, app/assets/stylesheets/application.scss */
.alert-label-icon.label-arrow {
  overflow: hidden;
}

/* line 7332, app/assets/stylesheets/application.scss */
.alert-label-icon.label-arrow .label-icon:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-left-color: var(--vz-primary);
  right: -12px;
}

/* line 7340, app/assets/stylesheets/application.scss */
.alert-border-left {
  border-left: 3px solid;
}

/* line 7344, app/assets/stylesheets/application.scss */
.alert-top-border {
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
  border-top: 2px solid;
  color: var(--vz-body-color);
}

/* line 7351, app/assets/stylesheets/application.scss */
.alert-additional {
  padding: 0;
}

/* line 7355, app/assets/stylesheets/application.scss */
.alert-additional .alert-body {
  padding: .8rem 1rem;
}

/* line 7359, app/assets/stylesheets/application.scss */
.alert-additional .alert-content {
  padding: .8rem 1rem;
  border-bottom-left-radius: var(--vz-border-radius);
  border-bottom-right-radius: var(--vz-border-radius);
  margin: 0 -var(--vz-border-width) -var(--vz-border-width) -var(--vz-border-width);
}

/* line 7366, app/assets/stylesheets/application.scss */
.rounded-label .label-icon {
  width: 45px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 30px 30px 0;
}

/* line 7376, app/assets/stylesheets/application.scss */
.alert-border-left.alert-primary {
  border-left-color: var(--vz-primary);
}

/* line 7380, app/assets/stylesheets/application.scss */
.alert-top-border.alert-primary {
  border-top-color: var(--vz-primary);
}

/* line 7384, app/assets/stylesheets/application.scss */
.rounded-label.alert-primary .label-icon {
  background-color: var(--vz-primary);
}

/* line 7388, app/assets/stylesheets/application.scss */
.label-arrow.alert-primary .label-icon {
  background-color: var(--vz-primary);
}

/* line 7392, app/assets/stylesheets/application.scss */
.label-arrow.alert-primary .label-icon:after {
  border-left-color: var(--vz-primary) !important;
}

/* line 7396, app/assets/stylesheets/application.scss */
.alert.alert-primary .btn-close::after {
  color: var(--vz-primary);
}

/* line 7400, app/assets/stylesheets/application.scss */
.alert-additional.alert-primary .alert-content {
  background-color: var(--vz-primary);
}

/* line 7404, app/assets/stylesheets/application.scss */
.alert-border-left.alert-secondary {
  border-left-color: var(--vz-secondary);
}

/* line 7408, app/assets/stylesheets/application.scss */
.alert-top-border.alert-secondary {
  border-top-color: var(--vz-secondary);
}

/* line 7412, app/assets/stylesheets/application.scss */
.rounded-label.alert-secondary .label-icon {
  background-color: var(--vz-secondary);
}

/* line 7416, app/assets/stylesheets/application.scss */
.label-arrow.alert-secondary .label-icon {
  background-color: var(--vz-secondary);
}

/* line 7420, app/assets/stylesheets/application.scss */
.label-arrow.alert-secondary .label-icon:after {
  border-left-color: var(--vz-secondary) !important;
}

/* line 7424, app/assets/stylesheets/application.scss */
.alert.alert-secondary .btn-close::after {
  color: var(--vz-secondary);
}

/* line 7428, app/assets/stylesheets/application.scss */
.alert-additional.alert-secondary .alert-content {
  background-color: var(--vz-secondary);
}

/* line 7432, app/assets/stylesheets/application.scss */
.alert-border-left.alert-success {
  border-left-color: var(--vz-success);
}

/* line 7436, app/assets/stylesheets/application.scss */
.alert-top-border.alert-success {
  border-top-color: var(--vz-success);
}

/* line 7440, app/assets/stylesheets/application.scss */
.rounded-label.alert-success .label-icon {
  background-color: var(--vz-success);
}

/* line 7444, app/assets/stylesheets/application.scss */
.label-arrow.alert-success .label-icon {
  background-color: var(--vz-success);
}

/* line 7448, app/assets/stylesheets/application.scss */
.label-arrow.alert-success .label-icon:after {
  border-left-color: var(--vz-success) !important;
}

/* line 7452, app/assets/stylesheets/application.scss */
.alert.alert-success .btn-close::after {
  color: var(--vz-success);
}

/* line 7456, app/assets/stylesheets/application.scss */
.alert-additional.alert-success .alert-content {
  background-color: var(--vz-success);
}

/* line 7460, app/assets/stylesheets/application.scss */
.alert-border-left.alert-info {
  border-left-color: var(--vz-info);
}

/* line 7464, app/assets/stylesheets/application.scss */
.alert-top-border.alert-info {
  border-top-color: var(--vz-info);
}

/* line 7468, app/assets/stylesheets/application.scss */
.rounded-label.alert-info .label-icon {
  background-color: var(--vz-info);
}

/* line 7472, app/assets/stylesheets/application.scss */
.label-arrow.alert-info .label-icon {
  background-color: var(--vz-info);
}

/* line 7476, app/assets/stylesheets/application.scss */
.label-arrow.alert-info .label-icon:after {
  border-left-color: var(--vz-info) !important;
}

/* line 7480, app/assets/stylesheets/application.scss */
.alert.alert-info .btn-close::after {
  color: var(--vz-info);
}

/* line 7484, app/assets/stylesheets/application.scss */
.alert-additional.alert-info .alert-content {
  background-color: var(--vz-info);
}

/* line 7488, app/assets/stylesheets/application.scss */
.alert-border-left.alert-warning {
  border-left-color: var(--vz-warning);
}

/* line 7492, app/assets/stylesheets/application.scss */
.alert-top-border.alert-warning {
  border-top-color: var(--vz-warning);
}

/* line 7496, app/assets/stylesheets/application.scss */
.rounded-label.alert-warning .label-icon {
  background-color: var(--vz-warning);
}

/* line 7500, app/assets/stylesheets/application.scss */
.label-arrow.alert-warning .label-icon {
  background-color: var(--vz-warning);
}

/* line 7504, app/assets/stylesheets/application.scss */
.label-arrow.alert-warning .label-icon:after {
  border-left-color: var(--vz-warning) !important;
}

/* line 7508, app/assets/stylesheets/application.scss */
.alert.alert-warning .btn-close::after {
  color: var(--vz-warning);
}

/* line 7512, app/assets/stylesheets/application.scss */
.alert-additional.alert-warning .alert-content {
  background-color: var(--vz-warning);
}

/* line 7516, app/assets/stylesheets/application.scss */
.alert-border-left.alert-danger {
  border-left-color: var(--vz-danger);
}

/* line 7520, app/assets/stylesheets/application.scss */
.alert-top-border.alert-danger {
  border-top-color: var(--vz-danger);
}

/* line 7524, app/assets/stylesheets/application.scss */
.rounded-label.alert-danger .label-icon {
  background-color: var(--vz-danger);
}

/* line 7528, app/assets/stylesheets/application.scss */
.label-arrow.alert-danger .label-icon {
  background-color: var(--vz-danger);
}

/* line 7532, app/assets/stylesheets/application.scss */
.label-arrow.alert-danger .label-icon:after {
  border-left-color: var(--vz-danger) !important;
}

/* line 7536, app/assets/stylesheets/application.scss */
.alert.alert-danger .btn-close::after {
  color: var(--vz-danger);
}

/* line 7540, app/assets/stylesheets/application.scss */
.alert-additional.alert-danger .alert-content {
  background-color: var(--vz-danger);
}

/* line 7544, app/assets/stylesheets/application.scss */
.alert-border-left.alert-light {
  border-left-color: var(--vz-light);
}

/* line 7548, app/assets/stylesheets/application.scss */
.alert-top-border.alert-light {
  border-top-color: var(--vz-light);
}

/* line 7552, app/assets/stylesheets/application.scss */
.rounded-label.alert-light .label-icon {
  background-color: var(--vz-light);
}

/* line 7556, app/assets/stylesheets/application.scss */
.label-arrow.alert-light .label-icon {
  background-color: var(--vz-light);
}

/* line 7560, app/assets/stylesheets/application.scss */
.label-arrow.alert-light .label-icon:after {
  border-left-color: var(--vz-light) !important;
}

/* line 7564, app/assets/stylesheets/application.scss */
.alert.alert-light .btn-close::after {
  color: var(--vz-light);
}

/* line 7568, app/assets/stylesheets/application.scss */
.alert-additional.alert-light .alert-content {
  background-color: var(--vz-light);
}

/* line 7572, app/assets/stylesheets/application.scss */
.alert-border-left.alert-dark {
  border-left-color: var(--vz-dark);
}

/* line 7576, app/assets/stylesheets/application.scss */
.alert-top-border.alert-dark {
  border-top-color: var(--vz-dark);
}

/* line 7580, app/assets/stylesheets/application.scss */
.rounded-label.alert-dark .label-icon {
  background-color: var(--vz-dark);
}

/* line 7584, app/assets/stylesheets/application.scss */
.label-arrow.alert-dark .label-icon {
  background-color: var(--vz-dark);
}

/* line 7588, app/assets/stylesheets/application.scss */
.label-arrow.alert-dark .label-icon:after {
  border-left-color: var(--vz-dark) !important;
}

/* line 7592, app/assets/stylesheets/application.scss */
.alert.alert-dark .btn-close::after {
  color: var(--vz-dark);
}

/* line 7596, app/assets/stylesheets/application.scss */
.alert-additional.alert-dark .alert-content {
  background-color: var(--vz-dark);
}

/* line 7600, app/assets/stylesheets/application.scss */
.alert-primary:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7604, app/assets/stylesheets/application.scss */
.alert-secondary:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7608, app/assets/stylesheets/application.scss */
.alert-success:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7612, app/assets/stylesheets/application.scss */
.alert-info:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7616, app/assets/stylesheets/application.scss */
.alert-warning:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7620, app/assets/stylesheets/application.scss */
.alert-danger:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7624, app/assets/stylesheets/application.scss */
.alert-light:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #000;
}

/* line 7628, app/assets/stylesheets/application.scss */
.alert-dark:is(.rounded-label,.label-arrow,.alert-additional) :is(.label-icon,.alert-content) {
  color: #fff;
}

/* line 7632, app/assets/stylesheets/application.scss */
.alert-dismissible .btn-close {
  background: 0 0 !important;
}

/* line 7636, app/assets/stylesheets/application.scss */
.alert-dismissible .btn-close::after {
  background: 0 0 !important;
  content: "󰅖" !important;
  font-size: 18px;
  line-height: 15px;
  font-family: "Material Design Icons" !important;
}

/* line 7644, app/assets/stylesheets/application.scss */
.badge {
  line-height: .95;
}

/* line 7648, app/assets/stylesheets/application.scss */
.badge-label.bg-primary:before {
  border-right-color: var(--vz-primary);
}

/* line 7652, app/assets/stylesheets/application.scss */
.badge-label.bg-secondary:before {
  border-right-color: var(--vz-secondary);
}

/* line 7656, app/assets/stylesheets/application.scss */
.badge-label.bg-success:before {
  border-right-color: var(--vz-success);
}

/* line 7660, app/assets/stylesheets/application.scss */
.badge-label.bg-info:before {
  border-right-color: var(--vz-info);
}

/* line 7664, app/assets/stylesheets/application.scss */
.badge-label.bg-warning:before {
  border-right-color: var(--vz-warning);
}

/* line 7668, app/assets/stylesheets/application.scss */
.badge-label.bg-danger:before {
  border-right-color: var(--vz-danger);
}

/* line 7672, app/assets/stylesheets/application.scss */
.badge-label.bg-light:before {
  border-right-color: var(--vz-light);
}

/* line 7676, app/assets/stylesheets/application.scss */
.badge-label.bg-dark:before {
  border-right-color: var(--vz-dark);
}

/* line 7680, app/assets/stylesheets/application.scss */
.badge-border {
  border-left: 2px solid;
}

/* line 7684, app/assets/stylesheets/application.scss */
.badge-label {
  margin-left: 8px;
  position: relative;
}

/* line 7689, app/assets/stylesheets/application.scss */
.badge-label:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-right-color: var(--vz-primary);
  left: -14px;
  top: 0;
}

/* line 7698, app/assets/stylesheets/application.scss */
.badge-gradient-primary {
  background: linear-gradient(135deg, var(--vz-primary) 0, var(--vz-success) 100%);
}

/* line 7702, app/assets/stylesheets/application.scss */
.badge-gradient-secondary {
  background: linear-gradient(135deg, var(--vz-secondary) 0, var(--vz-info) 100%);
}

/* line 7706, app/assets/stylesheets/application.scss */
.badge-gradient-success {
  background: linear-gradient(135deg, var(--vz-success) 0, #f7b84b 100%);
}

/* line 7710, app/assets/stylesheets/application.scss */
.badge-gradient-danger {
  background: linear-gradient(135deg, var(--vz-danger) 0, var(--vz-secondary) 100%);
}

/* line 7714, app/assets/stylesheets/application.scss */
.badge-gradient-warning {
  background: linear-gradient(135deg, #f7b84b 0, #eb990a 100%);
}

/* line 7718, app/assets/stylesheets/application.scss */
.badge-gradient-info {
  background: linear-gradient(135deg, var(--vz-info) 0, var(--vz-success) 100%);
}

/* line 7722, app/assets/stylesheets/application.scss */
.badge-gradient-dark {
  background: linear-gradient(135deg, #212529 0, var(--vz-primary) 100%);
}

/* line 7726, app/assets/stylesheets/application.scss */
a, button {
  outline: 0 !important;
}

/* line 7730, app/assets/stylesheets/application.scss */
.btn {
  box-shadow: var(--vz-element-shadow);
}

/* line 7735, app/assets/stylesheets/application.scss */
:is(.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active) {
  border-color: transparent;
}

/* line 7739, app/assets/stylesheets/application.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(1rem + 1.5em + 2px);
  width: calc(1rem + 1.5em + 2px);
  padding: 0;
}

/* line 7755, app/assets/stylesheets/application.scss */
.btn-icon :is(i,svg,img) {
  vertical-align: middle;
}

/* line 7759, app/assets/stylesheets/application.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc(.5rem + 1.5em + 2px);
  width: calc(.5rem + 1.5em + 2px);
}

/* line 7764, app/assets/stylesheets/application.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  height: calc(1.4rem + 1.5em + 2px);
  width: calc(1.4rem + 1.5em + 2px);
}

/* line 7769, app/assets/stylesheets/application.scss */
.btn-primary {
  --vz-btn-bg: var(--vz-primary);
  --vz-btn-border-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-primary-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary-text-emphasis);
  --vz-btn-active-border-color: var(--vz-primary-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-primary);
  --vz-btn-disabled-border-color: var(--vz-primary)
;
}

/* line 7781, app/assets/stylesheets/application.scss */
.btn-outline-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary);
  --vz-btn-hover-border-color: var(--vz-primary);
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary);
  --vz-btn-active-border-color: var(--vz-primary)
;
}

/* line 7792, app/assets/stylesheets/application.scss */
.btn-soft-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: var(--vz-primary-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-primary);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-bg: var(--vz-primary);
  --vz-btn-active-border-color: transparent
;
}

/* line 7803, app/assets/stylesheets/application.scss */
.btn-ghost-primary {
  --vz-btn-color: var(--vz-primary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-primary);
  --vz-btn-hover-bg: var(--vz-primary-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
  --vz-btn-active-color: var(--vz-primary);
  --vz-btn-active-bg: var(--vz-primary-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 7816, app/assets/stylesheets/application.scss */
.btn-secondary {
  --vz-btn-bg: var(--vz-secondary);
  --vz-btn-border-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-secondary-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary-text-emphasis);
  --vz-btn-active-border-color: var(--vz-secondary-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-secondary);
  --vz-btn-disabled-border-color: var(--vz-secondary)
;
}

/* line 7828, app/assets/stylesheets/application.scss */
.btn-outline-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary);
  --vz-btn-hover-border-color: var(--vz-secondary);
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary);
  --vz-btn-active-border-color: var(--vz-secondary)
;
}

/* line 7839, app/assets/stylesheets/application.scss */
.btn-soft-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-secondary);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-bg: var(--vz-secondary);
  --vz-btn-active-border-color: transparent
;
}

/* line 7850, app/assets/stylesheets/application.scss */
.btn-ghost-secondary {
  --vz-btn-color: var(--vz-secondary);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-secondary);
  --vz-btn-hover-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
  --vz-btn-active-color: var(--vz-secondary);
  --vz-btn-active-bg: var(--vz-secondary-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 7863, app/assets/stylesheets/application.scss */
.btn-success {
  --vz-btn-bg: var(--vz-success);
  --vz-btn-border-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-success-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success-text-emphasis);
  --vz-btn-active-border-color: var(--vz-success-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-success);
  --vz-btn-disabled-border-color: var(--vz-success)
;
}

/* line 7875, app/assets/stylesheets/application.scss */
.btn-outline-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success);
  --vz-btn-hover-border-color: var(--vz-success);
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success);
  --vz-btn-active-border-color: var(--vz-success)
;
}

/* line 7886, app/assets/stylesheets/application.scss */
.btn-soft-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: var(--vz-success-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-success);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-bg: var(--vz-success);
  --vz-btn-active-border-color: transparent
;
}

/* line 7897, app/assets/stylesheets/application.scss */
.btn-ghost-success {
  --vz-btn-color: var(--vz-success);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-success);
  --vz-btn-hover-bg: var(--vz-success-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
  --vz-btn-active-color: var(--vz-success);
  --vz-btn-active-bg: var(--vz-success-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 7910, app/assets/stylesheets/application.scss */
.btn-info {
  --vz-btn-bg: var(--vz-info);
  --vz-btn-border-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-info-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info-text-emphasis);
  --vz-btn-active-border-color: var(--vz-info-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-info);
  --vz-btn-disabled-border-color: var(--vz-info)
;
}

/* line 7922, app/assets/stylesheets/application.scss */
.btn-outline-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info);
  --vz-btn-hover-border-color: var(--vz-info);
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info);
  --vz-btn-active-border-color: var(--vz-info)
;
}

/* line 7933, app/assets/stylesheets/application.scss */
.btn-soft-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: var(--vz-info-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-info);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-bg: var(--vz-info);
  --vz-btn-active-border-color: transparent
;
}

/* line 7944, app/assets/stylesheets/application.scss */
.btn-ghost-info {
  --vz-btn-color: var(--vz-info);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-info);
  --vz-btn-hover-bg: var(--vz-info-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
  --vz-btn-active-color: var(--vz-info);
  --vz-btn-active-bg: var(--vz-info-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 7957, app/assets/stylesheets/application.scss */
.btn-warning {
  --vz-btn-bg: var(--vz-warning);
  --vz-btn-border-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-warning-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning-text-emphasis);
  --vz-btn-active-border-color: var(--vz-warning-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-warning);
  --vz-btn-disabled-border-color: var(--vz-warning)
;
}

/* line 7969, app/assets/stylesheets/application.scss */
.btn-outline-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning);
  --vz-btn-hover-border-color: var(--vz-warning);
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning);
  --vz-btn-active-border-color: var(--vz-warning)
;
}

/* line 7980, app/assets/stylesheets/application.scss */
.btn-soft-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: var(--vz-warning-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-warning);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-bg: var(--vz-warning);
  --vz-btn-active-border-color: transparent
;
}

/* line 7991, app/assets/stylesheets/application.scss */
.btn-ghost-warning {
  --vz-btn-color: var(--vz-warning);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-warning);
  --vz-btn-hover-bg: var(--vz-warning-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
  --vz-btn-active-color: var(--vz-warning);
  --vz-btn-active-bg: var(--vz-warning-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 8004, app/assets/stylesheets/application.scss */
.btn-danger {
  --vz-btn-bg: var(--vz-danger);
  --vz-btn-border-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-danger-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger-text-emphasis);
  --vz-btn-active-border-color: var(--vz-danger-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-danger);
  --vz-btn-disabled-border-color: var(--vz-danger)
;
}

/* line 8016, app/assets/stylesheets/application.scss */
.btn-outline-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger);
  --vz-btn-hover-border-color: var(--vz-danger);
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger);
  --vz-btn-active-border-color: var(--vz-danger)
;
}

/* line 8027, app/assets/stylesheets/application.scss */
.btn-soft-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: var(--vz-danger-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-danger);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-bg: var(--vz-danger);
  --vz-btn-active-border-color: transparent
;
}

/* line 8038, app/assets/stylesheets/application.scss */
.btn-ghost-danger {
  --vz-btn-color: var(--vz-danger);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-danger);
  --vz-btn-hover-bg: var(--vz-danger-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
  --vz-btn-active-color: var(--vz-danger);
  --vz-btn-active-bg: var(--vz-danger-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 8051, app/assets/stylesheets/application.scss */
.btn-light {
  --vz-btn-bg: var(--vz-light);
  --vz-btn-border-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-light-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light-text-emphasis);
  --vz-btn-active-border-color: var(--vz-light-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-light);
  --vz-btn-disabled-border-color: var(--vz-light)
;
}

/* line 8063, app/assets/stylesheets/application.scss */
.btn-outline-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light);
  --vz-btn-hover-border-color: var(--vz-light);
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light);
  --vz-btn-active-border-color: var(--vz-light)
;
}

/* line 8074, app/assets/stylesheets/application.scss */
.btn-soft-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: var(--vz-light-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-light);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-bg: var(--vz-light);
  --vz-btn-active-border-color: transparent
;
}

/* line 8085, app/assets/stylesheets/application.scss */
.btn-ghost-light {
  --vz-btn-color: var(--vz-light);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-light);
  --vz-btn-hover-bg: var(--vz-light-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
  --vz-btn-active-color: var(--vz-light);
  --vz-btn-active-bg: var(--vz-light-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 8098, app/assets/stylesheets/application.scss */
.btn-dark {
  --vz-btn-bg: var(--vz-dark);
  --vz-btn-border-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark-text-emphasis);
  --vz-btn-hover-border-color: var(--vz-dark-text-emphasis);
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark-text-emphasis);
  --vz-btn-active-border-color: var(--vz-dark-text-emphasis);
  --vz-btn-disabled-bg: var(--vz-dark);
  --vz-btn-disabled-border-color: var(--vz-dark)
;
}

/* line 8110, app/assets/stylesheets/application.scss */
.btn-outline-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark);
  --vz-btn-hover-border-color: var(--vz-dark);
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark);
  --vz-btn-active-border-color: var(--vz-dark)
;
}

/* line 8121, app/assets/stylesheets/application.scss */
.btn-soft-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: var(--vz-dark-bg-subtle);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-bg: var(--vz-dark);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-bg: var(--vz-dark);
  --vz-btn-active-border-color: transparent
;
}

/* line 8132, app/assets/stylesheets/application.scss */
.btn-ghost-dark {
  --vz-btn-color: var(--vz-dark);
  --vz-btn-bg: transparent;
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: var(--vz-dark);
  --vz-btn-hover-bg: var(--vz-dark-bg-subtle);
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
  --vz-btn-active-color: var(--vz-dark);
  --vz-btn-active-bg: var(--vz-dark-bg-subtle);
  --vz-btn-active-border-color: transparent
;
}

/* line 8145, app/assets/stylesheets/application.scss */
.btn-label {
  position: relative;
  padding-left: 44px;
}

/* line 8150, app/assets/stylesheets/application.scss */
.btn-label .label-icon {
  position: absolute;
  width: 35.5px;
  left: calc(var(--vz-border-width) * -1);
  top: calc(var(--vz-border-width) * -1);
  bottom: calc(var(--vz-border-width) * -1);
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 8169, app/assets/stylesheets/application.scss */
.btn-label.btn-light .label-icon {
  background-color: rgba(var(--vz-dark-rgb), 0.05);
}

/* line 8173, app/assets/stylesheets/application.scss */
.btn-label.right {
  padding-left: .9rem;
  padding-right: 44px;
}

/* line 8178, app/assets/stylesheets/application.scss */
.btn-label.right .label-icon {
  right: calc(var(--vz-border-width) * -1);
  left: auto;
}

/* line 8183, app/assets/stylesheets/application.scss */
.btn-animation {
  overflow: hidden;
  transition: border-color .3s,background-color .3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 8191, app/assets/stylesheets/application.scss */
.btn-animation::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  padding: .5rem .9rem;
  transition: transform .3s,opacity .3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 8210, app/assets/stylesheets/application.scss */
.btn-animation > span {
  display: block;
  transition: transform .3s,opacity .3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 8220, app/assets/stylesheets/application.scss */
.btn-animation:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 8226, app/assets/stylesheets/application.scss */
.btn-animation:hover > span {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}

/* line 8232, app/assets/stylesheets/application.scss */
.btn-primary.btn-animation {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary) !important;
}

/* line 8237, app/assets/stylesheets/application.scss */
.btn-primary.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-primary);
  background-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 8242, app/assets/stylesheets/application.scss */
.btn-secondary.btn-animation {
  background-color: var(--vz-secondary);
  border-color: var(--vz-secondary) !important;
}

/* line 8247, app/assets/stylesheets/application.scss */
.btn-secondary.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-secondary);
  background-color: rgba(var(--vz-secondary-rgb), 0.1);
}

/* line 8252, app/assets/stylesheets/application.scss */
.btn-success.btn-animation {
  background-color: var(--vz-success);
  border-color: var(--vz-success) !important;
}

/* line 8257, app/assets/stylesheets/application.scss */
.btn-success.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-success);
  background-color: rgba(var(--vz-success-rgb), 0.1);
}

/* line 8262, app/assets/stylesheets/application.scss */
.btn-info.btn-animation {
  background-color: var(--vz-info);
  border-color: var(--vz-info) !important;
}

/* line 8267, app/assets/stylesheets/application.scss */
.btn-info.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-info);
  background-color: rgba(var(--vz-info-rgb), 0.1);
}

/* line 8272, app/assets/stylesheets/application.scss */
.btn-warning.btn-animation {
  background-color: var(--vz-warning);
  border-color: var(--vz-warning) !important;
}

/* line 8277, app/assets/stylesheets/application.scss */
.btn-warning.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-warning);
  background-color: rgba(var(--vz-warning-rgb), 0.1);
}

/* line 8282, app/assets/stylesheets/application.scss */
.btn-danger.btn-animation {
  background-color: var(--vz-danger);
  border-color: var(--vz-danger) !important;
}

/* line 8287, app/assets/stylesheets/application.scss */
.btn-danger.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-danger);
  background-color: rgba(var(--vz-danger-rgb), 0.1);
}

/* line 8292, app/assets/stylesheets/application.scss */
.btn-light.btn-animation {
  background-color: var(--vz-light);
  border-color: var(--vz-light) !important;
}

/* line 8297, app/assets/stylesheets/application.scss */
.btn-light.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-light);
  background-color: rgba(var(--vz-light-rgb), 0.1);
}

/* line 8302, app/assets/stylesheets/application.scss */
.btn-dark.btn-animation {
  background-color: var(--vz-dark);
  border-color: var(--vz-dark) !important;
}

/* line 8307, app/assets/stylesheets/application.scss */
.btn-dark.btn-animation:is(:hover,:focus,:active,:focus-visible) {
  color: var(--vz-dark);
  background-color: rgba(var(--vz-dark-rgb), 0.1);
}

/* line 8312, app/assets/stylesheets/application.scss */
.btn-group-vertical label {
  margin-bottom: 0;
}

/* line 8316, app/assets/stylesheets/application.scss */
.btn-group.radio .btn {
  border: none;
}

/* line 8320, app/assets/stylesheets/application.scss */
.btn-group.radio .btn-check:active + .btn-light, .btn-group.radio .btn-check:checked + .btn-light, .btn-group.radio .btn-light.active, .btn-group.radio .btn-light.dropdown-toggle.show, .btn-group.radio .btn-light:active {
  background-color: rgba(var(--vz-info-rgb), 0.2);
  color: var(--vz-info);
}

/* line 8325, app/assets/stylesheets/application.scss */
.btn-load .spinner-border, .btn-load .spinner-grow {
  height: 19px;
  width: 19px;
}

/* line 8330, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-primary,.btn-outline-primary,.btn-soft-primary) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-primary), #2e2929 20%);
}

/* line 8334, app/assets/stylesheets/application.scss */
:is(.btn-soft-primary,.btn-outline-primary) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8339, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-secondary,.btn-outline-secondary,.btn-soft-secondary) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-secondary), #2e2929 20%);
}

/* line 8343, app/assets/stylesheets/application.scss */
:is(.btn-soft-secondary,.btn-outline-secondary) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8348, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-success,.btn-outline-success,.btn-soft-success) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-success), #2e2929 20%);
}

/* line 8352, app/assets/stylesheets/application.scss */
:is(.btn-soft-success,.btn-outline-success) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8357, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-info,.btn-outline-info,.btn-soft-info) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-info), #2e2929 20%);
}

/* line 8361, app/assets/stylesheets/application.scss */
:is(.btn-soft-info,.btn-outline-info) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8366, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-warning,.btn-outline-warning,.btn-soft-warning) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-warning), #2e2929 20%);
}

/* line 8370, app/assets/stylesheets/application.scss */
:is(.btn-soft-warning,.btn-outline-warning) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8375, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-danger,.btn-outline-danger,.btn-soft-danger) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-danger), #2e2929 20%);
}

/* line 8379, app/assets/stylesheets/application.scss */
:is(.btn-soft-danger,.btn-outline-danger) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8384, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-light,.btn-outline-light,.btn-soft-light) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-light), #2e2929 20%);
}

/* line 8388, app/assets/stylesheets/application.scss */
:is(.btn-soft-light,.btn-outline-light) {
  --vz-btn-active-color: #000;
  --vz-btn-hover-color: #000
;
}

/* line 8393, app/assets/stylesheets/application.scss */
.btn-border:is(.btn-dark,.btn-outline-dark,.btn-soft-dark) {
  border-bottom: 2px solid color-mix(in srgb, var(--vz-dark), #2e2929 20%);
}

/* line 8397, app/assets/stylesheets/application.scss */
:is(.btn-soft-dark,.btn-outline-dark) {
  --vz-btn-active-color: #fff;
  --vz-btn-hover-color: #fff
;
}

/* line 8402, app/assets/stylesheets/application.scss */
.custom-toggle .icon-off {
  display: none;
}

/* line 8406, app/assets/stylesheets/application.scss */
.custom-toggle.active .icon-on {
  display: none;
}

/* line 8410, app/assets/stylesheets/application.scss */
.custom-toggle.active .icon-off {
  display: block;
}

/* line 8414, app/assets/stylesheets/application.scss */
.breadcrumb-item > a {
  color: var(--vz-body-color);
}

/* line 8418, app/assets/stylesheets/application.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 20px;
}

/* line 8424, app/assets/stylesheets/application.scss */
.card {
  margin-bottom: var(--vz-grid-gutter-width);
  box-shadow: var(--vz-card-shadow);
}

/* line 8430, app/assets/stylesheets/application.scss */
.card-header {
  border-bottom: var(--vz-card-header-border-width) solid var(--vz-border-color);
}

/* line 8434, app/assets/stylesheets/application.scss */
.card-header-dropdown .dropdown-btn {
  padding: 1rem 0;
}

/* line 8438, app/assets/stylesheets/application.scss */
.card-footer {
  border-top: 1px solid var(--vz-border-color);
}

/* line 8442, app/assets/stylesheets/application.scss */
.card-title {
  font-size: 16px;
  margin: 0 0 7px 0;
}

/* line 8447, app/assets/stylesheets/application.scss */
.card-height-100 {
  height: calc(100% - var(--vz-grid-gutter-width));
}

/* line 8451, app/assets/stylesheets/application.scss */
.card-animate {
  transition: all .4s;
}

/* line 8456, app/assets/stylesheets/application.scss */
.card-animate:hover {
  transform: translateY(calc(var(--vz-grid-gutter-width) * -.15));
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

/* line 8463, app/assets/stylesheets/application.scss */
.card-primary {
  color: #fff;
}

/* line 8467, app/assets/stylesheets/application.scss */
.card-primary .card-footer, .card-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8473, app/assets/stylesheets/application.scss */
.card-primary .card-title {
  color: #fff;
}

/* line 8477, app/assets/stylesheets/application.scss */
.card-secondary {
  color: #fff;
}

/* line 8481, app/assets/stylesheets/application.scss */
.card-secondary .card-footer, .card-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8487, app/assets/stylesheets/application.scss */
.card-secondary .card-title {
  color: #fff;
}

/* line 8491, app/assets/stylesheets/application.scss */
.card-success {
  color: #fff;
}

/* line 8495, app/assets/stylesheets/application.scss */
.card-success .card-footer, .card-success .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8501, app/assets/stylesheets/application.scss */
.card-success .card-title {
  color: #fff;
}

/* line 8505, app/assets/stylesheets/application.scss */
.card-info {
  color: #fff;
}

/* line 8509, app/assets/stylesheets/application.scss */
.card-info .card-footer, .card-info .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8515, app/assets/stylesheets/application.scss */
.card-info .card-title {
  color: #fff;
}

/* line 8519, app/assets/stylesheets/application.scss */
.card-warning {
  color: #fff;
}

/* line 8523, app/assets/stylesheets/application.scss */
.card-warning .card-footer, .card-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8529, app/assets/stylesheets/application.scss */
.card-warning .card-title {
  color: #fff;
}

/* line 8533, app/assets/stylesheets/application.scss */
.card-danger {
  color: #fff;
}

/* line 8537, app/assets/stylesheets/application.scss */
.card-danger .card-footer, .card-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8543, app/assets/stylesheets/application.scss */
.card-danger .card-title {
  color: #fff;
}

/* line 8547, app/assets/stylesheets/application.scss */
.card-light {
  color: #000;
}

/* line 8551, app/assets/stylesheets/application.scss */
.card-light .card-footer, .card-light .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  border-color: transparent;
}

/* line 8557, app/assets/stylesheets/application.scss */
.card-light .card-title {
  color: #000;
}

/* line 8561, app/assets/stylesheets/application.scss */
.card-dark {
  color: #fff;
}

/* line 8565, app/assets/stylesheets/application.scss */
.card-dark .card-footer, .card-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

/* line 8571, app/assets/stylesheets/application.scss */
.card-dark .card-title {
  color: #fff;
}

/* line 8575, app/assets/stylesheets/application.scss */
.card-primary {
  background-color: var(--vz-primary);
}

/* line 8579, app/assets/stylesheets/application.scss */
.card-border-primary {
  border-color: var(--vz-primary) !important;
}

/* line 8583, app/assets/stylesheets/application.scss */
.card-border-primary .card-footer, .card-border-primary .card-header {
  border-color: var(--vz-primary);
}

/* line 8587, app/assets/stylesheets/application.scss */
.card-secondary {
  background-color: var(--vz-secondary);
}

/* line 8591, app/assets/stylesheets/application.scss */
.card-border-secondary {
  border-color: var(--vz-secondary) !important;
}

/* line 8595, app/assets/stylesheets/application.scss */
.card-border-secondary .card-footer, .card-border-secondary .card-header {
  border-color: var(--vz-secondary);
}

/* line 8599, app/assets/stylesheets/application.scss */
.card-success {
  background-color: var(--vz-success);
}

/* line 8603, app/assets/stylesheets/application.scss */
.card-border-success {
  border-color: var(--vz-success) !important;
}

/* line 8607, app/assets/stylesheets/application.scss */
.card-border-success .card-footer, .card-border-success .card-header {
  border-color: var(--vz-success);
}

/* line 8611, app/assets/stylesheets/application.scss */
.card-info {
  background-color: var(--vz-info);
}

/* line 8615, app/assets/stylesheets/application.scss */
.card-border-info {
  border-color: var(--vz-info) !important;
}

/* line 8619, app/assets/stylesheets/application.scss */
.card-border-info .card-footer, .card-border-info .card-header {
  border-color: var(--vz-info);
}

/* line 8623, app/assets/stylesheets/application.scss */
.card-warning {
  background-color: var(--vz-warning);
}

/* line 8627, app/assets/stylesheets/application.scss */
.card-border-warning {
  border-color: var(--vz-warning) !important;
}

/* line 8631, app/assets/stylesheets/application.scss */
.card-border-warning .card-footer, .card-border-warning .card-header {
  border-color: var(--vz-warning);
}

/* line 8635, app/assets/stylesheets/application.scss */
.card-danger {
  background-color: var(--vz-danger);
}

/* line 8639, app/assets/stylesheets/application.scss */
.card-border-danger {
  border-color: var(--vz-danger) !important;
}

/* line 8643, app/assets/stylesheets/application.scss */
.card-border-danger .card-footer, .card-border-danger .card-header {
  border-color: var(--vz-danger);
}

/* line 8647, app/assets/stylesheets/application.scss */
.card-light {
  background-color: var(--vz-light);
}

/* line 8651, app/assets/stylesheets/application.scss */
.card-border-light {
  border-color: var(--vz-light) !important;
}

/* line 8655, app/assets/stylesheets/application.scss */
.card-border-light .card-footer, .card-border-light .card-header {
  border-color: var(--vz-light);
}

/* line 8659, app/assets/stylesheets/application.scss */
.card-dark {
  background-color: var(--vz-dark);
}

/* line 8663, app/assets/stylesheets/application.scss */
.card-border-dark {
  border-color: var(--vz-dark) !important;
}

/* line 8667, app/assets/stylesheets/application.scss */
.card-border-dark .card-footer, .card-border-dark .card-header {
  border-color: var(--vz-dark);
}

/* line 8671, app/assets/stylesheets/application.scss */
.card-light {
  background-color: var(--vz-light);
}

/* line 8675, app/assets/stylesheets/application.scss */
.card-light .card-footer, .card-light .card-header {
  color: var(--vz-body-color) !important;
  background-color: rgba(var(--vz-dark-rgb), 0.1);
}

/* line 8680, app/assets/stylesheets/application.scss */
.card-light .card-text, .card-light .card-title {
  color: var(--vz-body-color) !important;
}

/* line 8684, app/assets/stylesheets/application.scss */
.card-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--vz-light-rgb), 0.6);
  z-index: 9999;
}

/* line 8694, app/assets/stylesheets/application.scss */
.card-status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

/* line 8704, app/assets/stylesheets/application.scss */
.custom-loader {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 8723, app/assets/stylesheets/application.scss */
.card-overlay {
  position: relative;
  overflow: hidden;
}

/* line 8728, app/assets/stylesheets/application.scss */
.card-overlay:before {
  content: "";
  background-color: rgba(var(--vz-primary-rgb), 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 8738, app/assets/stylesheets/application.scss */
.card-overlay :is(.card-header,.card-footer) {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 8742, app/assets/stylesheets/application.scss */
.card-toolbar-menu {
  line-height: .8;
}

/* line 8746, app/assets/stylesheets/application.scss */
.card-toolbar-menu a {
  font-size: 17px;
}

/* line 8750, app/assets/stylesheets/application.scss */
.card-toolbar-menu .minimize-card .plus {
  display: none;
}

/* line 8754, app/assets/stylesheets/application.scss */
.card-toolbar-menu .minimize-card .minus {
  display: block;
}

/* line 8758, app/assets/stylesheets/application.scss */
.card-toolbar-menu .minimize-card.collapsed .plus {
  display: block;
}

/* line 8762, app/assets/stylesheets/application.scss */
.card-toolbar-menu .minimize-card.collapsed .minus {
  display: none;
}

/* line 8766, app/assets/stylesheets/application.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  font-size: 15px;
  line-height: 15px;
  content: "\f0140";
  font-family: "Material Design Icons";
}

/* line 8775, app/assets/stylesheets/application.scss */
.dropdown-menu {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  position: absolute;
  z-index: 1000;
}

/* line 8788, app/assets/stylesheets/application.scss */
.dropdown-menu.dropdown-megamenu {
  padding: 20px;
  left: 0 !important;
  right: 0 !important;
}

/* line 8794, app/assets/stylesheets/application.scss */
.dropdown-menu[data-popper-placement=top-start] {
  animation-name: DropDownSlideDown;
}

@keyframes DropDownSlide {
  100% {
    margin-top: -1px;
  }
  0% {
    margin-top: 8px;
  }
}

@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }
  0% {
    margin-bottom: 8px;
  }
}

@media (min-width: 600px) {
  /* line 8840, app/assets/stylesheets/application.scss */
  .dropdown-menu-xl {
    width: 420px;
  }
  /* line 8844, app/assets/stylesheets/application.scss */
  .dropdown-menu-lg {
    width: 320px;
  }
  /* line 8848, app/assets/stylesheets/application.scss */
  .dropdown-menu-md {
    width: 240px;
  }
}

/* line 8853, app/assets/stylesheets/application.scss */
.dropdown-toggle-split {
  border-left: none;
}

/* line 8857, app/assets/stylesheets/application.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 8861, app/assets/stylesheets/application.scss */
.dropdown-toggle-split:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.12);
  top: calc(var(--vz-border-width) * -1);
  bottom: calc(var(--vz-border-width) * -1);
  right: calc(var(--vz-border-width) * -1);
  left: 0;
  border-radius: 0 var(--vz-border-radius) var(--vz-border-radius) 0;
}

/* line 8872, app/assets/stylesheets/application.scss */
.dropdown-mega {
  position: static !important;
}

/* line 8876, app/assets/stylesheets/application.scss */
.dropdown-mega-menu-xl {
  width: 38rem;
}

/* line 8880, app/assets/stylesheets/application.scss */
.dropdown-mega-menu-lg {
  width: 26rem;
}

/* line 8884, app/assets/stylesheets/application.scss */
[dir=ltr] .dropdown-menu-start {
  --vz-position: end
;
}

/* line 8888, app/assets/stylesheets/application.scss */
[dir=ltr] .dropdown-menu-end {
  --vz-position: start
;
}

/* line 8892, app/assets/stylesheets/application.scss */
.dropdown-head .nav-tabs-custom {
  border: 0;
}

/* line 8896, app/assets/stylesheets/application.scss */
.dropdown-head .nav-tabs-custom .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

/* line 8900, app/assets/stylesheets/application.scss */
.dropdown-head .nav-tabs-custom .nav-link::after {
  display: none;
}

/* line 8904, app/assets/stylesheets/application.scss */
.dropdown-head .nav-tabs-custom .nav-link.active {
  background-color: var(--vz-dropdown-bg);
}

/* line 8908, app/assets/stylesheets/application.scss */
.dropdown-head .nav-tabs-custom .nav-link:hover {
  color: #fff;
}

/* line 8912, app/assets/stylesheets/application.scss */
.dropdownmenu-primary .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(64, 81, 137, 0.07);
  color: #405189;
}

/* line 8917, app/assets/stylesheets/application.scss */
.dropdownmenu-secondary .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(53, 119, 241, 0.07);
  color: #3577f1;
}

/* line 8922, app/assets/stylesheets/application.scss */
.dropdownmenu-success .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(10, 179, 156, 0.07);
  color: #0ab39c;
}

/* line 8927, app/assets/stylesheets/application.scss */
.dropdownmenu-info .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(41, 156, 219, 0.07);
  color: #299cdb;
}

/* line 8932, app/assets/stylesheets/application.scss */
.dropdownmenu-warning .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(247, 184, 75, 0.07);
  color: #f7b84b;
}

/* line 8937, app/assets/stylesheets/application.scss */
.dropdownmenu-danger .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(240, 101, 72, 0.07);
  color: #f06548;
}

/* line 8942, app/assets/stylesheets/application.scss */
.dropdownmenu-light .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(243, 246, 249, 0.07);
  color: #f3f6f9;
}

/* line 8947, app/assets/stylesheets/application.scss */
.dropdownmenu-dark .dropdown-item:is(:focus,:hover,.active) {
  background-color: rgba(33, 37, 41, 0.07);
  color: #212529;
}

/* line 8952, app/assets/stylesheets/application.scss */
:is(.nav-tabs,.nav-pills) > li > a {
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-medium);
}

/* line 8957, app/assets/stylesheets/application.scss */
.nav-pills > a {
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-medium);
}

/* line 8962, app/assets/stylesheets/application.scss */
.nav-pills :is(.nav-link.active,.show>.nav-link) {
  box-shadow: var(--vz-element-shadow);
}

/* line 8967, app/assets/stylesheets/application.scss */
.nav-tabs-custom {
  border-bottom: 1px solid var(--vz-border-color);
}

/* line 8971, app/assets/stylesheets/application.scss */
.nav-tabs-custom .nav-item {
  position: relative;
}

/* line 8975, app/assets/stylesheets/application.scss */
.nav-tabs-custom .nav-item .nav-link {
  border: none;
  font-weight: var(--vz-font-weight-medium);
}

/* line 8980, app/assets/stylesheets/application.scss */
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: var(--vz-primary);
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

/* line 8994, app/assets/stylesheets/application.scss */
.nav-tabs-custom .nav-item .nav-link.active {
  color: var(--vz-primary);
}

/* line 8998, app/assets/stylesheets/application.scss */
.nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}

/* line 9003, app/assets/stylesheets/application.scss */
.nav-tabs-custom.card-header-tabs {
  margin-top: -1rem;
}

/* line 9007, app/assets/stylesheets/application.scss */
.nav-tabs-custom.card-header-tabs .nav-link {
  padding: 1rem 1rem;
}

/* line 9011, app/assets/stylesheets/application.scss */
.vertical-nav .nav .nav-link {
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 8px;
}

/* line 9017, app/assets/stylesheets/application.scss */
.vertical-nav .nav .nav-link .nav-icon {
  font-size: 24px;
}

/* line 9021, app/assets/stylesheets/application.scss */
.navtab-bg li > a {
  background-color: #e9ebec;
  margin: 0 5px;
}

/* line 9026, app/assets/stylesheets/application.scss */
.arrow-navtabs .nav-item .nav-link {
  position: relative;
  text-align: center;
}

/* line 9031, app/assets/stylesheets/application.scss */
.arrow-navtabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9044, app/assets/stylesheets/application.scss */
  .arrow-navtabs .nav-item .nav-link:before {
    transition: none;
  }
}

/* line 9050, app/assets/stylesheets/application.scss */
.arrow-navtabs .nav-item .nav-link.active:before {
  border-top-color: var(--vz-primary);
}

/* line 9054, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item {
  text-align: center;
  overflow: hidden;
}

/* line 9059, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link {
  width: 120px;
  height: 45px;
  position: relative;
  border-radius: 0;
}

/* line 9066, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-icon {
  font-size: 22px;
}

/* line 9070, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-titl {
  font-size: 14px;
}

/* line 9074, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link.active .nav-tab-position {
  color: #fff;
}

/* line 9078, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position {
  position: absolute;
  left: 0;
  right: 0;
  transition: all .4s;
}

/* line 9086, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-icon {
  top: 50%;
  transform: translateY(-50%);
}

/* line 9092, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link .nav-tab-position.nav-titl {
  bottom: -20px;
}

/* line 9096, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-titl {
  bottom: 50%;
  transform: translateY(50%);
}

/* line 9102, app/assets/stylesheets/application.scss */
.custom-hover-nav-tabs .nav-item .nav-link:hover .nav-icon {
  top: -20px;
}

/* line 9106, app/assets/stylesheets/application.scss */
.custom-verti-nav-pills .nav-link {
  background-color: var(--vz-light);
  margin-top: 7px;
  position: relative;
}

@media (min-width: 992px) {
  /* line 9113, app/assets/stylesheets/application.scss */
  .custom-verti-nav-pills .nav-link::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-left-color: transparent;
    transition: border-left-color .04 ease;
  }
  /* line 9126, app/assets/stylesheets/application.scss */
  .custom-verti-nav-pills .nav-link.active::before {
    border-left-color: var(--vz-primary);
  }
}

/* line 9131, app/assets/stylesheets/application.scss */
.animation-nav li {
  position: relative;
}

/* line 9135, app/assets/stylesheets/application.scss */
.animation-nav li a {
  color: var(--vz-body-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all .4s;
  z-index: 1;
}

/* line 9145, app/assets/stylesheets/application.scss */
.animation-nav li a span {
  position: relative;
}

/* line 9149, app/assets/stylesheets/application.scss */
.animation-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  height: 100%;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background-color: var(--vz-primary);
  z-index: -1;
}

/* line 9162, app/assets/stylesheets/application.scss */
.animation-nav li a.active, .animation-nav li a:hover {
  color: #fff;
  background-color: transparent !important;
}

/* line 9167, app/assets/stylesheets/application.scss */
.animation-nav li a.active::before, .animation-nav li a:hover::before {
  width: 100%;
  left: 0;
}

/* line 9172, app/assets/stylesheets/application.scss */
.nav-border-top .nav-link {
  border-top: 3px solid transparent;
}

/* line 9176, app/assets/stylesheets/application.scss */
.nav-border-top .nav-link.active {
  border-top-color: var(--vz-primary);
}

/* line 9180, app/assets/stylesheets/application.scss */
.nav-custom {
  background-color: var(--vz-primary);
  border-radius: var(--vz-border-radius);
}

/* line 9185, app/assets/stylesheets/application.scss */
.nav-custom .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

/* line 9189, app/assets/stylesheets/application.scss */
.nav-custom .nav-item .nav-link.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 9194, app/assets/stylesheets/application.scss */
.nav-custom.nav-custom-light .nav-item .nav-link {
  color: rgba(var(--vz-body-rgb), 0.75);
}

/* line 9198, app/assets/stylesheets/application.scss */
.nav-custom.nav-custom-light .nav-item .nav-link.active {
  color: var(--vz-light);
  background-color: var(--vz-primary);
}

/* line 9203, app/assets/stylesheets/application.scss */
.nav-custom-light {
  background-color: var(--vz-light);
}

/* line 9207, app/assets/stylesheets/application.scss */
.progress-nav {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

/* line 9213, app/assets/stylesheets/application.scss */
.progress-nav .progress {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* line 9222, app/assets/stylesheets/application.scss */
.progress-nav .nav {
  margin-right: -1rem;
  margin-left: -1rem;
  justify-content: space-between;
}

/* line 9230, app/assets/stylesheets/application.scss */
.progress-nav .nav .nav-link {
  width: 2rem;
  height: 2rem;
  background-color: var(--vz-light);
  padding: 0;
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-medium);
}

/* line 9239, app/assets/stylesheets/application.scss */
.progress-nav .nav .nav-link.active, .progress-nav .nav .nav-link.done {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 9244, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav {
  background-color: var(--vz-light);
}

/* line 9248, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link {
  border-radius: 0;
  position: relative;
  font-weight: var(--vz-font-weight-medium);
  color: var(--vz-body-color);
}

/* line 9255, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 9265, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link.done {
  background-color: rgba(var(--vz-primary-rgb), 0.05);
  color: var(--vz-primary);
}

/* line 9270, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link.done::before {
  border-left-color: transparent;
}

/* line 9274, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link.active {
  background-color: rgba(var(--vz-primary-rgb), 0.1);
  color: var(--vz-primary);
  box-shadow: none;
}

/* line 9281, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-link.active::before {
  border-left-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 9285, app/assets/stylesheets/application.scss */
.step-arrow-nav .nav .nav-item:last-child .nav-link:before {
  display: none;
}

/* line 9289, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav {
  gap: 16px;
}

/* line 9293, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link {
  text-align: left;
  background-color: rgba(var(--vz-light-rgb), 0.4);
  border: 1px solid var(--vz-border-color);
  color: var(--vz-body-color);
}

/* line 9300, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link .step-title {
  font-weight: var(--vz-font-weight-semibold);
}

/* line 9304, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link .step-icon {
  color: var(--vz-danger);
  vertical-align: middle;
  font-weight: var(--vz-font-weight-medium);
  float: left;
}

/* line 9311, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link.active .step-icon, .vertical-navs-step .nav .nav-link.done .step-icon {
  color: var(--vz-success);
}

/* line 9315, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link.active .step-icon:before, .vertical-navs-step .nav .nav-link.done .step-icon:before {
  content: "\eb80";
}

/* line 9319, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link.active {
  border-color: var(--vz-primary);
}

/* line 9323, app/assets/stylesheets/application.scss */
.vertical-navs-step .nav .nav-link.done {
  border-color: var(--vz-success);
}

/* line 9327, app/assets/stylesheets/application.scss */
.nav-custom-outline.nav .nav-link {
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}

/* line 9332, app/assets/stylesheets/application.scss */
.nav-custom-outline.nav .nav-link.active {
  border-color: var(--vz-primary);
  background-color: transparent;
  color: var(--vz-primary);
}

/* line 9338, app/assets/stylesheets/application.scss */
.nav-customs.nav {
  padding-left: 34px;
  overflow: hidden;
}

/* line 9343, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link {
  position: relative;
  display: block;
  float: right;
  background-color: var(--vz-tertiary-bg);
  margin-right: 46px;
  transition: all .5s ease;
}

/* line 9353, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link::after, .nav-customs.nav .nav-link::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 37px;
  background-color: var(--vz-tertiary-bg);
  transition: all .5s ease;
}

/* line 9365, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link::before {
  border-radius: 0 8px 0 0;
  right: -24px;
  transform: skew(30deg, 0deg);
}

/* line 9372, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link::after {
  border-radius: 8px 0 0 0;
  left: -24px;
  transform: skew(-30deg, 0deg);
}

/* line 9379, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link.active, .nav-customs.nav .nav-link.active:after, .nav-customs.nav .nav-link.active:before {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 9384, app/assets/stylesheets/application.scss */
.nav-customs.nav .nav-link.active {
  z-index: 1;
}

/* line 9388, app/assets/stylesheets/application.scss */
.nav-border-top-primary .nav-link.active {
  color: var(--vz-primary);
  border-top-color: var(--vz-primary);
}

/* line 9393, app/assets/stylesheets/application.scss */
.nav-custom-primary {
  background-color: var(--vz-primary);
}

/* line 9397, app/assets/stylesheets/application.scss */
.nav-primary .nav-link.active {
  color: #fff;
  background-color: var(--vz-primary);
}

/* line 9402, app/assets/stylesheets/application.scss */
.nav-primary.nav-tabs .nav-link.active {
  color: var(--vz-primary);
  background-color: var(--vz-secondary-bg);
}

/* line 9407, app/assets/stylesheets/application.scss */
.nav-primary.nav-tabs-custom .nav-link.active {
  color: var(--vz-primary);
  background-color: var(--vz-secondary-bg);
}

/* line 9412, app/assets/stylesheets/application.scss */
.nav-primary.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-primary);
}

/* line 9416, app/assets/stylesheets/application.scss */
.nav-primary.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-primary);
}

/* line 9420, app/assets/stylesheets/application.scss */
.nav-primary.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-primary);
}

/* line 9424, app/assets/stylesheets/application.scss */
.nav-primary.nav-custom-outline .nav-link.active {
  color: var(--vz-primary);
  border-color: var(--vz-primary);
}

/* line 9429, app/assets/stylesheets/application.scss */
.nav-border-top-secondary .nav-link.active {
  color: var(--vz-secondary);
  border-top-color: var(--vz-secondary);
}

/* line 9434, app/assets/stylesheets/application.scss */
.nav-custom-secondary {
  background-color: var(--vz-secondary);
}

/* line 9438, app/assets/stylesheets/application.scss */
.nav-secondary .nav-link.active {
  color: #fff;
  background-color: var(--vz-secondary);
}

/* line 9443, app/assets/stylesheets/application.scss */
.nav-secondary.nav-tabs .nav-link.active {
  color: var(--vz-secondary);
  background-color: var(--vz-secondary-bg);
}

/* line 9448, app/assets/stylesheets/application.scss */
.nav-secondary.nav-tabs-custom .nav-link.active {
  color: var(--vz-secondary);
  background-color: var(--vz-secondary-bg);
}

/* line 9453, app/assets/stylesheets/application.scss */
.nav-secondary.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-secondary);
}

/* line 9457, app/assets/stylesheets/application.scss */
.nav-secondary.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-secondary);
}

/* line 9461, app/assets/stylesheets/application.scss */
.nav-secondary.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-secondary);
}

/* line 9465, app/assets/stylesheets/application.scss */
.nav-secondary.nav-custom-outline .nav-link.active {
  color: var(--vz-secondary);
  border-color: var(--vz-secondary);
}

/* line 9470, app/assets/stylesheets/application.scss */
.nav-border-top-success .nav-link.active {
  color: var(--vz-success);
  border-top-color: var(--vz-success);
}

/* line 9475, app/assets/stylesheets/application.scss */
.nav-custom-success {
  background-color: var(--vz-success);
}

/* line 9479, app/assets/stylesheets/application.scss */
.nav-success .nav-link.active {
  color: #fff;
  background-color: var(--vz-success);
}

/* line 9484, app/assets/stylesheets/application.scss */
.nav-success.nav-tabs .nav-link.active {
  color: var(--vz-success);
  background-color: var(--vz-secondary-bg);
}

/* line 9489, app/assets/stylesheets/application.scss */
.nav-success.nav-tabs-custom .nav-link.active {
  color: var(--vz-success);
  background-color: var(--vz-secondary-bg);
}

/* line 9494, app/assets/stylesheets/application.scss */
.nav-success.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-success);
}

/* line 9498, app/assets/stylesheets/application.scss */
.nav-success.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-success);
}

/* line 9502, app/assets/stylesheets/application.scss */
.nav-success.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-success);
}

/* line 9506, app/assets/stylesheets/application.scss */
.nav-success.nav-custom-outline .nav-link.active {
  color: var(--vz-success);
  border-color: var(--vz-success);
}

/* line 9511, app/assets/stylesheets/application.scss */
.nav-border-top-info .nav-link.active {
  color: var(--vz-info);
  border-top-color: var(--vz-info);
}

/* line 9516, app/assets/stylesheets/application.scss */
.nav-custom-info {
  background-color: var(--vz-info);
}

/* line 9520, app/assets/stylesheets/application.scss */
.nav-info .nav-link.active {
  color: #fff;
  background-color: var(--vz-info);
}

/* line 9525, app/assets/stylesheets/application.scss */
.nav-info.nav-tabs .nav-link.active {
  color: var(--vz-info);
  background-color: var(--vz-secondary-bg);
}

/* line 9530, app/assets/stylesheets/application.scss */
.nav-info.nav-tabs-custom .nav-link.active {
  color: var(--vz-info);
  background-color: var(--vz-secondary-bg);
}

/* line 9535, app/assets/stylesheets/application.scss */
.nav-info.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-info);
}

/* line 9539, app/assets/stylesheets/application.scss */
.nav-info.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-info);
}

/* line 9543, app/assets/stylesheets/application.scss */
.nav-info.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-info);
}

/* line 9547, app/assets/stylesheets/application.scss */
.nav-info.nav-custom-outline .nav-link.active {
  color: var(--vz-info);
  border-color: var(--vz-info);
}

/* line 9552, app/assets/stylesheets/application.scss */
.nav-border-top-warning .nav-link.active {
  color: var(--vz-warning);
  border-top-color: var(--vz-warning);
}

/* line 9557, app/assets/stylesheets/application.scss */
.nav-custom-warning {
  background-color: var(--vz-warning);
}

/* line 9561, app/assets/stylesheets/application.scss */
.nav-warning .nav-link.active {
  color: #fff;
  background-color: var(--vz-warning);
}

/* line 9566, app/assets/stylesheets/application.scss */
.nav-warning.nav-tabs .nav-link.active {
  color: var(--vz-warning);
  background-color: var(--vz-secondary-bg);
}

/* line 9571, app/assets/stylesheets/application.scss */
.nav-warning.nav-tabs-custom .nav-link.active {
  color: var(--vz-warning);
  background-color: var(--vz-secondary-bg);
}

/* line 9576, app/assets/stylesheets/application.scss */
.nav-warning.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-warning);
}

/* line 9580, app/assets/stylesheets/application.scss */
.nav-warning.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-warning);
}

/* line 9584, app/assets/stylesheets/application.scss */
.nav-warning.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-warning);
}

/* line 9588, app/assets/stylesheets/application.scss */
.nav-warning.nav-custom-outline .nav-link.active {
  color: var(--vz-warning);
  border-color: var(--vz-warning);
}

/* line 9593, app/assets/stylesheets/application.scss */
.nav-border-top-danger .nav-link.active {
  color: var(--vz-danger);
  border-top-color: var(--vz-danger);
}

/* line 9598, app/assets/stylesheets/application.scss */
.nav-custom-danger {
  background-color: var(--vz-danger);
}

/* line 9602, app/assets/stylesheets/application.scss */
.nav-danger .nav-link.active {
  color: #fff;
  background-color: var(--vz-danger);
}

/* line 9607, app/assets/stylesheets/application.scss */
.nav-danger.nav-tabs .nav-link.active {
  color: var(--vz-danger);
  background-color: var(--vz-secondary-bg);
}

/* line 9612, app/assets/stylesheets/application.scss */
.nav-danger.nav-tabs-custom .nav-link.active {
  color: var(--vz-danger);
  background-color: var(--vz-secondary-bg);
}

/* line 9617, app/assets/stylesheets/application.scss */
.nav-danger.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-danger);
}

/* line 9621, app/assets/stylesheets/application.scss */
.nav-danger.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-danger);
}

/* line 9625, app/assets/stylesheets/application.scss */
.nav-danger.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-danger);
}

/* line 9629, app/assets/stylesheets/application.scss */
.nav-danger.nav-custom-outline .nav-link.active {
  color: var(--vz-danger);
  border-color: var(--vz-danger);
}

/* line 9634, app/assets/stylesheets/application.scss */
.nav-border-top-light .nav-link.active {
  color: var(--vz-light);
  border-top-color: var(--vz-light);
}

/* line 9639, app/assets/stylesheets/application.scss */
.nav-custom-light {
  background-color: var(--vz-light);
}

/* line 9643, app/assets/stylesheets/application.scss */
.nav-light .nav-link.active {
  color: #fff;
  background-color: var(--vz-light);
}

/* line 9648, app/assets/stylesheets/application.scss */
.nav-light.nav-tabs .nav-link.active {
  color: var(--vz-light);
  background-color: var(--vz-secondary-bg);
}

/* line 9653, app/assets/stylesheets/application.scss */
.nav-light.nav-tabs-custom .nav-link.active {
  color: var(--vz-light);
  background-color: var(--vz-secondary-bg);
}

/* line 9658, app/assets/stylesheets/application.scss */
.nav-light.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-light);
}

/* line 9662, app/assets/stylesheets/application.scss */
.nav-light.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-light);
}

/* line 9666, app/assets/stylesheets/application.scss */
.nav-light.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-light);
}

/* line 9670, app/assets/stylesheets/application.scss */
.nav-light.nav-custom-outline .nav-link.active {
  color: var(--vz-light);
  border-color: var(--vz-light);
}

/* line 9675, app/assets/stylesheets/application.scss */
.nav-border-top-dark .nav-link.active {
  color: var(--vz-dark);
  border-top-color: var(--vz-dark);
}

/* line 9680, app/assets/stylesheets/application.scss */
.nav-custom-dark {
  background-color: var(--vz-dark);
}

/* line 9684, app/assets/stylesheets/application.scss */
.nav-dark .nav-link.active {
  color: #fff;
  background-color: var(--vz-dark);
}

/* line 9689, app/assets/stylesheets/application.scss */
.nav-dark.nav-tabs .nav-link.active {
  color: var(--vz-dark);
  background-color: var(--vz-secondary-bg);
}

/* line 9694, app/assets/stylesheets/application.scss */
.nav-dark.nav-tabs-custom .nav-link.active {
  color: var(--vz-dark);
  background-color: var(--vz-secondary-bg);
}

/* line 9699, app/assets/stylesheets/application.scss */
.nav-dark.nav-tabs-custom .nav-link.active::after {
  background-color: var(--vz-dark);
}

/* line 9703, app/assets/stylesheets/application.scss */
.nav-dark.arrow-navtabs .nav-link.active::before {
  border-top-color: var(--vz-dark);
}

/* line 9707, app/assets/stylesheets/application.scss */
.nav-dark.custom-verti-nav-pills .nav-link.active::before {
  border-left-color: var(--vz-dark);
}

/* line 9711, app/assets/stylesheets/application.scss */
.nav-dark.nav-custom-outline .nav-link.active {
  color: var(--vz-dark);
  border-color: var(--vz-dark);
}

/* line 9716, app/assets/stylesheets/application.scss */
.table > thead {
  border-color: var(--vz-border-color);
}

/* line 9720, app/assets/stylesheets/application.scss */
.table > :not(:first-child) {
  border-top-width: var(--vz-border-width);
}

/* line 9724, app/assets/stylesheets/application.scss */
.table-nowrap td, .table-nowrap th {
  white-space: nowrap;
}

/* line 9728, app/assets/stylesheets/application.scss */
.table-card {
  margin: -1rem -1rem;
}

/* line 9732, app/assets/stylesheets/application.scss */
.table-card td:first-child, .table-card th:first-child {
  padding-left: 16px;
}

/* line 9736, app/assets/stylesheets/application.scss */
.table-card td:last-child, .table-card th:last-child {
  padding-right: 16px;
}

/* line 9740, app/assets/stylesheets/application.scss */
.table-card .table > :not(:first-child) {
  border-top-width: var(--vz-border-width);
}

/* line 9744, app/assets/stylesheets/application.scss */
.border-primary.table > thead {
  border-color: var(--vz-primary) !important;
}

/* line 9748, app/assets/stylesheets/application.scss */
.table-primary.table > thead {
  border-bottom-color: var(--vz-primary-border-subtle) !important;
}

/* line 9752, app/assets/stylesheets/application.scss */
.border-secondary.table > thead {
  border-color: var(--vz-secondary) !important;
}

/* line 9756, app/assets/stylesheets/application.scss */
.table-secondary.table > thead {
  border-bottom-color: var(--vz-secondary-border-subtle) !important;
}

/* line 9760, app/assets/stylesheets/application.scss */
.border-success.table > thead {
  border-color: var(--vz-success) !important;
}

/* line 9764, app/assets/stylesheets/application.scss */
.table-success.table > thead {
  border-bottom-color: var(--vz-success-border-subtle) !important;
}

/* line 9768, app/assets/stylesheets/application.scss */
.border-info.table > thead {
  border-color: var(--vz-info) !important;
}

/* line 9772, app/assets/stylesheets/application.scss */
.table-info.table > thead {
  border-bottom-color: var(--vz-info-border-subtle) !important;
}

/* line 9776, app/assets/stylesheets/application.scss */
.border-warning.table > thead {
  border-color: var(--vz-warning) !important;
}

/* line 9780, app/assets/stylesheets/application.scss */
.table-warning.table > thead {
  border-bottom-color: var(--vz-warning-border-subtle) !important;
}

/* line 9784, app/assets/stylesheets/application.scss */
.border-danger.table > thead {
  border-color: var(--vz-danger) !important;
}

/* line 9788, app/assets/stylesheets/application.scss */
.table-danger.table > thead {
  border-bottom-color: var(--vz-danger-border-subtle) !important;
}

/* line 9792, app/assets/stylesheets/application.scss */
.border-light.table > thead {
  border-color: var(--vz-light) !important;
}

/* line 9796, app/assets/stylesheets/application.scss */
.table-light.table > thead {
  border-bottom-color: var(--vz-light-border-subtle) !important;
}

/* line 9800, app/assets/stylesheets/application.scss */
.border-dark.table > thead {
  border-color: var(--vz-dark) !important;
}

/* line 9804, app/assets/stylesheets/application.scss */
.table-dark.table > thead {
  border-bottom-color: var(--vz-dark-border-subtle) !important;
}

/* line 9808, app/assets/stylesheets/application.scss */
.table > :not(caption) > * > * {
  color: var(--vz-table-color-state), var(--vz-table-color-type, var(--vz-table-color));
}

/* line 9812, app/assets/stylesheets/application.scss */
.table .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 9817, app/assets/stylesheets/application.scss */
.table .form-check .form-check-input {
  margin-left: 0;
  margin-top: 0;
  float: none;
  vertical-align: middle;
}

/* line 9824, app/assets/stylesheets/application.scss */
.table .sort {
  position: relative;
}

/* line 9828, app/assets/stylesheets/application.scss */
.table .sort::before {
  content: "\f035d";
  position: absolute;
  right: .5rem;
  top: 18px;
  font-size: .8rem;
  font-family: "Material Design Icons";
}

/* line 9837, app/assets/stylesheets/application.scss */
.table .sort::after {
  position: absolute;
  right: .5rem;
  content: "\f0360";
  font-family: "Material Design Icons";
  font-size: .8rem;
  top: 12px;
}

/* line 9846, app/assets/stylesheets/application.scss */
.modal-title {
  font-weight: var(--vz-font-weight-semibold);
}

/* line 9850, app/assets/stylesheets/application.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
  padding-bottom: 0;
}

/* line 9854, app/assets/stylesheets/application.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-header .btn-close {
  margin-top: -1.25rem 1.25rem;
}

/* line 9858, app/assets/stylesheets/application.scss */
.modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
  padding-top: 0;
}

/* line 9862, app/assets/stylesheets/application.scss */
.modal.fadeInRight .modal-dialog {
  opacity: 0;
  transform: translateX(20%);
  transition: all .3s ease-in-out;
}

/* line 9870, app/assets/stylesheets/application.scss */
.modal.fadeInRight.show .modal-dialog {
  opacity: 1;
  transform: translateX(0);
}

/* line 9876, app/assets/stylesheets/application.scss */
.modal.fadeInLeft .modal-dialog {
  animation: fadeInLeft .3s ease-in-out;
  transform: translate(-50%, 0);
}

/* line 9883, app/assets/stylesheets/application.scss */
.modal.fadeInLeft.show .modal-dialog {
  transform: none;
}

/* line 9888, app/assets/stylesheets/application.scss */
.modal.fadeInUp .modal-dialog {
  animation: fadeInUp .3s ease-in-out;
  transform: translate(0, 30%);
}

/* line 9895, app/assets/stylesheets/application.scss */
.modal.fadeInUp.show .modal-dialog {
  transform: none;
}

/* line 9900, app/assets/stylesheets/application.scss */
.modal.flip {
  perspective: 1300px;
}

/* line 9905, app/assets/stylesheets/application.scss */
.modal.flip .modal-dialog {
  opacity: 0;
  transform: rotateY(-70deg);
  transition: all .3s;
}

/* line 9913, app/assets/stylesheets/application.scss */
.modal.flip.show .modal-dialog {
  opacity: 1;
  transform: rotateY(0);
}

/* line 9919, app/assets/stylesheets/application.scss */
.modal.zoomIn .modal-dialog {
  opacity: 0;
  transform: scale(0.7);
  transition: all .3s ease;
}

/* line 9927, app/assets/stylesheets/application.scss */
.modal.zoomIn.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

/* line 9933, app/assets/stylesheets/application.scss */
.modal-dialog-right {
  margin-right: 1.75rem;
}

/* line 9937, app/assets/stylesheets/application.scss */
.modal-dialog-bottom {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 1.75rem);
}

@media (min-width: 576px) {
  /* line 9948, app/assets/stylesheets/application.scss */
  .modal-dialog-bottom {
    min-height: calc(100% - 3.5rem);
  }
}

/* line 9953, app/assets/stylesheets/application.scss */
.modal-dialog-bottom-right {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 1.75rem);
  margin-right: 1.75rem;
}

@media (min-width: 576px) {
  /* line 9965, app/assets/stylesheets/application.scss */
  .modal-dialog-bottom-right {
    min-height: calc(100% - 3.5rem);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 10050, app/assets/stylesheets/application.scss */
.login-modal {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(/%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(64%2c 81%2c 137%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c650.704C122.328%2c648.746%2c159.175%2c473.043%2c255.674%2c397.837C339.724%2c332.333%2c461.529%2c324.924%2c526.449%2c240.421C598.428%2c146.73%2c655.546%2c24.847%2c631.015%2c-90.726C606.666%2c-205.444%2c482.926%2c-263.497%2c401.565%2c-347.958C325.215%2c-427.217%2c275.543%2c-549.012%2c167.826%2c-571.563C60.344%2c-594.065%2c-27.703%2c-482.932%2c-135.163%2c-460.325C-256.336%2c-434.833%2c-401.929%2c-509.651%2c-497.972%2c-431.495C-592.807%2c-354.321%2c-579.865%2c-206.886%2c-595.603%2c-85.635C-611.133%2c34.016%2c-656.761%2c169.183%2c-588.884%2c268.934C-520.854%2c368.909%2c-362.458%2c340.324%2c-260.989%2c406.106C-158.875%2c472.306%2c-121.679%2c652.651%2c0%2c650.704' fill='%2333416e'%3e%3c/path%3e%3cpath d='M1440 995.672C1519.728 984.741 1563.12 899.779 1626.466 850.1469999999999 1682.6390000000001 806.135 1756.261 782.602 1791.2939999999999 720.431 1827.571 656.052 1835.537 577.6610000000001 1820.814 505.247 1806.518 434.933 1753.2640000000001 383.16999999999996 1710.941 325.228 1664.475 261.614 1634.992 175.16000000000003 1560.657 149.07999999999998 1485.96 122.87299999999999 1402.146 155.543 1332.03 192.289 1269.541 225.038 1232.754 287.251 1189.969 343.347 1149.925 395.849 1115.781 448.9 1089.96 509.672 1056 589.599 988.9680000000001 671.1659999999999 1015.557 753.837 1041.91 835.774 1142.714 863.61 1217.498 906.22 1288.388 946.611 1359.167 1006.755 1440 995.672' fill='%234d61a4'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
}

/* line 10056, app/assets/stylesheets/application.scss */
.pagination-separated .page-item .page-link {
  margin-left: .35rem;
  border-radius: var(--vz-border-radius);
}

/* line 10061, app/assets/stylesheets/application.scss */
.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px !important;
  border: none;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
}

/* line 10070, app/assets/stylesheets/application.scss */
.pagination-rounded.pagination-sm .page-link {
  min-width: 25px;
  min-height: 25px;
}

/* line 10075, app/assets/stylesheets/application.scss */
.page-item.active .page-link {
  box-shadow: var(--vz-element-shadow);
}

/* line 10080, app/assets/stylesheets/application.scss */
.progress-sm {
  height: 5px;
}

/* line 10084, app/assets/stylesheets/application.scss */
.progress-lg {
  height: 12px;
}

/* line 10088, app/assets/stylesheets/application.scss */
.progress-xl {
  height: 16px;
}

/* line 10092, app/assets/stylesheets/application.scss */
.custom-progess {
  position: relative;
}

/* line 10096, app/assets/stylesheets/application.scss */
.custom-progess .progress-icon {
  position: absolute;
  top: -12px;
}

/* line 10101, app/assets/stylesheets/application.scss */
.custom-progess .progress-icon .avatar-title {
  background: var(--vz-secondary-bg);
}

/* line 10105, app/assets/stylesheets/application.scss */
.animated-progress {
  position: relative;
}

/* line 10109, app/assets/stylesheets/application.scss */
.animated-progress .progress-bar {
  position: relative;
  border-radius: 6px;
  animation: animate-positive 2s;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/* line 10128, app/assets/stylesheets/application.scss */
.custom-progress {
  height: 15px;
  padding: 4px;
  border-radius: 30px;
}

/* line 10134, app/assets/stylesheets/application.scss */
.custom-progress .progress-bar {
  position: relative;
  border-radius: 30px;
}

/* line 10139, app/assets/stylesheets/application.scss */
.custom-progress .progress-bar::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 7px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 10152, app/assets/stylesheets/application.scss */
.progress-label {
  overflow: visible;
}

/* line 10156, app/assets/stylesheets/application.scss */
.progress-label .progress-bar {
  position: relative;
  overflow: visible;
}

/* line 10161, app/assets/stylesheets/application.scss */
.progress-label .progress-bar .label {
  position: absolute;
  top: -25px;
  right: -9px;
  background-color: var(--vz-primary);
  color: #fff;
  display: inline-block;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 4px;
}

/* line 10173, app/assets/stylesheets/application.scss */
.progress-label .progress-bar .label:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top-color: var(--vz-primary);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 10184, app/assets/stylesheets/application.scss */
.progress-step-arrow {
  height: 3.25rem;
}

/* line 10188, app/assets/stylesheets/application.scss */
.progress-step-arrow .progress-bar {
  position: relative;
  overflow: initial;
  font-size: .875rem;
  color: #fff;
}

/* line 10195, app/assets/stylesheets/application.scss */
.progress-step-arrow .progress-bar::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  bottom: 15px;
  right: -20px;
  z-index: 1;
}

/* line 10204, app/assets/stylesheets/application.scss */
.progress-primary .progress-bar {
  background-color: var(--vz-primary);
}

/* line 10208, app/assets/stylesheets/application.scss */
.progress-primary .progress-bar::after {
  border-left-color: var(--vz-primary);
}

/* line 10212, app/assets/stylesheets/application.scss */
.progress-primary .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-primary-rgb), 0.1) !important;
  color: var(--vz-primary) !important;
}

/* line 10217, app/assets/stylesheets/application.scss */
.progress-primary .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 10221, app/assets/stylesheets/application.scss */
.progress-secondary .progress-bar {
  background-color: var(--vz-secondary);
}

/* line 10225, app/assets/stylesheets/application.scss */
.progress-secondary .progress-bar::after {
  border-left-color: var(--vz-secondary);
}

/* line 10229, app/assets/stylesheets/application.scss */
.progress-secondary .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-secondary-rgb), 0.1) !important;
  color: var(--vz-secondary) !important;
}

/* line 10234, app/assets/stylesheets/application.scss */
.progress-secondary .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-secondary-rgb), 0.1);
}

/* line 10238, app/assets/stylesheets/application.scss */
.progress-success .progress-bar {
  background-color: var(--vz-success);
}

/* line 10242, app/assets/stylesheets/application.scss */
.progress-success .progress-bar::after {
  border-left-color: var(--vz-success);
}

/* line 10246, app/assets/stylesheets/application.scss */
.progress-success .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-success-rgb), 0.1) !important;
  color: var(--vz-success) !important;
}

/* line 10251, app/assets/stylesheets/application.scss */
.progress-success .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-success-rgb), 0.1);
}

/* line 10255, app/assets/stylesheets/application.scss */
.progress-info .progress-bar {
  background-color: var(--vz-info);
}

/* line 10259, app/assets/stylesheets/application.scss */
.progress-info .progress-bar::after {
  border-left-color: var(--vz-info);
}

/* line 10263, app/assets/stylesheets/application.scss */
.progress-info .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-info-rgb), 0.1) !important;
  color: var(--vz-info) !important;
}

/* line 10268, app/assets/stylesheets/application.scss */
.progress-info .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-info-rgb), 0.1);
}

/* line 10272, app/assets/stylesheets/application.scss */
.progress-warning .progress-bar {
  background-color: var(--vz-warning);
}

/* line 10276, app/assets/stylesheets/application.scss */
.progress-warning .progress-bar::after {
  border-left-color: var(--vz-warning);
}

/* line 10280, app/assets/stylesheets/application.scss */
.progress-warning .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-warning-rgb), 0.1) !important;
  color: var(--vz-warning) !important;
}

/* line 10285, app/assets/stylesheets/application.scss */
.progress-warning .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-warning-rgb), 0.1);
}

/* line 10289, app/assets/stylesheets/application.scss */
.progress-danger .progress-bar {
  background-color: var(--vz-danger);
}

/* line 10293, app/assets/stylesheets/application.scss */
.progress-danger .progress-bar::after {
  border-left-color: var(--vz-danger);
}

/* line 10297, app/assets/stylesheets/application.scss */
.progress-danger .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-danger-rgb), 0.1) !important;
  color: var(--vz-danger) !important;
}

/* line 10302, app/assets/stylesheets/application.scss */
.progress-danger .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-danger-rgb), 0.1);
}

/* line 10306, app/assets/stylesheets/application.scss */
.progress-light .progress-bar {
  background-color: var(--vz-light);
}

/* line 10310, app/assets/stylesheets/application.scss */
.progress-light .progress-bar::after {
  border-left-color: var(--vz-light);
}

/* line 10314, app/assets/stylesheets/application.scss */
.progress-light .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-light-rgb), 0.1) !important;
  color: var(--vz-light) !important;
}

/* line 10319, app/assets/stylesheets/application.scss */
.progress-light .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-light-rgb), 0.1);
}

/* line 10323, app/assets/stylesheets/application.scss */
.progress-dark .progress-bar {
  background-color: var(--vz-dark);
}

/* line 10327, app/assets/stylesheets/application.scss */
.progress-dark .progress-bar::after {
  border-left-color: var(--vz-dark);
}

/* line 10331, app/assets/stylesheets/application.scss */
.progress-dark .progress-bar:nth-child(2) {
  background-color: rgba(var(--vz-dark-rgb), 0.1) !important;
  color: var(--vz-dark) !important;
}

/* line 10336, app/assets/stylesheets/application.scss */
.progress-dark .progress-bar:nth-child(2)::after {
  border-left-color: rgba(var(--vz-dark-rgb), 0.1);
}

/* line 10340, app/assets/stylesheets/application.scss */
.popover {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

/* line 10345, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote {
  padding: 16px;
  border-left: 3px solid;
}

/* line 10350, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline {
  background-color: var(--vz-secondary-bg) !important;
  border: 1px solid;
  border-left: 3px solid;
}

/* line 10356, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-primary {
  border-color: var(--vz-primary);
  background-color: var(--vz-primary-bg-subtle);
}

/* line 10361, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-primary .blockquote-footer {
  color: var(--vz-primary-text-emphasis);
}

/* line 10365, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-primary {
  border-color: var(--vz-primary);
}

/* line 10369, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-primary .blockquote-footer {
  color: var(--vz-primary-text-emphasis);
}

/* line 10373, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-secondary {
  border-color: var(--vz-secondary);
  background-color: var(--vz-secondary-bg-subtle);
}

/* line 10378, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-secondary .blockquote-footer {
  color: var(--vz-secondary-text-emphasis);
}

/* line 10382, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-secondary {
  border-color: var(--vz-secondary);
}

/* line 10386, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-secondary .blockquote-footer {
  color: var(--vz-secondary-text-emphasis);
}

/* line 10390, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-success {
  border-color: var(--vz-success);
  background-color: var(--vz-success-bg-subtle);
}

/* line 10395, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-success .blockquote-footer {
  color: var(--vz-success-text-emphasis);
}

/* line 10399, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-success {
  border-color: var(--vz-success);
}

/* line 10403, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-success .blockquote-footer {
  color: var(--vz-success-text-emphasis);
}

/* line 10407, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-info {
  border-color: var(--vz-info);
  background-color: var(--vz-info-bg-subtle);
}

/* line 10412, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-info .blockquote-footer {
  color: var(--vz-info-text-emphasis);
}

/* line 10416, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-info {
  border-color: var(--vz-info);
}

/* line 10420, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-info .blockquote-footer {
  color: var(--vz-info-text-emphasis);
}

/* line 10424, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-warning {
  border-color: var(--vz-warning);
  background-color: var(--vz-warning-bg-subtle);
}

/* line 10429, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-warning .blockquote-footer {
  color: var(--vz-warning-text-emphasis);
}

/* line 10433, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-warning {
  border-color: var(--vz-warning);
}

/* line 10437, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-warning .blockquote-footer {
  color: var(--vz-warning-text-emphasis);
}

/* line 10441, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-danger {
  border-color: var(--vz-danger);
  background-color: var(--vz-danger-bg-subtle);
}

/* line 10446, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-danger .blockquote-footer {
  color: var(--vz-danger-text-emphasis);
}

/* line 10450, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-danger {
  border-color: var(--vz-danger);
}

/* line 10454, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-danger .blockquote-footer {
  color: var(--vz-danger-text-emphasis);
}

/* line 10458, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-light {
  border-color: var(--vz-light);
  background-color: var(--vz-light-bg-subtle);
}

/* line 10463, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-light .blockquote-footer {
  color: var(--vz-light-text-emphasis);
}

/* line 10467, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-light {
  border-color: var(--vz-light);
}

/* line 10471, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-light .blockquote-footer {
  color: var(--vz-light-text-emphasis);
}

/* line 10475, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-dark {
  border-color: var(--vz-dark);
  background-color: var(--vz-dark-bg-subtle);
}

/* line 10480, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-dark .blockquote-footer {
  color: var(--vz-dark-text-emphasis);
}

/* line 10484, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-dark {
  border-color: var(--vz-dark);
}

/* line 10488, app/assets/stylesheets/application.scss */
.custom-blockquote.blockquote.blockquote-outline.blockquote-dark .blockquote-footer {
  color: var(--vz-dark-text-emphasis);
}

/* line 10492, app/assets/stylesheets/application.scss */
.form-check {
  position: relative;
  text-align: left;
}

/* line 10497, app/assets/stylesheets/application.scss */
.form-check .form-check-input {
  cursor: pointer;
}

/* line 10501, app/assets/stylesheets/application.scss */
.form-check label {
  cursor: pointer;
}

/* line 10505, app/assets/stylesheets/application.scss */
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

/* line 10510, app/assets/stylesheets/application.scss */
.form-check-right {
  padding-left: 0;
  display: inline-block;
}

/* line 10515, app/assets/stylesheets/application.scss */
.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.6em;
}

/* line 10521, app/assets/stylesheets/application.scss */
.form-check-right .form-check-label {
  display: block;
}

/* line 10525, app/assets/stylesheets/application.scss */
.form-check-right.form-switch .form-check-input {
  margin-right: -2.56em;
}

/* line 10529, app/assets/stylesheets/application.scss */
.form-check-outline .form-check-input {
  position: relative;
}

/* line 10533, app/assets/stylesheets/application.scss */
.form-check-outline .form-check-input[type=checkbox]:checked {
  background-image: none;
}

/* line 10537, app/assets/stylesheets/application.scss */
.form-check-outline .form-check-input[type=checkbox]:checked::before {
  content: "\f012c";
  font-family: "Material Design Icons";
  top: -2px;
  position: absolute;
  font-weight: 700;
  font-size: 11px;
  left: 1px;
}

/* line 10547, app/assets/stylesheets/application.scss */
.form-radio-outline .form-check-input {
  position: relative;
}

/* line 10551, app/assets/stylesheets/application.scss */
.form-radio-outline .form-check-input[type=radio]:checked {
  background-image: none;
}

/* line 10555, app/assets/stylesheets/application.scss */
.form-radio-outline .form-check-input[type=radio]:checked::before {
  content: "\f0765";
  font-family: "Material Design Icons";
  top: 1px;
  position: absolute;
  font-size: 8px;
  left: 2.7px;
}

/* line 10564, app/assets/stylesheets/application.scss */
.form-switch-md {
  padding-left: 2.5rem;
  min-height: 22px;
  line-height: 22px;
}

/* line 10570, app/assets/stylesheets/application.scss */
.form-switch-md .form-check-input {
  width: 40px;
  height: 20px;
  left: -.5rem;
  position: relative;
}

/* line 10577, app/assets/stylesheets/application.scss */
.form-switch-md .form-check-label {
  vertical-align: middle;
}

/* line 10581, app/assets/stylesheets/application.scss */
.form-switch-lg {
  padding-left: 2.75rem;
  min-height: 28px;
  line-height: 28px;
}

/* line 10587, app/assets/stylesheets/application.scss */
.form-switch-lg .form-check-input {
  width: 48px;
  height: 24px;
  left: -.75rem;
  position: relative;
}

/* line 10594, app/assets/stylesheets/application.scss */
.input-group-text {
  margin-bottom: 0;
}

/* line 10598, app/assets/stylesheets/application.scss */
.form-switch-custom .form-check-input {
  position: relative;
  background-image: none;
}

/* line 10603, app/assets/stylesheets/application.scss */
.form-switch-custom .form-check-input::before {
  content: "\f0765";
  font-family: "Material Design Icons";
  top: -8.3px;
  position: absolute;
  font-size: 20px;
  left: -3px;
  color: var(--vz-secondary-color);
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10616, app/assets/stylesheets/application.scss */
  .form-switch-custom .form-check-input::before {
    transition: none;
  }
}

/* line 10622, app/assets/stylesheets/application.scss */
.form-switch-custom .form-check-input:checked {
  background-image: none;
  background-color: var(--vz-input-bg-custom) !important;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10630, app/assets/stylesheets/application.scss */
  .form-switch-custom .form-check-input:checked {
    transition: none;
  }
}

/* line 10636, app/assets/stylesheets/application.scss */
.form-switch-custom .form-check-input:checked::before {
  right: -3px;
  left: auto;
}

/* line 10641, app/assets/stylesheets/application.scss */
.form-switch-custom .form-check-input:focus {
  background-image: none;
}

/* line 10645, app/assets/stylesheets/application.scss */
.form-switch-right {
  display: inline-block;
  padding-right: .8em;
  margin-bottom: 0;
  padding-left: 0 !important;
}

/* line 10652, app/assets/stylesheets/application.scss */
.form-switch-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.6em;
  margin-top: 0.1em !important;
}

/* line 10659, app/assets/stylesheets/application.scss */
.form-switch-right label {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 10664, app/assets/stylesheets/application.scss */
.card-radio {
  padding: 0;
}

/* line 10668, app/assets/stylesheets/application.scss */
.card-radio .form-check-label {
  background-color: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-radius: .25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
}

/* line 10681, app/assets/stylesheets/application.scss */
.card-radio .form-check-label:hover {
  cursor: pointer;
}

/* line 10685, app/assets/stylesheets/application.scss */
.card-radio .form-check-input {
  display: none;
}

/* line 10689, app/assets/stylesheets/application.scss */
.card-radio .form-check-input:checked + .form-check-label {
  border-color: var(--vz-primary) !important;
}

/* line 10693, app/assets/stylesheets/application.scss */
.card-radio .form-check-input:checked + .form-check-label:before {
  content: "\eb80";
  font-family: remixicon;
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 16px;
  color: var(--vz-primary);
}

/* line 10703, app/assets/stylesheets/application.scss */
.card-radio.dark .form-check-input:checked + .form-check-label:before {
  color: #fff;
}

/* line 10707, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-primary .form-check-input[type=radio]:checked {
  color: var(--vz-primary);
  background-color: transparent;
  border-color: var(--vz-primary);
}

/* line 10713, app/assets/stylesheets/application.scss */
.form-check-primary .form-check-input:checked {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
}

/* line 10718, app/assets/stylesheets/application.scss */
.form-radio-primary .form-check-input:checked {
  border-color: var(--vz-primary);
  background-color: var(--vz-primary);
}

/* line 10723, app/assets/stylesheets/application.scss */
.form-radio-primary .form-check-input:checked:after {
  background-color: var(--vz-primary);
}

/* line 10727, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-primary .form-check-input[type=checkbox]:checked {
  color: var(--vz-primary);
  background-color: transparent;
  border-color: var(--vz-primary);
}

/* line 10733, app/assets/stylesheets/application.scss */
.form-switch-primary .form-check-input:checked {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
}

/* line 10738, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-primary .form-check-input:checked::before {
  color: var(--vz-primary);
}

/* line 10742, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-secondary .form-check-input[type=radio]:checked {
  color: var(--vz-secondary);
  background-color: transparent;
  border-color: var(--vz-secondary);
}

/* line 10748, app/assets/stylesheets/application.scss */
.form-check-secondary .form-check-input:checked {
  background-color: var(--vz-secondary);
  border-color: var(--vz-secondary);
}

/* line 10753, app/assets/stylesheets/application.scss */
.form-radio-secondary .form-check-input:checked {
  border-color: var(--vz-secondary);
  background-color: var(--vz-secondary);
}

/* line 10758, app/assets/stylesheets/application.scss */
.form-radio-secondary .form-check-input:checked:after {
  background-color: var(--vz-secondary);
}

/* line 10762, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-secondary .form-check-input[type=checkbox]:checked {
  color: var(--vz-secondary);
  background-color: transparent;
  border-color: var(--vz-secondary);
}

/* line 10768, app/assets/stylesheets/application.scss */
.form-switch-secondary .form-check-input:checked {
  background-color: var(--vz-secondary);
  border-color: var(--vz-secondary);
}

/* line 10773, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-secondary .form-check-input:checked::before {
  color: var(--vz-secondary);
}

/* line 10777, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-success .form-check-input[type=radio]:checked {
  color: var(--vz-success);
  background-color: transparent;
  border-color: var(--vz-success);
}

/* line 10783, app/assets/stylesheets/application.scss */
.form-check-success .form-check-input:checked {
  background-color: var(--vz-success);
  border-color: var(--vz-success);
}

/* line 10788, app/assets/stylesheets/application.scss */
.form-radio-success .form-check-input:checked {
  border-color: var(--vz-success);
  background-color: var(--vz-success);
}

/* line 10793, app/assets/stylesheets/application.scss */
.form-radio-success .form-check-input:checked:after {
  background-color: var(--vz-success);
}

/* line 10797, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-success .form-check-input[type=checkbox]:checked {
  color: var(--vz-success);
  background-color: transparent;
  border-color: var(--vz-success);
}

/* line 10803, app/assets/stylesheets/application.scss */
.form-switch-success .form-check-input:checked {
  background-color: var(--vz-success);
  border-color: var(--vz-success);
}

/* line 10808, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-success .form-check-input:checked::before {
  color: var(--vz-success);
}

/* line 10812, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-info .form-check-input[type=radio]:checked {
  color: var(--vz-info);
  background-color: transparent;
  border-color: var(--vz-info);
}

/* line 10818, app/assets/stylesheets/application.scss */
.form-check-info .form-check-input:checked {
  background-color: var(--vz-info);
  border-color: var(--vz-info);
}

/* line 10823, app/assets/stylesheets/application.scss */
.form-radio-info .form-check-input:checked {
  border-color: var(--vz-info);
  background-color: var(--vz-info);
}

/* line 10828, app/assets/stylesheets/application.scss */
.form-radio-info .form-check-input:checked:after {
  background-color: var(--vz-info);
}

/* line 10832, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-info .form-check-input[type=checkbox]:checked {
  color: var(--vz-info);
  background-color: transparent;
  border-color: var(--vz-info);
}

/* line 10838, app/assets/stylesheets/application.scss */
.form-switch-info .form-check-input:checked {
  background-color: var(--vz-info);
  border-color: var(--vz-info);
}

/* line 10843, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-info .form-check-input:checked::before {
  color: var(--vz-info);
}

/* line 10847, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-warning .form-check-input[type=radio]:checked {
  color: var(--vz-warning);
  background-color: transparent;
  border-color: var(--vz-warning);
}

/* line 10853, app/assets/stylesheets/application.scss */
.form-check-warning .form-check-input:checked {
  background-color: var(--vz-warning);
  border-color: var(--vz-warning);
}

/* line 10858, app/assets/stylesheets/application.scss */
.form-radio-warning .form-check-input:checked {
  border-color: var(--vz-warning);
  background-color: var(--vz-warning);
}

/* line 10863, app/assets/stylesheets/application.scss */
.form-radio-warning .form-check-input:checked:after {
  background-color: var(--vz-warning);
}

/* line 10867, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-warning .form-check-input[type=checkbox]:checked {
  color: var(--vz-warning);
  background-color: transparent;
  border-color: var(--vz-warning);
}

/* line 10873, app/assets/stylesheets/application.scss */
.form-switch-warning .form-check-input:checked {
  background-color: var(--vz-warning);
  border-color: var(--vz-warning);
}

/* line 10878, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-warning .form-check-input:checked::before {
  color: var(--vz-warning);
}

/* line 10882, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-danger .form-check-input[type=radio]:checked {
  color: var(--vz-danger);
  background-color: transparent;
  border-color: var(--vz-danger);
}

/* line 10888, app/assets/stylesheets/application.scss */
.form-check-danger .form-check-input:checked {
  background-color: var(--vz-danger);
  border-color: var(--vz-danger);
}

/* line 10893, app/assets/stylesheets/application.scss */
.form-radio-danger .form-check-input:checked {
  border-color: var(--vz-danger);
  background-color: var(--vz-danger);
}

/* line 10898, app/assets/stylesheets/application.scss */
.form-radio-danger .form-check-input:checked:after {
  background-color: var(--vz-danger);
}

/* line 10902, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-danger .form-check-input[type=checkbox]:checked {
  color: var(--vz-danger);
  background-color: transparent;
  border-color: var(--vz-danger);
}

/* line 10908, app/assets/stylesheets/application.scss */
.form-switch-danger .form-check-input:checked {
  background-color: var(--vz-danger);
  border-color: var(--vz-danger);
}

/* line 10913, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-danger .form-check-input:checked::before {
  color: var(--vz-danger);
}

/* line 10917, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-light .form-check-input[type=radio]:checked {
  color: var(--vz-light);
  background-color: transparent;
  border-color: var(--vz-light);
}

/* line 10923, app/assets/stylesheets/application.scss */
.form-check-light .form-check-input:checked {
  background-color: var(--vz-light);
  border-color: var(--vz-light);
}

/* line 10928, app/assets/stylesheets/application.scss */
.form-radio-light .form-check-input:checked {
  border-color: var(--vz-light);
  background-color: var(--vz-light);
}

/* line 10933, app/assets/stylesheets/application.scss */
.form-radio-light .form-check-input:checked:after {
  background-color: var(--vz-light);
}

/* line 10937, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-light .form-check-input[type=checkbox]:checked {
  color: var(--vz-light);
  background-color: transparent;
  border-color: var(--vz-light);
}

/* line 10943, app/assets/stylesheets/application.scss */
.form-switch-light .form-check-input:checked {
  background-color: var(--vz-light);
  border-color: var(--vz-light);
}

/* line 10948, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-light .form-check-input:checked::before {
  color: var(--vz-light);
}

/* line 10952, app/assets/stylesheets/application.scss */
.form-radio-outline.form-radio-dark .form-check-input[type=radio]:checked {
  color: var(--vz-dark);
  background-color: transparent;
  border-color: var(--vz-dark);
}

/* line 10958, app/assets/stylesheets/application.scss */
.form-check-dark .form-check-input:checked {
  background-color: var(--vz-dark);
  border-color: var(--vz-dark);
}

/* line 10963, app/assets/stylesheets/application.scss */
.form-radio-dark .form-check-input:checked {
  border-color: var(--vz-dark);
  background-color: var(--vz-dark);
}

/* line 10968, app/assets/stylesheets/application.scss */
.form-radio-dark .form-check-input:checked:after {
  background-color: var(--vz-dark);
}

/* line 10972, app/assets/stylesheets/application.scss */
.form-check-outline.form-check-dark .form-check-input[type=checkbox]:checked {
  color: var(--vz-dark);
  background-color: transparent;
  border-color: var(--vz-dark);
}

/* line 10978, app/assets/stylesheets/application.scss */
.form-switch-dark .form-check-input:checked {
  background-color: var(--vz-dark);
  border-color: var(--vz-dark);
}

/* line 10983, app/assets/stylesheets/application.scss */
.form-switch-custom.form-switch-dark .form-check-input:checked::before {
  color: var(--vz-dark);
}

/* line 10987, app/assets/stylesheets/application.scss */
.form-icon {
  position: relative;
}

/* line 10991, app/assets/stylesheets/application.scss */
.form-icon .form-control-icon {
  padding-left: calc(.9rem * 3);
  position: relative;
}

/* line 10996, app/assets/stylesheets/application.scss */
.form-icon i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  display: flex;
  align-items: center;
}

/* line 11009, app/assets/stylesheets/application.scss */
.form-icon.right .form-control-icon {
  padding-right: calc(.9rem * 3);
  padding-left: .9rem;
  position: relative;
}

/* line 11015, app/assets/stylesheets/application.scss */
.form-icon.right i {
  left: auto;
  right: 18px;
}

/* line 11020, app/assets/stylesheets/application.scss */
.list-group-fill-primary.list-group-item {
  color: #fff;
  background-color: var(--vz-primary) !important;
  border-color: var(--vz-primary);
}

/* line 11026, app/assets/stylesheets/application.scss */
.list-group-fill-secondary.list-group-item {
  color: #fff;
  background-color: var(--vz-secondary) !important;
  border-color: var(--vz-secondary);
}

/* line 11032, app/assets/stylesheets/application.scss */
.list-group-fill-success.list-group-item {
  color: #fff;
  background-color: var(--vz-success) !important;
  border-color: var(--vz-success);
}

/* line 11038, app/assets/stylesheets/application.scss */
.list-group-fill-info.list-group-item {
  color: #fff;
  background-color: var(--vz-info) !important;
  border-color: var(--vz-info);
}

/* line 11044, app/assets/stylesheets/application.scss */
.list-group-fill-warning.list-group-item {
  color: #fff;
  background-color: var(--vz-warning) !important;
  border-color: var(--vz-warning);
}

/* line 11050, app/assets/stylesheets/application.scss */
.list-group-fill-danger.list-group-item {
  color: #fff;
  background-color: var(--vz-danger) !important;
  border-color: var(--vz-danger);
}

/* line 11056, app/assets/stylesheets/application.scss */
.list-group-fill-light.list-group-item {
  color: #000;
  background-color: var(--vz-light) !important;
  border-color: var(--vz-light);
}

/* line 11062, app/assets/stylesheets/application.scss */
.list-group-fill-dark.list-group-item {
  color: #fff;
  background-color: var(--vz-dark) !important;
  border-color: var(--vz-dark);
}

/* line 11068, app/assets/stylesheets/application.scss */
.list-group-item {
  margin-bottom: 0;
}

/* line 11072, app/assets/stylesheets/application.scss */
.list-group-item .list-text {
  color: var(--vz-secondary-color);
}

/* line 11076, app/assets/stylesheets/application.scss */
.list-group-item.active {
  box-shadow: var(--vz-element-shadow);
}

/* line 11081, app/assets/stylesheets/application.scss */
.list-group-item.active .list-title {
  color: #fff;
}

/* line 11085, app/assets/stylesheets/application.scss */
.list-group-item.active .list-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11089, app/assets/stylesheets/application.scss */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

/* line 11107, app/assets/stylesheets/application.scss */
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

/* line 11115, app/assets/stylesheets/application.scss */
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

/* line 11130, app/assets/stylesheets/application.scss */
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 11145, app/assets/stylesheets/application.scss */
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}

/* line 11161, app/assets/stylesheets/application.scss */
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 11165, app/assets/stylesheets/application.scss */
.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

/* line 11170, app/assets/stylesheets/application.scss */
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 11177, app/assets/stylesheets/application.scss */
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

/* line 11200, app/assets/stylesheets/application.scss */
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/* line 11217, app/assets/stylesheets/application.scss */
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 11226, app/assets/stylesheets/application.scss */
.simplebar-dragging[data-simplebar] .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 11234, app/assets/stylesheets/application.scss */
.simplebar-dragging[data-simplebar] .simplebar-track {
  pointer-events: all;
}

/* line 11238, app/assets/stylesheets/application.scss */
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

/* line 11245, app/assets/stylesheets/application.scss */
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear;
}

/* line 11257, app/assets/stylesheets/application.scss */
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

/* line 11263, app/assets/stylesheets/application.scss */
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

/* line 11268, app/assets/stylesheets/application.scss */
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

/* line 11273, app/assets/stylesheets/application.scss */
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

/* line 11278, app/assets/stylesheets/application.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* line 11284, app/assets/stylesheets/application.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* line 11294, app/assets/stylesheets/application.scss */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

/* line 11299, app/assets/stylesheets/application.scss */
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 11310, app/assets/stylesheets/application.scss */
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* line 11318, app/assets/stylesheets/application.scss */
.custom-scroll {
  height: 100%;
}

/* line 11322, app/assets/stylesheets/application.scss */
[data-simplebar-track=primary] .simplebar-scrollbar:before {
  background: var(--vz-primary);
}

/* line 11326, app/assets/stylesheets/application.scss */
[data-simplebar-track=secondary] .simplebar-scrollbar:before {
  background: var(--vz-secondary);
}

/* line 11330, app/assets/stylesheets/application.scss */
[data-simplebar-track=success] .simplebar-scrollbar:before {
  background: var(--vz-success);
}

/* line 11334, app/assets/stylesheets/application.scss */
[data-simplebar-track=info] .simplebar-scrollbar:before {
  background: var(--vz-info);
}

/* line 11338, app/assets/stylesheets/application.scss */
[data-simplebar-track=warning] .simplebar-scrollbar:before {
  background: var(--vz-warning);
}

/* line 11342, app/assets/stylesheets/application.scss */
[data-simplebar-track=danger] .simplebar-scrollbar:before {
  background: var(--vz-danger);
}

/* line 11346, app/assets/stylesheets/application.scss */
[data-simplebar-track=light] .simplebar-scrollbar:before {
  background: var(--vz-light);
}

/* line 11350, app/assets/stylesheets/application.scss */
[data-simplebar-track=dark] .simplebar-scrollbar:before {
  background: var(--vz-dark);
}

/* line 11354, app/assets/stylesheets/application.scss */
code[class*=language-], pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

/* line 11374, app/assets/stylesheets/application.scss */
code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 11379, app/assets/stylesheets/application.scss */
code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 11384, app/assets/stylesheets/application.scss */
code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  /* line 11390, app/assets/stylesheets/application.scss */
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}

/* line 11395, app/assets/stylesheets/application.scss */
pre[class*=language-] {
  padding: 1em;
  margin: 0;
  overflow: auto;
}

/* line 11401, app/assets/stylesheets/application.scss */
:not(pre) > code[class*=language-], pre[class*=language-] {
  background: var(--vz-light) !important;
}

/* line 11405, app/assets/stylesheets/application.scss */
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

/* line 11411, app/assets/stylesheets/application.scss */
.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

/* line 11415, app/assets/stylesheets/application.scss */
.token.punctuation {
  color: #999;
}

/* line 11419, app/assets/stylesheets/application.scss */
.token.namespace {
  opacity: .7;
}

/* line 11423, app/assets/stylesheets/application.scss */
.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #f06548;
}

/* line 11427, app/assets/stylesheets/application.scss */
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

/* line 11431, app/assets/stylesheets/application.scss */
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

/* line 11436, app/assets/stylesheets/application.scss */
.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

/* line 11440, app/assets/stylesheets/application.scss */
.token.class-name, .token.function {
  color: #dd4a68;
}

/* line 11444, app/assets/stylesheets/application.scss */
.token.important, .token.regex, .token.variable {
  color: #e90;
}

/* line 11448, app/assets/stylesheets/application.scss */
.token.bold, .token.important {
  font-weight: 700;
}

/* line 11452, app/assets/stylesheets/application.scss */
.token.italic {
  font-style: italic;
}

/* line 11456, app/assets/stylesheets/application.scss */
.token.entity {
  cursor: help;
}

/* line 11460, app/assets/stylesheets/application.scss */
:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #eff2f7;
}

/* line 11464, app/assets/stylesheets/application.scss */
code[class*=language-], pre[class*=language-] {
  color: #878a99;
  text-shadow: none;
}

/* line 11469, app/assets/stylesheets/application.scss */
.language-markup::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 11473, app/assets/stylesheets/application.scss */
.language-markup::-webkit-scrollbar:vertical {
  width: 10px;
}

/* line 11477, app/assets/stylesheets/application.scss */
.language-markup::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 11481, app/assets/stylesheets/application.scss */
.language-markup::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-body-color-rgb), 0.1);
  border-radius: 10px;
  border: 2px solid var(--vz-light);
}

/* line 11487, app/assets/stylesheets/application.scss */
.language-markup::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--vz-light);
}

/* line 11492, app/assets/stylesheets/application.scss */
#scroll-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 65px;
  right: 30px;
  background: #343a40;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  transition: all .5s ease;
}

/* line 11506, app/assets/stylesheets/application.scss */
.btn-clipboard {
  position: absolute !important;
  right: 15px !important;
  z-index: 1 !important;
}

/* line 11512, app/assets/stylesheets/application.scss */
div.code-toolbar > .toolbar {
  opacity: 1 !important;
}

/* line 11516, app/assets/stylesheets/application.scss */
div.code-toolbar > .toolbar button {
  display: inline-block !important;
  margin: 0.375rem 0.5rem !important;
  padding: 0.25rem 0.75rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  border-radius: 0.2rem !important;
  border: 1px solid rgba(64, 81, 137, 0.35) !important;
  background-color: transparent;
  color: #405189 !important;
  box-shadow: none !important;
}

/* line 11532, app/assets/stylesheets/application.scss */
div.code-toolbar > .toolbar button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/* line 11538, app/assets/stylesheets/application.scss */
div.code-toolbar > .toolbar button:hover {
  background-color: #405189 !important;
  color: #fff !important;
}

/* line 11543, app/assets/stylesheets/application.scss */
.swal2-container .swal2-title {
  padding: 24px 24px 0;
  font-size: 20px;
  font-weight: var(--vz-font-weight-medium);
}

/* line 11549, app/assets/stylesheets/application.scss */
.swal2-popup {
  padding-bottom: 24px;
  border-radius: var(--vz-border-radius-lg);
  background-color: var(--vz-secondary-bg);
  color: var(--vz-body-color);
}

/* line 11556, app/assets/stylesheets/application.scss */
.swal2-popup .swal2-title {
  color: var(--vz-heading-color);
}

/* line 11560, app/assets/stylesheets/application.scss */
.swal2-popup .swal2-html-container {
  color: var(--vz-body-color);
}

/* line 11564, app/assets/stylesheets/application.scss */
.swal2-footer {
  border-top: 1px solid var(--vz-border-color);
  color: var(--vz-body-color);
}

/* line 11569, app/assets/stylesheets/application.scss */
.swal2-html-container {
  font-size: 16px;
}

/* line 11573, app/assets/stylesheets/application.scss */
.swal2-icon.swal2-question {
  border-color: var(--vz-info);
  color: var(--vz-info);
}

/* line 11578, app/assets/stylesheets/application.scss */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: var(--vz-success);
}

/* line 11582, app/assets/stylesheets/application.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(var(--vz-success-rgb), 0.3);
}

/* line 11586, app/assets/stylesheets/application.scss */
.swal2-icon.swal2-warning {
  border-color: var(--vz-warning);
  color: var(--vz-warning);
}

/* line 11591, app/assets/stylesheets/application.scss */
.swal2-styled:focus {
  box-shadow: none;
}

/* line 11596, app/assets/stylesheets/application.scss */
.swal2-loader {
  border-color: var(--vz-primary) transparent var(--vz-primary) transparent;
}

/* line 11600, app/assets/stylesheets/application.scss */
.swal2-timer-progress-bar {
  background-color: rgba(var(--vz-success-rgb), 0.4);
}

/* line 11604, app/assets/stylesheets/application.scss */
.swal2-progress-steps .swal2-progress-step {
  background: var(--vz-primary);
}

/* line 11608, app/assets/stylesheets/application.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: var(--vz-primary);
}

/* line 11612, app/assets/stylesheets/application.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(var(--vz-primary-rgb), 0.3);
}

/* line 11616, app/assets/stylesheets/application.scss */
.swal2-progress-steps .swal2-progress-step-line {
  background: var(--vz-primary);
}

/* line 11620, app/assets/stylesheets/application.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  border-left-color: var(--vz-primary) !important;
  border-right-color: var(--vz-primary) !important;
}

/* line 11625, app/assets/stylesheets/application.scss */
.swal2-file, .swal2-input, .swal2-textarea {
  border: 1px solid var(--vz-input-border-custom);
}

/* line 11629, app/assets/stylesheets/application.scss */
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  box-shadow: none;
  border-color: var(--vz-primary-border-subtle);
}

/* line 11635, app/assets/stylesheets/application.scss */
.swal2-input {
  height: auto;
  display: block;
  padding: .5rem .9rem;
  font-size: var(--vz-font-base);
  font-weight: var(--vz-font-weight-normal);
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  background-clip: padding-box;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
}

/* line 11648, app/assets/stylesheets/application.scss */
.swal2-close {
  font-family: var(--vz-font-sans-serif);
  font-weight: var(--vz-font-weight-light);
  font-size: 28px;
}

/* line 11654, app/assets/stylesheets/application.scss */
.swal2-close:focus {
  box-shadow: none;
}

/* line 11659, app/assets/stylesheets/application.scss */
.swal2-close:hover {
  color: var(--vz-primary);
}

/* line 11663, app/assets/stylesheets/application.scss */
.swal2-validation-message {
  background-color: transparent;
}

/* line 11667, app/assets/stylesheets/application.scss */
.dropzone {
  min-height: 230px;
  border: 2px dashed var(--vz-border-color);
  background: var(--vz-secondary-bg);
  border-radius: 6px;
}

/* line 11674, app/assets/stylesheets/application.scss */
.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
  margin: 1em 0;
}

/* line 11680, app/assets/stylesheets/application.scss */
.noUi-connect {
  background: var(--vz-success);
}

/* line 11684, app/assets/stylesheets/application.scss */
.noUi-handle {
  background: var(--vz-success);
  border: 2px solid var(--vz-card-bg);
  box-shadow: none;
}

/* line 11691, app/assets/stylesheets/application.scss */
.noUi-horizontal {
  height: 4px;
}

/* line 11695, app/assets/stylesheets/application.scss */
.noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  right: -10px !important;
  top: -7px;
}

/* line 11703, app/assets/stylesheets/application.scss */
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  display: none;
}

/* line 11707, app/assets/stylesheets/application.scss */
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

/* line 11711, app/assets/stylesheets/application.scss */
.noUi-pips-horizontal {
  height: 50px;
}

/* line 11715, app/assets/stylesheets/application.scss */
.noUi-tooltip {
  padding: .4rem .7rem;
  border-color: var(--vz-border-color);
  border-radius: var(--vz-border-radius);
  background-color: var(--vz-secondary-bg);
  color: var(--vz-body-color);
}

/* line 11723, app/assets/stylesheets/application.scss */
.noUi-vertical {
  width: 4px;
}

/* line 11727, app/assets/stylesheets/application.scss */
.noUi-vertical .noUi-handle {
  height: 16px;
  width: 16px;
  right: -8px;
  top: -12px;
  left: auto;
  border-radius: 50%;
}

/* line 11736, app/assets/stylesheets/application.scss */
.noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before {
  display: none;
}

/* line 11740, app/assets/stylesheets/application.scss */
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}

/* line 11744, app/assets/stylesheets/application.scss */
.noUi-vertical .noUi-origin {
  top: 0;
}

/* line 11748, app/assets/stylesheets/application.scss */
.noUi-value {
  font-size: 12px;
}

/* line 11752, app/assets/stylesheets/application.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
}

/* line 11756, app/assets/stylesheets/application.scss */
.noUi-value-horizontal {
  padding-top: 4px;
}

/* line 11760, app/assets/stylesheets/application.scss */
.noUi-target {
  box-shadow: none;
  background-color: var(--vz-light);
  border-color: var(--vz-light);
}

/* line 11767, app/assets/stylesheets/application.scss */
.noUi-touch-area:focus {
  outline: 0;
}

/* line 11771, app/assets/stylesheets/application.scss */
#blue, #green, #red {
  margin: 10px;
  display: inline-block;
  height: 200px;
}

/* line 11777, app/assets/stylesheets/application.scss */
#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--vz-border-color);
}

/* line 11785, app/assets/stylesheets/application.scss */
#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--vz-border-color);
  box-shadow: 0 0 3px;
  border-radius: 7px;
}

/* line 11797, app/assets/stylesheets/application.scss */
#red .noUi-connect {
  background: var(--vz-danger);
}

/* line 11801, app/assets/stylesheets/application.scss */
#green .noUi-connect {
  background: var(--vz-success);
}

/* line 11805, app/assets/stylesheets/application.scss */
#blue .noUi-connect {
  background: var(--vz-primary);
}

/* line 11809, app/assets/stylesheets/application.scss */
.form-control.keyboard {
  max-width: 340px !important;
}

/* line 11813, app/assets/stylesheets/application.scss */
.example-val {
  font-size: 12px;
  color: var(--vz-secondary-color);
  display: block;
  margin: 15px 0;
}

/* line 11820, app/assets/stylesheets/application.scss */
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}

/* line 11826, app/assets/stylesheets/application.scss */
.noUi-tooltip {
  display: none;
}

/* line 11830, app/assets/stylesheets/application.scss */
.noUi-active .noUi-tooltip {
  display: block;
}

/* line 11834, app/assets/stylesheets/application.scss */
.c-1-color {
  background: var(--vz-danger);
}

/* line 11838, app/assets/stylesheets/application.scss */
.c-2-color {
  background: var(--vz-warning);
}

/* line 11842, app/assets/stylesheets/application.scss */
.c-3-color {
  background: var(--vz-success);
}

/* line 11846, app/assets/stylesheets/application.scss */
.c-4-color {
  background: var(--vz-primary);
}

/* line 11850, app/assets/stylesheets/application.scss */
.c-5-color {
  background: #6559cc;
}

/* line 11854, app/assets/stylesheets/application.scss */
#slider-toggle {
  height: 50px;
}

/* line 11858, app/assets/stylesheets/application.scss */
#slider-toggle.off .noUi-handle {
  border-color: var(--vz-danger);
}

/* line 11862, app/assets/stylesheets/application.scss */
.noUi-marker {
  background-color: var(--vz-border-color);
}

/* line 11866, app/assets/stylesheets/application.scss */
.noUi-pips {
  color: var(--vz-body-color);
}

/* line 11870, app/assets/stylesheets/application.scss */
[data-slider-color=primary] .noUi-connect {
  background: var(--vz-primary);
}

/* line 11874, app/assets/stylesheets/application.scss */
[data-slider-color=primary] .noUi-handle {
  background: var(--vz-primary);
}

/* line 11878, app/assets/stylesheets/application.scss */
[data-slider-color=primary][data-slider-style=border] .noUi-handle, [data-slider-color=primary][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-primary);
}

/* line 11882, app/assets/stylesheets/application.scss */
[data-slider-color=secondary] .noUi-connect {
  background: var(--vz-secondary);
}

/* line 11886, app/assets/stylesheets/application.scss */
[data-slider-color=secondary] .noUi-handle {
  background: var(--vz-secondary);
}

/* line 11890, app/assets/stylesheets/application.scss */
[data-slider-color=secondary][data-slider-style=border] .noUi-handle, [data-slider-color=secondary][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-secondary);
}

/* line 11894, app/assets/stylesheets/application.scss */
[data-slider-color=success] .noUi-connect {
  background: var(--vz-success);
}

/* line 11898, app/assets/stylesheets/application.scss */
[data-slider-color=success] .noUi-handle {
  background: var(--vz-success);
}

/* line 11902, app/assets/stylesheets/application.scss */
[data-slider-color=success][data-slider-style=border] .noUi-handle, [data-slider-color=success][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-success);
}

/* line 11906, app/assets/stylesheets/application.scss */
[data-slider-color=info] .noUi-connect {
  background: var(--vz-info);
}

/* line 11910, app/assets/stylesheets/application.scss */
[data-slider-color=info] .noUi-handle {
  background: var(--vz-info);
}

/* line 11914, app/assets/stylesheets/application.scss */
[data-slider-color=info][data-slider-style=border] .noUi-handle, [data-slider-color=info][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-info);
}

/* line 11918, app/assets/stylesheets/application.scss */
[data-slider-color=warning] .noUi-connect {
  background: var(--vz-warning);
}

/* line 11922, app/assets/stylesheets/application.scss */
[data-slider-color=warning] .noUi-handle {
  background: var(--vz-warning);
}

/* line 11926, app/assets/stylesheets/application.scss */
[data-slider-color=warning][data-slider-style=border] .noUi-handle, [data-slider-color=warning][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-warning);
}

/* line 11930, app/assets/stylesheets/application.scss */
[data-slider-color=danger] .noUi-connect {
  background: var(--vz-danger);
}

/* line 11934, app/assets/stylesheets/application.scss */
[data-slider-color=danger] .noUi-handle {
  background: var(--vz-danger);
}

/* line 11938, app/assets/stylesheets/application.scss */
[data-slider-color=danger][data-slider-style=border] .noUi-handle, [data-slider-color=danger][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-danger);
}

/* line 11942, app/assets/stylesheets/application.scss */
[data-slider-color=light] .noUi-connect {
  background: var(--vz-light);
}

/* line 11946, app/assets/stylesheets/application.scss */
[data-slider-color=light] .noUi-handle {
  background: var(--vz-light);
}

/* line 11950, app/assets/stylesheets/application.scss */
[data-slider-color=light][data-slider-style=border] .noUi-handle, [data-slider-color=light][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-light);
}

/* line 11954, app/assets/stylesheets/application.scss */
[data-slider-color=dark] .noUi-connect {
  background: var(--vz-dark);
}

/* line 11958, app/assets/stylesheets/application.scss */
[data-slider-color=dark] .noUi-handle {
  background: var(--vz-dark);
}

/* line 11962, app/assets/stylesheets/application.scss */
[data-slider-color=dark][data-slider-style=border] .noUi-handle, [data-slider-color=dark][data-slider-style=square] .noUi-handle {
  border-color: var(--vz-dark);
}

/* line 11966, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=lg] {
  height: 12px;
}

/* line 11970, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=lg] .noUi-handle {
  width: 24px;
  height: 24px;
}

/* line 11975, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=md] {
  height: 8px;
}

/* line 11979, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=md] .noUi-handle {
  width: 20px;
  height: 20px;
}

/* line 11984, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=sm] {
  height: 4px;
}

/* line 11988, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-size=sm] .noUi-handle {
  width: 16px;
  height: 16px;
}

/* line 11993, app/assets/stylesheets/application.scss */
.noUi-horizontal[data-slider-style=line] .noUi-handle {
  width: 8px;
  border-radius: 4px;
  right: -8px;
}

/* line 11999, app/assets/stylesheets/application.scss */
.noUi-vertical[data-slider-style=line] .noUi-handle {
  height: 8px;
  border-radius: 4px;
  top: -3px;
}

/* line 12005, app/assets/stylesheets/application.scss */
[data-slider-style=border] .noUi-handle {
  border-color: var(--vz-success);
  background-color: var(--vz-card-bg);
}

/* line 12010, app/assets/stylesheets/application.scss */
[data-slider-style=square] .noUi-handle {
  border-radius: 0;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  top: -4px;
  border-color: var(--vz-success);
  background-color: var(--vz-card-bg);
}

/* line 12021, app/assets/stylesheets/application.scss */
.nested-list .list-group-item {
  background-color: rgba(var(--vz-primary-rgb), 0.05);
  border-color: rgba(var(--vz-primary-rgb), 0.05);
}

/* line 12026, app/assets/stylesheets/application.scss */
.nested-1, .nested-2, .nested-3, .nested-list {
  margin-top: 5px;
}

/* line 12030, app/assets/stylesheets/application.scss */
.nested-sortable-handle .handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}

/* line 12049, app/assets/stylesheets/application.scss */
.nested-sortable-handle .list-group-item {
  padding-left: 42px;
}

/* line 12053, app/assets/stylesheets/application.scss */
.shepherd-element {
  background: var(--vz-secondary-bg);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

/* line 12059, app/assets/stylesheets/application.scss */
.shepherd-has-title .shepherd-content .shepherd-header {
  background-color: var(--vz-light);
  padding: .5rem .75rem;
}

/* line 12064, app/assets/stylesheets/application.scss */
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: rgba(var(--vz-body-color-rgb), 0.75);
}

/* line 12068, app/assets/stylesheets/application.scss */
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(var(--vz-body-color-rgb), 1);
}

/* line 12072, app/assets/stylesheets/application.scss */
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: var(--vz-light);
}

/* line 12076, app/assets/stylesheets/application.scss */
.shepherd-title {
  font-size: 15px;
  font-weight: var(--vz-font-weight-medium);
  color: var(--vz-body-color);
}

/* line 12082, app/assets/stylesheets/application.scss */
.shepherd-text {
  padding: .75rem;
  font-size: var(--vz-font-base);
  color: var(--vz-body-color);
}

/* line 12088, app/assets/stylesheets/application.scss */
.shepherd-button.btn-success:not(:disabled):hover {
  background: var(--vz-success-text-emphasis);
  color: #fff;
}

/* line 12093, app/assets/stylesheets/application.scss */
.shepherd-button.btn-light:not(:disabled):hover {
  background: rgba(var(--vz-light-rgb), 0.75);
  color: var(--vz-body-color);
}

/* line 12098, app/assets/stylesheets/application.scss */
.shepherd-button.btn-primary:not(:disabled):hover {
  background: var(--vz-primary-text-emphasis);
  color: #fff;
}

/* line 12103, app/assets/stylesheets/application.scss */
.shepherd-footer {
  padding: 0 .75rem .75rem;
}

/* line 12107, app/assets/stylesheets/application.scss */
.shepherd-arrow, .shepherd-arrow:before {
  content: "\ea75";
  font-family: remixicon;
  font-size: 24px;
  z-index: 1;
  background-color: transparent !important;
  transform: rotate(0);
  color: var(--vz-primary);
}

/* line 12118, app/assets/stylesheets/application.scss */
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -18px;
}

/* line 12122, app/assets/stylesheets/application.scss */
.shepherd-button {
  margin-right: .5rem;
}

/* line 12126, app/assets/stylesheets/application.scss */
.swiper-button-next, .swiper-button-prev {
  height: 32px;
  width: 32px;
  background-color: rgba(var(--vz-primary-rgb), 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}

/* line 12135, app/assets/stylesheets/application.scss */
.swiper-button-next::after, .swiper-button-prev::after {
  font-family: remixicon;
  font-size: 28px;
  color: rgba(var(--vz-primary-rgb), 1);
  transition: all .3s ease;
}

/* line 12143, app/assets/stylesheets/application.scss */
.swiper-button-prev::after {
  content: "" !important;
}

/* line 12147, app/assets/stylesheets/application.scss */
.swiper-button-next::after {
  content: "" !important;
}

/* line 12151, app/assets/stylesheets/application.scss */
.swiper-pagination-bullet {
  width: 22px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: var(--vz-element-shadow);
}

/* line 12160, app/assets/stylesheets/application.scss */
.swiper-pagination-bullet .swiper-pagination-bullet-active {
  opacity: 1;
}

/* line 12164, app/assets/stylesheets/application.scss */
.dynamic-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: .5;
  transition: all .5s ease;
}

/* line 12173, app/assets/stylesheets/application.scss */
.dynamic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

/* line 12178, app/assets/stylesheets/application.scss */
.swiper-pagination-fraction {
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/* line 12186, app/assets/stylesheets/application.scss */
.pagination-custom .swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 8px;
  background-color: #fff;
  opacity: .5;
  transition: all .5s ease;
}

/* line 12197, app/assets/stylesheets/application.scss */
.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--vz-secondary);
  opacity: 1;
}

/* line 12202, app/assets/stylesheets/application.scss */
.swiper-pagination-progressbar {
  height: 6px !important;
  background-color: rgba(var(--vz-success-rgb), 0.25);
}

/* line 12207, app/assets/stylesheets/application.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--vz-success);
}

/* line 12211, app/assets/stylesheets/application.scss */
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1.2px;
  height: 6px !important;
}

/* line 12219, app/assets/stylesheets/application.scss */
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}

/* line 12223, app/assets/stylesheets/application.scss */
.swiper-pagination-dark .swiper-pagination-bullet {
  background-color: var(--vz-secondary);
}

/* line 12227, app/assets/stylesheets/application.scss */
.swiper-pagination-dark .dynamic-pagination .swiper-pagination-bullet {
  background-color: var(--vz-secondary);
}

/* line 12231, app/assets/stylesheets/application.scss */
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet {
  color: #fff;
}

/* line 12235, app/assets/stylesheets/application.scss */
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* line 12239, app/assets/stylesheets/application.scss */
.swiper-pagination-dark.swiper-scrollbar {
  background-color: rgba(var(--vz-dark-rgb), 0.35);
}

/* line 12243, app/assets/stylesheets/application.scss */
.multi-wrapper {
  border: none;
  position: relative;
}

/* line 12248, app/assets/stylesheets/application.scss */
.multi-wrapper::before {
  content: "\ea61";
  position: absolute;
  font-family: remixicon;
  left: 50%;
  transform: translateX(-50%);
  bottom: 86px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  color: var(--vz-secondary-color);
  background-color: var(--vz-light);
  z-index: 1;
}

/* line 12274, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper {
  border: 1px solid var(--vz-input-border-custom);
  background-color: var(--vz-input-bg-custom);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 12281, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper::-webkit-scrollbar, .multi-wrapper .selected-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 12285, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper::-webkit-scrollbar:vertical, .multi-wrapper .selected-wrapper::-webkit-scrollbar:vertical {
  width: 10px;
}

/* line 12289, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper::-webkit-scrollbar:horizontal, .multi-wrapper .selected-wrapper::-webkit-scrollbar:horizontal {
  height: 9px;
}

/* line 12293, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper::-webkit-scrollbar-thumb, .multi-wrapper .selected-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-dark-rgb), 0.2);
  border-radius: 10px;
  border: 2px solid var(--vz-input-bg-custom);
}

/* line 12299, app/assets/stylesheets/application.scss */
.multi-wrapper .non-selected-wrapper::-webkit-scrollbar-track, .multi-wrapper .selected-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--vz-input-bg-custom);
}

/* line 12304, app/assets/stylesheets/application.scss */
.multi-wrapper .item-group .group-label {
  font-size: 12px;
}

/* line 12308, app/assets/stylesheets/application.scss */
.multi-wrapper .item {
  color: var(--vz-body-color);
}

/* line 12312, app/assets/stylesheets/application.scss */
.multi-wrapper .item:hover {
  background-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 12316, app/assets/stylesheets/application.scss */
.multi-wrapper .selected-wrapper {
  border: 1px solid var(--vz-input-border-custom);
  background: var(--vz-input-bg-custom);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 12323, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input {
  flex: 0 0 auto;
  padding: .5rem .9rem;
  font-size: var(--vz-font-base);
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
  margin-bottom: 16px;
}

/* line 12336, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input::-webkit-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12340, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input::-moz-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12344, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input:-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12348, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input::-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12352, app/assets/stylesheets/application.scss */
.multi-wrapper .search-input::-moz-placeholder {
  color: var(--vz-secondary-color);
}
.multi-wrapper .search-input::placeholder {
  color: var(--vz-secondary-color);
}

/* line 12356, app/assets/stylesheets/application.scss */
.multi-wrapper .header {
  font-weight: var(--vz-font-weight-semibold);
  color: var(--vz-gray-600);
}

/* line 12361, app/assets/stylesheets/application.scss */
.pcr-app {
  background: var(--vz-secondary-bg);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  border-radius: 4px;
  border: 1px solid var(--vz-border-color);
}

/* line 12369, app/assets/stylesheets/application.scss */
.pickr .pcr-button {
  border: 4px solid var(--vz-secondary-bg);
  box-shadow: 0 0 0 2px var(--vz-border-color);
  border-radius: 50%;
  box-shadow: var(--vz-element-shadow);
}

/* line 12378, app/assets/stylesheets/application.scss */
.pickr .pcr-button::after, .pickr .pcr-button::before {
  border-radius: 50%;
}

/* line 12382, app/assets/stylesheets/application.scss */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-right: .75em;
  margin-left: 0;
}

/* line 12387, app/assets/stylesheets/application.scss */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: .75em;
  margin-right: 0;
}

/* line 12392, app/assets/stylesheets/application.scss */
.pcr-app[data-theme=monolith] .pcr-result {
  min-width: 100%;
}

/* line 12396, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction .pcr-type.active {
  background: var(--vz-primary);
}

/* line 12400, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction .pcr-result {
  background-color: var(--vz-input-bg-custom);
  color: var(--vz-body-color);
  border: 1px solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
}

/* line 12407, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction input {
  border-radius: var(--vz-border-radius) !important;
}

/* line 12411, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction input:focus {
  box-shadow: none;
  background-color: var(--vz-input-bg-custom);
  border-color: var(--vz-primary-border-subtle);
}

/* line 12418, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction .pcr-save {
  background: var(--vz-success) !important;
}

/* line 12422, app/assets/stylesheets/application.scss */
.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  background: var(--vz-danger) !important;
}

/* line 12426, app/assets/stylesheets/application.scss */
.filepond--root {
  margin-bottom: 0;
}

/* line 12430, app/assets/stylesheets/application.scss */
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label label {
  font-size: 14px;
}

/* line 12434, app/assets/stylesheets/application.scss */
.filepond--panel-root {
  border: 2px dashed var(--vz-border-color);
  background: var(--vz-secondary-bg);
}

/* line 12439, app/assets/stylesheets/application.scss */
.filepond--drop-label {
  color: var(--vz-body-color);
}

/* line 12443, app/assets/stylesheets/application.scss */
.filepond--drop-label label {
  font-weight: var(--vz-font-weight-medium);
}

/* line 12447, app/assets/stylesheets/application.scss */
.filepond--credits {
  display: none;
}

/* line 12451, app/assets/stylesheets/application.scss */
.filepond--item-panel {
  background-color: var(--vz-primary) !important;
}

/* line 12455, app/assets/stylesheets/application.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}

/* line 12460, app/assets/stylesheets/application.scss */
.input-step {
  border: 1px solid var(--vz-input-border-custom);
  display: inline-flex;
  overflow: visible;
  height: 37.5px;
  border-radius: var(--vz-border-radius);
  background: var(--vz-input-bg-custom);
  padding: 4px;
}

/* line 12472, app/assets/stylesheets/application.scss */
.input-step input {
  width: 4em;
  height: 100%;
  text-align: center;
  border: 0;
  background: 0 0;
  color: var(--vz-body-color);
  border-radius: var(--vz-border-radius);
}

/* line 12482, app/assets/stylesheets/application.scss */
.input-step input:focus-visible {
  outline: 0;
}

/* line 12486, app/assets/stylesheets/application.scss */
.input-step button {
  width: 1.4em;
  font-weight: 300;
  height: 100%;
  line-height: .1em;
  font-size: 1.4em;
  padding: 0.2em !important;
  background: var(--vz-light);
  color: var(--vz-body-color);
  border: none;
  border-radius: var(--vz-border-radius);
}

/* line 12499, app/assets/stylesheets/application.scss */
.input-step.light {
  background: var(--vz-light);
}

/* line 12503, app/assets/stylesheets/application.scss */
.input-step.light button {
  background-color: var(--vz-input-bg-custom);
}

/* line 12507, app/assets/stylesheets/application.scss */
.input-step.light-input {
  background: var(--vz-light);
}

/* line 12511, app/assets/stylesheets/application.scss */
.input-step.light-input input {
  background-color: var(--vz-input-bg-custom);
}

/* line 12515, app/assets/stylesheets/application.scss */
.input-step.full-width {
  display: flex;
  width: 100%;
}

/* line 12522, app/assets/stylesheets/application.scss */
.input-step.full-width button {
  flex-shrink: 0;
}

/* line 12527, app/assets/stylesheets/application.scss */
.input-step.full-width input {
  flex-grow: 1;
}

/* line 12533, app/assets/stylesheets/application.scss */
.input-step.step-primary button {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 12538, app/assets/stylesheets/application.scss */
.input-step.step-secondary button {
  background-color: var(--vz-secondary);
  color: #fff;
}

/* line 12543, app/assets/stylesheets/application.scss */
.input-step.step-success button {
  background-color: var(--vz-success);
  color: #fff;
}

/* line 12548, app/assets/stylesheets/application.scss */
.input-step.step-info button {
  background-color: var(--vz-info);
  color: #fff;
}

/* line 12553, app/assets/stylesheets/application.scss */
.input-step.step-warning button {
  background-color: var(--vz-warning);
  color: #fff;
}

/* line 12558, app/assets/stylesheets/application.scss */
.input-step.step-danger button {
  background-color: var(--vz-danger);
  color: #fff;
}

/* line 12563, app/assets/stylesheets/application.scss */
.input-step.step-light button {
  background-color: var(--vz-light);
  color: #fff;
}

/* line 12568, app/assets/stylesheets/application.scss */
.input-step.step-dark button {
  background-color: var(--vz-dark);
  color: #fff;
}

/* line 12573, app/assets/stylesheets/application.scss */
.ck {
  font-family: var(--vz-font-sans-serif) !important;
}

/* line 12577, app/assets/stylesheets/application.scss */
.ck.ck-reset_all, .ck.ck-reset_all * {
  color: var(--vz-body-color) !important;
}

/* line 12581, app/assets/stylesheets/application.scss */
.ck.ck-toolbar {
  background: rgba(var(--vz-light-rgb), 0.75) !important;
}

/* line 12585, app/assets/stylesheets/application.scss */
.ck p {
  margin-bottom: 0;
}

/* line 12589, app/assets/stylesheets/application.scss */
.ck.ck-toolbar {
  border: 1px solid var(--vz-input-border-custom) !important;
}

/* line 12593, app/assets/stylesheets/application.scss */
.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap !important;
}

/* line 12598, app/assets/stylesheets/application.scss */
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: 0 0 !important;
}

/* line 12602, app/assets/stylesheets/application.scss */
.ck.ck-editor__main > .ck-editor__editable {
  border-top: 0 !important;
  background-color: var(--vz-secondary-bg) !important;
  border-color: var(--vz-input-border-custom) !important;
  box-shadow: none !important;
}

/* line 12610, app/assets/stylesheets/application.scss */
.ck.ck-dropdown__panel {
  background: var(--vz-secondary-bg) !important;
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  border-radius: var(--vz-border-radius-lg);
}

/* line 12623, app/assets/stylesheets/application.scss */
.ck.ck-list {
  background: var(--vz-secondary-bg) !important;
}

/* line 12627, app/assets/stylesheets/application.scss */
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: 0;
  right: auto !important;
}

/* line 12632, app/assets/stylesheets/application.scss */
.ck.ck-editor__editable_inline[dir=ltr] {
  text-align: left !important;
}

/* line 12636, app/assets/stylesheets/application.scss */
.ck.ck-dropdown__panel {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12) !important;
  border-radius: var(--vz-border-radius-lg) !important;
  border: 1px solid var(--vz-border-color) !important;
}

/* line 12643, app/assets/stylesheets/application.scss */
.ck.ck-button:active, .ck.ck-button:focus, a.ck.ck-button:active, a.ck.ck-button:focus {
  box-shadow: none !important;
  border: 1px solid var(--vz-light) !important;
}

/* line 12649, app/assets/stylesheets/application.scss */
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--vz-light) !important;
}

/* line 12653, app/assets/stylesheets/application.scss */
.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  background: var(--vz-light) !important;
}

/* line 12657, app/assets/stylesheets/application.scss */
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 0.25rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 12663, app/assets/stylesheets/application.scss */
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 12669, app/assets/stylesheets/application.scss */
.ck-editor__editable {
  min-height: 245px !important;
}

/* line 12673, app/assets/stylesheets/application.scss */
.ck[class*=ck-heading_heading] {
  font-weight: var(--vz-font-weight-medium) !important;
}

/* line 12677, app/assets/stylesheets/application.scss */
.ck.ck-button.ck-on:not(.ck-disabled):active, .ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  box-shadow: none !important;
}

/* line 12682, app/assets/stylesheets/application.scss */
.ck.ck-tooltip .ck-tooltip__text {
  background: var(--vz-dark) !important;
  color: var(--vz-light) !important;
}

/* line 12687, app/assets/stylesheets/application.scss */
.ck.ck-input-text {
  background: var(--vz-input-bg-custom) !important;
  border: 1px solid var(--vz-input-border-custom) !important;
}

/* line 12692, app/assets/stylesheets/application.scss */
.ck.ck-input-text:focus {
  border: 1px solid var(--vz-primary-border-subtle) !important;
  box-shadow: none !important;
}

/* line 12698, app/assets/stylesheets/application.scss */
.ck.ck-balloon-panel {
  background: var(--vz-secondary-bg) !important;
  border: 1px solid var(--vz-border-color) !important;
}

/* line 12703, app/assets/stylesheets/application.scss */
.ck.ck-balloon-panel[class*=arrow_n]:after {
  border-bottom-color: var(--vz-secondary-bg) !important;
}

/* line 12707, app/assets/stylesheets/application.scss */
.ck.ck-balloon-panel[class*=arrow_n]::before {
  border-bottom-color: var(--vz-border-color) !important;
}

/* line 12711, app/assets/stylesheets/application.scss */
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: var(--vz-secondary-bg) !important;
}

/* line 12715, app/assets/stylesheets/application.scss */
.ck-editor-reverse .ck-editor {
  display: flex;
  flex-direction: column-reverse;
}

/* line 12725, app/assets/stylesheets/application.scss */
.ck-editor-reverse .ck.ck-editor__main > .ck-editor__editable {
  border: 1px solid var(--vz-input-border-custom) !important;
  border-bottom: 0 !important;
}

/* line 12730, app/assets/stylesheets/application.scss */
.ck-editor-reverse .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck-editor-reverse .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 0.25rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 12736, app/assets/stylesheets/application.scss */
.ck-editor-reverse .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck-editor-reverse .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 12742, app/assets/stylesheets/application.scss */
[dir=rtl] .ck.ck-toolbar > .ck-toolbar__items {
  flex-direction: row-reverse;
}

/* line 12749, app/assets/stylesheets/application.scss */
.ql-editor {
  text-align: left;
}

/* line 12753, app/assets/stylesheets/application.scss */
.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em;
  padding-right: 0;
}

/* line 12758, app/assets/stylesheets/application.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
}

/* line 12764, app/assets/stylesheets/application.scss */
.ql-container {
  font-family: var(--vz-font-sans-serif);
}

/* line 12768, app/assets/stylesheets/application.scss */
.ql-container.ql-snow {
  border-color: var(--vz-input-border-custom);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 12774, app/assets/stylesheets/application.scss */
.ql-bubble {
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
}

/* line 12779, app/assets/stylesheets/application.scss */
.ql-toolbar {
  font-family: var(--vz-font-sans-serif) !important;
}

/* line 12783, app/assets/stylesheets/application.scss */
.ql-toolbar span {
  outline: 0 !important;
  color: var(--vz-body-color);
}

/* line 12788, app/assets/stylesheets/application.scss */
.ql-toolbar span:hover {
  color: var(--vz-primary) !important;
}

/* line 12792, app/assets/stylesheets/application.scss */
.ql-toolbar.ql-snow {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: var(--vz-input-border-custom);
}

/* line 12798, app/assets/stylesheets/application.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent;
}

/* line 12802, app/assets/stylesheets/application.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  border-radius: var(--vz-border-radius-lg);
}

/* line 12808, app/assets/stylesheets/application.scss */
.ql-snow .ql-script, .ql-snow .ql-strike svg, .ql-snow .ql-stroke {
  stroke: var(--vz-body-color);
}

/* line 12812, app/assets/stylesheets/application.scss */
.ql-snow .ql-fill {
  fill: var(--vz-body-color);
}

/* line 12816, app/assets/stylesheets/application.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
  left: auto;
}

/* line 12821, app/assets/stylesheets/application.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: var(--vz-secondary-color);
}

/* line 12825, app/assets/stylesheets/application.scss */
.ql-snow .ql-picker-options {
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color) !important;
}

/* line 12830, app/assets/stylesheets/application.scss */
.gridjs-container {
  color: var(--vz-body-color);
  padding: 0;
  display: block;
}

/* line 12836, app/assets/stylesheets/application.scss */
.gridjs-wrapper {
  box-shadow: none;
  border: 1px solid var(--vz-border-color);
  border-radius: 0;
}

/* line 12843, app/assets/stylesheets/application.scss */
.gridjs-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 12847, app/assets/stylesheets/application.scss */
.gridjs-wrapper::-webkit-scrollbar:vertical {
  width: 12px;
}

/* line 12851, app/assets/stylesheets/application.scss */
.gridjs-wrapper::-webkit-scrollbar:horizontal {
  height: 12px;
}

/* line 12855, app/assets/stylesheets/application.scss */
.gridjs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-dark-rgb), 0.075);
  border-radius: 10px;
  border: 2px solid var(--vz-secondary-bg);
}

/* line 12861, app/assets/stylesheets/application.scss */
.gridjs-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--vz-secondary-bg);
}

/* line 12866, app/assets/stylesheets/application.scss */
.gridjs-footer {
  border: none !important;
  padding: 12px 0 0;
}

/* line 12871, app/assets/stylesheets/application.scss */
.gridjs-table {
  width: 100%;
}

/* line 12875, app/assets/stylesheets/application.scss */
.gridjs-tbody, td.gridjs-td {
  background-color: transparent;
}

/* line 12879, app/assets/stylesheets/application.scss */
td.gridjs-td, th.gridjs-th {
  border: 1px solid var(--vz-border-color);
  padding: .75rem .6rem;
}

/* line 12884, app/assets/stylesheets/application.scss */
th.gridjs-th {
  border-top: 0;
  color: var(--vz-body-color);
  background-color: rgba(var(--vz-light-rgb), 0.75);
}

/* line 12890, app/assets/stylesheets/application.scss */
th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
  background-color: rgba(var(--vz-light-rgb), 0.85);
}

/* line 12894, app/assets/stylesheets/application.scss */
.gridjs-head {
  padding-top: 0;
}

/* line 12898, app/assets/stylesheets/application.scss */
.gridjs-footer {
  box-shadow: none;
  border: 1px solid var(--vz-border-color);
  border-top: 0;
  background-color: transparent;
}

/* line 12906, app/assets/stylesheets/application.scss */
.gridjs-summary {
  color: var(--vz-secondary-color);
  margin-top: 8px !important;
}

/* line 12911, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button {
  margin-left: .3rem;
  border-radius: 0.25rem !important;
  border: 1px solid var(--vz-border-color);
  background-color: var(--vz-secondary-bg);
  color: var(--vz-link-color);
}

/* line 12919, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button:last-child {
  border-right: 1px solid var(--vz-border-color);
}

/* line 12923, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
  color: var(--vz-secondary-color);
  background-color: var(--vz-secondary-bg);
}

/* line 12928, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button:hover {
  background-color: var(--vz-tertiary-bg);
  color: var(--vz-link-hover-color);
}

/* line 12933, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: none;
}

/* line 12938, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button:first-child:hover, .gridjs-pagination .gridjs-pages button:last-child:hover {
  background-color: transparent;
}

/* line 12942, app/assets/stylesheets/application.scss */
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: var(--vz-primary);
  color: #fff;
  border-color: var(--vz-primary);
  font-weight: var(--vz-font-weight-medium);
}

/* line 12949, app/assets/stylesheets/application.scss */
.gridjs-search {
  position: relative;
  float: left;
}

/* line 12954, app/assets/stylesheets/application.scss */
.gridjs-search::before {
  content: "\f0d1";
  font-family: remixicon;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 14px;
  color: var(--vz-secondary-color);
}

/* line 12966, app/assets/stylesheets/application.scss */
input.gridjs-input {
  border-color: var(--vz-input-border-custom);
  background-color: var(--vz-input-bg-custom);
  color: var(--vz-body-color);
  line-height: 1.5;
  padding: .5rem .9rem .5rem 2.025rem;
  border-radius: var(--vz-border-radius);
  font-size: var(--vz-font-base);
}

/* line 12976, app/assets/stylesheets/application.scss */
input.gridjs-input:focus {
  box-shadow: none;
  border-color: var(--vz-primary-border-subtle);
  background-color: var(--vz-input-bg-custom);
}

/* line 12983, app/assets/stylesheets/application.scss */
input.gridjs-input::-webkit-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12987, app/assets/stylesheets/application.scss */
input.gridjs-input::-moz-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12991, app/assets/stylesheets/application.scss */
input.gridjs-input:-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12995, app/assets/stylesheets/application.scss */
input.gridjs-input::-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 12999, app/assets/stylesheets/application.scss */
input.gridjs-input::-moz-placeholder {
  color: var(--vz-secondary-color);
}
input.gridjs-input::placeholder {
  color: var(--vz-secondary-color);
}

/* line 13003, app/assets/stylesheets/application.scss */
th.gridjs-th .gridjs-th-content {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: var(--vz-font-weight-semibold);
}

/* line 13010, app/assets/stylesheets/application.scss */
button.gridjs-sort {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
}

/* line 13018, app/assets/stylesheets/application.scss */
th.gridjs-th-sort .gridjs-th-content {
  width: calc(100% - 10px);
}

/* line 13022, app/assets/stylesheets/application.scss */
button.gridjs-sort-asc, button.gridjs-sort-desc {
  background-size: 7px;
}

/* line 13026, app/assets/stylesheets/application.scss */
.table-card .gridjs-head {
  padding: 16px 16px 5px;
}

/* line 13030, app/assets/stylesheets/application.scss */
.table-card .gridjs-wrapper {
  border-top: 0;
  border-radius: 0;
  border-width: 1px 0;
}

/* line 13036, app/assets/stylesheets/application.scss */
.table-card .gridjs-footer {
  padding: 8px 16px;
}

/* line 13040, app/assets/stylesheets/application.scss */
.gridjs-tr-selected td {
  background-color: rgba(var(--vz-body-color-rgb), 0.04);
}

/* line 13044, app/assets/stylesheets/application.scss */
.gridjs-tr-selected .gridjs-td .gridjs-checkbox[type=checkbox] {
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 13050, app/assets/stylesheets/application.scss */
.gridjs-td .gridjs-checkbox {
  width: 1.1em;
  height: 1.1em;
  vertical-align: top;
  background-color: var(--vz-input-bg-custom);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--vz-border-width) solid var(--vz-border-color-translucent);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 13066, app/assets/stylesheets/application.scss */
.gridjs-td .gridjs-checkbox[type=checkbox] {
  border-radius: .25em;
}

/* line 13070, app/assets/stylesheets/application.scss */
.gridjs-border-none td.gridjs-td, .gridjs-border-none th.gridjs-th {
  border-right-width: 0;
  border-left-width: 0;
}

/* line 13075, app/assets/stylesheets/application.scss */
.gridjs-loading-bar {
  background-color: var(--vz-secondary-bg);
}

/* line 13079, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] button:is(.gridjs-sort-neutral,.gridjs-sort-asc,.gridjs-sort-desc) {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 13084, app/assets/stylesheets/application.scss */
.listjs-pagination {
  margin-bottom: 0;
  justify-content: flex-end;
  gap: 8px;
}

/* line 13092, app/assets/stylesheets/application.scss */
.listjs-pagination li .page {
  display: block;
  padding: .375rem .75rem;
  color: var(--vz-link-color);
  background-color: var(--vz-secondary-bg);
  border: var(--vz-border-width) solid var(--vz-border-color);
  border-radius: .25rem;
}

/* line 13101, app/assets/stylesheets/application.scss */
.listjs-pagination li.active .page {
  color: #fff;
  background-color: var(--vz-primary);
  border-color: var(--vz-primary);
}

/* line 13107, app/assets/stylesheets/application.scss */
.pagination-wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

/* line 13120, app/assets/stylesheets/application.scss */
.pagination-wrap a {
  text-decoration: none;
  display: inline-block;
}

/* line 13125, app/assets/stylesheets/application.scss */
.pagination-next, .pagination-prev {
  color: var(--vz-primary);
  font-weight: var(--vz-font-weight-medium);
  padding: .375rem .75rem;
  background-color: var(--vz-secondary-bg);
  border: var(--vz-border-width) solid var(--vz-border-color);
  border-radius: .25rem;
}

/* line 13134, app/assets/stylesheets/application.scss */
.pagination-next:hover, .pagination-prev:hover {
  color: #7283bd;
}

/* line 13138, app/assets/stylesheets/application.scss */
.pagination-next.disabled, .pagination-prev.disabled {
  color: var(--vz-secondary-color);
  cursor: default;
}

/* line 13143, app/assets/stylesheets/application.scss */
.pagination-next.disabled:hover, .pagination-prev.disabled:hover {
  color: var(--vz-secondary-color);
}

/* line 13147, app/assets/stylesheets/application.scss */
.apex-charts {
  min-height: 10px !important;
}

/* line 13151, app/assets/stylesheets/application.scss */
.apex-charts text {
  font-family: var(--vz-font-sans-serif) !important;
}

/* line 13155, app/assets/stylesheets/application.scss */
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

/* line 13191, app/assets/stylesheets/application.scss */
.apexcharts-canvas {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13199, app/assets/stylesheets/application.scss */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

/* line 13204, app/assets/stylesheets/application.scss */
.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 13211, app/assets/stylesheets/application.scss */
.apexcharts-canvas .apexcharts-selected:is(.apexcharts-reset-zoom-icon,.apexcharts-selection-icon,.apexcharts-zoom-icon) svg {
  fill: var(--vz-primary);
}

@media screen and (min-width: 768px) {
  /* line 13216, app/assets/stylesheets/application.scss */
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

/* line 13221, app/assets/stylesheets/application.scss */
.apexcharts-inner {
  position: relative;
}

/* line 13225, app/assets/stylesheets/application.scss */
.apexcharts-gridline {
  pointer-events: none;
  stroke: rgba(var(--vz-light-rgb), 1);
}

/* line 13230, app/assets/stylesheets/application.scss */
.apexcharts-text tspan {
  font-family: inherit;
}

/* line 13234, app/assets/stylesheets/application.scss */
.apexcharts-xaxis text, .apexcharts-yaxis text {
  font-family: var(--vz-font-sans-serif) !important;
  fill: #878a99;
}

/* line 13239, app/assets/stylesheets/application.scss */
.apexcharts-subtitle-text, .apexcharts-title-text {
  fill: #adb5bd;
}

/* line 13243, app/assets/stylesheets/application.scss */
.legend-mouseover-inactive {
  transition: .15s ease all;
  opacity: .2;
}

/* line 13249, app/assets/stylesheets/application.scss */
.apexcharts-legend-text {
  color: #878a99 !important;
  font-family: var(--vz-font-sans-serif) !important;
  font-size: 13px !important;
  padding-left: 15px;
  margin-left: -15px;
}

/* line 13257, app/assets/stylesheets/application.scss */
.apexcharts-series-collapsed {
  opacity: 0;
}

/* line 13261, app/assets/stylesheets/application.scss */
.apexcharts-xaxis-tick {
  stroke: var(--vz-border-color);
}

/* line 13265, app/assets/stylesheets/application.scss */
.apexcharts-marker {
  stroke: var(--vz-secondary-bg);
}

/* line 13269, app/assets/stylesheets/application.scss */
.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15) !important;
  cursor: default;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all;
  font-family: var(--vz-font-sans-serif) !important;
}

/* line 13294, app/assets/stylesheets/application.scss */
.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 13300, app/assets/stylesheets/application.scss */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid var(--vz-border-color) !important;
  background: rgba(var(--vz-secondary-bg-rgb), 0.96) !important;
}

/* line 13305, app/assets/stylesheets/application.scss */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: var(--vz-secondary-bg) !important;
  border-bottom: 1px solid var(--vz-border-color) !important;
}

/* line 13310, app/assets/stylesheets/application.scss */
.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

/* line 13315, app/assets/stylesheets/application.scss */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

/* line 13320, app/assets/stylesheets/application.scss */
.apexcharts-tooltip * {
  font-family: inherit !important;
}

/* line 13324, app/assets/stylesheets/application.scss */
.apexcharts-tooltip .apexcharts-tooltip-title {
  font-family: var(--vz-font-sans-serif) !important;
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

/* line 13331, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-text-goals-value, .apexcharts-tooltip-text-y-value, .apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

/* line 13337, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-text-goals-label:empty, .apexcharts-tooltip-text-goals-value:empty, .apexcharts-tooltip-text-y-label:empty, .apexcharts-tooltip-text-y-value:empty, .apexcharts-tooltip-text-z-value:empty, .apexcharts-tooltip-title:empty {
  display: none;
}

/* line 13341, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

/* line 13345, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-goals-group, .apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
  display: flex;
}

/* line 13351, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-text-goals-label:not(:empty), .apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

/* line 13355, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%;
}

/* line 13364, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

/* line 13376, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

/* line 13380, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-series-group.apexcharts-active, .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

/* line 13384, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

/* line 13391, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

/* line 13395, app/assets/stylesheets/application.scss */
.apexcharts-custom-tooltip, .apexcharts-tooltip-box {
  padding: 4px 8px;
}

/* line 13399, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

/* line 13409, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-box > div {
  margin: 4px 0;
}

/* line 13413, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-box span.value {
  font-weight: 700;
}

/* line 13417, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

/* line 13421, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

/* line 13426, app/assets/stylesheets/application.scss */
.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

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

/* line 13445, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all;
}

/* line 13451, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 13457, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip::after, .apexcharts-xaxistooltip::before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 13467, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip::after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px;
}

/* line 13473, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip::before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px;
}

/* line 13479, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 13485, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-bottom::after, .apexcharts-xaxistooltip-bottom::before {
  bottom: 100%;
}

/* line 13489, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-bottom::after {
  border-bottom-color: #eceff1;
}

/* line 13493, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-bottom::before {
  border-bottom-color: #90a4ae;
}

/* line 13497, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark::after, .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark::before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/* line 13501, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-top::after, .apexcharts-xaxistooltip-top::before {
  top: 100%;
}

/* line 13505, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-top::after {
  border-top-color: #eceff1;
}

/* line 13509, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-top::before {
  border-top-color: #90a4ae;
}

/* line 13513, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip-top.apexcharts-theme-dark::after, .apexcharts-xaxistooltip-top.apexcharts-theme-dark::before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 13517, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip {
  padding: 4px 10px;
}

/* line 13521, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip .apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 13527, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip::after, .apexcharts-yaxistooltip::before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 13537, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip::after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px;
}

/* line 13543, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip::before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px;
}

/* line 13549, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

/* line 13553, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-left::after, .apexcharts-yaxistooltip-left::before {
  left: 100%;
}

/* line 13557, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-left::after {
  border-left-color: #eceff1;
}

/* line 13561, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-left::before {
  border-left-color: #90a4ae;
}

/* line 13565, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-left.apexcharts-theme-dark::after, .apexcharts-yaxistooltip-left.apexcharts-theme-dark::before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 13569, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-right::after, .apexcharts-yaxistooltip-right::before {
  right: 100%;
}

/* line 13573, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-right::after {
  border-right-color: #eceff1;
}

/* line 13577, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-right::before {
  border-right-color: #90a4ae;
}

/* line 13581, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-right.apexcharts-theme-dark::after, .apexcharts-yaxistooltip-right.apexcharts-theme-dark::before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

/* line 13585, app/assets/stylesheets/application.scss */
.apexcharts-yaxistooltip-hidden {
  display: none;
}

/* line 13589, app/assets/stylesheets/application.scss */
.apexcharts-xcrosshairs, .apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all;
}

/* line 13596, app/assets/stylesheets/application.scss */
.apexcharts-xcrosshairs.apexcharts-active, .apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 13602, app/assets/stylesheets/application.scss */
.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

/* line 13606, app/assets/stylesheets/application.scss */
.apexcharts-selection-rect {
  cursor: move;
}

/* line 13610, app/assets/stylesheets/application.scss */
.svg_select_boundingRect, .svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/* line 13616, app/assets/stylesheets/application.scss */
.apexcharts-selection-rect + g .svg_select_boundingRect, .apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

/* line 13621, app/assets/stylesheets/application.scss */
.apexcharts-selection-rect + g .svg_select_points_l, .apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

/* line 13627, app/assets/stylesheets/application.scss */
.svg_select_points {
  fill: #efefef;
  stroke: #333;
}

/* line 13632, app/assets/stylesheets/application.scss */
.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair;
}

/* line 13636, app/assets/stylesheets/application.scss */
.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move;
}

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

/* line 13649, app/assets/stylesheets/application.scss */
:is(.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon) svg {
  fill: #6e8192;
}

/* line 13653, app/assets/stylesheets/application.scss */
.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76);
}

/* line 13659, app/assets/stylesheets/application.scss */
.apexcharts-theme-dark :is(.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon) svg {
  fill: #f3f4f5;
}

/* line 13663, app/assets/stylesheets/application.scss */
.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* line 13668, app/assets/stylesheets/application.scss */
.apexcharts-theme-light .apexcharts-menu-icon:hover svg, .apexcharts-theme-light .apexcharts-reset-icon:hover svg, .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333;
}

/* line 13672, app/assets/stylesheets/application.scss */
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

/* line 13676, app/assets/stylesheets/application.scss */
.apexcharts-menu-icon, .apexcharts-selection-icon {
  position: relative;
}

/* line 13680, app/assets/stylesheets/application.scss */
.apexcharts-reset-icon {
  margin-left: 5px;
}

/* line 13684, app/assets/stylesheets/application.scss */
.apexcharts-menu-icon, .apexcharts-reset-icon, .apexcharts-zoom-icon {
  transform: scale(0.85);
}

/* line 13689, app/assets/stylesheets/application.scss */
.apexcharts-zoomin-icon, .apexcharts-zoomout-icon {
  transform: scale(0.7);
}

/* line 13694, app/assets/stylesheets/application.scss */
.apexcharts-zoomout-icon {
  margin-right: 3px;
}

/* line 13698, app/assets/stylesheets/application.scss */
.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0;
}

/* line 13706, app/assets/stylesheets/application.scss */
.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2;
}

/* line 13712, app/assets/stylesheets/application.scss */
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

/* line 13716, app/assets/stylesheets/application.scss */
.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 13734, app/assets/stylesheets/application.scss */
.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none;
}

/* line 13749, app/assets/stylesheets/application.scss */
.apexcharts-menu .apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all;
}

/* line 13756, app/assets/stylesheets/application.scss */
.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

/* line 13762, app/assets/stylesheets/application.scss */
.apexcharts-canvas .apexcharts-element-hidden, .apexcharts-datalabel.apexcharts-element-hidden, .apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

/* line 13766, app/assets/stylesheets/application.scss */
.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value, .apexcharts-datalabels, .apexcharts-pie-label {
  cursor: default;
  pointer-events: none;
}

/* line 13771, app/assets/stylesheets/application.scss */
.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* line 13783, app/assets/stylesheets/application.scss */
.apexcharts-annotation-rect, .apexcharts-area-series .apexcharts-area, .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-gridline, .apexcharts-line, .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-point-annotation-label, .apexcharts-radar-series path, .apexcharts-radar-series polygon, .apexcharts-toolbar svg, .apexcharts-tooltip .apexcharts-marker, .apexcharts-xaxis-annotation-label, .apexcharts-yaxis-annotation-label, .apexcharts-zoom-rect {
  pointer-events: none;
}

/* line 13787, app/assets/stylesheets/application.scss */
.apexcharts-marker {
  transition: .15s ease all;
}

/* line 13792, app/assets/stylesheets/application.scss */
.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 13802, app/assets/stylesheets/application.scss */
.contract-trigger:before, .resize-triggers, .resize-triggers > div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 13810, app/assets/stylesheets/application.scss */
.resize-triggers > div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto;
}

/* line 13817, app/assets/stylesheets/application.scss */
.resize-triggers::before {
  overflow: hidden;
  width: 200%;
  height: 200%;
}

/* line 13823, app/assets/stylesheets/application.scss */
#chart-quarter, #chart-year {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 20px;
  background: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
}

/* line 13834, app/assets/stylesheets/application.scss */
#chart-year {
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}

/* line 13842, app/assets/stylesheets/application.scss */
#chart-year.chart-quarter-activated {
  transform: translateX(0);
  transition: 1s ease transform;
}

/* line 13849, app/assets/stylesheets/application.scss */
#chart-quarter {
  float: left;
  position: relative;
  z-index: -2;
  transition: 1s ease transform;
}

/* line 13857, app/assets/stylesheets/application.scss */
#chart-quarter.active {
  transition: 1.1s ease-in-out transform;
  transform: translateX(0);
  z-index: 1;
}

@media screen and (min-width: 480px) {
  /* line 13866, app/assets/stylesheets/application.scss */
  #chart-year {
    transform: translateX(50%);
  }
  /* line 13871, app/assets/stylesheets/application.scss */
  #chart-quarter {
    transform: translateX(-50%);
  }
}

/* line 13877, app/assets/stylesheets/application.scss */
.apexcharts-heatmap-series rect, .apexcharts-treemap rect {
  stroke: var(--vz-secondary-bg);
}

/* line 13881, app/assets/stylesheets/application.scss */
.apexcharts-bar-series path, .apexcharts-pie-series path {
  stroke: var(--vz-secondary-bg);
}

/* line 13885, app/assets/stylesheets/application.scss */
.apexcharts-radialbar .apexcharts-datalabels-group text {
  fill: var(--vz-body-color);
}

/* line 13889, app/assets/stylesheets/application.scss */
.apexcharts-radialbar-track path {
  stroke: var(--vz-border-color);
}

/* line 13893, app/assets/stylesheets/application.scss */
.apexcharts-radar-series line, .apexcharts-radar-series polygon {
  stroke: var(--vz-border-color);
}

/* line 13897, app/assets/stylesheets/application.scss */
.apexcharts-pie circle, .apexcharts-pie line {
  stroke: var(--vz-border-color);
}

/* line 13901, app/assets/stylesheets/application.scss */
.apexcharts-pie text {
  fill: var(--vz-white);
}

/* line 13905, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip.apexcharts-theme-light {
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  color: var(--vz-secondary-color);
  background: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  font-family: var(--vz-font-sans-serif);
}

/* line 13914, app/assets/stylesheets/application.scss */
.apexcharts-xaxistooltip.apexcharts-theme-light::before {
  border-bottom-color: var(--vz-border-color);
}

/* line 13918, app/assets/stylesheets/application.scss */
.effect-chart :is(.apexcharts-pie-series,.apexcharts-bar-series) path {
  -webkit-clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
}

/* line 13923, app/assets/stylesheets/application.scss */
.apexcharts-grid-borders line {
  stroke: var(--vz-border-color);
}

/* line 13927, app/assets/stylesheets/application.scss */
.chartjs-chart {
  max-height: 320px;
}

/* line 13931, app/assets/stylesheets/application.scss */
.e-charts {
  height: 350px;
}

/* line 13935, app/assets/stylesheets/application.scss */
.e-charts-height {
  height: 300px;
}

/* line 13939, app/assets/stylesheets/application.scss */
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #f3f6f9;
  border-radius: 3px;
}

/* line 13945, app/assets/stylesheets/application.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #405189;
  border-radius: 4px;
  padding: 10px 20px;
}

/* line 13956, app/assets/stylesheets/application.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 13964, app/assets/stylesheets/application.scss */
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--vz-primary);
}

/* line 13971, app/assets/stylesheets/application.scss */
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid var(--vz-primary);
}

/* line 13978, app/assets/stylesheets/application.scss */
.autoComplete_wrapper {
  display: block;
}

/* line 13982, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input {
  display: block;
  width: 100%;
  height: auto;
  padding: .5rem .9rem;
  font-size: var(--vz-font-base);
  font-weight: var(--vz-font-weight-normal);
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  background-clip: padding-box;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
  background-image: none;
}

/* line 13998, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input::-webkit-input-placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14004, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input::-moz-placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14010, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input:-ms-input-placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14016, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input::-ms-input-placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14022, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input::-moz-placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}
.autoComplete_wrapper > input::placeholder {
  padding: 0 !important;
  color: var(--vz-secondary-color) !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14028, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input:focus {
  border: var(--vz-border-width) solid var(--vz-primary-border-subtle);
  color: var(--vz-body-color);
}

/* line 14033, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > input:hover {
  color: var(--vz-body-color);
}

/* line 14037, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > ul {
  border-radius: .25rem;
  border-color: var(--vz-border-color);
  background-color: var(--vz-secondary-bg);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  padding: 0;
  overflow: auto;
  max-height: 160px;
  margin: 0;
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
}

/* line 14055, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > ul > li {
  font-size: var(--vz-font-base);
  margin: 0;
  padding: .35rem 1.2rem;
  border-radius: 0;
  background-color: var(--vz-secondary-bg);
  color: var(--vz-body-color);
}

/* line 14064, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > ul > li mark, .autoComplete_wrapper > ul > li .mark {
  color: var(--vz-danger);
  font-weight: var(--vz-font-weight-semibold);
  padding: 1px;
}

/* line 14070, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > ul > li:hover, .autoComplete_wrapper > ul > li[aria-selected=true] {
  color: var(--vz-body-color);
  background-color: var(--vz-tertiary-bg);
}

/* line 14075, app/assets/stylesheets/application.scss */
.autoComplete_wrapper > ul .no_result {
  padding: .7rem 1.2rem;
  font-style: italic;
  font-weight: var(--vz-font-weight-medium);
}

/* line 14081, app/assets/stylesheets/application.scss */
.jvm-tooltip {
  border-radius: 3px;
  background-color: var(--vz-primary);
  font-family: var(--vz-font-sans-serif);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  padding: 5px 9px;
}

/* line 14090, app/assets/stylesheets/application.scss */
.jvm-container text {
  font-family: var(--vz-font-sans-serif);
  font-size: var(--vz-font-base);
  fill: var(--vz-body-color);
}

/* line 14096, app/assets/stylesheets/application.scss */
.jvm-zoom-btn {
  background-color: var(--vz-primary);
}

/* line 14100, app/assets/stylesheets/application.scss */
.leaflet-map {
  height: 300px;
}

/* line 14104, app/assets/stylesheets/application.scss */
.leaflet-map.leaflet-container {
  z-index: 0;
  font-family: var(--vz-font-family-primary);
}

/* line 14109, app/assets/stylesheets/application.scss */
:root {
  --fc-border-color: var(--vz-border-color);
  --fc-page-bg-color: var(--vz-secondary-bg);
  --fc-neutral-bg-color: var(--vz-light)
;
}

/* line 14115, app/assets/stylesheets/application.scss */
.fc td, .fc th {
  border: var(--vz-border-width) solid var(--vz-border-color);
}

/* line 14119, app/assets/stylesheets/application.scss */
.fc .fc-toolbar h2, .fc .fc-toolbar .h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 14126, app/assets/stylesheets/application.scss */
  .fc .fc-toolbar .fc-center, .fc .fc-toolbar .fc-left, .fc .fc-toolbar .fc-right {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }
  /* line 14134, app/assets/stylesheets/application.scss */
  .fc .fc-toolbar > * > * {
    float: none;
  }
  /* line 14138, app/assets/stylesheets/application.scss */
  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}

/* line 14143, app/assets/stylesheets/application.scss */
.fc .fc-toolbar .btn {
  text-transform: capitalize;
}

/* line 14147, app/assets/stylesheets/application.scss */
.fc .fc-col-header-cell {
  background-color: var(--vz-light);
}

/* line 14151, app/assets/stylesheets/application.scss */
.fc .fc-col-header-cell-cushion {
  display: block;
  padding: 8px 4px;
  color: var(--vz-body-color);
}

/* line 14157, app/assets/stylesheets/application.scss */
.fc .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: var(--vz-font-weight-medium);
  margin: 2px;
  color: var(--vz-body-color);
}

/* line 14177, app/assets/stylesheets/application.scss */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 14181, app/assets/stylesheets/application.scss */
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 14186, app/assets/stylesheets/application.scss */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 14190, app/assets/stylesheets/application.scss */
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(var(--vz-primary-rgb), 0.1);
}

/* line 14194, app/assets/stylesheets/application.scss */
.fc .fc-list-event:hover td {
  background: 0 0;
}

/* line 14198, app/assets/stylesheets/application.scss */
.fc .fc-list-event-title a {
  color: #fff !important;
}

/* line 14202, app/assets/stylesheets/application.scss */
.fc .fc-col-header, .fc .fc-daygrid-body, .fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}

/* line 14206, app/assets/stylesheets/application.scss */
.fc .fc-scrollgrid-section > * {
  border-left: var(--vz-border-width) solid var(--vz-border-color);
  border-top: var(--vz-border-width) solid var(--vz-border-color);
}

/* line 14211, app/assets/stylesheets/application.scss */
.fc .fc-scrollgrid {
  border: 0;
}

/* line 14215, app/assets/stylesheets/application.scss */
.fc .fc-scrollgrid-section-liquid > td {
  border-top: 0;
}

/* line 14219, app/assets/stylesheets/application.scss */
.fc .fc-multimonth {
  border-color: var(--vz-border-color);
}

/* line 14223, app/assets/stylesheets/application.scss */
.fc-theme-bootstrap a:not([href]) {
  color: var(--vz-body-color);
}

/* line 14227, app/assets/stylesheets/application.scss */
.fc-event {
  color: #fff;
}

/* line 14231, app/assets/stylesheets/application.scss */
.fc th.fc-widget-header {
  background: #e9ebec;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: var(--vz-font-weight-bold);
}

/* line 14239, app/assets/stylesheets/application.scss */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #e9ebec;
}

/* line 14243, app/assets/stylesheets/application.scss */
.fc-unthemed td.fc-today {
  background: #f6f8fa;
}

/* line 14247, app/assets/stylesheets/application.scss */
.fc-button {
  background: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
  color: #495057;
  text-transform: capitalize;
  box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important;
}

/* line 14258, app/assets/stylesheets/application.scss */
.fc .fc-multimonth-multicol .fc-daygrid-more-link {
  border: 1px solid var(--vz-primary);
  display: block;
  float: none;
  padding: 1px;
  font-weight: var(--vz-font-weight-medium);
  font-family: var(--vz-font-family-primary);
}

/* line 14267, app/assets/stylesheets/application.scss */
.fc-state-active, .fc-state-disabled, .fc-state-down {
  background-color: var(--vz-primary);
  color: #fff;
  text-shadow: none;
}

/* line 14273, app/assets/stylesheets/application.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: .8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

/* line 14283, app/assets/stylesheets/application.scss */
.fc-theme-standard .fc-popover .fc-popover-header {
  padding: 8px 14px;
}

/* line 14287, app/assets/stylesheets/application.scss */
.fc-event, .fc-event-dot {
  background-color: var(--vz-primary);
}

/* line 14291, app/assets/stylesheets/application.scss */
.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
  background-color: var(--vz-primary);
}

/* line 14295, app/assets/stylesheets/application.scss */
.fc-event-title, .fc-sticky {
  font-weight: var(--vz-font-weight-semibold) !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14301, app/assets/stylesheets/application.scss */
.fc-daygrid-event-dot {
  border-color: #fff !important;
  display: none;
}

/* line 14306, app/assets/stylesheets/application.scss */
.fc-event-time {
  display: none;
}

/* line 14310, app/assets/stylesheets/application.scss */
.fc-event .fc-content {
  color: #fff;
}

/* line 14314, app/assets/stylesheets/application.scss */
#external-events .external-event {
  text-align: left;
  padding: 8px 16px;
  margin: 6px 0;
}

/* line 14320, app/assets/stylesheets/application.scss */
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: var(--vz-light);
}

/* line 14324, app/assets/stylesheets/application.scss */
.fc-next-button, .fc-prev-button {
  position: relative;
  padding: 6px 8px !important;
}

/* line 14329, app/assets/stylesheets/application.scss */
.fc-toolbar-chunk .fc-button-group {
  box-shadow: var(--vz-element-shadow);
}

/* line 14334, app/assets/stylesheets/application.scss */
.fc-toolbar-chunk .fc-button-group .fc-button {
  color: var(--vz-secondary);
  background-color: rgba(var(--vz-secondary-rgb), 0.15);
  border: none;
  box-shadow: none;
}

/* line 14342, app/assets/stylesheets/application.scss */
.fc-toolbar-chunk .fc-button-group .fc-button.active, .fc-toolbar-chunk .fc-button-group .fc-button:hover {
  color: #fff;
  background-color: var(--vz-secondary);
}

/* line 14347, app/assets/stylesheets/application.scss */
.fc-toolbar-chunk .fc-today-button {
  background-color: var(--vz-secondary) !important;
  border: var(--vz-secondary);
}

/* line 14352, app/assets/stylesheets/application.scss */
.fc .fc-button-primary.fc-button-active:not(:disabled), .fc .fc-button-primary:not(:disabled):active {
  background-color: var(--vz-secondary) !important;
  border-color: var(--vz-secondary) !important;
  color: #fff !important;
}

/* line 14358, app/assets/stylesheets/application.scss */
.fc .fc-button-primary {
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  /* line 14363, app/assets/stylesheets/application.scss */
  .fc-toolbar {
    flex-direction: column;
    gap: 16px;
  }
}

/* line 14372, app/assets/stylesheets/application.scss */
#upcoming-event-list .card:last-child {
  margin-bottom: 6px !important;
}

/* line 14376, app/assets/stylesheets/application.scss */
#event-modal .event-details {
  display: none;
}

/* line 14380, app/assets/stylesheets/application.scss */
#event-modal .view-event .event-form {
  display: none;
}

/* line 14384, app/assets/stylesheets/application.scss */
#event-modal .view-event #event-category-tag {
  display: none;
}

/* line 14388, app/assets/stylesheets/application.scss */
#event-modal .view-event .event-details {
  display: block;
}

/* line 14392, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* line 14397, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* line 14402, app/assets/stylesheets/application.scss */
.fc-timegrid-slots table tr {
  border-color: var(--vz-border-color) !important;
}

/* line 14406, app/assets/stylesheets/application.scss */
.fc-list-table {
  border-color: var(--vz-border-color);
}

/* line 14410, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-title {
  color: var(--vz-primary) !important;
}

/* line 14414, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-primary-subtle .fc-event-title {
  color: var(--vz-primary) !important;
}

/* line 14418, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-primary-subtle {
  color: var(--vz-primary) !important;
}

/* line 14422, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-title > a {
  color: var(--vz-primary) !important;
}

/* line 14426, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-dot {
  border-color: var(--vz-primary);
}

/* line 14430, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-title {
  color: var(--vz-secondary) !important;
}

/* line 14434, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-secondary-subtle .fc-event-title {
  color: var(--vz-secondary) !important;
}

/* line 14438, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle {
  color: var(--vz-secondary) !important;
}

/* line 14442, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-title > a {
  color: var(--vz-secondary) !important;
}

/* line 14446, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-dot {
  border-color: var(--vz-secondary);
}

/* line 14450, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-title {
  color: var(--vz-success) !important;
}

/* line 14454, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-success-subtle .fc-event-title {
  color: var(--vz-success) !important;
}

/* line 14458, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-success-subtle {
  color: var(--vz-success) !important;
}

/* line 14462, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-title > a {
  color: var(--vz-success) !important;
}

/* line 14466, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-dot {
  border-color: var(--vz-success);
}

/* line 14470, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-title {
  color: var(--vz-info) !important;
}

/* line 14474, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-info-subtle .fc-event-title {
  color: var(--vz-info) !important;
}

/* line 14478, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-info-subtle {
  color: var(--vz-info) !important;
}

/* line 14482, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-title > a {
  color: var(--vz-info) !important;
}

/* line 14486, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-dot {
  border-color: var(--vz-info);
}

/* line 14490, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-title {
  color: var(--vz-warning) !important;
}

/* line 14494, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-warning-subtle .fc-event-title {
  color: var(--vz-warning) !important;
}

/* line 14498, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-warning-subtle {
  color: var(--vz-warning) !important;
}

/* line 14502, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-title > a {
  color: var(--vz-warning) !important;
}

/* line 14506, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-dot {
  border-color: var(--vz-warning);
}

/* line 14510, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-title {
  color: var(--vz-danger) !important;
}

/* line 14514, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-danger-subtle .fc-event-title {
  color: var(--vz-danger) !important;
}

/* line 14518, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-danger-subtle {
  color: var(--vz-danger) !important;
}

/* line 14522, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-title > a {
  color: var(--vz-danger) !important;
}

/* line 14526, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-dot {
  border-color: var(--vz-danger);
}

/* line 14530, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-title {
  color: var(--vz-light) !important;
}

/* line 14534, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-light-subtle .fc-event-title {
  color: var(--vz-light) !important;
}

/* line 14538, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-light-subtle {
  color: var(--vz-light) !important;
}

/* line 14542, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-title > a {
  color: var(--vz-light) !important;
}

/* line 14546, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-dot {
  border-color: var(--vz-light);
}

/* line 14550, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title {
  color: var(--vz-dark) !important;
}

/* line 14554, app/assets/stylesheets/application.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-dark-subtle .fc-event-title {
  color: var(--vz-dark) !important;
}

/* line 14558, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-dark-subtle {
  color: var(--vz-dark) !important;
}

/* line 14562, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-title > a {
  color: var(--vz-dark) !important;
}

/* line 14566, app/assets/stylesheets/application.scss */
.fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-dot {
  border-color: var(--vz-dark);
}

/* line 14570, app/assets/stylesheets/application.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main, .fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title {
  color: var(--vz-dark-text-emphasis) !important;
}

/* line 14574, app/assets/stylesheets/application.scss */
.fc-direction-ltr {
  direction: ltr;
}

/* line 14578, app/assets/stylesheets/application.scss */
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: .75em;
}

/* line 14582, app/assets/stylesheets/application.scss */
.fg-emoji-picker {
  width: 250px !important;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15) !important;
  top: auto !important;
  bottom: 130px;
}

/* line 14590, app/assets/stylesheets/application.scss */
.fg-emoji-picker * {
  font-family: var(--vz-font-sans-serif) !important;
  color: var(--vz-body-color) !important;
}

@media (max-width: 991.98px) {
  /* line 14596, app/assets/stylesheets/application.scss */
  .fg-emoji-picker {
    left: 14px !important;
    top: auto !important;
    bottom: 118px;
  }
}

/* line 14603, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-container-title {
  color: #212529 !important;
}

/* line 14607, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search {
  height: 40px !important;
}

/* line 14611, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input {
  background-color: var(--vz-input-bg-custom) !important;
  color: var(--vz-body-color) !important;
  padding: 0.5rem 0.9rem !important;
  font-size: var(--vz-font-base) !important;
}

/* line 14618, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input::-webkit-input-placeholder {
  color: var(--vz-secondary-color) !important;
}

/* line 14622, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input::-moz-placeholder {
  color: var(--vz-secondary-color) !important;
}

/* line 14626, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input:-ms-input-placeholder {
  color: var(--vz-secondary-color) !important;
}

/* line 14630, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input::-ms-input-placeholder {
  color: var(--vz-secondary-color) !important;
}

/* line 14634, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search input::-moz-placeholder {
  color: var(--vz-secondary-color) !important;
}
.fg-emoji-picker .fg-emoji-picker-search input::placeholder {
  color: var(--vz-secondary-color) !important;
}

/* line 14638, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-search svg {
  fill: var(--vz-body-color) !important;
  right: 11px;
  top: 12px;
}

/* line 14644, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-categories {
  background-color: #f3f6f9 !important;
}

/* line 14648, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-categories li.active {
  background-color: rgba(var(--vz-primary-rgb), 0.2);
}

/* line 14652, app/assets/stylesheets/application.scss */
.fg-emoji-picker .fg-emoji-picker-categories a:hover {
  background-color: rgba(var(--vz-primary-rgb), 0.2);
}

/* line 14656, app/assets/stylesheets/application.scss */
.fg-emoji-picker-grid > li:hover {
  background-color: rgba(var(--vz-primary-rgb), 0.2) !important;
}

/* line 14660, app/assets/stylesheets/application.scss */
a.fg-emoji-picker-close-button {
  background-color: #e5ecf2 !important;
}

/* line 14664, app/assets/stylesheets/application.scss */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
  font-weight: var(--vz-font-weight-semibold);
  --vz-table-accent-bg: var(--vz-secondary-bg)
;
}

/* line 14671, app/assets/stylesheets/application.scss */
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc_disabled:before {
  content: "\f0360";
  position: absolute;
  right: .5rem;
  top: 12px;
  font-size: .8rem;
  font-family: "Material Design Icons";
}

/* line 14680, app/assets/stylesheets/application.scss */
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_desc_disabled:after {
  content: "\f035d";
  position: absolute;
  right: .5rem;
  top: 18px;
  font-size: .8rem;
  font-family: "Material Design Icons";
}

/* line 14689, app/assets/stylesheets/application.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: var(--vz-font-weight-semibold);
  min-width: 150px;
}

/* line 14694, app/assets/stylesheets/application.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: var(--vz-primary);
  border-color: var(--vz-secondary-bg);
}

/* line 14699, app/assets/stylesheets/application.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent.parent > th.dtr-control::before {
  background-color: var(--vz-danger);
}

/* line 14703, app/assets/stylesheets/application.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before {
  background-color: var(--vz-danger);
}

/* line 14707, app/assets/stylesheets/application.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 135px;
}

/* line 14711, app/assets/stylesheets/application.scss */
.table-card .dataTables_filter, .table-card .dataTables_length {
  padding: 1rem 1rem;
  padding-bottom: 0;
}

/* line 14716, app/assets/stylesheets/application.scss */
.table-card .dataTables_info, .table-card .dataTables_paginate {
  padding: 1rem 1rem;
}

/* line 14720, app/assets/stylesheets/application.scss */
.table-card div.dataTables_wrapper .col-md-6 {
  width: 100%;
}

/* line 14724, app/assets/stylesheets/application.scss */
.table-card div.dataTables_wrapper div.dataTables_filter input {
  width: calc(100% - 52px);
}

/* line 14728, app/assets/stylesheets/application.scss */
.table-card div.dataTables_wrapper div.dataTables_filter label {
  display: block;
}

/* line 14732, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-display {
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
  box-shadow: none;
  height: 70%;
}

/* line 14740, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-content {
  padding: 1.25rem;
}

/* line 14744, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-content h2, div.dtr-modal div.dtr-modal-content .h2 {
  font-size: calc(var(--vz-font-base) * 1.25);
  font-weight: var(--vz-font-weight-semibold);
  margin-bottom: 15px;
}

/* line 14750, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-content .dtr-details tr td {
  padding: .75rem .6rem;
}

/* line 14754, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-close {
  font-size: 24px;
  top: 9px;
  right: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--vz-secondary-bg);
  border-color: var(--vz-border-color);
}

/* line 14765, app/assets/stylesheets/application.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: var(--vz-light);
}

/* line 14769, app/assets/stylesheets/application.scss */
.dt-buttons :is(button.dt-button,div.dt-button,a.dt-button,input.dt-button) {
  border-color: var(--vz-border-color);
  background: var(--vz-light);
  color: var(--vz-body-color);
}

/* line 14775, app/assets/stylesheets/application.scss */
:is(button,div,a,input):is(.dt-button:hover:not(.disabled)) {
  border-color: var(--vz-border-color);
  background: var(--vz-light);
  color: var(--vz-body-color);
}

/* line 14781, app/assets/stylesheets/application.scss */
:is(button,div,a,input):is(.dt-button.active:not(.disabled)), :is(button,div,a,input):is(.dt-button:active:not(.disabled)) {
  border-color: var(--vz-border-color);
  background: var(--vz-light);
  color: var(--vz-body-color);
  box-shadow: none;
}

/* line 14789, app/assets/stylesheets/application.scss */
:is(button,div,a,input):is(.dt-button:focus:not(.disabled)) {
  border-color: var(--vz-border-color);
  background: var(--vz-light);
  color: var(--vz-body-color);
  text-shadow: none;
  box-shadow: none;
}

/* line 14798, app/assets/stylesheets/application.scss */
:is(button,div,a,input):is(.dt-button.active:not(.disabled):hover:not(.disabled)), :is(button,div,a,input):is(.dt-button:active:not(.disabled):hover:not(.disabled)) {
  border-color: var(--vz-border-color);
  background: var(--vz-light);
  color: var(--vz-body-color);
  text-shadow: none;
  box-shadow: none;
}

/* line 14807, app/assets/stylesheets/application.scss */
.select2.select2-container {
  width: 100% !important;
}

/* line 14811, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--single {
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
  background-color: var(--vz-input-bg-custom);
  outline: 0;
}

/* line 14818, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: var(--vz-body-color);
}

/* line 14824, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

/* line 14830, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--vz-input-border-custom) transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

/* line 14835, app/assets/stylesheets/application.scss */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--vz-input-border-custom) transparent !important;
  border-width: 0 6px 6px 6px !important;
}

/* line 14840, app/assets/stylesheets/application.scss */
.select2-results__option {
  padding: 6px 12px;
}

/* line 14844, app/assets/stylesheets/application.scss */
.select2-dropdown {
  border: var(--vz-dropdown-border-width) solid var(--vz-border-color);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  background-color: var(--vz-secondary-bg);
  z-index: 1056;
}

/* line 14852, app/assets/stylesheets/application.scss */
.select2-container--default .select2-results__option--selected {
  background-color: var(--vz-tertiary-bg);
}

/* line 14856, app/assets/stylesheets/application.scss */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: var(--vz-secondary-bg);
}

/* line 14861, app/assets/stylesheets/application.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid var(--vz-input-border-custom);
  background-color: var(--vz-input-bg-custom);
  color: var(--vz-body-color);
  border-radius: var(--vz-border-radius);
}

/* line 14869, app/assets/stylesheets/application.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--vz-primary);
}

/* line 14873, app/assets/stylesheets/application.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--vz-secondary-bg);
  color: var(--vz-dropdown-link-active-color);
}

/* line 14878, app/assets/stylesheets/application.scss */
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: var(--vz-primary);
  color: #fff;
}

/* line 14883, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 36px;
  padding-right: 5px;
}

/* line 14888, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1px;
  left: auto;
}

/* line 14893, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
  border: var(--vz-border-width) solid var(--vz-input-border-custom) !important;
  background-color: var(--vz-input-bg-custom);
}

/* line 14899, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 4px;
}

/* line 14903, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: var(--vz-body-color);
}

/* line 14908, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--vz-primary);
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 3px;
  margin-top: 6px;
}

/* line 14917, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 7px;
  border-color: var(--vz-primary-text-emphasis);
  padding: 0 8px;
  top: 3px;
}

/* line 14925, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: var(--vz-primary);
}

/* line 14930, app/assets/stylesheets/application.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  height: 22px;
  font-family: var(--vz-font-sans-serif);
}

/* line 14936, app/assets/stylesheets/application.scss */
.select2-container .select2-search textarea::-webkit-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 14940, app/assets/stylesheets/application.scss */
.select2-container .select2-search textarea::-moz-placeholder {
  color: var(--vz-secondary-color);
}

/* line 14944, app/assets/stylesheets/application.scss */
.select2-container .select2-search textarea:-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 14948, app/assets/stylesheets/application.scss */
.select2-container .select2-search textarea::-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 14952, app/assets/stylesheets/application.scss */
.select2-container .select2-search textarea::-moz-placeholder {
  color: var(--vz-secondary-color);
}
.select2-container .select2-search textarea::placeholder {
  color: var(--vz-secondary-color);
}

/* line 14956, app/assets/stylesheets/application.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--vz-tertiary-bg);
  cursor: default;
}

/* line 14961, app/assets/stylesheets/application.scss */
.toastify {
  padding: 12px 16px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: var(--vz-success);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

/* line 14979, app/assets/stylesheets/application.scss */
.toastify.on {
  opacity: 1;
}

/* line 14983, app/assets/stylesheets/application.scss */
.toast-close {
  opacity: .4;
  padding: 0 5px;
  position: relative;
  left: 4px;
  margin-left: 4px;
  border: none;
  background: 0 0;
  color: #fff;
}

/* line 14994, app/assets/stylesheets/application.scss */
.toastify-right {
  right: 15px;
}

/* line 14998, app/assets/stylesheets/application.scss */
.toastify-left {
  left: 15px;
}

/* line 15002, app/assets/stylesheets/application.scss */
.toastify-left .toast-close {
  left: -4px;
  margin-left: 0;
  margin-right: 4px;
}

/* line 15008, app/assets/stylesheets/application.scss */
.toastify-top {
  top: -150px;
}

/* line 15012, app/assets/stylesheets/application.scss */
.toastify-bottom {
  bottom: -150px;
}

/* line 15016, app/assets/stylesheets/application.scss */
.toastify-rounded {
  border-radius: 25px;
}

/* line 15020, app/assets/stylesheets/application.scss */
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

/* line 15027, app/assets/stylesheets/application.scss */
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  /* line 15038, app/assets/stylesheets/application.scss */
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

/* line 15049, app/assets/stylesheets/application.scss */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

/* line 15055, app/assets/stylesheets/application.scss */
.choices:focus {
  outline: 0;
}

/* line 15059, app/assets/stylesheets/application.scss */
.choices:last-child {
  margin-bottom: 0;
}

/* line 15063, app/assets/stylesheets/application.scss */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: rgba(var(--vz-light-rgb), 0.75);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 15072, app/assets/stylesheets/application.scss */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 15076, app/assets/stylesheets/application.scss */
.choices [hidden] {
  display: none !important;
}

/* line 15080, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] {
  cursor: pointer;
}

/* line 15084, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: .25rem;
}

/* line 15088, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: .5rem .9rem;
  background-color: var(--vz-input-bg-custom);
  border: 1px solid var(--vz-input-border-custom);
  font-size: var(--vz-font-base);
  border-radius: var(--vz-border-radius);
  color: var(--vz-body-color);
  margin-bottom: 10px;
}

/* line 15100, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  margin-top: -10px;
  margin-right: 25px;
  margin-left: 0;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

/* line 15117, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

/* line 15121, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

/* line 15126, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

/* line 15130, app/assets/stylesheets/application.scss */
.choices[data-type*=select-one]:after {
  content: "\f0140";
  position: absolute;
  border: 0;
  border-color: #212529 transparent transparent;
  right: 11.5px;
  left: auto;
  font-family: "Material Design Icons";
  width: auto;
  height: auto;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 15147, app/assets/stylesheets/application.scss */
.choices.is-open[data-type*=select-one]:after {
  margin-top: 0;
  transform: translateY(-50%) rotate(-180deg);
}

/* line 15153, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
  padding-right: .9rem;
}

/* line 15158, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

/* line 15176, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

/* line 15180, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__list--dropdown, .choices[data-type*=text] .choices__list--dropdown {
  padding-bottom: 10px;
}

/* line 15184, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__list--dropdown .choices__list, .choices[data-type*=text] .choices__list--dropdown .choices__list {
  margin-bottom: 0;
}

/* line 15188, app/assets/stylesheets/application.scss */
.choices[data-type*=select-multiple] .choices__input {
  padding-top: 3px;
}

/* line 15192, app/assets/stylesheets/application.scss */
.input-light .choices__inner {
  background-color: var(--vz-light);
  border: none;
}

/* line 15197, app/assets/stylesheets/application.scss */
.choices__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: var(--vz-input-bg-custom);
  padding: .25rem 3.6rem .1rem .5rem;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius) !important;
  font-size: var(--vz-font-base);
  min-height: 37.5px;
  overflow: hidden;
}

/* line 15210, app/assets/stylesheets/application.scss */
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: var(--vz-primary-border-subtle);
}

/* line 15214, app/assets/stylesheets/application.scss */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 15220, app/assets/stylesheets/application.scss */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 15226, app/assets/stylesheets/application.scss */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 15230, app/assets/stylesheets/application.scss */
.choices__list--multiple {
  display: inline;
}

/* line 15234, app/assets/stylesheets/application.scss */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: initial;
  border-radius: 7px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: var(--vz-font-weight-normal);
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  margin-top: 2px;
  background-color: var(--vz-primary);
  border: 1px solid var(--vz-primary);
  word-break: break-all;
  box-sizing: border-box;
  color: #fff;
  box-shadow: var(--vz-element-shadow);
}

/* line 15254, app/assets/stylesheets/application.scss */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 15258, app/assets/stylesheets/application.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--vz-primary);
  border: 1px solid var(--vz-primary);
}

/* line 15263, app/assets/stylesheets/application.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--vz-secondary);
  border: 1px solid var(--vz-secondary);
}

/* line 15268, app/assets/stylesheets/application.scss */
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  top: 100%;
  margin-top: 0;
  padding: 10px 10px 20px 10px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  animation-duration: .3s;
  animation-fill-mode: both;
  transform: translateY(1px);
}

/* line 15293, app/assets/stylesheets/application.scss */
.choices__list--dropdown.is-active {
  visibility: visible;
  animation-name: DropDownSlide;
}

/* line 15299, app/assets/stylesheets/application.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--vz-tertiary-bg);
}

/* line 15303, app/assets/stylesheets/application.scss */
.choices__list--dropdown .choices__list {
  margin: 0 -16px -16px;
}

/* line 15307, app/assets/stylesheets/application.scss */
.choices__list--dropdown .has-no-results {
  font-style: italic;
  font-weight: var(--vz-font-weight-medium);
}

/* line 15312, app/assets/stylesheets/application.scss */
.choices__list--dropdown .choices__item--selectable:after {
  display: none;
}

/* line 15316, app/assets/stylesheets/application.scss */
.is-open .choices__list--dropdown {
  border-color: var(--vz-border-color);
}

/* line 15320, app/assets/stylesheets/application.scss */
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

/* line 15328, app/assets/stylesheets/application.scss */
.is-flipped .choices__list--dropdown.is-active {
  animation-name: DropDownSlideDown;
  transform: translateY(-1px);
}

/* line 15335, app/assets/stylesheets/application.scss */
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 15343, app/assets/stylesheets/application.scss */
.choices__list--dropdown .choices__item {
  position: relative;
  font-size: var(--vz-font-base);
  padding: .35rem 1.2rem .35rem 16px;
}

@media (min-width: 640px) {
  /* line 15350, app/assets/stylesheets/application.scss */
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 15361, app/assets/stylesheets/application.scss */
  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
  }
}

/* line 15366, app/assets/stylesheets/application.scss */
.choices__item {
  cursor: default;
}

/* line 15370, app/assets/stylesheets/application.scss */
.choices__item--selectable {
  cursor: pointer;
}

/* line 15374, app/assets/stylesheets/application.scss */
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .5;
}

/* line 15383, app/assets/stylesheets/application.scss */
.choices__heading {
  font-weight: var(--vz-font-weight-semibold);
  font-size: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--vz-border-color);
  color: var(--vz-secondary-color);
}

/* line 15391, app/assets/stylesheets/application.scss */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 15403, app/assets/stylesheets/application.scss */
.choices__button:focus {
  outline: 0;
}

/* line 15407, app/assets/stylesheets/application.scss */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: var(--vz-input-bg-custom);
  color: var(--vz-body-color);
  font-size: var(--vz-font-base);
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 2px 0 2px 2px;
}

/* line 15420, app/assets/stylesheets/application.scss */
.choices__input:focus {
  outline: 0;
}

/* line 15424, app/assets/stylesheets/application.scss */
.choices__input::-webkit-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 15428, app/assets/stylesheets/application.scss */
.choices__input::-moz-placeholder {
  color: var(--vz-secondary-color);
}

/* line 15432, app/assets/stylesheets/application.scss */
.choices__input:-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 15436, app/assets/stylesheets/application.scss */
.choices__input::-ms-input-placeholder {
  color: var(--vz-secondary-color);
}

/* line 15440, app/assets/stylesheets/application.scss */
.choices__input::-moz-placeholder {
  color: var(--vz-secondary-color);
}
.choices__input::placeholder {
  color: var(--vz-secondary-color);
}

/* line 15444, app/assets/stylesheets/application.scss */
.choices__placeholder {
  color: var(--vz-secondary-color);
  opacity: 1;
}

/* line 15449, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 15454, app/assets/stylesheets/application.scss */
.flatpickr-calendar {
  background: 0 0;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: var(--vz-secondary-bg);
  box-shadow: 1px 0 0 var(--vz-border-color), -1px 0 0 var(--vz-border-color), 0 1px 0 var(--vz-border-color), 0 -1px 0 var(--vz-border-color), 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 15479, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline, .flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 15485, app/assets/stylesheets/application.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 1056;
}

/* line 15490, app/assets/stylesheets/application.scss */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 15495, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  box-shadow: none;
}

/* line 15504, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline .flatpickr-rContainer {
  display: block;
  width: 100%;
}

/* line 15509, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days {
  width: 100%;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-top: none;
  border-radius: 0 0 5px 5px;
}

/* line 15516, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 15522, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  max-width: 100%;
  border-radius: 4px;
}

/* line 15527, app/assets/stylesheets/application.scss */
.flatpickr-calendar.inline .flatpickr-time {
  border: var(--vz-border-width) solid var(--vz-input-border-custom) !important;
  border-radius: var(--vz-border-radius);
}

/* line 15532, app/assets/stylesheets/application.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 15537, app/assets/stylesheets/application.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 15542, app/assets/stylesheets/application.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 15547, app/assets/stylesheets/application.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 15552, app/assets/stylesheets/application.scss */
.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15558, app/assets/stylesheets/application.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 15562, app/assets/stylesheets/application.scss */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid var(--vz-border-color);
}

/* line 15567, app/assets/stylesheets/application.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 15571, app/assets/stylesheets/application.scss */
.flatpickr-calendar::after, .flatpickr-calendar::before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

/* line 15582, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowRight::after, .flatpickr-calendar.arrowRight::before, .flatpickr-calendar.rightMost::after, .flatpickr-calendar.rightMost::before {
  left: auto;
  right: 22px;
}

/* line 15587, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowCenter::after, .flatpickr-calendar.arrowCenter::before {
  left: 50%;
  right: 50%;
}

/* line 15592, app/assets/stylesheets/application.scss */
.flatpickr-calendar::before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 15597, app/assets/stylesheets/application.scss */
.flatpickr-calendar::after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 15602, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowTop::after, .flatpickr-calendar.arrowTop::before {
  bottom: 100%;
}

/* line 15606, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowTop::before {
  border-bottom-color: var(--vz-primary);
}

/* line 15610, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowTop::after {
  border-bottom-color: var(--vz-primary);
}

/* line 15614, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowBottom::after, .flatpickr-calendar.arrowBottom::before {
  top: 100%;
}

/* line 15618, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowBottom::before {
  border-top-color: var(--vz-primary);
}

/* line 15622, app/assets/stylesheets/application.scss */
.flatpickr-calendar.arrowBottom::after {
  border-top-color: var(--vz-primary);
}

/* line 15626, app/assets/stylesheets/application.scss */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 15630, app/assets/stylesheets/application.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 15635, app/assets/stylesheets/application.scss */
.flatpickr-months {
  display: flex;
  background-color: var(--vz-primary);
  border-radius: 5px 5px 0 0;
}

/* line 15643, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-month {
  background: 0 0;
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 15661, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}

/* line 15673, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}

/* line 15677, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
  position: relative;
}

/* line 15681, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}

/* line 15685, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}

/* line 15689, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}

/* line 15693, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: rgba(255, 255, 255, 0.9);
}

/* line 15697, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px;
}

/* line 15702, app/assets/stylesheets/application.scss */
.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 15708, app/assets/stylesheets/application.scss */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 15713, app/assets/stylesheets/application.scss */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 15717, app/assets/stylesheets/application.scss */
.numInputWrapper input {
  width: 100%;
}

/* line 15721, app/assets/stylesheets/application.scss */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 15725, app/assets/stylesheets/application.scss */
.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 15730, app/assets/stylesheets/application.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(var(--vz-dark-rgb), 0.15);
  box-sizing: border-box;
}

/* line 15744, app/assets/stylesheets/application.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 15748, app/assets/stylesheets/application.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 15752, app/assets/stylesheets/application.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 15758, app/assets/stylesheets/application.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 15763, app/assets/stylesheets/application.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 15770, app/assets/stylesheets/application.scss */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 15774, app/assets/stylesheets/application.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 15781, app/assets/stylesheets/application.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 15786, app/assets/stylesheets/application.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 15790, app/assets/stylesheets/application.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 15794, app/assets/stylesheets/application.scss */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 15798, app/assets/stylesheets/application.scss */
.flatpickr-current-month {
  font-size: 100%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 15815, app/assets/stylesheets/application.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 15824, app/assets/stylesheets/application.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 15828, app/assets/stylesheets/application.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}

/* line 15833, app/assets/stylesheets/application.scss */
.flatpickr-current-month span.arrowUp::after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 15837, app/assets/stylesheets/application.scss */
.flatpickr-current-month span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 15841, app/assets/stylesheets/application.scss */
.flatpickr-current-month input.cur-year {
  background: 0 0;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: var(--vz-font-weight-semibold);
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 15863, app/assets/stylesheets/application.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 15867, app/assets/stylesheets/application.scss */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.9);
  background: 0 0;
  pointer-events: none;
}

/* line 15874, app/assets/stylesheets/application.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background: 0 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: var(--vz-font-weight-semibold);
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: 0;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  width: auto;
}

/* line 15898, app/assets/stylesheets/application.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: 0;
}

/* line 15902, app/assets/stylesheets/application.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent;
}

/* line 15906, app/assets/stylesheets/application.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 15913, app/assets/stylesheets/application.scss */
.flatpickr-weekdays {
  background-color: var(--vz-primary);
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px solid var(--vz-border-color);
}

/* line 15928, app/assets/stylesheets/application.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 15937, app/assets/stylesheets/application.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: var(--vz-primary);
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: var(--vz-font-weight-medium);
}

/* line 15952, app/assets/stylesheets/application.scss */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 15956, app/assets/stylesheets/application.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 15968, app/assets/stylesheets/application.scss */
.flatpickr-days:focus {
  outline: 0;
}

/* line 15972, app/assets/stylesheets/application.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 15994, app/assets/stylesheets/application.scss */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 15999, app/assets/stylesheets/application.scss */
.flatpickr-day {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: var(--vz-body-color);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 16023, app/assets/stylesheets/application.scss */
.flatpickr-day:focus, .flatpickr-day:hover {
  background-color: rgba(var(--vz-light-rgb), 0.7);
}

/* line 16027, app/assets/stylesheets/application.scss */
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background-color: var(--vz-light);
  border-color: var(--vz-light);
}

/* line 16034, app/assets/stylesheets/application.scss */
.flatpickr-day.today {
  border-color: var(--vz-primary);
  background-color: rgba(var(--vz-primary-rgb), 0.1);
  box-shadow: var(--vz-element-shadow);
}

/* line 16041, app/assets/stylesheets/application.scss */
.flatpickr-day.today:focus, .flatpickr-day.today:hover {
  border-color: var(--vz-primary);
  background-color: rgba(var(--vz-primary-rgb), 0.15);
  color: var(--vz-body-color);
}

/* line 16047, app/assets/stylesheets/application.scss */
.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  background: var(--vz-primary);
  box-shadow: var(--vz-element-shadow);
  color: #fff;
  border-color: var(--vz-primary);
}

/* line 16055, app/assets/stylesheets/application.scss */
.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 16059, app/assets/stylesheets/application.scss */
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--vz-primary);
}

/* line 16064, app/assets/stylesheets/application.scss */
.flatpickr-day.endRange.startRange .endRange, .flatpickr-day.selected.startRange .endRange, .flatpickr-day.startRange.startRange .endRange {
  border-radius: 50px;
}

/* line 16068, app/assets/stylesheets/application.scss */
.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 16072, app/assets/stylesheets/application.scss */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 var(--vz-light), 5px 0 0 var(--vz-light);
}

/* line 16078, app/assets/stylesheets/application.scss */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
  color: rgba(var(--vz-body-color-rgb), 0.3);
  background: 0 0;
  border-color: transparent;
  cursor: default;
}

/* line 16085, app/assets/stylesheets/application.scss */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(var(--vz-body-color-rgb), 0.3);
}

/* line 16090, app/assets/stylesheets/application.scss */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 var(--vz-primary), 5px 0 0 var(--vz-primary);
}

/* line 16096, app/assets/stylesheets/application.scss */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 16100, app/assets/stylesheets/application.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 16104, app/assets/stylesheets/application.scss */
.flatpickr-weekwrapper {
  float: left;
}

/* line 16108, app/assets/stylesheets/application.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 var(--vz-border-color);
}

/* line 16114, app/assets/stylesheets/application.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 35px;
}

/* line 16120, app/assets/stylesheets/application.scss */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(var(--vz-body-rgb), 0.3);
  background: 0 0;
  cursor: default;
  border: none;
}

/* line 16130, app/assets/stylesheets/application.scss */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 16140, app/assets/stylesheets/application.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 16147, app/assets/stylesheets/application.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 16162, app/assets/stylesheets/application.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 16168, app/assets/stylesheets/application.scss */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 16177, app/assets/stylesheets/application.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after, .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--vz-border-color);
}

/* line 16181, app/assets/stylesheets/application.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 16185, app/assets/stylesheets/application.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 16189, app/assets/stylesheets/application.scss */
.flatpickr-time input {
  background: 0 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: var(--vz-body-color);
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 16210, app/assets/stylesheets/application.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}

/* line 16214, app/assets/stylesheets/application.scss */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 16218, app/assets/stylesheets/application.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 16223, app/assets/stylesheets/application.scss */
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: var(--vz-body-color);
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 16238, app/assets/stylesheets/application.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 16246, app/assets/stylesheets/application.scss */
.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
  background: rgba(var(--vz-primary-rgb), 0.04);
}

/* line 16250, app/assets/stylesheets/application.scss */
.flatpickr-am-pm:focus, .flatpickr-am-pm:hover, .numInput:focus, .numInput:hover, .numInputWrapper:focus, .numInputWrapper:hover {
  background-color: transparent;
}

/* line 16254, app/assets/stylesheets/application.scss */
.flatpickr-input[readonly] {
  cursor: pointer;
  background-color: var(--vz-input-bg-custom);
}

/* line 16259, app/assets/stylesheets/application.scss */
[data-inline-date=true], [data-time-inline] {
  display: none;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 16291, app/assets/stylesheets/application.scss */
[datepicker-inline], [timepicker-inline] {
  display: none;
}

/* line 16295, app/assets/stylesheets/application.scss */
[data-input-flag] {
  position: relative;
}

/* line 16299, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list {
  max-height: 158px;
  overflow-y: auto;
}

/* line 16304, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 16308, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list::-webkit-scrollbar:vertical {
  width: 8px;
}

/* line 16312, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 16316, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-dark-rgb), 0.075);
  border-radius: 8px;
}

/* line 16321, app/assets/stylesheets/application.scss */
[data-input-flag] .dropdown-menu .dropdown-menu-list::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* line 16325, app/assets/stylesheets/application.scss */
[data-option-flag-img-name] .flag-input {
  padding-left: 45px;
  background-image: url(/../images/flags/us.svg);
  background-repeat: no-repeat;
  background-position: 14px 8px;
  background-size: 18px;
}

/* line 16333, app/assets/stylesheets/application.scss */
[data-option-flag-img-name]::before, [data-option-flag-name]::before {
  content: "\f0140";
  font-family: "Material Design Icons";
  position: absolute;
  right: .9rem;
  top: .5rem;
  font-size: 16px;
}

/* line 16342, app/assets/stylesheets/application.scss */
[data-option-countrycode=false] .country-codeno {
  display: none;
}

/* line 16346, app/assets/stylesheets/application.scss */
[data-search-input=false] .searchlist-input {
  display: none;
}

/* line 16350, app/assets/stylesheets/application.scss */
.auth-page-wrapper .auth-page-content {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 16357, app/assets/stylesheets/application.scss */
.auth-page-wrapper .footer {
  left: 0;
  background-color: transparent;
  color: var(--vz-body-color);
}

/* line 16363, app/assets/stylesheets/application.scss */
.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}

@media (max-width: 575.98px) {
  /* line 16373, app/assets/stylesheets/application.scss */
  .auth-one-bg-position {
    height: 280px;
  }
}

/* line 16378, app/assets/stylesheets/application.scss */
.auth-one-bg {
  background-image: url(/../images/auth-one-bg.jpg);
  background-position: center;
  background-size: cover;
}

/* line 16384, app/assets/stylesheets/application.scss */
.auth-one-bg .bg-overlay {
  background: linear-gradient(to right, var(--vz-primary-text-emphasis), var(--vz-primary));
  opacity: .9;
}

/* line 16390, app/assets/stylesheets/application.scss */
.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* line 16399, app/assets/stylesheets/application.scss */
.shape > svg {
  width: 100%;
  height: auto;
  fill: var(--vz-body-bg);
}

/* line 16405, app/assets/stylesheets/application.scss */
.auth-pass-inputgroup input[type=text] + .btn .ri-eye-fill:before {
  content: "\ecb6";
}

/* line 16409, app/assets/stylesheets/application.scss */
.particles-js-canvas-el {
  position: relative;
}

/* line 16413, app/assets/stylesheets/application.scss */
.signin-other-title {
  position: relative;
}

/* line 16417, app/assets/stylesheets/application.scss */
.signin-other-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 1px dashed var(--vz-border-color);
  top: 10px;
}

/* line 16428, app/assets/stylesheets/application.scss */
.signin-other-title .title {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: var(--vz-secondary-bg);
  padding: 2px 16px;
}

/* line 16436, app/assets/stylesheets/application.scss */
.auth-bg-cover {
  background: linear-gradient(-45deg, var(--vz-primary) 50%, var(--vz-success));
}

/* line 16440, app/assets/stylesheets/application.scss */
.auth-bg-cover > .bg-overlay {
  background-image: url(/../images/cover-pattern.png);
  background-position: center;
  background-size: cover;
  opacity: 1;
  background-color: transparent;
}

/* line 16448, app/assets/stylesheets/application.scss */
.auth-bg-cover .footer {
  color: rgba(255, 255, 255, 0.5);
}

/* line 16452, app/assets/stylesheets/application.scss */
#password-contain {
  display: none;
}

/* line 16456, app/assets/stylesheets/application.scss */
#password-contain p {
  padding-left: 13px;
}

/* line 16460, app/assets/stylesheets/application.scss */
#password-contain p.valid {
  color: var(--vz-success);
}

/* line 16464, app/assets/stylesheets/application.scss */
#password-contain p.valid::before {
  position: relative;
  left: -8px;
  content: "✔";
}

/* line 16470, app/assets/stylesheets/application.scss */
#password-contain p.invalid {
  color: var(--vz-danger);
}

/* line 16474, app/assets/stylesheets/application.scss */
#password-contain p.invalid::before {
  position: relative;
  left: -8px;
  content: "✖";
}

/* line 16480, app/assets/stylesheets/application.scss */
.dash-filter-picker {
  min-width: 210px !important;
}

/* line 16484, app/assets/stylesheets/application.scss */
.upcoming-scheduled {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 16489, app/assets/stylesheets/application.scss */
  .upcoming-scheduled {
    top: 35px !important;
  }
}

/* line 16494, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-months {
  position: absolute !important;
  top: -45px !important;
  left: auto !important;
  right: 0 !important;
  width: 200px;
  background-color: transparent;
}

/* line 16503, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-months .flatpickr-month {
  color: #878a99 !important;
  fill: #878a99 !important;
}

/* line 16508, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-months .flatpickr-next-month, .upcoming-scheduled .flatpickr-months .flatpickr-prev-month {
  display: none;
}

/* line 16512, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar {
  box-shadow: none !important;
}

/* line 16517, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-current-month {
  font-size: 13px;
  width: 100%;
  left: 0;
}

/* line 16523, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-monthDropdown-months {
  border: 1px solid var(--vz-border-color);
  border-radius: 4px;
  height: 26px;
}

/* line 16529, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays {
  background-color: var(--vz-light);
  border: none;
}

/* line 16534, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
  color: var(--vz-body-color);
  background-color: var(--vz-light);
}

/* line 16539, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today {
  color: #fff !important;
  background-color: var(--vz-success);
  border-color: var(--vz-success) !important;
}

/* line 16545, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.today:hover {
  color: var(--vz-success) !important;
  background-color: rgba(var(--vz-success-rgb), 0.2) !important;
}

/* line 16550, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .flatpickr-day.selected {
  background-color: var(--vz-success) !important;
  border-color: var(--vz-success) !important;
  color: #fff;
}

/* line 16556, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-calendar .numInputWrapper {
  width: 7.5ch;
  margin-left: 10px;
}

/* line 16561, app/assets/stylesheets/application.scss */
.upcoming-scheduled .flatpickr-days {
  border: none !important;
}

/* line 16565, app/assets/stylesheets/application.scss */
.crm-widget .col {
  border-right: 1px solid var(--vz-border-color);
}

/* line 16569, app/assets/stylesheets/application.scss */
.crm-widget .col:last-child {
  border: 0;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  /* line 16574, app/assets/stylesheets/application.scss */
  .crm-widget .col:nth-child(3) {
    border-right: 0;
  }
  /* line 16578, app/assets/stylesheets/application.scss */
  .crm-widget .col:last-child {
    border-right: 1px solid var(--vz-border-color);
  }
}

@media (max-width: 767.98px) {
  /* line 16584, app/assets/stylesheets/application.scss */
  .crm-widget .col {
    border-right: 0;
    border-bottom: 1px solid var(--vz-border-color);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 16591, app/assets/stylesheets/application.scss */
  .project-wrapper .col-xxl-4, .project-wrapper > .col-xxl-8 {
    width: 100%;
  }
}

/* line 16596, app/assets/stylesheets/application.scss */
.crypto-widget {
  max-width: 130px !important;
}

/* line 16600, app/assets/stylesheets/application.scss */
.bg-marketplace {
  background-image: url(/../images/nft/marketplace.png);
  background-size: cover;
}

/* line 16605, app/assets/stylesheets/application.scss */
.dash-countdown .countdownlist .count-num {
  background-color: var(--vz-secondary-bg);
  padding: 16px 8px;
  font-size: 22px;
}

@media (max-width: 575.98px) {
  /* line 16612, app/assets/stylesheets/application.scss */
  .dash-countdown .countdownlist .count-num {
    font-size: 16px;
    padding: 8px 6px;
  }
}

@media (max-width: 575.98px) {
  /* line 16619, app/assets/stylesheets/application.scss */
  .dash-countdown .countdownlist .count-title {
    font-size: 10px;
  }
}

/* line 16624, app/assets/stylesheets/application.scss */
[data-layout-width=boxed] .dash-countdown .countdownlist {
  flex-wrap: wrap;
}

/* line 16629, app/assets/stylesheets/application.scss */
.marketplace-icon {
  position: absolute;
  float: right;
  top: 30px;
  left: 30px;
}

/* line 16636, app/assets/stylesheets/application.scss */
.marketplace-swiper .swiper-button-next, .marketplace-swiper .swiper-button-prev {
  top: 34px;
  width: 28px;
  height: 28px;
  background-color: rgba(var(--vz-primary-rgb), 0.1);
  color: var(--vz-primary);
  border-radius: .3rem;
  right: 16px !important;
}

/* line 16646, app/assets/stylesheets/application.scss */
.marketplace-swiper .swiper-button-prev {
  right: 58px !important;
  left: auto !important;
}

/* line 16651, app/assets/stylesheets/application.scss */
.dash-collection .content {
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 1441.98px) {
  /* line 16658, app/assets/stylesheets/application.scss */
  .dash-nft .col-xxl-3, .dash-nft .col-xxl-9 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 16664, app/assets/stylesheets/application.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

/* line 16671, app/assets/stylesheets/application.scss */
#portfolio_donut_charts .apexcharts-pie text {
  fill: var(--vz-body-color);
}

/* line 16675, app/assets/stylesheets/application.scss */
.timeline {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 16682, app/assets/stylesheets/application.scss */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: var(--vz-timeline-color);
  top: 57px;
  bottom: 166px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 16693, app/assets/stylesheets/application.scss */
.timeline-item {
  padding: 30px 60px;
  position: relative;
  background: inherit;
  width: 50%;
}

/* line 16700, app/assets/stylesheets/application.scss */
.timeline-item .icon {
  position: absolute;
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 30px;
  right: -30px;
  padding: 9px 0;
  background: var(--vz-secondary-bg);
  border: 1px solid var(--vz-border-color);
  border-radius: 50px;
  color: var(--vz-success);
  z-index: 1;
}

/* line 16724, app/assets/stylesheets/application.scss */
.timeline-item .date {
  position: absolute;
  display: inline-block;
  width: calc(100% - 48px);
  top: 50px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

/* line 16734, app/assets/stylesheets/application.scss */
.timeline-item .content {
  padding: 20px;
  background: var(--vz-secondary-bg);
  position: relative;
  border: 1px solid var(--vz-border-color);
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 16744, app/assets/stylesheets/application.scss */
.timeline-item.left {
  left: 0;
}

/* line 16748, app/assets/stylesheets/application.scss */
.timeline-item.left .date {
  left: calc(100% + 48px);
  text-align: start;
}

/* line 16753, app/assets/stylesheets/application.scss */
.timeline-item.right {
  left: 50%;
}

/* line 16757, app/assets/stylesheets/application.scss */
.timeline-item.right .icon {
  left: -30px;
}

/* line 16761, app/assets/stylesheets/application.scss */
.timeline-item.right .date {
  right: calc(100% + 48px);
  text-align: end;
}

/* line 16766, app/assets/stylesheets/application.scss */
.timeline-item.right::before {
  left: 28px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 991.98px) {
  /* line 16772, app/assets/stylesheets/application.scss */
  .timeline::after {
    left: 24px;
    bottom: 180px;
  }
  /* line 16777, app/assets/stylesheets/application.scss */
  .timeline-item {
    width: 100%;
    padding-left: 48px;
    padding-right: 0;
  }
  /* line 16783, app/assets/stylesheets/application.scss */
  .timeline-item.left, .timeline-item.right {
    left: 0;
  }
  /* line 16787, app/assets/stylesheets/application.scss */
  .timeline-item.left .icon, .timeline-item.right .icon {
    width: 45px;
    height: 45px;
    top: 0;
    font-size: 18px;
    left: 0;
  }
  /* line 16795, app/assets/stylesheets/application.scss */
  .timeline-item.left::before, .timeline-item.right::before {
    left: 110px;
    border-color: transparent transparent transparent var(--vz-border-color);
  }
  /* line 16800, app/assets/stylesheets/application.scss */
  .timeline-item.left .date, .timeline-item.right .date {
    right: auto;
    left: 48px;
    width: 79px;
    top: 8px;
    text-align: left;
  }
}

/* line 16809, app/assets/stylesheets/application.scss */
.timeline-2 {
  position: relative;
}

/* line 16813, app/assets/stylesheets/application.scss */
.timeline-2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 83%;
  top: 50px;
  left: 40px;
  margin-left: -1px;
  background: var(--vz-timeline-color);
}

/* line 16824, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-year {
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 1;
}

/* line 16831, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-year p {
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 23px 10px;
  background: var(--vz-timeline-color);
  border-radius: 50px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 16851, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-year p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 16859, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-date {
  font-size: 14px;
  font-weight: var(--vz-font-weight-medium);
  margin: 24px 0 0 0;
  margin-left: 55px;
}

/* line 16866, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  left: 45px;
  align-items: left;
  background: var(--vz-success);
  border: 3px solid var(--vz-timeline-color);
  border-radius: 50px;
  z-index: 1;
}

/* line 16883, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-box {
  position: relative;
  display: inline-block;
  margin: 23px 62px;
  padding: 20px;
  border: 1px solid var(--vz-border-color);
  border-radius: 6px;
  background: var(--vz-secondary-bg);
  max-width: 695px;
}

@media (max-width: 991.98px) {
  /* line 16895, app/assets/stylesheets/application.scss */
  .timeline-2 .timeline-box {
    margin-right: 0;
  }
}

/* line 16900, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 26px;
  right: 100%;
  border-color: transparent var(--vz-secondary-bg) transparent transparent;
  border-width: 10px;
}

/* line 16913, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 100%;
  top: 24px;
  border-color: transparent var(--vz-border-color) transparent transparent;
  border-width: 12px;
}

/* line 16926, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-box .timeline-text {
  position: relative;
  float: left;
}

/* line 16931, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-launch {
  position: relative;
  display: inline-block;
  border: 1px solid var(--vz-border-color);
  border-radius: 6px;
  background: #fff;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  border: none;
  text-align: left;
  background: 0 0;
}

/* line 16945, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-launch .timeline-box {
  margin-left: 0;
}

/* line 16949, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-launch .timeline-box::after {
  left: 30px;
  margin-left: 0;
  top: -20px;
  border-color: transparent transparent var(--vz-border-color) transparent;
}

/* line 16956, app/assets/stylesheets/application.scss */
.timeline-2 .timeline-launch .timeline-box::before {
  left: 30px;
  margin-left: 0;
  top: -19px;
  border-color: transparent transparent var(--vz-secondary-bg) transparent;
  border-width: 10px;
  z-index: 1;
}

/* line 16965, app/assets/stylesheets/application.scss */
.horizontal-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* line 16971, app/assets/stylesheets/application.scss */
.horizontal-timeline::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 174px;
  left: 0;
  height: 2px;
  background-color: var(--vz-timeline-color);
}

/* line 16981, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide .item-box {
  margin: 227px 0 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 16988, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide .item-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--vz-primary);
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 50px;
  border: 3px solid var(--vz-timeline-color);
}

/* line 17002, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide .timeline-content {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--vz-timeline-color);
}

/* line 17017, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide .timeline-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  top: -23px;
  border-color: transparent transparent var(--vz-timeline-color) transparent;
  border-width: 12px;
  right: 0;
  margin: 0 auto;
}

/* line 17032, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide .time {
  position: absolute;
  top: -86px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* line 17040, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide:nth-child(even) {
  margin-top: 5px;
  transform: rotate(-180deg);
}

/* line 17046, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .timeline-content {
  transform: rotate(180deg);
}

/* line 17051, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .timeline-content::before {
  bottom: -23px;
  top: auto;
  border-color: var(--vz-timeline-color) transparent transparent transparent;
}

/* line 17057, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-slide:nth-child(even) .time {
  transform: rotate(180deg);
}

/* line 17062, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-next, .horizontal-timeline .swiper-button-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--vz-primary);
}

/* line 17070, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-next::after, .horizontal-timeline .swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}

/* line 17075, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-next.swiper-button-disabled, .horizontal-timeline .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(var(--vz-primary-rgb), 0.5);
  opacity: 1;
  cursor: auto;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  pointer-events: none;
}

/* line 17084, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-next {
  right: 0;
}

/* line 17088, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-next::after {
  content: "\ea6e";
  font-family: remixicon;
}

/* line 17093, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-prev {
  left: 0;
}

/* line 17097, app/assets/stylesheets/application.scss */
.horizontal-timeline .swiper-button-prev::after {
  content: "\ea64";
  font-family: remixicon;
}

/* line 17102, app/assets/stylesheets/application.scss */
.acitivity-timeline {
  position: relative;
  overflow: hidden;
}

/* line 17107, app/assets/stylesheets/application.scss */
.acitivity-timeline .acitivity-item {
  position: relative;
}

/* line 17111, app/assets/stylesheets/application.scss */
.acitivity-timeline .acitivity-item .flex-shrink-0 {
  z-index: 2;
}

/* line 17115, app/assets/stylesheets/application.scss */
.acitivity-timeline .acitivity-item .acitivity-avatar {
  background-color: var(--vz-secondary-bg);
  border: 3px solid var(--vz-secondary-bg);
  height: 32px;
  width: 32px;
}

/* line 17122, app/assets/stylesheets/application.scss */
.acitivity-timeline .acitivity-item:before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--vz-border-color);
  left: 16px;
  height: 100%;
  top: 5px;
  z-index: 0;
}

/* line 17132, app/assets/stylesheets/application.scss */
.acitivity-timeline .acitivity-item:last-child::before {
  border-color: transparent;
}

/* line 17136, app/assets/stylesheets/application.scss */
.categories-filter .list-inline-item {
  position: relative;
  margin-right: 0;
}

/* line 17141, app/assets/stylesheets/application.scss */
.categories-filter .list-inline-item a {
  display: block;
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-semibold);
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
}

/* line 17150, app/assets/stylesheets/application.scss */
.gallery-box {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  margin-bottom: 10px;
  box-shadow: none;
  background-color: transparent;
  padding: 8px;
}

/* line 17161, app/assets/stylesheets/application.scss */
.gallery-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--vz-secondary-bg);
  transition: all .4s;
}

/* line 17174, app/assets/stylesheets/application.scss */
.gallery-box .gallery-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

/* line 17180, app/assets/stylesheets/application.scss */
.gallery-box .gallery-container a {
  display: block;
}

/* line 17184, app/assets/stylesheets/application.scss */
.gallery-box .gallery-container .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  visibility: hidden;
  overflow: hidden;
  transition: all .4s ease-in-out 0s;
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding: 16px;
}

/* line 17207, app/assets/stylesheets/application.scss */
.gallery-box .gallery-container .gallery-overlay .overlay-caption {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

/* line 17213, app/assets/stylesheets/application.scss */
.gallery-box .gallery-img {
  transition: all .2s ease-in-out;
}

/* line 17218, app/assets/stylesheets/application.scss */
.gallery-box .box-content {
  position: relative;
}

/* line 17222, app/assets/stylesheets/application.scss */
.gallery-box .box-content .title {
  font-size: 14px;
  margin-bottom: 4px;
  display: none;
}

/* line 17228, app/assets/stylesheets/application.scss */
.gallery-box .box-content .post {
  margin: 0;
  transition: all .2s;
  color: var(--vz-secondary-color);
}

/* line 17235, app/assets/stylesheets/application.scss */
.gallery-box:hover::before {
  height: 100%;
}

/* line 17239, app/assets/stylesheets/application.scss */
.gallery-box:hover .box-content {
  bottom: 0;
}

/* line 17243, app/assets/stylesheets/application.scss */
.gallery-box:hover .box-content .post {
  opacity: 1;
}

/* line 17247, app/assets/stylesheets/application.scss */
.gallery-box:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 17252, app/assets/stylesheets/application.scss */
.gallery-light .gallery-box::before {
  background-color: var(--vz-light);
}

/* line 17256, app/assets/stylesheets/application.scss */
.error-basic-img {
  max-width: 450px;
}

/* line 17260, app/assets/stylesheets/application.scss */
.error-500 .title {
  font-size: 250px;
}

/* line 17264, app/assets/stylesheets/application.scss */
.error-500 .error-500-img {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 17273, app/assets/stylesheets/application.scss */
  .error-500 .title {
    font-size: 150px;
  }
  /* line 17277, app/assets/stylesheets/application.scss */
  .error-500 .error-500-img {
    width: 20% !important;
    top: 43px;
  }
}

@media (max-width: 767.98px) {
  /* line 17284, app/assets/stylesheets/application.scss */
  .error-500 .title {
    font-size: 68px;
    margin-top: 35px;
  }
  /* line 17289, app/assets/stylesheets/application.scss */
  .error-500 .error-500-img {
    position: relative;
    top: 0;
  }
}

@keyframes errorAnimation {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 17369, app/assets/stylesheets/application.scss */
.error-img {
  animation: errorAnimation 20s infinite;
}

/* line 17374, app/assets/stylesheets/application.scss */
.error-text {
  text-shadow: 4px 4px rgba(var(--vz-success-rgb), 0.4);
}

@media (min-width: 1200px) {
  /* line 17379, app/assets/stylesheets/application.scss */
  .error-text {
    font-size: 10rem;
  }
}

/* line 17384, app/assets/stylesheets/application.scss */
.profile-wid-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 320px;
}

@media (max-width: 575.98px) {
  /* line 17393, app/assets/stylesheets/application.scss */
  .profile-wid-bg {
    height: 445px;
  }
}

/* line 17398, app/assets/stylesheets/application.scss */
.profile-wid-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .9;
  background: var(--vz-primary);
  background: linear-gradient(to top, var(--vz-primary-text-emphasis), var(--vz-primary));
}

/* line 17411, app/assets/stylesheets/application.scss */
.profile-wid-bg .profile-wid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 17418, app/assets/stylesheets/application.scss */
.profile-nav.nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17422, app/assets/stylesheets/application.scss */
.profile-nav.nav-pills .nav-link::before {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 17426, app/assets/stylesheets/application.scss */
.profile-project-card {
  border: 1px solid var(--vz-border-color);
  border-left: 3px solid var(--vz-border-color);
}

/* line 17431, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-primary {
  border-left-color: var(--vz-primary);
}

/* line 17435, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-secondary {
  border-left-color: var(--vz-secondary);
}

/* line 17439, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-success {
  border-left-color: var(--vz-success);
}

/* line 17443, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-info {
  border-left-color: var(--vz-info);
}

/* line 17447, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-warning {
  border-left-color: var(--vz-warning);
}

/* line 17451, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-danger {
  border-left-color: var(--vz-danger);
}

/* line 17455, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-light {
  border-left-color: var(--vz-light);
}

/* line 17459, app/assets/stylesheets/application.scss */
.profile-project-card.profile-project-dark {
  border-left-color: var(--vz-dark);
}

/* line 17463, app/assets/stylesheets/application.scss */
.user-profile-img {
  position: relative;
}

/* line 17467, app/assets/stylesheets/application.scss */
.user-profile-img .profile-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  /* line 17475, app/assets/stylesheets/application.scss */
  .user-profile-img .profile-img {
    height: 160px;
  }
}

/* line 17480, app/assets/stylesheets/application.scss */
.user-profile-img .profile-foreground-img-file-input {
  display: none;
}

/* line 17484, app/assets/stylesheets/application.scss */
.user-profile-img .profile-photo-edit {
  cursor: pointer;
}

/* line 17488, app/assets/stylesheets/application.scss */
.profile-user {
  position: relative;
  display: inline-block;
}

/* line 17493, app/assets/stylesheets/application.scss */
.profile-user .profile-photo-edit {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  cursor: pointer;
}

/* line 17501, app/assets/stylesheets/application.scss */
.profile-user .user-profile-image {
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 17506, app/assets/stylesheets/application.scss */
.profile-user .profile-img-file-input {
  display: none;
}

/* line 17510, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item {
  position: relative;
}

/* line 17514, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item .accordion-button {
  background-color: transparent;
}

/* line 17518, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item .accordion-button::after {
  background: 0 0;
}

/* line 17522, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item::before {
  content: "";
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  height: 100%;
  left: 23px;
}

/* line 17530, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item:first-child::before {
  top: 8px;
}

/* line 17534, app/assets/stylesheets/application.scss */
.profile-timeline .accordion-item:last-child::before {
  height: 20px;
  top: 3px;
}

/* line 17539, app/assets/stylesheets/application.scss */
.profile-setting-img {
  position: relative;
  height: 260px;
}

/* line 17544, app/assets/stylesheets/application.scss */
.profile-setting-img .overlay-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

/* line 17551, app/assets/stylesheets/application.scss */
.profile-setting-img .profile-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  /* line 17559, app/assets/stylesheets/application.scss */
  .profile-setting-img .profile-img {
    height: 160px;
  }
}

/* line 17564, app/assets/stylesheets/application.scss */
.profile-setting-img .profile-foreground-img-file-input {
  display: none;
}

/* line 17568, app/assets/stylesheets/application.scss */
.profile-setting-img .profile-photo-edit {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  /* line 17573, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .profile-foreground {
    margin-top: 0 !important;
  }
}

/* line 17578, app/assets/stylesheets/application.scss */
[data-layout=semibox] .profile-wrapper {
  padding: 0 1rem;
}

/* line 17582, app/assets/stylesheets/application.scss */
.sitemap-content {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 17589, app/assets/stylesheets/application.scss */
.sitemap-content * {
  position: relative;
}

/* line 17593, app/assets/stylesheets/application.scss */
.sitemap-horizontal {
  position: relative;
}

/* line 17597, app/assets/stylesheets/application.scss */
.sitemap-horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 17603, app/assets/stylesheets/application.scss */
.sitemap-horizontal ul a {
  display: block;
  background: var(--vz-light);
  border: 2px solid var(--vz-secondary-bg);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-size: var(--vz-font-base);
  height: 60px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17623, app/assets/stylesheets/application.scss */
.sitemap-horizontal ul a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 17631, app/assets/stylesheets/application.scss */
.administration .director > li > a {
  width: 50%;
  margin: 0 auto 0 auto;
  border-radius: 4px;
}

/* line 17637, app/assets/stylesheets/application.scss */
.administration .subdirector {
  position: absolute;
  width: 100%;
}

/* line 17642, app/assets/stylesheets/application.scss */
.administration .subdirector::after {
  content: "";
  display: block;
  width: 0;
  height: 130px;
  border-left: 2px dashed var(--vz-border-color);
  left: 45.45%;
  position: relative;
}

/* line 17652, app/assets/stylesheets/application.scss */
.administration .subdirector > li:first-child {
  width: 18.59%;
  height: 64px;
  margin: 0 auto 92px auto;
  padding-top: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  z-index: 1;
  float: right;
  right: 27.2%;
  border-left: 2px dashed var(--vz-border-color);
}

/* line 17664, app/assets/stylesheets/application.scss */
.administration .subdirector > li:first-child a {
  width: 100%;
  left: 25px;
}

@media screen and (max-width: 767px) {
  /* line 17670, app/assets/stylesheets/application.scss */
  .administration .subdirector > li:first-child {
    width: 40%;
    right: 10%;
    margin-right: 2px;
  }
  /* line 17676, app/assets/stylesheets/application.scss */
  .administration .subdirector::after {
    left: 49.8%;
  }
}

/* line 17681, app/assets/stylesheets/application.scss */
.departments {
  width: 100%;
}

/* line 17685, app/assets/stylesheets/application.scss */
.departments > li:first-child {
  width: 18.59%;
  height: 64px;
  margin: 0 auto 92px auto;
  padding-top: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  z-index: 1;
  float: left;
  left: 27%;
}

/* line 17696, app/assets/stylesheets/application.scss */
.departments > li:first-child a {
  width: 100%;
  right: 25px;
}

/* line 17701, app/assets/stylesheets/application.scss */
.departments > li:nth-child(2) {
  margin-left: 0;
  clear: left;
}

/* line 17706, app/assets/stylesheets/application.scss */
.departments > li.department:nth-child(2):before {
  border: none;
}

/* line 17710, app/assets/stylesheets/application.scss */
.departments::after {
  content: "";
  display: block;
  position: absolute;
  width: 81.1%;
  height: 22px;
  border-top: 2px dashed var(--vz-border-color);
  border-right: 2px dashed var(--vz-border-color);
  border-left: 2px dashed var(--vz-border-color);
  margin: 0 auto;
  top: 130px;
  left: 9.1%;
}

@media screen and (max-width: 767px) {
  /* line 17725, app/assets/stylesheets/application.scss */
  .departments > li:first-child {
    width: 40%;
    left: 10%;
    margin-left: 2px;
  }
  /* line 17731, app/assets/stylesheets/application.scss */
  .departments::after {
    border-right: none;
    left: 0;
    width: 50%;
  }
}

/* line 17738, app/assets/stylesheets/application.scss */
.department {
  border-left: 2px dashed var(--vz-border-color);
  float: left;
  margin-left: 1.75%;
  margin-bottom: 60px;
  width: 18.25%;
}

/* line 17746, app/assets/stylesheets/application.scss */
.department::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 22px;
  border-left: 2px dashed var(--vz-border-color);
  z-index: 1;
  top: -22px;
  left: 50%;
  margin-left: -4px;
}

/* line 17759, app/assets/stylesheets/application.scss */
.department > a {
  margin: 0 0 -26px -4px;
  z-index: 1;
}

/* line 17764, app/assets/stylesheets/application.scss */
.department ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 17769, app/assets/stylesheets/application.scss */
.department ul li {
  padding-left: 25px;
  border-bottom: 2px dashed var(--vz-border-color);
  height: 80px;
}

/* line 17775, app/assets/stylesheets/application.scss */
.department ul li a {
  background: var(--vz-secondary-bg);
  margin-top: 48px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 60px;
  vertical-align: middle;
  right: -1px;
  text-align: center;
}

/* line 17787, app/assets/stylesheets/application.scss */
.department:first-child {
  margin-left: 0;
  clear: left;
}

@media screen and (min-width: 768px) {
  /* line 17793, app/assets/stylesheets/application.scss */
  .department:last-child:before {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 17799, app/assets/stylesheets/application.scss */
  .department {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 17805, app/assets/stylesheets/application.scss */
  .department::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 60px;
    border-left: 2px dashed #fff;
    z-index: 1;
    top: -60px;
    left: 0;
    margin-left: -4px;
  }
  /* line 17818, app/assets/stylesheets/application.scss */
  .department:nth-child(2)::before {
    display: none;
  }
}

/* line 17823, app/assets/stylesheets/application.scss */
.hori-sitemap ul {
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

/* line 17829, app/assets/stylesheets/application.scss */
.hori-sitemap ul li {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 17834, app/assets/stylesheets/application.scss */
  .hori-sitemap ul {
    text-align: left;
  }
  /* line 17838, app/assets/stylesheets/application.scss */
  .hori-sitemap ul .parent-title a {
    padding-left: 0;
  }
  /* line 17842, app/assets/stylesheets/application.scss */
  .hori-sitemap ul .parent-title a:after {
    display: none;
  }
  /* line 17846, app/assets/stylesheets/application.scss */
  .hori-sitemap ul .parent-title:before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 17852, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul {
    position: relative;
  }
  /* line 17856, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li {
    padding-top: 10px;
  }
  /* line 17860, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li .second-list, .hori-sitemap > ul li .sub-list {
    position: relative;
  }
  /* line 17864, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li .second-list:before, .hori-sitemap > ul li .sub-list:before {
    content: "";
    height: calc(100% - 14px);
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 17873, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li .sub-list:before {
    height: 38%;
  }
  /* line 17877, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li a {
    position: relative;
    padding: 4px 16px 4px 36px;
  }
  /* line 17882, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li a:after {
    content: "";
    width: 24px;
    border-top: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  /* line 17893, app/assets/stylesheets/application.scss */
  .hori-sitemap > ul li ul {
    margin-left: 36px;
  }
}

@media (min-width: 576px) {
  /* line 17899, app/assets/stylesheets/application.scss */
  .hori-sitemap ul {
    padding-top: 20px;
  }
  /* line 17903, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li {
    padding-top: 30px;
  }
  /* line 17907, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li:before {
    content: "";
    height: 24px;
    width: 0;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 17919, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li:after {
    content: "";
    width: 100%;
    border-top: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 0;
    left: 50%;
  }
  /* line 17928, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li:last-of-type:after {
    display: none;
  }
  /* line 17932, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li.parent-title::before {
    content: "";
    height: 23px;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 28px;
    left: 0;
  }
  /* line 17941, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li.parent-title::after {
    border: none;
  }
  /* line 17945, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li .sub-title {
    position: relative;
  }
  /* line 17949, app/assets/stylesheets/application.scss */
  .hori-sitemap ul li .sub-title::before {
    content: "";
    height: 21px;
    border-right: 2px dashed var(--vz-border-color);
    position: absolute;
    top: 27px;
    left: 49%;
    margin: 0 auto;
  }
}

/* line 17960, app/assets/stylesheets/application.scss */
.hori-sitemap a {
  color: var(--vz-body-color);
  padding: 4px 0;
  display: block;
}

/* line 17966, app/assets/stylesheets/application.scss */
.verti-sitemap a {
  color: var(--vz-body-color);
  display: block;
}

/* line 17971, app/assets/stylesheets/application.scss */
.verti-sitemap .parent-title a {
  padding-left: 0;
}

/* line 17975, app/assets/stylesheets/application.scss */
.verti-sitemap .parent-title a:before {
  display: none;
}

/* line 17979, app/assets/stylesheets/application.scss */
.verti-sitemap .parent-title:before {
  display: none;
}

/* line 17983, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list {
  position: relative;
  padding-top: 10px;
}

/* line 17988, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list:before {
  content: "";
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
}

/* line 17998, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .list-wrap a, .verti-sitemap .first-list li a {
  position: relative;
  padding: 10px 16px 4px 36px;
}

/* line 18003, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .list-wrap a::before, .verti-sitemap .first-list li a::before {
  content: "";
  width: 24px;
  border-top: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* line 18014, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .second-list, .verti-sitemap .first-list .third-list {
  margin-left: 42px;
}

/* line 18018, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .second-list, .verti-sitemap .first-list .third-list {
  position: relative;
}

/* line 18022, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .second-list li, .verti-sitemap .first-list .third-list li {
  position: relative;
}

/* line 18026, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .second-list li:before, .verti-sitemap .first-list .third-list li:before {
  content: "";
  height: 100%;
  border-left: 2px dashed var(--vz-border-color);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

/* line 18036, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list .second-list li:last-child::before, .verti-sitemap .first-list .third-list li:last-child::before {
  height: 13px;
}

/* line 18040, app/assets/stylesheets/application.scss */
.verti-sitemap .first-list:last-child::before {
  height: 25px;
}

/* line 18044, app/assets/stylesheets/application.scss */
.modal-team-cover, .profile-offcanvas .team-cover, .team-box .team-cover {
  display: none;
  position: relative;
  margin-bottom: -140px;
}

/* line 18050, app/assets/stylesheets/application.scss */
.modal-team-cover img, .profile-offcanvas .team-cover img, .team-box .team-cover img {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 18057, app/assets/stylesheets/application.scss */
.modal-team-cover::before, .profile-offcanvas .team-cover::before, .team-box .team-cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--vz-primary-text-emphasis), var(--vz-primary));
  opacity: .6;
}

/* line 18067, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter {
  flex-flow: row wrap;
}

/* line 18074, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .col {
  flex: 0 0 auto;
  width: 25%;
}

/* line 18081, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box {
  overflow: hidden;
}

/* line 18085, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-row {
  align-items: start;
}

/* line 18091, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-row .col {
  width: 100%;
}

/* line 18095, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-cover {
  display: block;
}

/* line 18099, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-settings .col {
  width: 50% !important;
  flex: 0 0 auto;
}

/* line 18106, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-settings .btn-star {
  color: #fff;
}

/* line 18110, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-settings .dropdown > a {
  color: #fff;
}

/* line 18114, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-profile-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 36px;
}

/* line 18129, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-profile-img .avatar-lg {
  font-size: 22px;
}

/* line 18133, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .team-profile-img .team-content {
  margin-left: 0;
  margin-top: 25px;
  text-align: center;
}

/* line 18139, app/assets/stylesheets/application.scss */
.team-list.grid-view-filter .team-box .view-btn {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 18145, app/assets/stylesheets/application.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media (max-width: 1199.98px) {
  /* line 18154, app/assets/stylesheets/application.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  /* line 18163, app/assets/stylesheets/application.scss */
  .team-list.grid-view-filter .col {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* line 18171, app/assets/stylesheets/application.scss */
.team-list.list-view-filter {
  flex-direction: column;
}

/* line 18178, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box {
  margin-bottom: 10px;
}

/* line 18182, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .team-row {
  align-items: center;
  justify-content: space-between;
}

/* line 18191, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .team-profile-img {
  display: flex;
  align-items: center;
}

/* line 18200, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .team-profile-img .avatar-lg {
  height: 4rem;
  width: 4rem;
  font-size: 16px;
}

/* line 18206, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .team-profile-img .team-content {
  margin-left: 15px;
}

/* line 18210, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .team-settings {
  width: auto;
  flex: 0 0 auto;
  order: 6;
}

/* line 18220, app/assets/stylesheets/application.scss */
.team-list.list-view-filter .team-box .btn-star {
  color: var(--vz-primary);
}

@media (max-width: 767.98px) {
  /* line 18225, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter {
    flex-direction: row;
  }
  /* line 18232, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter .col {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18239, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter .team-box .team-settings {
    width: 100%;
    flex: 0 0 auto;
    order: -1;
    margin-bottom: 10px;
  }
  /* line 18250, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter .team-box .team-settings .col {
    width: 50%;
  }
  /* line 18254, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter .team-box .team-profile-img {
    margin-bottom: 25px;
  }
  /* line 18258, app/assets/stylesheets/application.scss */
  .team-list.list-view-filter .team-box .view-btn {
    width: 100%;
    margin-top: 25px;
  }
}

/* line 18264, app/assets/stylesheets/application.scss */
.modal-team-cover {
  display: block;
}

/* line 18268, app/assets/stylesheets/application.scss */
.list-grid-nav .nav-link.active {
  background-color: var(--vz-info);
  color: #fff;
}

/* line 18273, app/assets/stylesheets/application.scss */
.profile-offcanvas .team-cover {
  margin-bottom: -132px;
  display: block;
  z-index: -1;
}

/* line 18279, app/assets/stylesheets/application.scss */
.profile-offcanvas .btn-star {
  color: #fff;
}

/* line 18283, app/assets/stylesheets/application.scss */
.profile-offcanvas .dropdown > a {
  color: #fff;
}

/* line 18287, app/assets/stylesheets/application.scss */
.countdownlist {
  text-align: center;
  display: flex;
  gap: 24px;
}

/* line 18295, app/assets/stylesheets/application.scss */
.countdownlist .countdownlist-item {
  width: 25%;
}

/* line 18299, app/assets/stylesheets/application.scss */
.countdownlist .countdownlist-item:last-of-type .count-num::after {
  display: none;
}

/* line 18303, app/assets/stylesheets/application.scss */
.countdownlist .count-title {
  font-size: 13px;
  font-weight: var(--vz-font-weight-medium);
  display: block;
  margin-bottom: 8px;
  color: rgba(var(--vz-body-color-rgb), 0.5);
  text-transform: uppercase;
}

/* line 18312, app/assets/stylesheets/application.scss */
.countdownlist .count-num {
  background-color: var(--vz-secondary-bg);
  padding: 16px 8px;
  position: relative;
  border-radius: var(--vz-border-radius);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-weight: var(--vz-font-weight-semibold);
  font-size: 32px;
}

@media (max-width: 575.98px) {
  /* line 18324, app/assets/stylesheets/application.scss */
  .countdownlist .count-num {
    font-size: 18px;
  }
}

/* line 18329, app/assets/stylesheets/application.scss */
.countdownlist .count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vz-body-color);
}

/* line 18340, app/assets/stylesheets/application.scss */
.move-animation {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}

/* line 18369, app/assets/stylesheets/application.scss */
.coming-soon-text {
  font-weight: var(--vz-font-weight-semibold);
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 4px var(--vz-success);
}

/* line 18376, app/assets/stylesheets/application.scss */
.countdown-input-group {
  max-width: 400px;
}

/* line 18380, app/assets/stylesheets/application.scss */
.search-more-results {
  position: relative;
  overflow: hidden;
}

/* line 18385, app/assets/stylesheets/application.scss */
.search-more-results .nav-icon {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
}

/* line 18397, app/assets/stylesheets/application.scss */
.search-more-results .nav-icon i {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  /* line 18402, app/assets/stylesheets/application.scss */
  .search-more-results .nav-icon {
    font-size: 14px;
  }
  /* line 18406, app/assets/stylesheets/application.scss */
  .search-more-results .nav-icon i {
    font-size: 18px;
  }
}

/* line 18411, app/assets/stylesheets/application.scss */
.video-list .list-element {
  display: none;
}

/* line 18415, app/assets/stylesheets/application.scss */
.video-list .list-element:nth-child(1) {
  display: block;
}

/* line 18419, app/assets/stylesheets/application.scss */
.video-list .list-element:nth-child(2) {
  display: block;
}

/* line 18423, app/assets/stylesheets/application.scss */
.video-list .list-element:nth-child(3) {
  display: block;
}

/* line 18427, app/assets/stylesheets/application.scss */
.search-voice {
  height: 120px;
  width: 120px;
  line-height: 120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

/* line 18438, app/assets/stylesheets/application.scss */
.search-voice i {
  line-height: 56px;
  font-size: 30px;
}

/* line 18443, app/assets/stylesheets/application.scss */
.search-voice .voice-wave {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  border-radius: 100px;
  animation: voice-wave 1.8s infinite;
  background-color: var(--vz-light);
}

/* line 18458, app/assets/stylesheets/application.scss */
.search-voice .voice-wave:nth-child(2) {
  animation-delay: .3s;
}

/* line 18463, app/assets/stylesheets/application.scss */
.search-voice .voice-wave:nth-child(3) {
  animation-delay: .6s;
}

@keyframes voice-wave {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* line 18496, app/assets/stylesheets/application.scss */
.images-menu .swiper-slide {
  width: auto;
  display: inline-block;
}

/* line 18501, app/assets/stylesheets/application.scss */
#selection-element {
  display: none;
}

/* line 18505, app/assets/stylesheets/application.scss */
.filter-choices-input .choices__inner {
  padding: 0;
  border: none;
  background-color: var(--vz-secondary-bg);
}

/* line 18511, app/assets/stylesheets/application.scss */
.filter-choices-input .choices__input {
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 18516, app/assets/stylesheets/application.scss */
  .sticky-side-div {
    position: sticky;
    top: calc(70px + var(--vz-grid-gutter-width));
  }
}

/* line 18522, app/assets/stylesheets/application.scss */
.product-img-slider .product-nav-slider .nav-slide-item {
  border: 1px solid var(--vz-border-color);
  border-radius: .25rem;
  padding: .5rem;
  cursor: pointer;
}

/* line 18529, app/assets/stylesheets/application.scss */
.product-img-slider .product-nav-slider .swiper-slide-thumb-active .nav-slide-item {
  background-color: var(--vz-light);
}

/* line 18533, app/assets/stylesheets/application.scss */
.filter-list a.active .listname {
  color: var(--vz-success);
}

/* line 18537, app/assets/stylesheets/application.scss */
#remove-actions {
  display: none;
}

/* line 18541, app/assets/stylesheets/application.scss */
.invoice-table tbody:last-child {
  border: none;
}

/* line 18545, app/assets/stylesheets/application.scss */
.currency-select .choices__inner {
  padding: 0;
  padding-right: 15px;
  min-height: 0;
}

/* line 18551, app/assets/stylesheets/application.scss */
.currency-select .choices__list--single {
  padding: 0 16px 0 4px;
}

/* line 18555, app/assets/stylesheets/application.scss */
.currency-select .choices[data-type*=select-one] {
  bottom: 0;
}

/* line 18559, app/assets/stylesheets/application.scss */
.currency-select .choices[data-type*=select-one] :after {
  top: 4px;
}

/* line 18563, app/assets/stylesheets/application.scss */
.currency-select .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

/* line 18567, app/assets/stylesheets/application.scss */
.chat-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* line 18572, app/assets/stylesheets/application.scss */
.chat-leftsidebar {
  height: calc(100vh - 137px);
  position: relative;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 18579, app/assets/stylesheets/application.scss */
  .chat-leftsidebar {
    min-width: 300px;
    max-width: 300px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

/* line 18586, app/assets/stylesheets/application.scss */
.chat-list {
  margin: 0;
}

/* line 18590, app/assets/stylesheets/application.scss */
.chat-list > li.active a {
  background-color: var(--vz-chat-secondary-bg);
  color: var(--vz-chat-secondary-color);
}

/* line 18595, app/assets/stylesheets/application.scss */
.chat-list > li.active a .badge {
  background-color: rgba(var(--vz-success-rgb), 0.15) !important;
  color: #0ab39c !important;
}

/* line 18600, app/assets/stylesheets/application.scss */
.chat-list > li a {
  display: block;
  padding: 7px 24px;
  color: var(--vz-body-color);
  transition: all .4s;
  font-family: var(--vz-font-family-secondary);
  font-weight: var(--vz-font-weight-medium);
  font-size: var(--vz-font-base);
}

/* line 18611, app/assets/stylesheets/application.scss */
.chat-list > li .chat-user-message {
  font-size: 14px;
}

/* line 18615, app/assets/stylesheets/application.scss */
.chat-list > li .unread-msg-user {
  font-weight: var(--vz-font-weight-semibold);
}

/* line 18619, app/assets/stylesheets/application.scss */
.chat-list > li .unread-message {
  position: absolute;
  display: inline-block;
  right: 24px;
  left: auto;
  top: 33px;
}

/* line 18627, app/assets/stylesheets/application.scss */
.chat-list > li .unread-message .badge {
  line-height: 16px;
  font-weight: var(--vz-font-weight-semibold);
  font-size: 10px;
}

/* line 18633, app/assets/stylesheets/application.scss */
.chat-user-img {
  position: relative;
}

/* line 18637, app/assets/stylesheets/application.scss */
.chat-user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid var(--vz-secondary-bg);
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}

/* line 18649, app/assets/stylesheets/application.scss */
.chat-user-img.online .user-status {
  background-color: var(--vz-success);
}

/* line 18653, app/assets/stylesheets/application.scss */
.chat-user-img.away .user-status {
  background-color: var(--vz-warning);
}

/* line 18657, app/assets/stylesheets/application.scss */
.chat-room-list {
  max-height: calc(100vh - 296px);
}

@media (max-width: 991.98px) {
  /* line 18662, app/assets/stylesheets/application.scss */
  .chat-room-list {
    height: calc(100vh - 296px);
  }
}

/* line 18667, app/assets/stylesheets/application.scss */
.contact-list li {
  cursor: pointer;
  padding: 8px 24px;
  transition: all .4s;
  color: var(--vz-body-color);
  font-family: var(--vz-font-family-secondary);
  font-weight: var(--vz-font-weight-medium);
  font-size: var(--vz-font-base);
}

/* line 18678, app/assets/stylesheets/application.scss */
.contact-list-title {
  padding: 6px 24px;
  color: var(--vz-primary);
  font-weight: var(--vz-font-weight-medium);
  position: relative;
  font-size: 12px;
}

/* line 18686, app/assets/stylesheets/application.scss */
.contact-list-title:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  right: 0;
  background-color: var(--vz-light);
}

/* line 18698, app/assets/stylesheets/application.scss */
.user-chat {
  background: url(/../images/chat-bg-pattern.png);
  transition: all .4s;
  position: relative;
  background-color: var(--vz-body-bg);
}

@media (max-width: 991.98px) {
  /* line 18707, app/assets/stylesheets/application.scss */
  .user-chat {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: calc(100% - 3px);
    visibility: hidden;
    transform: translateX(100%);
    z-index: 99;
    padding-top: 70px;
  }
  /* line 18720, app/assets/stylesheets/application.scss */
  .user-chat.user-chat-show {
    visibility: visible;
    transform: translateX(0);
  }
}

/* line 18727, app/assets/stylesheets/application.scss */
.user-chat .chat-content {
  position: relative;
}

/* line 18731, app/assets/stylesheets/application.scss */
.user-chat.user-chat-show .chat-welcome-section {
  display: none;
}

@media (min-width: 992px) {
  /* line 18736, app/assets/stylesheets/application.scss */
  .user-chat.user-chat-show .chat-content {
    display: flex !important;
  }
}

/* line 18743, app/assets/stylesheets/application.scss */
.user-chat-topbar {
  border-bottom: 1px solid transparent;
  background-color: var(--vz-secondary-bg);
}

@media (max-width: 991.98px) {
  /* line 18749, app/assets/stylesheets/application.scss */
  .user-chat-topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

/* line 18758, app/assets/stylesheets/application.scss */
.user-chat-nav .nav-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  box-shadow: none;
  padding: 0;
  font-size: 20px;
  color: #343a40;
}

@media (max-width: 575.98px) {
  /* line 18770, app/assets/stylesheets/application.scss */
  .user-chat-nav {
    display: flex;
    justify-content: flex-end;
  }
}

/* line 18780, app/assets/stylesheets/application.scss */
.chat-conversation {
  height: calc(100vh - 299px);
}

@media (max-width: 991.98px) {
  /* line 18785, app/assets/stylesheets/application.scss */
  .chat-conversation {
    height: calc(100vh - 275px);
  }
}

/* line 18790, app/assets/stylesheets/application.scss */
.chat-conversation .simplebar-content-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 18800, app/assets/stylesheets/application.scss */
.chat-conversation .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
}

/* line 18804, app/assets/stylesheets/application.scss */
.chat-conversation .chat-conversation-list {
  padding-top: 10px;
  margin-bottom: 0;
}

/* line 18809, app/assets/stylesheets/application.scss */
.chat-conversation .chat-conversation-list > li {
  display: flex;
}

/* line 18815, app/assets/stylesheets/application.scss */
.chat-conversation li:last-of-type .conversation-list {
  margin-bottom: 0;
}

/* line 18819, app/assets/stylesheets/application.scss */
.chat-conversation .chat-list.left .check-message-icon {
  display: none;
}

/* line 18823, app/assets/stylesheets/application.scss */
.chat-conversation .chat-list .message-box-drop {
  visibility: hidden;
}

/* line 18827, app/assets/stylesheets/application.scss */
.chat-conversation .chat-list:hover .message-box-drop {
  visibility: visible;
}

/* line 18831, app/assets/stylesheets/application.scss */
.chat-conversation .chat-avatar {
  margin: 0 16px 0 0;
}

/* line 18835, app/assets/stylesheets/application.scss */
.chat-conversation .chat-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* line 18841, app/assets/stylesheets/application.scss */
.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
  width: 100%;
}

/* line 18849, app/assets/stylesheets/application.scss */
.chat-conversation .chat-day-title .title {
  background-color: #fff;
  position: relative;
  font-size: 13px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}

/* line 18858, app/assets/stylesheets/application.scss */
.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(var(--vz-primary-rgb), 0.2);
  top: 10px;
}

/* line 18869, app/assets/stylesheets/application.scss */
.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}

/* line 18873, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list {
  margin-bottom: 24px;
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  max-width: 80%;
}

@media (max-width: 575.98px) {
  /* line 18886, app/assets/stylesheets/application.scss */
  .chat-conversation .conversation-list {
    max-width: 90%;
  }
}

/* line 18891, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .ctext-wrap {
  display: flex;
  margin-bottom: 10px;
}

/* line 18898, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .ctext-content {
  word-wrap: break-word;
  word-break: break-word;
}

/* line 18903, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 12px 20px;
  background-color: var(--vz-chat-primary-bg);
  position: relative;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

@media (max-width: 575.98px) {
  /* line 18913, app/assets/stylesheets/application.scss */
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .attached-file-avatar {
    display: none;
  }
  /* line 18917, app/assets/stylesheets/application.scss */
  .chat-conversation .conversation-list .ctext-wrap-content .attached-file .dropdown .dropdown-toggle {
    display: block;
  }
}

/* line 18922, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .conversation-name {
  font-weight: var(--vz-font-weight-medium);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* line 18935, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #878a99;
}

/* line 18941, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .dropdown .dropdown-toggle::after {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 18946, app/assets/stylesheets/application.scss */
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
}

/* line 18951, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .chat-time {
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}

/* line 18957, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .message-img {
  border-radius: .2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 18968, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}

/* line 18972, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .message-img img {
  max-width: 150px;
}

/* line 18976, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .message-img .message-img-link {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
}

/* line 18983, app/assets/stylesheets/application.scss */
.chat-conversation .conversation-list .message-img .message-img-link li > a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  width: 26px;
  height: 24px;
  border-radius: 3px;
  background-color: rgba(33, 37, 41, 0.7);
  text-align: center;
}

/* line 18995, app/assets/stylesheets/application.scss */
.chat-conversation .right {
  justify-content: flex-end;
}

/* line 19001, app/assets/stylesheets/application.scss */
.chat-conversation .right .chat-avatar {
  order: 3;
  margin-right: 0;
  margin-left: 16px;
}

/* line 19009, app/assets/stylesheets/application.scss */
.chat-conversation .right .chat-time {
  text-align: left;
  color: #878a99;
}

/* line 19014, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list {
  text-align: right;
}

/* line 19018, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .ctext-wrap {
  justify-content: flex-end;
}

/* line 19024, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  order: 2;
  background-color: var(--vz-chat-secondary-bg);
  color: var(--vz-chat-secondary-color);
  text-align: right;
  box-shadow: var(--vz-element-shadow);
}

/* line 19035, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(var(--vz-success-rgb), 1);
  color: #212529;
}

/* line 19041, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .replymessage-block .conversation-name {
  color: rgba(var(--vz-success-rgb), 1);
}

/* line 19045, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .conversation-name {
  justify-content: flex-end;
}

/* line 19051, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .conversation-name .check-message-icon {
  order: 1;
}

/* line 19057, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .conversation-name .time {
  order: 2;
}

/* line 19063, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .conversation-name .name {
  order: 3;
}

/* line 19069, app/assets/stylesheets/application.scss */
.chat-conversation .right .conversation-list .dropdown {
  order: 1;
}

/* line 19075, app/assets/stylesheets/application.scss */
.chat-conversation .right .dot {
  background-color: #212529;
}

/* line 19079, app/assets/stylesheets/application.scss */
.chat-input-section {
  border-top: 1px solid transparent;
  background-color: var(--vz-secondary-bg);
  position: relative;
  z-index: 1;
}

/* line 19086, app/assets/stylesheets/application.scss */
.chat-input-section .chat-input-feedback {
  display: none;
  position: absolute;
  top: -20px;
  left: 4px;
  font-size: 12px;
  color: var(--vz-danger);
}

/* line 19095, app/assets/stylesheets/application.scss */
.chat-input-section .show {
  display: block;
}

/* line 19099, app/assets/stylesheets/application.scss */
.chat-input-links {
  display: flex;
}

/* line 19105, app/assets/stylesheets/application.scss */
.chat-input-links .links-list-item > .btn {
  box-shadow: none;
  padding: 0;
  font-size: 20px;
  width: 37.5px;
  height: 37.5px;
}

/* line 19114, app/assets/stylesheets/application.scss */
.chat-input-links .links-list-item > .btn.btn-link {
  color: #878a99;
}

/* line 19118, app/assets/stylesheets/application.scss */
.copyclipboard-alert {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/* line 19127, app/assets/stylesheets/application.scss */
.replyCard {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid var(--vz-border-color);
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  border-radius: 0;
  transition: all .4s;
}

@media (max-width: 991.98px) {
  /* line 19141, app/assets/stylesheets/application.scss */
  .replyCard {
    bottom: -12px;
  }
}

/* line 19146, app/assets/stylesheets/application.scss */
.replyCard.show {
  transform: translateY(-88px);
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* line 19153, app/assets/stylesheets/application.scss */
  .replyCard.show {
    transform: translateY(-83px);
  }
}

/* line 19159, app/assets/stylesheets/application.scss */
.replymessage-block {
  padding: 12px 20px;
  margin-bottom: 8px;
  text-align: left;
  border-radius: 4px;
  background-color: rgba(var(--vz-success-rgb), 0.1);
  border-left: 2px solid rgba(var(--vz-success-rgb), 1);
}

/* line 19168, app/assets/stylesheets/application.scss */
.replymessage-block .conversation-name {
  color: rgba(var(--vz-success-rgb), 1);
  font-size: 14px;
}

/* line 19173, app/assets/stylesheets/application.scss */
.chat-sm .ctext-wrap-content {
  box-shadow: none !important;
}

/* line 19178, app/assets/stylesheets/application.scss */
.chat-sm .message-img img {
  max-width: 90px !important;
}

/* line 19182, app/assets/stylesheets/application.scss */
.chat-sm .message-img-link {
  bottom: 0 !important;
  right: 5px !important;
}

@media (min-width: 1025px) {
  /* line 19188, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .chat-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 19195, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .chat-wrapper {
    margin-top: 0 !important;
  }
}

/* line 19200, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .chat-leftsidebar {
  height: calc(100vh - 70px - 60px - 54px);
}

@media (max-width: 991.98px) {
  /* line 19205, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .chat-leftsidebar {
    height: calc(100vh - 70px - 60px - 8px);
  }
}

/* line 19210, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .chat-room-list {
  height: calc(100vh - 352px);
}

@media (max-width: 991.98px) {
  /* line 19215, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .chat-room-list {
    height: calc(100vh - 265px);
  }
}

/* line 19220, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .chat-conversation {
  height: calc(100vh - 343px);
}

@media (max-width: 991.98px) {
  /* line 19225, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .chat-conversation {
    height: calc(100vh - 275px);
  }
}

/* line 19230, app/assets/stylesheets/application.scss */
.email-wrapper {
  position: relative;
  overflow-x: hidden;
}

/* line 19235, app/assets/stylesheets/application.scss */
.email-menu-sidebar {
  height: calc(100vh - 137px);
  position: relative;
  background-color: var(--vz-secondary-bg);
  transition: all .2s;
}

@media (min-width: 992px) {
  /* line 19244, app/assets/stylesheets/application.scss */
  .email-menu-sidebar {
    min-width: 250px;
    max-width: 250px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

@media (max-width: 991.98px) {
  /* line 19252, app/assets/stylesheets/application.scss */
  .email-menu-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(-100%);
    visibility: hidden;
    height: 100vh;
  }
  /* line 19268, app/assets/stylesheets/application.scss */
  .email-menu-sidebar.menubar-show {
    visibility: visible;
    transform: none;
  }
}

/* line 19275, app/assets/stylesheets/application.scss */
.email-menu-sidebar .email-menu-sidebar-scroll {
  height: calc(100vh - 295px);
}

@media (max-width: 991.98px) {
  /* line 19280, app/assets/stylesheets/application.scss */
  .email-menu-sidebar .email-menu-sidebar-scroll {
    height: calc(100vh - 150px);
  }
}

/* line 19285, app/assets/stylesheets/application.scss */
.mail-list a {
  display: flex;
  align-items: center;
  color: #878a99;
  padding: 5px 0;
  font-weight: var(--vz-font-weight-medium);
}

/* line 19297, app/assets/stylesheets/application.scss */
.mail-list a:hover {
  color: var(--vz-primary);
}

/* line 19301, app/assets/stylesheets/application.scss */
.mail-list a i {
  font-size: 14px;
}

/* line 19305, app/assets/stylesheets/application.scss */
.mail-list a.active {
  color: var(--vz-success);
  font-weight: var(--vz-font-weight-semibold);
}

/* line 19310, app/assets/stylesheets/application.scss */
.mail-list a.active i {
  color: var(--vz-success);
}

/* line 19314, app/assets/stylesheets/application.scss */
.email-chat-list a {
  padding: 6px 24px;
}

/* line 19318, app/assets/stylesheets/application.scss */
.email-chat-list a.active {
  background-color: rgba(var(--vz-light-rgb), 0.7);
}

/* line 19322, app/assets/stylesheets/application.scss */
.email-topbar-link .btn-ghost-secondary {
  color: var(--vz-secondary-color);
}

/* line 19326, app/assets/stylesheets/application.scss */
.email-topbar-link .btn-ghost-secondary:hover {
  color: var(--vz-secondary);
}

/* line 19330, app/assets/stylesheets/application.scss */
.email-content {
  width: 100%;
  background-color: var(--vz-secondary-bg);
  transition: all .2s;
}

/* line 19337, app/assets/stylesheets/application.scss */
.unreadConversations-alert {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* line 19346, app/assets/stylesheets/application.scss */
.email-detail-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 0;
  background-color: var(--vz-secondary-bg);
  transform: translateX(200%);
  transition: all .2s;
  display: none;
  border-left: 2px solid var(--vz-body-bg);
}

/* line 19361, app/assets/stylesheets/application.scss */
.email-detail-show .email-detail-content {
  transform: none;
  display: block;
  width: 60%;
}

/* line 19368, app/assets/stylesheets/application.scss */
.email-detail-show .email-content {
  margin-right: 0;
}

/* line 19372, app/assets/stylesheets/application.scss */
.email-detail-content-scroll {
  height: calc(100vh - 400px);
}

@media (max-width: 1349.98px) {
  /* line 19377, app/assets/stylesheets/application.scss */
  .email-detail-content-scroll {
    height: calc(100vh - 257px);
  }
}

/* line 19382, app/assets/stylesheets/application.scss */
.message-list-content {
  height: calc(100vh - 242px);
}

@media (max-width: 575.98px) {
  /* line 19387, app/assets/stylesheets/application.scss */
  .message-list-content {
    height: calc(100vh - 230px);
  }
}

/* line 19392, app/assets/stylesheets/application.scss */
.message-list {
  display: block;
  padding-left: 0;
  margin: 0;
}

/* line 19398, app/assets/stylesheets/application.scss */
.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: .3s;
  clear: both;
}

/* line 19409, app/assets/stylesheets/application.scss */
.message-list li a {
  color: var(--vz-heading-color);
}

/* line 19413, app/assets/stylesheets/application.scss */
.message-list li:hover {
  background: var(--vz-light);
  transition-duration: 50ms;
}

/* line 19419, app/assets/stylesheets/application.scss */
.message-list li .col-mail {
  float: left;
  position: relative;
}

/* line 19424, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 {
  width: 280px;
}

/* line 19428, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 .checkbox-wrapper-mail, .message-list li .col-mail-1 .dot, .message-list li .col-mail-1 .star-toggle {
  display: block;
  float: left;
}

/* line 19433, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

/* line 19443, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 0 0 20px;
  line-height: normal;
}

/* line 19448, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  margin-left: 5px;
}

/* line 19453, app/assets/stylesheets/application.scss */
.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 95px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 19465, app/assets/stylesheets/application.scss */
  .message-list li .col-mail-1 .title {
    left: 95px;
  }
}

/* line 19470, app/assets/stylesheets/application.scss */
.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
}

/* line 19478, app/assets/stylesheets/application.scss */
.message-list li .col-mail-2 .date, .message-list li .col-mail-2 .subject {
  position: absolute;
  top: 0;
}

/* line 19483, app/assets/stylesheets/application.scss */
.message-list li .col-mail-2 .subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 19491, app/assets/stylesheets/application.scss */
.message-list li .col-mail-2 .subject .teaser {
  color: var(--vz-secondary-color);
}

/* line 19495, app/assets/stylesheets/application.scss */
.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 20px;
}

/* line 19501, app/assets/stylesheets/application.scss */
.message-list li.active, .message-list li.active:hover {
  box-shadow: inset 3px 0 0 var(--vz-primary);
  background-color: var(--vz-light);
}

/* line 19507, app/assets/stylesheets/application.scss */
.message-list li.unread {
  color: var(--vz-body-color);
}

/* line 19511, app/assets/stylesheets/application.scss */
.message-list li.unread a {
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-semibold);
}

/* line 19516, app/assets/stylesheets/application.scss */
#email-topbar-actions, #unreadConversations {
  display: none;
}

/* line 19520, app/assets/stylesheets/application.scss */
#elmLoader {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 19537, app/assets/stylesheets/application.scss */
.email-compose-input {
  padding-right: 80px;
}

@media (max-width: 1349.98px) {
  /* line 19542, app/assets/stylesheets/application.scss */
  .email-detail-content {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(100%);
    visibility: hidden;
  }
  /* line 19559, app/assets/stylesheets/application.scss */
  .email-detail-show .email-detail-content {
    width: 400px;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 575.98px) {
  /* line 19568, app/assets/stylesheets/application.scss */
  .message-list li .col-mail-1 {
    width: 180px;
  }
}

/* line 19573, app/assets/stylesheets/application.scss */
.email-editor .ck-editor__editable_inline {
  min-height: 200px !important;
}

/* line 19577, app/assets/stylesheets/application.scss */
.email-chat-detail {
  width: 350px;
  position: fixed;
  max-width: 100%;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  display: none;
}

/* line 19587, app/assets/stylesheets/application.scss */
.email-chat-detail .card {
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

@media (max-width: 515.98px) {
  /* line 19593, app/assets/stylesheets/application.scss */
  .email-chat-detail {
    left: 16px;
    right: 16px;
  }
}

/* line 19599, app/assets/stylesheets/application.scss */
.message-list-scroll {
  position: relative;
  overflow-y: auto;
}

/* line 19604, app/assets/stylesheets/application.scss */
.message-list-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 19608, app/assets/stylesheets/application.scss */
.message-list-scroll::-webkit-scrollbar:vertical {
  width: 12px;
}

/* line 19612, app/assets/stylesheets/application.scss */
.message-list-scroll::-webkit-scrollbar:horizontal {
  height: 12px;
}

/* line 19616, app/assets/stylesheets/application.scss */
.message-list-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-body-color-rgb), 0.075);
  border-radius: 10px;
  border: 2px solid var(--vz-secondary-bg);
}

/* line 19622, app/assets/stylesheets/application.scss */
.message-list-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 1025px) {
  /* line 19628, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .email-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 19635, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .email-wrapper {
    margin-top: 0 !important;
  }
}

/* line 19640, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .email-menu-sidebar {
  height: calc(100vh - 70px - 60px - 54px);
}

@media (max-width: 991.98px) {
  /* line 19645, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .email-menu-sidebar {
    height: 100vh;
  }
}

/* line 19650, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .email-menu-sidebar .email-menu-sidebar-scroll {
  height: calc(100vh - 330px);
}

@media (max-width: 991.98px) {
  /* line 19655, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .email-menu-sidebar .email-menu-sidebar-scroll {
    height: calc(100vh - 150px);
  }
}

/* line 19660, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .message-list-content {
  height: calc(100vh - 289px);
}

/* line 19664, app/assets/stylesheets/application.scss */
[data-layout=horizontal] .email-detail-content-scroll {
  height: calc(100vh - 435px);
}

@media (max-width: 1349.98px) {
  /* line 19669, app/assets/stylesheets/application.scss */
  [data-layout=horizontal] .email-detail-content-scroll {
    height: calc(100vh - 252px);
  }
}

/* line 19674, app/assets/stylesheets/application.scss */
.tasks-board {
  display: flex;
  overflow-x: auto;
  align-items: stretch;
}

/* line 19684, app/assets/stylesheets/application.scss */
.tasks-board .tasks-list {
  min-width: 300px;
  margin-right: 24px;
}

/* line 19689, app/assets/stylesheets/application.scss */
.tasks-board::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 19693, app/assets/stylesheets/application.scss */
.tasks-board::-webkit-scrollbar:vertical {
  width: 10px;
}

/* line 19697, app/assets/stylesheets/application.scss */
.tasks-board::-webkit-scrollbar:horizontal {
  height: 8px;
}

/* line 19701, app/assets/stylesheets/application.scss */
.tasks-board::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-dark-rgb), 0.075);
  border-radius: 8px;
}

/* line 19706, app/assets/stylesheets/application.scss */
.tasks-board::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* line 19710, app/assets/stylesheets/application.scss */
.tasks-box .progress {
  border-radius: 0 0 var(--vz-border-radius) var(--vz-border-radius);
}

/* line 19714, app/assets/stylesheets/application.scss */
.tasks-box .tasks-img {
  height: 135px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 12px 0;
}

/* line 19724, app/assets/stylesheets/application.scss */
.tasks-box:last-child {
  margin-bottom: 0;
}

/* line 19728, app/assets/stylesheets/application.scss */
.tasks-wrapper {
  max-height: calc(100vh - 418px);
}

/* line 19732, app/assets/stylesheets/application.scss */
.tasks {
  min-height: 180px;
  position: relative;
}

/* line 19737, app/assets/stylesheets/application.scss */
.tasks.noTask::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 180px;
  width: 270px;
  margin: 0 auto;
  background-image: url(/../images/file.png);
  background-size: cover;
  background-position: center;
}

/* line 19752, app/assets/stylesheets/application.scss */
#tasksList tr .tasks-list-menu {
  opacity: 0;
}

/* line 19756, app/assets/stylesheets/application.scss */
#tasksList tr:hover .tasks-list-menu {
  opacity: 1;
}

/* line 19760, app/assets/stylesheets/application.scss */
.layout-wrapper.landing {
  background-color: var(--vz-secondary-bg);
  font-size: 15px;
}

/* line 19765, app/assets/stylesheets/application.scss */
.navbar-show .vertical-overlay {
  display: block;
}

/* line 19769, app/assets/stylesheets/application.scss */
.section {
  padding: 90px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 19775, app/assets/stylesheets/application.scss */
  .section {
    padding: 50px 0;
  }
}

/* line 19780, app/assets/stylesheets/application.scss */
.icon-effect {
  position: relative;
}

/* line 19784, app/assets/stylesheets/application.scss */
.icon-effect::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(var(--vz-success-rgb), 0.2);
  border-radius: 50%;
  bottom: 0;
  left: 0;
}

/* line 19795, app/assets/stylesheets/application.scss */
.navbar-landing {
  padding: 10px 0;
  transition: all .5s ease;
}

@media (max-width: 991.98px) {
  /* line 19802, app/assets/stylesheets/application.scss */
  .navbar-landing {
    background-color: var(--vz-secondary-bg);
    box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
    padding: 10px 8px;
  }
}

/* line 19810, app/assets/stylesheets/application.scss */
.navbar-landing .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: var(--vz-font-weight-medium);
  transition: all .4s;
  font-family: var(--vz-font-family-secondary);
  color: var(--vz-body-color);
  padding: 14px;
}

@media (max-width: 991.98px) {
  /* line 19821, app/assets/stylesheets/application.scss */
  .navbar-landing .navbar-nav .nav-item .nav-link {
    padding: 8px 0;
  }
}

/* line 19826, app/assets/stylesheets/application.scss */
.navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus, .navbar-landing .navbar-nav .nav-item .nav-link:hover {
  color: var(--vz-success) !important;
}

/* line 19830, app/assets/stylesheets/application.scss */
.navbar-landing.is-sticky {
  background-color: var(--vz-secondary-bg);
  box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
}

/* line 19836, app/assets/stylesheets/application.scss */
.navbar-light .navbar-brand .card-logo-dark {
  display: none;
}

/* line 19840, app/assets/stylesheets/application.scss */
.navbar-light .navbar-brand .card-logo-light {
  display: block;
}

/* line 19844, app/assets/stylesheets/application.scss */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(var(--vz-white-rgb), 0.75);
}

/* line 19848, app/assets/stylesheets/application.scss */
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: var(--vz-body-color);
}

/* line 19852, app/assets/stylesheets/application.scss */
.navbar-light.is-sticky .navbar-brand .card-logo-dark {
  display: block;
}

/* line 19856, app/assets/stylesheets/application.scss */
.navbar-light.is-sticky .navbar-brand .card-logo-light {
  display: none;
}

/* line 19860, app/assets/stylesheets/application.scss */
.hero-section {
  background-color: rgba(var(--vz-light-rgb), 0.5);
}

/* line 19864, app/assets/stylesheets/application.scss */
.hero-section .hero-shape-svg svg path {
  fill: var(--vz-secondary-bg);
}

/* line 19868, app/assets/stylesheets/application.scss */
.bg-overlay-pattern {
  background-image: url(/../images/landing/bg-pattern.png);
  background-color: transparent;
  background-position: center;
  background-size: cover;
  opacity: .2;
}

/* line 19876, app/assets/stylesheets/application.scss */
.demo-carousel {
  position: relative;
  z-index: 1;
}

/* line 19881, app/assets/stylesheets/application.scss */
.demo-carousel .carousel-item .demo-item {
  background-color: var(--vz-secondary-bg);
  padding: 8px;
  border-radius: 7px;
}

/* line 19887, app/assets/stylesheets/application.scss */
.demo-carousel .demo-img-patten-top {
  position: absolute;
  right: -50px;
  top: -16px;
  max-width: 230px;
}

/* line 19894, app/assets/stylesheets/application.scss */
.demo-carousel .demo-img-patten-bottom {
  position: absolute;
  left: -70px;
  bottom: -50px;
  max-width: 230px;
}

/* line 19901, app/assets/stylesheets/application.scss */
.client-images img {
  max-height: 45px;
  width: auto;
  margin: 12px auto;
  transition: all .4s;
}

/* line 19909, app/assets/stylesheets/application.scss */
.plan-box {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}

/* line 19915, app/assets/stylesheets/application.scss */
.process-card {
  position: relative;
}

/* line 19919, app/assets/stylesheets/application.scss */
.process-card .process-arrow-img {
  position: absolute;
  left: 75%;
  top: 7%;
  width: 50%;
  opacity: .1;
}

/* line 19927, app/assets/stylesheets/application.scss */
.custom-footer {
  color: #9ba7b3;
}

/* line 19931, app/assets/stylesheets/application.scss */
.footer-list li a {
  color: #9ba7b3;
  padding: 7px 0;
  display: block;
  transition: all .3s ease-in-out;
}

/* line 19939, app/assets/stylesheets/application.scss */
.footer-list li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 19943, app/assets/stylesheets/application.scss */
.footer-social-link .avatar-title {
  color: #778089;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all .3s ease;
}

/* line 19950, app/assets/stylesheets/application.scss */
.footer-social-link .avatar-title:hover {
  color: #fff;
  background-color: var(--vz-primary);
}

/* line 19955, app/assets/stylesheets/application.scss */
#back-to-top.landing-back-top {
  bottom: 35px;
}

/* line 19959, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .layout-wrapper.landing .demo-img-patten-bottom, [data-bs-theme=dark] .layout-wrapper.landing .demo-img-patten-top {
  opacity: .2;
}

/* line 19963, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .layout-wrapper.landing footer.bg-dark {
  background-color: var(--vz-secondary-bg) !important;
}

/* line 19967, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .navbar-light.is-sticky .navbar-brand .card-logo-dark {
  display: none;
}

/* line 19971, app/assets/stylesheets/application.scss */
[data-bs-theme=dark] .navbar-light.is-sticky .navbar-brand .card-logo-light {
  display: block;
}

/* line 19975, app/assets/stylesheets/application.scss */
.bookmark-icon .btn {
  color: var(--vz-secondary-color);
  background-color: var(--vz-light) !important;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  font-size: var(--vz-font-base);
}

/* line 19983, app/assets/stylesheets/application.scss */
.bookmark-icon .btn.active, .bookmark-icon .btn:hover {
  border-color: transparent;
  color: var(--vz-danger);
}

/* line 19988, app/assets/stylesheets/application.scss */
.explore-box {
  border-radius: 9px;
  overflow: hidden;
}

/* line 19993, app/assets/stylesheets/application.scss */
.explore-box .explore-img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 19999, app/assets/stylesheets/application.scss */
.explore-box .explore-place-bid-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* line 20005, app/assets/stylesheets/application.scss */
.explore-box .explore-place-bid-img .bg-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--vz-dark-rgb), 0.4);
  opacity: 0;
  transition: all .5s ease;
}

/* line 20017, app/assets/stylesheets/application.scss */
.explore-box .explore-place-bid-img .place-bid-btn {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20025, app/assets/stylesheets/application.scss */
.explore-box .explore-place-bid-img .place-bid-btn .btn {
  opacity: 0;
  bottom: -25px;
  transition: .5s ease;
}

/* line 20032, app/assets/stylesheets/application.scss */
.explore-box:hover .explore-place-bid-img .place-bid-btn .btn {
  opacity: 1;
  bottom: 0;
}

/* line 20037, app/assets/stylesheets/application.scss */
.explore-box:hover .explore-place-bid-img .bg-overlay {
  opacity: 1;
}

/* line 20041, app/assets/stylesheets/application.scss */
.explore-box .discount-time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 8px;
}

/* line 20053, app/assets/stylesheets/application.scss */
.nft-hero {
  background-image: url(/../images/nft/bg-home.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 222px 0 150px 0;
}

/* line 20060, app/assets/stylesheets/application.scss */
.nft-hero .bg-overlay {
  background-color: #05175f;
  opacity: .85;
}

/* line 20065, app/assets/stylesheets/application.scss */
#explorecard-list .list-element {
  display: none;
}

/* line 20069, app/assets/stylesheets/application.scss */
#explorecard-list .list-element:nth-child(-n+10) {
  display: block;
}

/* line 20073, app/assets/stylesheets/application.scss */
.file-manager-menu {
  max-height: calc(100vh - 296px);
}

@media (max-width: 991.98px) {
  /* line 20078, app/assets/stylesheets/application.scss */
  .file-manager-menu {
    height: calc(100vh - 296px);
  }
}

/* line 20083, app/assets/stylesheets/application.scss */
.file-manager-menu li {
  padding: 5px 0;
}

/* line 20087, app/assets/stylesheets/application.scss */
.file-manager-menu li a {
  color: var(--vz-body-color);
  font-weight: var(--vz-font-weight-medium);
  transition: all .5s ease;
}

/* line 20094, app/assets/stylesheets/application.scss */
.file-manager-menu li a.active, .file-manager-menu li a:hover, .file-manager-menu li a[aria-expanded=true] {
  color: var(--vz-success);
}

/* line 20098, app/assets/stylesheets/application.scss */
.file-manager-menu li .sub-menu li {
  padding-left: 25px;
  position: relative;
}

/* line 20103, app/assets/stylesheets/application.scss */
.file-manager-menu li .sub-menu li::before {
  content: "\f0374";
  position: absolute;
  left: 0;
  font-family: Material Design Icons;
  color: rgba(var(--vz-dark-rgb), 0.4);
}

/* line 20111, app/assets/stylesheets/application.scss */
.file-manager-sidebar {
  position: relative;
  background-color: var(--vz-secondary-bg);
}

@media (min-width: 992px) {
  /* line 20117, app/assets/stylesheets/application.scss */
  .file-manager-sidebar {
    min-width: 300px;
    max-width: 300px;
    height: calc(100vh - 70px - 60px - 8px);
  }
}

@media (max-width: 991.98px) {
  /* line 20125, app/assets/stylesheets/application.scss */
  .file-manager-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(-100%);
    visibility: hidden;
    height: 100vh;
  }
  /* line 20141, app/assets/stylesheets/application.scss */
  .file-manager-sidebar.menubar-show {
    visibility: visible;
    transform: none;
  }
}

/* line 20148, app/assets/stylesheets/application.scss */
.file-menu-sidebar-scroll {
  height: calc(100vh - 375px);
}

@media (max-width: 991.98px) {
  /* line 20153, app/assets/stylesheets/application.scss */
  .file-menu-sidebar-scroll {
    height: calc(100vh - 190px);
  }
}

/* line 20158, app/assets/stylesheets/application.scss */
.file-manager-content {
  background-color: var(--vz-secondary-bg);
}

/* line 20162, app/assets/stylesheets/application.scss */
.file-manager-content-scroll {
  height: calc(100vh - 185px);
}

@media (max-width: 991.98px) {
  /* line 20167, app/assets/stylesheets/application.scss */
  .file-manager-content-scroll {
    height: calc(100vh - 144px);
  }
}

/* line 20172, app/assets/stylesheets/application.scss */
.file-manager-content-scroll .simplebar-content {
  height: 100%;
}

/* line 20176, app/assets/stylesheets/application.scss */
.file-detail-content-scroll {
  height: calc(100vh - 180px);
}

@media (max-width: 991.98px) {
  /* line 20181, app/assets/stylesheets/application.scss */
  .file-detail-content-scroll {
    height: 100vh;
  }
}

/* line 20186, app/assets/stylesheets/application.scss */
.file-detail-content-scroll .simplebar-content {
  height: 100%;
}

/* line 20190, app/assets/stylesheets/application.scss */
.file-manager-detail-content {
  width: 32%;
  max-width: 100%;
  background-color: var(--vz-secondary-bg);
  display: none;
}

/* line 20197, app/assets/stylesheets/application.scss */
.file-detail-show .file-manager-detail-content {
  display: block;
}

/* line 20201, app/assets/stylesheets/application.scss */
#file-overview {
  display: none;
}

@media (max-width: 1399.98px) {
  /* line 20206, app/assets/stylesheets/application.scss */
  .file-manager-detail-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 400px;
    max-width: 100%;
    z-index: 1003;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    transform: translateX(100%);
  }
  /* line 20221, app/assets/stylesheets/application.scss */
  .file-detail-show .file-manager-detail-content {
    transform: none;
  }
}

/* line 20227, app/assets/stylesheets/application.scss */
.file-details-box {
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 20240, app/assets/stylesheets/application.scss */
.to-do-menu li .nav-link {
  color: var(--vz-body-color);
  padding-left: 0;
  font-weight: var(--vz-font-weight-medium);
  background-color: var(--vz-light);
  padding: 10px 12px;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
}

/* line 20251, app/assets/stylesheets/application.scss */
.to-do-menu li .nav-link.active, .to-do-menu li .nav-link:hover {
  color: var(--vz-success);
}

/* line 20255, app/assets/stylesheets/application.scss */
.todo-content {
  height: calc(100vh - 362px);
  overflow-y: auto;
}

/* line 20260, app/assets/stylesheets/application.scss */
.todo-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 20264, app/assets/stylesheets/application.scss */
.todo-content::-webkit-scrollbar:vertical {
  width: 8px;
}

/* line 20268, app/assets/stylesheets/application.scss */
.todo-content::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* line 20272, app/assets/stylesheets/application.scss */
.todo-content::-webkit-scrollbar-thumb {
  background-color: rgba(var(--vz-body-color-rgb), 0.075);
  border-radius: 8px;
}

/* line 20277, app/assets/stylesheets/application.scss */
.todo-content::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* line 20281, app/assets/stylesheets/application.scss */
.todo-task table .form-check .form-check-input:checked + .form-check-label {
  text-decoration: line-through;
}

/* line 20285, app/assets/stylesheets/application.scss */
.task-handle {
  cursor: move;
}

/* line 20289, app/assets/stylesheets/application.scss */
#task-error-msg {
  display: none;
}

/* line 20293, app/assets/stylesheets/application.scss */
.bg-job {
  background-image: url(/../images/new.png);
  background-size: cover;
  background-position: center;
}

/* line 20299, app/assets/stylesheets/application.scss */
.job-list-view-card .background {
  height: 130px;
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
  /* line 20304, app/assets/stylesheets/application.scss */
  .job-list-row.row .col-xxl-3 {
    width: 33%;
  }
}

/* line 20309, app/assets/stylesheets/application.scss */
.custom-container {
  width: 90%;
}

/* line 20313, app/assets/stylesheets/application.scss */
.job-navbar .dropdown-menu .dropdown-item .avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

@media (max-width: 991.98px) {
  /* line 20319, app/assets/stylesheets/application.scss */
  .job-navbar {
    background-color: var(--vz-secondary-bg);
    padding: 16px 0;
  }
}

/* line 20325, app/assets/stylesheets/application.scss */
.job-hero-section {
  position: relative;
  padding: 165px 0;
  overflow-x: hidden;
}

/* line 20331, app/assets/stylesheets/application.scss */
.job-panel-filter {
  background-color: var(--vz-secondary-bg);
  border-radius: .25rem;
  overflow: hidden;
}

/* line 20337, app/assets/stylesheets/application.scss */
.job-panel-filter .form-control {
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* line 20344, app/assets/stylesheets/application.scss */
.job-panel-filter .btn {
  border-radius: 0;
}

/* line 20348, app/assets/stylesheets/application.scss */
.job-panel-filter input.form-control {
  border-right: 1px solid var(--vz-border-color);
}

@media (max-width: 767.98px) {
  /* line 20353, app/assets/stylesheets/application.scss */
  .job-panel-filter {
    background-color: transparent;
  }
  /* line 20357, app/assets/stylesheets/application.scss */
  .job-panel-filter .form-control {
    background-color: #fff;
    border-radius: var(--vz-border-radius);
  }
  /* line 20362, app/assets/stylesheets/application.scss */
  .job-panel-filter input.form-control {
    border: 0;
  }
  /* line 20366, app/assets/stylesheets/application.scss */
  .job-panel-filter .btn {
    border-radius: var(--vz-border-radius);
  }
}

/* line 20371, app/assets/stylesheets/application.scss */
.circle-effect {
  position: absolute;
  top: 0;
  z-index: 0;
  right: -55px;
  margin: 0 auto;
}

/* line 20379, app/assets/stylesheets/application.scss */
.circle-effect .circle {
  border: 1px solid var(--vz-border-color);
  height: 240px;
  width: 240px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 20387, app/assets/stylesheets/application.scss */
.circle-effect .circle2 {
  position: absolute;
  top: -20px;
  right: -20px;
  border: 1px solid var(--vz-border-color);
  height: 280px;
  width: 280px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 20398, app/assets/stylesheets/application.scss */
.circle-effect .circle3 {
  position: absolute;
  top: -40px;
  right: -40px;
  border: 1px solid var(--vz-border-color);
  height: 320px;
  width: 320px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 20409, app/assets/stylesheets/application.scss */
.circle-effect .circle4 {
  position: absolute;
  top: -60px;
  right: -60px;
  border: 1px solid var(--vz-border-color);
  height: 360px;
  width: 360px;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  /* line 20421, app/assets/stylesheets/application.scss */
  .circle-effect {
    display: none;
  }
}

/* line 20426, app/assets/stylesheets/application.scss */
.home-img .user-img {
  position: relative;
  z-index: 1;
}

/* line 20431, app/assets/stylesheets/application.scss */
.application-box, .feedback-box, .inquiry-box {
  max-width: 240px;
  position: absolute;
  z-index: 2;
  transition: all .5s ease;
}

/* line 20439, app/assets/stylesheets/application.scss */
.application-box:hover, .feedback-box:hover, .inquiry-box:hover {
  transform: translateY(-5px);
}

/* line 20444, app/assets/stylesheets/application.scss */
.inquiry-box {
  left: -134px;
  top: 90px;
}

@media (max-width: 991.98px) {
  /* line 20450, app/assets/stylesheets/application.scss */
  .inquiry-box {
    left: 0;
  }
}

/* line 20455, app/assets/stylesheets/application.scss */
.application-box {
  bottom: 50px;
  right: -160px;
}

@media (max-width: 991.98px) {
  /* line 20461, app/assets/stylesheets/application.scss */
  .application-box {
    right: 0;
  }
}

/* line 20466, app/assets/stylesheets/application.scss */
.feedback-box {
  right: -50px;
  bottom: -54px;
}

@media (max-width: 576.98px) {
  /* line 20472, app/assets/stylesheets/application.scss */
  .feedback-box {
    right: 0;
    bottom: 0;
  }
}

/* line 20478, app/assets/stylesheets/application.scss */
.job-icon-effect {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: -2%;
  border-radius: 50%;
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--vz-success) 1.6px, var(--vz-success) 2px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 5px);
  z-index: 0;
  opacity: .2;
}

/* line 20490, app/assets/stylesheets/application.scss */
.job-icon-effect span {
  position: relative;
  z-index: 1;
}

/* line 20495, app/assets/stylesheets/application.scss */
.about-img-section {
  position: relative;
}

/* line 20499, app/assets/stylesheets/application.scss */
.about-img-section::before {
  content: "";
  position: absolute;
  left: 20px;
  right: -20px;
  top: -20px;
  bottom: 20px;
  border: 1px solid var(--vz-info);
  z-index: 0;
  border-radius: .25rem;
}

@media (max-width: 576.98px) {
  /* line 20512, app/assets/stylesheets/application.scss */
  .about-img-section::before {
    right: 20px;
    top: 20px;
  }
}

/* line 20518, app/assets/stylesheets/application.scss */
.features-company-widgets {
  position: absolute;
  bottom: -18px;
  right: -35px;
}
